From ec4eec40485301e6abb6c422a01fa57b45d74ef9 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:50:17 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/map-age-cleaner/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 --- .../node_modules/map-age-cleaner/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/map-age-cleaner/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/map-age-cleaner/package.json index dc70650629009..87d7c1a41648d 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/map-age-cleaner/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/map-age-cleaner/package.json @@ -40,11 +40,11 @@ "devDependencies": { "@types/delay": "^2.0.1", "@types/node": "^10.7.1", - "ava": "^0.25.0", + "ava": "^4.0.0", "codecov": "^3.0.0", - "del-cli": "^1.1.0", + "del-cli": "^2.0.0", "delay": "^3.0.0", - "nyc": "^12.0.0", + "nyc": "^15.0.0", "tslint": "^5.11.0", "tslint-xo": "^0.9.0", "typescript": "^3.0.1"