From 8fe8af983962e0671d006dd82a9249940a080435 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 23:26:26 +0000 Subject: [PATCH] fix: scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 --- scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package.json b/scripts/package.json index fef126cfb4bf..37e5c24c90c5 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -175,7 +175,7 @@ "util": "^0.12.5", "uuid": "^9.0.1", "vitest": "^2.0.5", - "wait-on": "^7.2.0", + "wait-on": "^8.0.3", "window-size": "^1.1.1", "yaml": "^2.4.5", "zod": "^3.23.8"