diff --git a/package.json b/package.json index 918e570..760263a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,9 @@ "inspect": "jsinspect", "depcheck": "depcheck", "coveralls": "nyc report --reporter=text-lcov | coveralls", - "uat": "node test/uat/index.js" + "uat": "node test/uat/index.js", + "snyk-protect": "snyk protect", + "prepare": "npm run snyk-protect" }, "repository": { "type": "git", @@ -74,7 +76,7 @@ "pretty-error": "^2.1.0", "prettyjson": "^1.2.1", "request": "^2.87.0", - "snyk": "^1.88.2", + "snyk": "^1.123.0", "uuid": "^3.0.1" }, "snyk": true