From 73b3f03b0d045cb051f57ecd4c934b5e65c7af7d Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 19:50:14 +0000 Subject: [PATCH] Update validator to version 13.15.23 --- thunksqueue/package-lock.json | 6 +++--- thunksqueue/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/thunksqueue/package-lock.json b/thunksqueue/package-lock.json index d912c1a7b..b7abcabdf 100644 --- a/thunksqueue/package-lock.json +++ b/thunksqueue/package-lock.json @@ -943,9 +943,9 @@ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" }, "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.23", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.15.23.tgz", + "integrity": "sha512-4yoz1kEWqUjzi5zsPbAS/903QXSYp0UOtHsPpp7p9rHAw/W+dkInskAE386Fat3oKRROwO98d9ZB0G4cObgUyw==" }, "verror": { "version": "1.10.0", diff --git a/thunksqueue/package.json b/thunksqueue/package.json index 1e61bf6ff..bd533d981 100644 --- a/thunksqueue/package.json +++ b/thunksqueue/package.json @@ -18,7 +18,7 @@ "request": "^2.88.2", "slug": "^5.1.0", "thunkify": "^2.1.2", - "validator": "^13.11.0", + "validator": "^13.15.23", "url": "^0.11.0" }, "devDependencies": {},