From 10129c685cc50c68de0d0e7403bf6191b9ab7d79 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 21:20:10 +0000 Subject: [PATCH] Update validator to version 13.15.35 --- 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..da04ef6e3 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.35", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.15.35.tgz", + "integrity": "sha512-TQ5pAGhd5whStmqWvYF4OjQROlmv9SMFVt37qoCBdqRffuuklWYQlCNnEs2ZaIBD1kZRNnikiZOS1eqgkar0iw==" }, "verror": { "version": "1.10.0", diff --git a/spiderthunks/package.json b/spiderthunks/package.json index f77d17ffb..3e12c2829 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.35" } }