diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..b1d3ed6 --- /dev/null +++ b/.snyk @@ -0,0 +1,17 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.22.1 +ignore: {} +# patches apply the minimum changes required to fix a vulnerability +patch: + 'npm:extend:20180424': + - browsertime > alto-saxophone > download > vinyl-fs > glob-stream > extend: + patched: '2022-01-17T14:29:03.569Z' + - browsertime > soprano-saxophone > download > vinyl-fs > glob-stream > extend: + patched: '2022-01-17T14:29:03.569Z' + - browsertime > alto-saxophone > download > gulp-decompress > decompress > vinyl-fs > glob-stream > extend: + patched: '2022-01-17T14:29:03.569Z' + - browsertime > soprano-saxophone > download > gulp-decompress > decompress > vinyl-fs > glob-stream > extend: + patched: '2022-01-17T14:29:03.569Z' + 'npm:tunnel-agent:20170305': + - browsertime > soprano-saxophone > download > caw > tunnel-agent: + patched: '2022-01-17T14:29:03.569Z' diff --git a/package.json b/package.json index 23fac61..610a3c2 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,10 @@ }, "dependencies": { "args": "^4.0.0", - "browsertime": "^2.5.0", + "browsertime": "^9.0.0", "chalk": "^2.4.1", - "cli-table": "^0.3.1" + "cli-table": "^0.3.1", + "@snyk/protect": "latest" }, "devDependencies": { "ava": "^0.25.0", @@ -39,12 +40,15 @@ "sinon": "^5.0.2" }, "scripts": { - "test": "ava" + "test": "ava", + "prepublish": "npm run snyk-protect", + "snyk-protect": "snyk-protect" }, "ava": { "require": [ "babel-register" ], "babel": "inherit" - } + }, + "snyk": true }