From 5ff0369d032b27f4ac24cadbd616d83c52e45968 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:40:20 +0000 Subject: [PATCH] Update validator to version 13.15.20 --- thunksparallel2/package-lock.json | 6 +++--- thunksparallel2/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/thunksparallel2/package-lock.json b/thunksparallel2/package-lock.json index 6d5bde658..62666715f 100644 --- a/thunksparallel2/package-lock.json +++ b/thunksparallel2/package-lock.json @@ -5257,9 +5257,9 @@ "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==" }, "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/thunksparallel2/package.json b/thunksparallel2/package.json index f37e7501e..92255e15b 100644 --- a/thunksparallel2/package.json +++ b/thunksparallel2/package.json @@ -18,7 +18,7 @@ "slug": "^5.1.0", "thunkify": "^2.1.2", "url": "^0.11.0", - "validator": "^13.11.0", + "validator": "^13.15.20", "snyk": "^1.639.0" }, "devDependencies": {},