From a470a6e8ce2b92fc24edb2075a95d0049637e2c3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Apr 2024 22:05:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7854963..ae8bdb2 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ }, "devDependencies": { "@types/jest": "^26.0.23", - "eslint": "^7.18.0", + "eslint": "^9.0.0", "eslint-config-semistandard": "^15.0.1", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.25.4",