From f287db49e5a9e9f41575c3c77e66c3cd7aecc40a Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 21:17:04 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/make-dir/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-SOURCEMAPSUPPORT-6112477 --- .../tap-with-yarn-lock/node_modules/make-dir/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/make-dir/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/make-dir/package.json index 1b51bf70f72aa..93e3c11b70d71 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/make-dir/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/make-dir/package.json @@ -47,13 +47,13 @@ "devDependencies": { "@types/graceful-fs": "^4.1.3", "@types/node": "^11.10.4", - "ava": "^1.2.0", + "ava": "^4.0.0", "codecov": "^3.0.0", "graceful-fs": "^4.1.11", - "nyc": "^13.1.0", + "nyc": "^15.0.0", "path-type": "^3.0.0", "tempy": "^0.2.1", "tsd-check": "^0.3.0", - "xo": "^0.24.0" + "xo": "^0.26.0" } }