From 9b5b82ebcd94899c739708c9cf4f51fd6749e97b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 05:42:36 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/istanbul-lib-report/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-report/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-report/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/istanbul-lib-report/package.json index ff6969930d5bb..8d171e1d83dad 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/istanbul-lib-report/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/istanbul-lib-report/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "istanbul-lib-coverage": "^2.0.5", - "make-dir": "^2.1.0", + "make-dir": "^4.0.0", "supports-color": "^6.1.0" }, "license": "BSD-3-Clause",