From 430658d17fd052d96d93da8a083878f392261d60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Sep 2024 08:26:27 +0000 Subject: [PATCH] fix: upgrade validator from 13.11.0 to 13.12.0 Snyk has created this PR to upgrade validator from 13.11.0 to 13.12.0. See this package in npm: validator See this project in Snyk: https://app.snyk.io/org/pasanchamikara989/project/556a063e-4737-4857-bdee-30f8e23fa976?utm_source=github&utm_medium=referral&page=upgrade-pr --- backend/package-lock.json | 15 ++++++++------- backend/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index cd9b1fc..b438810 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -13,7 +13,7 @@ "express": "^4.18.2", "mongoose": "^7.6.0", "nodemon": "^3.0.1", - "validator": "^13.11.0" + "validator": "^13.12.0" } }, "node_modules/@mongodb-js/saslprep": { @@ -1188,9 +1188,10 @@ } }, "node_modules/validator": { - "version": "13.11.0", - "resolved": "https://registry.npmjs.org/validator/-/validator-13.11.0.tgz", - "integrity": "sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==", + "version": "13.12.0", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.12.0.tgz", + "integrity": "sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg==", + "license": "MIT", "engines": { "node": ">= 0.10" } @@ -2077,9 +2078,9 @@ "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==" }, "validator": { - "version": "13.11.0", - "resolved": "https://registry.npmjs.org/validator/-/validator-13.11.0.tgz", - "integrity": "sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==" + "version": "13.12.0", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.12.0.tgz", + "integrity": "sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg==" }, "vary": { "version": "1.1.2", diff --git a/backend/package.json b/backend/package.json index 42562f8..d6e64ca 100644 --- a/backend/package.json +++ b/backend/package.json @@ -14,6 +14,6 @@ "express": "^4.18.2", "mongoose": "^7.6.0", "nodemon": "^3.0.1", - "validator": "^13.11.0" + "validator": "^13.12.0" } }