diff --git a/package.json b/package.json index 971a0a0f..853846d5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,9 @@ "preversion": "git fetch --tags && node tools/changelog.js https://github.com/ifrost/afterwriting-labs console", "build": "./node_modules/.bin/grunt build", "version": "npm run build && git add .", - "postversion": "git push --follow-tags" + "postversion": "git push --follow-tags", + "snyk-protect": "snyk protect", + "prepare": "npm run snyk-protect" }, "devDependencies": { "chai": "^3.5.0", @@ -65,10 +67,12 @@ "aw-parser": "0.1.1", "d3": "^3.4.1", "handlebars": "^4.5.3", - "jquery": "^3.1.1", + "jquery": "^3.5.0", "lodash": "^4.17.4", "protoplast": "2.0.3", "stdio": "^0.2.7", - "text": "requirejs/text" - } + "text": "requirejs/text", + "snyk": "^1.319.0" + }, + "snyk": true }