diff --git a/.snyk b/.snyk index 165571e..335b260 100644 --- a/.snyk +++ b/.snyk @@ -1,5 +1,5 @@ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.7.1 +version: v1.13.1 ignore: {} # patches apply the minimum changes required to fix a vulnerability patch: @@ -10,3 +10,12 @@ patch: patched: '2017-05-27T02:07:17.247Z' - gulp-sourcemaps > debug-fabulous > debug > ms: patched: '2017-07-15T07:51:15.528Z' + 'npm:hoek:20180212': + - pm2 > chokidar > fsevents > node-pre-gyp > hawk > hoek: + patched: '2018-12-06T01:47:27.939Z' + - pm2 > chokidar > fsevents > node-pre-gyp > hawk > boom > hoek: + patched: '2018-12-06T01:47:27.939Z' + - pm2 > chokidar > fsevents > node-pre-gyp > hawk > sntp > hoek: + patched: '2018-12-06T01:47:27.939Z' + - pm2 > chokidar > fsevents > node-pre-gyp > hawk > cryptiles > boom > hoek: + patched: '2018-12-06T01:47:27.939Z' diff --git a/package.json b/package.json index 5c0fb74..49dfa77 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ "postinstall": "gulp", "production": "node dist/index.js", "snyk-protect": "snyk protect", - "prepublish": "npm run snyk-protect" + "prepublish": "npm run snyk-protect", + "prepare": "npm run snyk-protect" }, "repository": { "type": "git", @@ -46,13 +47,13 @@ "boilerplate" ], "dependencies": { - "aws-sdk": "^2.61.0", - "babel-core": "^6.25.0", + "aws-sdk": "^2.178.0", + "babel-core": "^6.26.0", "babel-plugin-add-module-exports": "0.2.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-polyfill": "^6.23.0", "babel-preset-env": "^1.6.0", - "babel-register": "^6.24.1", + "babel-register": "^6.26.0", "bcryptjs": "^2.4.3", "body-parser": "1.18.2", "codecov": "3.0.1", @@ -74,7 +75,7 @@ "gulp-babel": "^7.0.1", "gulp-load-plugins": "^1.2.0", "gulp-newer": "^1.1.0", - "gulp-sourcemaps": "^2.6.0", + "gulp-sourcemaps": "^2.6.1", "handlebars": "^4.0.10", "helmet": "^3.12.0", "http-status": "^1.0.1", @@ -93,11 +94,11 @@ "passport-local": "^1.0.0", "pg": "^7.3.0", "pg-hstore": "^2.3.2", - "pm2": "^2.5.0", - "pmx": "^1.2.0", + "pm2": "^2.10.0", + "pmx": "^1.5.4", "run-sequence": "^2.2.0", - "sequelize": "^4.2.0", - "snyk": "^1.41.1", + "sequelize": "^4.17.2", + "snyk": "^1.115.0", "socket.io": "^2.0.3", "socket.io-redis": "^5.2.0", "squel": "^5.12.0",