From bd8c647e79561b481bcb565084c77ce1513758f6 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 bb7b3da..dbe0701 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "bootstrap-sass": "^3.4.1", "bootswatch": "^3.3.7", "del-cli": "^3.0.1", - "eslint": "^6.7.2", + "eslint": "^9.0.0", "eslint-config-semistandard": "^15.0.0", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "^2.18.2",