From 6c498d06b85268863be1ae24784504e23adc8347 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Apr 2024 23:54:00 +0000 Subject: [PATCH] fix: js/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 6ef62fc..e8aa451 100644 --- a/js/package.json +++ b/js/package.json @@ -29,7 +29,7 @@ "babel-preset-es2015": "^6.24.1", "babel-preset-flow": "^6.23.0", "babel-preset-stage-0": "^6.24.1", - "eslint": "^5.4.0", + "eslint": "^9.0.0", "js-sha256": "^0.9.0", "node-test": "^1.2.4" }