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" } }