From 91820cffa60d324b31563cc3a4bb2e3b12edd5fa Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 03:15:18 +0000 Subject: [PATCH] fix: 1Application-frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-9685035 --- 1Application-frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1Application-frontend/package.json b/1Application-frontend/package.json index 62a1cc5f9..0e6530408 100644 --- a/1Application-frontend/package.json +++ b/1Application-frontend/package.json @@ -26,6 +26,6 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", - "vite": "^4.4.5" + "vite": "^4.5.13" } }