From 460907731b4775d9abbded868c46762a0ee5c607 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 03:44:29 +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 a2da22b1..d2958eb7 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "dargs": "^7.0.0", "del-cli": "^3.0.1", "emoji-strip": "^1.0.1", - "eslint": "^7.24.0", + "eslint": "^9.0.0", "eslint-config-semistandard": "^15.0.1", "eslint-config-standard": "^16.0.2", "eslint-loader": "^2.2.1",