From 7067d889db5f2bde5ae33f07ed65a173f44a9e12 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 00:10:44 +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 205854dc..bc4f8b09 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "babel-loader": "^9.1.3", "chromatic": "^7.5.4", "classnames": "^2.3.2", - "eslint": "^8.52.0", + "eslint": "^9.0.0", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-eslint-comments": "^3.2.0",