From fcf2057c324269b697594b0f59c1873ef5f3d843 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 01:29:27 +0000 Subject: [PATCH] fix: tools/eslint/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- tools/eslint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/eslint/package.json b/tools/eslint/package.json index dec10304f74af0..7bde2bdef2699e 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -68,7 +68,7 @@ "pluralize": "^7.0.0", "progress": "^2.0.0", "require-uncached": "^1.0.3", - "semver": "^5.3.0", + "semver": "^7.5.2", "strip-ansi": "^4.0.0", "strip-json-comments": "~2.0.1", "table": "^4.0.1",