diff --git a/node_modules/ava/node_modules/source-map-support/.snyk b/node_modules/ava/node_modules/source-map-support/.snyk new file mode 100644 index 0000000000..334309ca47 --- /dev/null +++ b/node_modules/ava/node_modules/source-map-support/.snyk @@ -0,0 +1,8 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.25.0 +ignore: {} +# patches apply the minimum changes required to fix a vulnerability +patch: + 'npm:uglify-js:20151024': + - browserify > umd > ruglify > uglify-js: + patched: '2023-04-27T17:05:14.145Z' diff --git a/node_modules/ava/node_modules/source-map-support/package.json b/node_modules/ava/node_modules/source-map-support/package.json index f15f252838..98a54b2b4e 100644 --- a/node_modules/ava/node_modules/source-map-support/package.json +++ b/node_modules/ava/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": "^12.0.0", "coffeescript": "^1.12.7", - "http-server": "^0.11.1", - "mocha": "^3.5.3", - "webpack": "^1.15.0" + "http-server": "^0.13.0", + "mocha": "^10.1.0", + "webpack": "^3.0.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 } \ No newline at end of file