From 666d818dd21b8da8093bafbec9660faae5073a8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Sep 2022 21:00:55 +0000 Subject: [PATCH] fix: spiderthunks/package.json & spiderthunks/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090599 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090600 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090601 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090602 --- 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 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" } }