From 401f2433f98c9b1e2b35941276757f57fb42fb83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:48:05 +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 +++++--- plugins/stored-constraints/package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f82b299b6..2c1803d2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16643,7 +16643,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" @@ -17737,7 +17739,7 @@ "dependencies": { "country-state-city": "^3.2.1", "luxon": "^3.5.0", - "validator": "^13.12.0" + "validator": "^13.15.20" }, "devDependencies": { "@flatfile/bundler-config-tsup": "^0.2.0", @@ -17832,7 +17834,7 @@ }, "plugins/xlsx-extractor": { "name": "@flatfile/plugin-xlsx-extractor", - "version": "4.1.0", + "version": "4.1.1", "license": "ISC", "dependencies": { "@flatfile/util-extractor": "^2.8.0", diff --git a/plugins/stored-constraints/package.json b/plugins/stored-constraints/package.json index e37a07f85..b5e645ed3 100644 --- a/plugins/stored-constraints/package.json +++ b/plugins/stored-constraints/package.json @@ -62,7 +62,7 @@ "dependencies": { "country-state-city": "^3.2.1", "luxon": "^3.5.0", - "validator": "^13.12.0" + "validator": "^13.15.20" }, "peerDependencies": { "@flatfile/api": "^1.11.0",