From 3dcaf567ef807c6106a7f053cb2238e2d3c3b552 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 02:06:38 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/normalize-package-data/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- .../node_modules/normalize-package-data/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/normalize-package-data/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/normalize-package-data/package.json index dea34bb7ffcec..4233db48ec28e 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/normalize-package-data/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/normalize-package-data/package.json @@ -15,7 +15,7 @@ "dependencies": { "hosted-git-info": "^2.1.4", "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", + "semver": "7.5.2", "validate-npm-package-license": "^3.0.1" }, "devDependencies": {