From 7fd12860048daced6b41c611a85c8bb7cc2daae4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 06:07:50 +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 a623b73..a23df6c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "css-loader": "^5.2.4", "debug": "~4.3.1", "dotenv": "^8.2.0", - "eslint": "^7.25.0", + "eslint": "^9.0.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-mocha": "^8.1.0",