From 9bd98a39e6ef3fab49d37c3c42ca1ca1ef2da3b6 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 18 Jul 2017 17:41:05 +0000 Subject: [PATCH] fix(package): update pluralize to version 6.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0db41b1..d53d875 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "eslint-json": "^2.0.0", "lodash": "^4.17.4", - "pluralize": "^5.0.0", + "pluralize": "^6.0.0", "requireindex": "~1.1.0", "yamljs": "^0.2.10" },