From ec79512ace7874961c2b09aa5a860790df9cadda Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 00:21:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-SIDEWAYFORMULA-3317169 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ace5b937..bd999754 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "cypress:open": "start-server-and-test start:app http://localhost:1234 'cypress open'" }, "dependencies": { - "start-server-and-test": "^1.12.3" + "start-server-and-test": "^2.0.2" } }