From ca18671704d05817cd6184c33334e073a1f7a3f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 19:29:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dbce7d901..f62ef7578 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "tsc-watch": "^6.0.0", "tslib": "^2.4.1", "typescript": "^4.9.4", - "wait-on": "^6.0.1", + "wait-on": "^7.2.0", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.7.4",