From 7f01300bef9d07269482a0e2b371830273f4acc5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Sep 2022 17:29:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SNYK-3037342 - https://snyk.io/vuln/SNYK-JS-SNYKGOPLUGIN-3037316 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35d8e85..1355bee 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ ], "dependencies": { "@xyo-network/web-base-bootstrap": "^1.0.31", - "snyk": "^1.320.3" + "snyk": "^1.996.0" }, "devDependencies": { "bootstrap": "^4.4.1",