From 09514ff4798f097f513f3db51d7862a080f29792 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jan 2022 12:46:11 +0000 Subject: [PATCH] feat: upgrade pluralize from 0.0.11 to 8.0.0 Snyk has created this PR to upgrade pluralize from 0.0.11 to 8.0.0. See this package in npm: https://www.npmjs.com/package/pluralize See this project in Snyk: https://app.snyk.io/org/brand-new/project/c404e946-5acc-4a55-8b06-835efebaa98b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73f1f6a4..492c8831 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "jade": "1.11.x", "lodash": "^3.10.0", "negotiator": "ethanresnick/negotiator#full-parse-access", - "pluralize": "0.0.11", + "pluralize": "8.0.0", "q": "1.4.1", "qs": "^5.2.0", "raw-body": "1.3.x",