From eb82bb4c533a1b2af79f365dbcd7841780726cd1 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 07:40:12 +0000 Subject: [PATCH] Update validator to version 13.15.26 --- spiderqueue/package-lock.json | 6 +++--- spiderqueue/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spiderqueue/package-lock.json b/spiderqueue/package-lock.json index 7c662e656..22c744730 100644 --- a/spiderqueue/package-lock.json +++ b/spiderqueue/package-lock.json @@ -928,9 +928,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.26", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.15.26.tgz", + "integrity": "sha512-spH26xU080ydGggxRyR1Yhcbgx+j3y5jbNXk/8L+iRvdIEQ4uTRH2Sgf2dokud6Q4oAtsbNvJ1Ft+9xmm6IZcA==" }, "verror": { "version": "1.10.0", diff --git a/spiderqueue/package.json b/spiderqueue/package.json index dab4f5bcc..c9a650bc6 100644 --- a/spiderqueue/package.json +++ b/spiderqueue/package.json @@ -26,6 +26,6 @@ "request": "^2.88.2", "slug": "^5.1.0", "url": "^0.11.0", - "validator": "^13.11.0" + "validator": "^13.15.26" } }