From 52ab505b4dbcbc7cbec5f2cdd2bfdd53b114c9ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 12:32:39 +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 5f9538c624..edba89e533 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@semantic-release/release-notes-generator": "^9.0.2", "cheerio": "^1.0.0-rc.6", "commonmark": "0.29.3", - "eslint": "^7.25.0", + "eslint": "^9.0.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0",