diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/async-hook-domain/node_modules/source-map-support/.snyk b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/async-hook-domain/node_modules/source-map-support/.snyk new file mode 100644 index 0000000000000..28d8dbce070e3 --- /dev/null +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/async-hook-domain/node_modules/source-map-support/.snyk @@ -0,0 +1,10 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.25.1 +ignore: {} +# patches apply the minimum changes required to fix a vulnerability +patch: + 'npm:minimatch:20160620': + - browserify > glob > minimatch: + patched: '2024-12-19T16:15:54.585Z' + id: 'npm:minimatch:20160620' + path: browserify > glob > minimatch diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/async-hook-domain/node_modules/source-map-support/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/async-hook-domain/node_modules/source-map-support/package.json index ce622c2e12405..e6d4b632dccf8 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/async-hook-domain/node_modules/source-map-support/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/async-hook-domain/node_modules/source-map-support/package.json @@ -6,19 +6,21 @@ "scripts": { "build": "node build.js", "serve-tests": "http-server -p 1336", - "prepublish": "npm run build", - "test": "mocha" + "prepublish": "npm run snyk-protect && npm run build", + "test": "mocha", + "snyk-protect": "snyk-protect" }, "dependencies": { "buffer-from": "^1.0.0", - "source-map": "^0.6.0" + "source-map": "^0.6.0", + "@snyk/protect": "latest" }, "devDependencies": { - "browserify": "^4.2.3", + "browserify": "^13.2.0", "coffeescript": "^1.12.7", - "http-server": "^0.11.1", - "mocha": "^3.5.3", - "webpack": "^1.15.0" + "http-server": "^0.13.0", + "mocha": "^11.0.1", + "webpack": "^4.44.0" }, "repository": { "type": "git", @@ -27,5 +29,6 @@ "bugs": { "url": "https://github.com/evanw/node-source-map-support/issues" }, - "license": "MIT" + "license": "MIT", + "snyk": true }