From dd24e0a0c63e62910c7c48ad81708417b64842fa Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Wed, 7 Oct 2015 11:02:20 +0200 Subject: [PATCH] chore(package): pin dependencies http://greenkeeper.io/ --- package.json | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 2a8e417edefe7..9687af62a1899 100644 --- a/package.json +++ b/package.json @@ -24,35 +24,35 @@ "node": ">=4.0.0" }, "dependencies": { - "autoprefixer-stylus": "^0.7.1", - "chokidar": "^1.0.5", - "handlebars": "^3.0.0", - "map-async": "~0.1.1", - "marked": "^0.3.5", - "metalsmith": "^2.0.0", - "metalsmith-collections": "^0.7.0", + "autoprefixer-stylus": "0.7.1", + "chokidar": "1.2.0", + "handlebars": "3.0.3", + "map-async": "0.1.1", + "marked": "0.3.5", + "metalsmith": "2.1.0", + "metalsmith-collections": "0.7.0", "metalsmith-feed": "0.0.6", - "metalsmith-layouts": "^1.1.0", - "metalsmith-markdown": "^0.2.1", + "metalsmith-layouts": "1.4.1", + "metalsmith-markdown": "0.2.1", "metalsmith-metadata": "0.0.1", - "metalsmith-permalinks": "^0.4.0", - "metalsmith-prism": "^2.0.0", + "metalsmith-permalinks": "0.4.0", + "metalsmith-prism": "2.0.0", "metalsmith-serve": "0.0.3", - "metalsmith-stylus": "^1.0.0", - "ncp": "^2.0.0", - "octonode": "^0.7.1", - "require-dir": "^0.3.0", - "semver": "^5.0.1", - "st": "^0.5.5", - "strftime": "^0.9.2" + "metalsmith-stylus": "1.0.0", + "ncp": "2.0.0", + "octonode": "0.7.2", + "require-dir": "0.3.0", + "semver": "5.0.3", + "st": "0.5.5", + "strftime": "0.9.2" }, "devDependencies": { "faucet": "0.0.1", - "nock": "^2.12.0", - "pre-commit": "^1.1.1", - "proxyquire": "^1.7.2", - "sinon": "^1.17.0", - "standard": "^5.3.0", - "tape": "^4.2.0" + "nock": "2.13.0", + "pre-commit": "1.1.1", + "proxyquire": "1.7.3", + "sinon": "1.17.1", + "standard": "5.3.1", + "tape": "4.2.1" } }