From 7c20bfa14944256bb64a3d36b3877273c51a3155 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 22:36:53 +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 ddcfc5a..68a0224 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "homepage": "https://github.com/nodeshift-starters/nodejs-configmap", "devDependencies": { - "eslint": "^8.22.0", + "eslint": "^9.0.0", "eslint-config-semistandard": "^17.0.0", "mocha": "^10.1.0", "nodeshift": "~8.7.0",