diff --git a/.snyk b/.snyk index 501f4f9..6b140ff 100644 --- a/.snyk +++ b/.snyk @@ -1,5 +1,5 @@ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.13.5 +version: v1.14.1 ignore: {} # patches apply the minimum changes required to fix a vulnerability patch: @@ -36,3 +36,6 @@ patch: patched: '2019-10-05T02:17:05.777Z' - snyk > proxy-agent > pac-proxy-agent > https-proxy-agent: patched: '2019-10-05T02:17:05.777Z' + SNYK-JS-LODASH-567746: + - cheerio-without-node-native > lodash: + patched: '2020-05-01T02:13:31.379Z' diff --git a/package.json b/package.json index d1904d7..3b6b8ff 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dev": "node -r esm index.js", "api": "node -r esm api.js", "snyk-protect": "snyk protect", - "prepublish": "npm run snyk-protect" + "prepublish": "yarn run snyk-protect" }, "repository": { "type": "git", @@ -30,7 +30,7 @@ "dependencies": { "axios": "^0.19.0", "cheerio-without-node-native": "^1.0.0-rc.2", - "snyk": "^1.231.0" + "snyk": "^1.316.1" }, "devDependencies": { "esm": "^3.2.20"