From a30dc6d20871f5e1024b820539cd1dd08e02e7e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 20:59:10 +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 b2a31166..21448d0f 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "cssnano": "^5.0.2", "del": "^5.1.0", "dotenv": "^8.2.0", - "eslint": "^7.15.0", + "eslint": "^9.0.0", "eslint-config-prettier": "^6.15.0", "eslint-plugin-prettier": "^3.3.0", "gulp": "^4.0.2",