From 9ba54db0fd07f1be96f872407962283232d74291 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 03:44:23 +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 9a7beb6..63324bd 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "babel-eslint": "^10.0.3", "del-cli": "^1.1.0", "emoji-strip": "^1.0.1", - "eslint": "^6.5.1", + "eslint": "^9.0.0", "eslint-config-semistandard": "^15.0.0", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "^2.18.2",