From d95bfce65bd89a07b9115913aa921671fb34950f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Sep 2022 21:56:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PARSEURL-3023021 - https://snyk.io/vuln/SNYK-JS-PARSEURL-3024398 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ce4cba..2fcc692 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ }, "dependencies": { "debug": "^4.1.1", - "snyk": "^1.231.1", + "snyk": "^1.324.0", "typed-rest-client": "^1.5.0" }, "husky": {