From 8044ad77bc26d85102be2dfa07ce519052ab230a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Jan 2025 02:00:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14bc1efbab6..58f3838a9b4 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "rollup-plugin-typescript2": "^0.31.1", "sass": "^1.45.1", "serve": "^11.3.2", - "start-server-and-test": "^1.11.0", + "start-server-and-test": "^2.0.10", "typechain": "^5.0.0", "typescript": "^4.4.3", "ua-parser-js": "^0.7.28",