From c3e339c92c5a86945ab631f13bf084a9789188c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:50:00 +0000 Subject: [PATCH] Bump validator from 13.12.0 to 13.15.20 Bumps [validator](https://github.com/validatorjs/validator.js) from 13.12.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.12.0...13.15.20) --- updated-dependencies: - dependency-name: validator dependency-version: 13.15.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f99716d..e184762 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "cronstrue": "^2.50.0", "date-fns": "^4.1.0", "drizzle-kit": "^0.26.2", - "drizzle-orm": "latest", + "drizzle-orm": "*", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-config-next": "^15.0.2", @@ -84,7 +84,7 @@ "tailwindcss-animate": "^1.0.7", "typescript-eslint": "^8.12.2", "uuid": "^10.0.0", - "validator": "^13.12.0", + "validator": "^13.15.20", "zod": "^3.23.8", "zustand": "^4.5.4" }, @@ -11177,7 +11177,9 @@ } }, "node_modules/validator": { - "version": "13.12.0", + "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/package.json b/package.json index 7aec862..e7eb0ef 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "tailwindcss-animate": "^1.0.7", "typescript-eslint": "^8.12.2", "uuid": "^10.0.0", - "validator": "^13.12.0", + "validator": "^13.15.20", "zod": "^3.23.8", "zustand": "^4.5.4" },