diff --git a/spiderthunks/package-lock.json b/spiderthunks/package-lock.json index a080303b5..5a572fbbf 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.22", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.15.22.tgz", + "integrity": "sha512-uT/YQjiyLJP7HSrv/dPZqK9L28xf8hsNca01HSz1dfmI0DgMfjopp1rO/z13NeGF1tVystF0Ejx3y4rUKPw+bQ==" }, "verror": { "version": "1.10.0", diff --git a/spiderthunks/package.json b/spiderthunks/package.json index f77d17ffb..23d009f9e 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.22" } }