diff --git a/full-export/package-lock.json b/full-export/package-lock.json index 063452b..3999e4b 100644 --- a/full-export/package-lock.json +++ b/full-export/package-lock.json @@ -16,7 +16,7 @@ "dotenv": "^16.0.3", "express": "4.19.2", "supertest": "^6.3.3", - "validator": "^13.11.0" + "validator": "^13.12.0" }, "devDependencies": { "@babel/core": "^7.24.7", @@ -8470,9 +8470,9 @@ } }, "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==", "engines": { "node": ">= 0.10" } @@ -14848,9 +14848,9 @@ } }, "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/full-export/package.json b/full-export/package.json index bc31060..9c919a7 100644 --- a/full-export/package.json +++ b/full-export/package.json @@ -31,6 +31,6 @@ "dotenv": "^16.0.3", "express": "4.19.2", "supertest": "^6.3.3", - "validator": "^13.11.0" + "validator": "^13.12.0" } }