From 961073725d31cd9f9e29175ef1a717f87472ee1b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Oct 2025 16:57:37 +0000 Subject: [PATCH] fix: package.json & yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-13644406 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 288a152534574..36f14244533ba 100644 --- a/package.json +++ b/package.json @@ -233,7 +233,7 @@ "url-loader": "^4.1.1", "uuid": "8.1.0", "visibilityjs": "^1.2.4", - "vite": "7.1.9", + "vite": "7.1.11", "vite-plugin-ruby": "^5.1.1", "vue": "2.7.16", "vue-apollo": "^3.0.7", diff --git a/yarn.lock b/yarn.lock index e5965e18129c4..ed6793c24a6d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15337,10 +15337,10 @@ vite-plugin-ruby@^5.1.1: debug "^4.3.4" fast-glob "^3.3.2" -vite@7.1.9: - version "7.1.9" - resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.9.tgz#ba844410e5d0c0f2a4eaf17a52af60ebea322cbf" - integrity sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg== +vite@7.1.11: + version "7.1.11" + resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.11.tgz#4d006746112fee056df64985191e846ebfb6007e" + integrity sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg== dependencies: esbuild "^0.25.0" fdir "^6.5.0"