From fd74b3419cbc20e7cb33b830fe6b74ea7d16133d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jun 2023 23:06:50 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/istanbul-lib-source-maps/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- .../node_modules/istanbul-lib-source-maps/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/istanbul-lib-source-maps/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/istanbul-lib-source-maps/package.json index 3c2c063c8b370..8d43c1687d1ea 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/istanbul-lib-source-maps/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/istanbul-lib-source-maps/package.json @@ -14,7 +14,7 @@ "dependencies": { "debug": "^4.1.1", "istanbul-lib-coverage": "^2.0.5", - "make-dir": "^2.1.0", + "make-dir": "^4.0.0", "rimraf": "^2.6.3", "source-map": "^0.6.1" },