From 5c6d6f8f07df485e32594849c9c4d15da63c1601 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Apr 2024 22:05:04 +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 b050bf0..33bfa95 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "eslint": "~7.25.0", + "eslint": "~9.0.0", "eslint-config-semistandard": "~15.0.1", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.22.1",