diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..e551819 --- /dev/null +++ b/.snyk @@ -0,0 +1,9 @@ +version: v1.5.0 +ignore: {} +patch: + 'npm:minimatch:20160620': + - 6to5 > chokidar > readdirp > minimatch: + patched: '2016-08-30T20:52:16.757Z' + 'npm:uglify-js:20151024': + - jade > transformers > uglify-js: + patched: '2016-08-30T20:52:16.757Z' diff --git a/package.json b/package.json index 08f721f..3712485 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "scripts": { "start": "node lib/server.js", "test": "HOST=0.0.0.0 node_modules/mocha/bin/_mocha --timeout 15000 test/{**,**/*}/*.test.js", - "gems": "sh bootstrap.sh" + "gems": "sh bootstrap.sh", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" }, "author": "Remy Sharp", "license": "MIT", @@ -14,11 +16,11 @@ "6to5": "^3.0.10", "LiveScript": "^1.2.0", "axon": "~2.0.0", - "babel-core": "^5.8.23", - "body-parser": "~1.0.2", + "babel-core": "6.10.4", + "body-parser": "1.6.0", "coffee-script": "~1.7.1", - "express": "~4.1.1", - "gaze": "~0.6.4", + "express": "4.14.0", + "gaze": "1.1.0", "jade": "^1.11.0", "less": "^2.5.1", "lynx": "0.0.11", @@ -26,10 +28,12 @@ "myth": "^1.4.0", "ps-tree": "~0.0.3", "rsvp": "~3.0.1", - "stylus": "^0.51.1" + "stylus": "0.54.3", + "snyk": "^1.19.1" }, "devDependencies": { "mocha": "~1.18.2", "should": "~4.0.4" - } -} + }, + "snyk": true +} \ No newline at end of file