diff --git a/.snyk b/.snyk new file mode 100644 index 0000000000000..a5f37800074e7 --- /dev/null +++ b/.snyk @@ -0,0 +1,17 @@ +version: v1.5.0 +ignore: {} +patch: + 'npm:marked:20150520': + - marked: + patched: '2016-07-08T18:27:48.890Z' + - metalsmith-markdown > marked: + patched: '2016-07-08T18:27:48.890Z' + 'npm:minimatch:20160620': + - metalsmith-collections > minimatch: + patched: '2016-07-08T18:27:48.890Z' + - metalsmith-stylus > minimatch: + patched: '2016-07-08T18:27:48.890Z' + - metalsmith > recursive-readdir > minimatch: + patched: '2016-07-08T18:27:48.890Z' + - metalsmith-stylus > stylus > glob > minimatch: + patched: '2016-07-08T18:27:48.890Z' diff --git a/package.json b/package.json index 096350be2a910..25cc5379fdd41 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,9 @@ "test": "npm run test:lint && npm run test:unit && npm run test:smoke", "test:lint": "standard", "test:unit": "tape tests/**/*.test.js | faucet", - "test:smoke": "tape tests/*.smoketest.js | faucet" + "test:smoke": "tape tests/*.smoketest.js | faucet", + "snyk-protect": "snyk protect", + "prepublish": "npm run snyk-protect" }, "repository": { "type": "git", @@ -35,7 +37,7 @@ "changelog-url": "1.0.2", "cheerio": "0.19.0", "chokidar": "1.2.0", - "handlebars": "4.0.4", + "handlebars": "4.0.5", "html-to-text": "^1.5.0", "js-yaml": "^3.4.5", "junk": "1.0.2", @@ -49,16 +51,17 @@ "metalsmith-metadata": "0.0.2", "metalsmith-permalinks": "0.4.0", "metalsmith-prism": "2.1.1", - "metalsmith-stylus": "1.0.0", + "metalsmith-stylus": "^2.0.0", "metalsmith-yearly-pagination": "2.0.0", "ncp": "2.0.0", "node-geocoder": "^3.4.1", "node-version-data": "1.0.0", - "octonode": "0.7.4", + "octonode": "0.7.6", "request": "^2.67.0", "require-dir": "0.3.0", "semver": "5.0.3", - "st": "1.0.0", + "snyk": "^1.17.0", + "st": "1.1.0", "strftime": "0.9.2" }, "devDependencies": { @@ -68,5 +71,6 @@ "proxyquire": "^1.7.3", "standard": "^6.0.8", "tape": "^4.2.2" - } + }, + "snyk": true }