From 6829d7d4598a653898adeaf662807cd1ed004757 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Nov 2023 22:19:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d7421d331eaf..96ba83e38b8f 100644 --- a/package.json +++ b/package.json @@ -161,7 +161,7 @@ "rimraf": "^3.0.2", "robots-parser": "^3.0.0", "sass": "^1.49.0", - "start-server-and-test": "^1.14.0", + "start-server-and-test": "^2.0.3", "strip-ansi": "^7.0.1", "supertest": "^6.2.2", "typescript": "^4.5.5"