From 8e30c1a0c85c2b8c77672d9978f381e61e2a45c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:40:21 +0000 Subject: [PATCH] Bump validator from 13.11.0 to 13.15.20 in /web/OraculumFE Bumps [validator](https://github.com/validatorjs/validator.js) from 13.11.0 to 13.15.20. - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/validatorjs/validator.js/compare/13.11.0...13.15.20) --- updated-dependencies: - dependency-name: validator dependency-version: 13.15.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/OraculumFE/package-lock.json | 9 +++++---- web/OraculumFE/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/web/OraculumFE/package-lock.json b/web/OraculumFE/package-lock.json index e5649ba..123a8b1 100644 --- a/web/OraculumFE/package-lock.json +++ b/web/OraculumFE/package-lock.json @@ -28,7 +28,7 @@ "source-map-support": "^0.5.21", "tslib": "^2.3.0", "uuid": "^9.0.1", - "validator": "^13.11.0", + "validator": "^13.15.20", "zone.js": "~0.14.4" }, "devDependencies": { @@ -14087,9 +14087,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.15.20", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.15.20.tgz", + "integrity": "sha512-KxPOq3V2LmfQPP4eqf3Mq/zrT0Dqp2Vmx2Bn285LwVahLc+CsxOM0crBHczm8ijlcjZ0Q5Xd6LW3z3odTPnlrw==", + "license": "MIT", "engines": { "node": ">= 0.10" } diff --git a/web/OraculumFE/package.json b/web/OraculumFE/package.json index 51c602d..72ba01f 100644 --- a/web/OraculumFE/package.json +++ b/web/OraculumFE/package.json @@ -32,7 +32,7 @@ "source-map-support": "^0.5.21", "tslib": "^2.3.0", "uuid": "^9.0.1", - "validator": "^13.11.0", + "validator": "^13.15.20", "zone.js": "~0.14.4" }, "devDependencies": {