From e839dd876facee820530fae8c899788563c39462 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:20:14 +0000 Subject: [PATCH] Update validator to version 13.15.20 --- 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..2d59efadb 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.20", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.15.20.tgz", + "integrity": "sha512-KxPOq3V2LmfQPP4eqf3Mq/zrT0Dqp2Vmx2Bn285LwVahLc+CsxOM0crBHczm8ijlcjZ0Q5Xd6LW3z3odTPnlrw==" }, "verror": { "version": "1.10.0", diff --git a/spiderqueue/package.json b/spiderqueue/package.json index dab4f5bcc..3260eb1c4 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.20" } }