From 80a0b3bb52b0140375d7b9b67bbabf4a36cd8cef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Apr 2024 22:51:12 +0000 Subject: [PATCH] fix: system-tests/projects/vite-ct-object-api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-6531286 --- system-tests/projects/vite-ct-object-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-tests/projects/vite-ct-object-api/package.json b/system-tests/projects/vite-ct-object-api/package.json index 85d7355c891f..3126a71df9fd 100644 --- a/system-tests/projects/vite-ct-object-api/package.json +++ b/system-tests/projects/vite-ct-object-api/package.json @@ -6,6 +6,6 @@ "@testing-library/cypress": "9.0.0", "ansi-regex": "4.1.1", "typescript": "4.9.5", - "vite": "2.9.17" + "vite": "2.9.18" } }