diff --git a/.snyk b/.snyk index de54052..a910913 100644 --- a/.snyk +++ b/.snyk @@ -1,8 +1,57 @@ # 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:hoek:20180212': + - blessed-contrib > drawille-canvas-blessed-contrib > gl-matrix > npm > npm-lifecycle > node-gyp > request > hawk > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > map-canvas > drawille-canvas-blessed-contrib > gl-matrix > npm > npm-lifecycle > node-gyp > request > hawk > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > map-canvas > drawille-canvas-blessed-contrib > gl-matrix > npm > npm-lifecycle > node-gyp > request > hawk > sntp > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > map-canvas > drawille-canvas-blessed-contrib > gl-matrix > npm > npm-lifecycle > node-gyp > request > hawk > cryptiles > boom > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > map-canvas > drawille-canvas-blessed-contrib > gl-matrix > npm > libcipm > npm-lifecycle > node-gyp > request > hawk > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > map-canvas > drawille-canvas-blessed-contrib > gl-matrix > npm > libcipm > npm-lifecycle > node-gyp > request > hawk > boom > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > map-canvas > drawille-canvas-blessed-contrib > gl-matrix > npm > libcipm > npm-lifecycle > node-gyp > request > hawk > sntp > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > map-canvas > drawille-canvas-blessed-contrib > gl-matrix > npm > libcipm > npm-lifecycle > node-gyp > request > hawk > cryptiles > boom > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > map-canvas > drawille-canvas-blessed-contrib > gl-matrix > npm > node-gyp > request > hawk > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > map-canvas > drawille-canvas-blessed-contrib > gl-matrix > npm > node-gyp > request > hawk > boom > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > map-canvas > drawille-canvas-blessed-contrib > gl-matrix > npm > node-gyp > request > hawk > sntp > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > map-canvas > drawille-canvas-blessed-contrib > gl-matrix > npm > node-gyp > request > hawk > cryptiles > boom > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > map-canvas > drawille-canvas-blessed-contrib > gl-matrix > npm > npm-lifecycle > node-gyp > request > hawk > boom > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > drawille-canvas-blessed-contrib > gl-matrix > npm > npm-lifecycle > node-gyp > request > hawk > boom > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > drawille-canvas-blessed-contrib > gl-matrix > npm > npm-lifecycle > node-gyp > request > hawk > sntp > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > drawille-canvas-blessed-contrib > gl-matrix > npm > npm-lifecycle > node-gyp > request > hawk > cryptiles > boom > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > drawille-canvas-blessed-contrib > gl-matrix > npm > libcipm > npm-lifecycle > node-gyp > request > hawk > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > drawille-canvas-blessed-contrib > gl-matrix > npm > libcipm > npm-lifecycle > node-gyp > request > hawk > boom > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > drawille-canvas-blessed-contrib > gl-matrix > npm > libcipm > npm-lifecycle > node-gyp > request > hawk > sntp > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > drawille-canvas-blessed-contrib > gl-matrix > npm > libcipm > npm-lifecycle > node-gyp > request > hawk > cryptiles > boom > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > drawille-canvas-blessed-contrib > gl-matrix > npm > node-gyp > request > hawk > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > drawille-canvas-blessed-contrib > gl-matrix > npm > node-gyp > request > hawk > boom > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > drawille-canvas-blessed-contrib > gl-matrix > npm > node-gyp > request > hawk > sntp > hoek: + patched: '2018-07-20T08:59:51.207Z' + - blessed-contrib > drawille-canvas-blessed-contrib > gl-matrix > npm > node-gyp > request > hawk > cryptiles > boom > hoek: + patched: '2018-07-20T08:59:51.207Z' diff --git a/package.json b/package.json index ac85186..213c6c2 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.89.0" }, "snyk": true }