diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..de357b5 --- /dev/null +++ b/.snyk @@ -0,0 +1,10 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.14.1 +ignore: {} +# patches apply the minimum changes required to fix a vulnerability +patch: + SNYK-JS-LODASH-567746: + - googleapis > request > form-data > async > lodash: + patched: '2020-05-01T06:40:27.452Z' + - googleapis > google-auth-library > request > form-data > async > lodash: + patched: '2020-05-01T06:40:27.452Z' diff --git a/package.json b/package.json index 2c11ce1..b8b106c 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,13 @@ }, "dependencies": { "googleapis": "^4.0.0", - "soap": "^0.13.0" + "soap": "^0.13.0", + "snyk": "^1.316.1" }, "scripts": { - "test": "grunt all" + "test": "grunt all", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" }, "author": "ShinyAds", "contributors": [ @@ -37,5 +40,6 @@ "DFP", "DoubleClick", "adserver" - ] + ], + "snyk": true }