From 7fe2945610e1d4c51c8231b7d6638ea9d9495a50 Mon Sep 17 00:00:00 2001 From: Steve Lacy Date: Sun, 30 Oct 2016 09:21:01 -0700 Subject: [PATCH] Update dependencies to add features for #60 and #61 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3f297f1..0f5de4d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "Steve Lacy (http://slacy.me)", "main": "./index.js", "dependencies": { - "bump-regex": "^2.3.0", + "bump-regex": "^2.5.0", "plugin-error": "^0.1.2", "plugin-log": "^0.1.0", "semver": "^5.3.0", @@ -16,7 +16,7 @@ "devDependencies": { "mocha": "*", "should": "*", - "vinyl": "^1.2.0" + "vinyl": "^2.0.0" }, "scripts": { "test": "mocha --reporter spec"