diff --git a/.snyk b/.snyk index de54052..3796302 100644 --- a/.snyk +++ b/.snyk @@ -1,8 +1,11 @@ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.7.0 +version: v1.12.0 ignore: {} # patches apply the minimum changes required to fix a vulnerability patch: 'npm:marked:20170112': - blessed-contrib > marked: patched: '2017-02-10T14:48:34.665Z' + 'npm:lodash:20180130': + - cli-table2 > lodash: + patched: '2018-07-06T08:42:35.195Z' diff --git a/package.json b/package.json index ac85186..8397720 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "lint": "./node_modules/.bin/eslint -c .eslintrc src/**", "single": "./node_modules/.bin/nyc ./node_modules/.bin/mocha --compilers js:babel-register \"tests/crawler/test_ratings.js\" & npm run cov-html", "snyk-protect": "snyk protect", - "prepublish": "npm run snyk-protect" + "prepublish": "npm run snyk-protect", + "prepare": "npm run snyk-protect" }, "nyc": { "include": [ @@ -81,7 +82,7 @@ "qs": "^6.2.1", "request": "^2.75.0", "striptags": "^2.1.1", - "snyk": "^1.25.0" + "snyk": "^1.88.1" }, "snyk": true }