From 9873101d753d24fa5d7404f853c25660d255546f Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:30:18 +0000 Subject: [PATCH] Update validator to version 13.15.20 --- spiderthunks/package-lock.json | 6 +++--- spiderthunks/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spiderthunks/package-lock.json b/spiderthunks/package-lock.json index a080303b5..3af6fc64f 100644 --- a/spiderthunks/package-lock.json +++ b/spiderthunks/package-lock.json @@ -716,9 +716,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/spiderthunks/package.json b/spiderthunks/package.json index f77d17ffb..5b6130e8c 100644 --- a/spiderthunks/package.json +++ b/spiderthunks/package.json @@ -24,6 +24,6 @@ "path": "^0.12.7", "request": "^2.88.2", "thunkify": "^2.1.2", - "validator": "^13.11.0" + "validator": "^13.15.20" } }