From 0f67af0e5539a6eeac20b6933e8f617c315bc603 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Jan 2021 02:33:18 +0000 Subject: [PATCH] fix: upgrade mongoose-unique-validator from 0.4.1 to 0.6.2 Snyk has created this PR to upgrade mongoose-unique-validator from 0.4.1 to 0.6.2. See this package in npm: https://www.npmjs.com/package/mongoose-unique-validator See this project in Snyk: https://app.snyk.io/org/codefresh-org-1/project/9acd8b31-7d93-4a0a-926a-cbc871d19774?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 64296ce00..1a36603e3 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "migroose-cli": "^0.1.0", "moment": "^2.10.6", "mongoose": "~4.1.8", - "mongoose-unique-validator": "~0.4.1", + "mongoose-unique-validator": "~0.6.2", "mongoose-validate": "0.0.5", "multer": "^0.1.8", "node-uuid": "^1.4.3",