diff --git a/spiderthunks/package-lock.json b/spiderthunks/package-lock.json index df47324f5..756de6be1 100644 --- a/spiderthunks/package-lock.json +++ b/spiderthunks/package-lock.json @@ -716,9 +716,9 @@ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" }, "validator": { - "version": "13.5.2", - "resolved": "https://registry.npmjs.org/validator/-/validator-13.5.2.tgz", - "integrity": "sha512-mD45p0rvHVBlY2Zuy3F3ESIe1h5X58GPfAtslBjY7EtTqGquZTj+VX/J4RnHWN8FKq0C9WRVt1oWAcytWRuYLQ==" + "version": "13.7.0", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.7.0.tgz", + "integrity": "sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw==" }, "verror": { "version": "1.10.0", diff --git a/spiderthunks/package.json b/spiderthunks/package.json index 86553839c..2b189e10b 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.5.2" + "validator": "^13.7.0" } }