diff --git a/client/package.json b/client/package.json index 329fbfbf..e65c3b6a 100644 --- a/client/package.json +++ b/client/package.json @@ -40,8 +40,8 @@ "eslint-plugin-react-refresh": "^0.4.25", "globals": "^16.5.0", "http-proxy-middleware": "^3.0.5", - "sass": "^1.96.0", - "vite": "^7.3.0", + "sass": "^1.97.2", + "vite": "^7.3.1", "vite-plugin-svgr": "^4.5.0", "vitest": "^4.0.15" } diff --git a/client/yarn.lock b/client/yarn.lock index 13931f3e..6562ae5d 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -3089,10 +3089,10 @@ safe-regex-test@^1.1.0: es-errors "^1.3.0" is-regex "^1.2.1" -sass@^1.96.0: - version "1.97.1" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.97.1.tgz#f36e492baf8ccdd08d591b58d3d8b53ea35ab905" - integrity sha512-uf6HoO8fy6ClsrShvMgaKUn14f2EHQLQRtpsZZLeU/Mv0Q1K5P0+x2uvH6Cub39TVVbWNSrraUhDAoFph6vh0A== +sass@^1.97.2: + version "1.97.2" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.97.2.tgz#e515a319092fd2c3b015228e3094b40198bff0da" + integrity sha512-y5LWb0IlbO4e97Zr7c3mlpabcbBtS+ieiZ9iwDooShpFKWXf62zz5pEPdwrLYm+Bxn1fnbwFGzHuCLSA9tBmrw== dependencies: chokidar "^4.0.0" immutable "^5.0.2" @@ -3504,10 +3504,10 @@ vite-plugin-svgr@^4.5.0: "@svgr/core" "^8.1.0" "@svgr/plugin-jsx" "^8.1.0" -"vite@^6.0.0 || ^7.0.0", vite@^7.3.0: - version "7.3.0" - resolved "https://registry.yarnpkg.com/vite/-/vite-7.3.0.tgz#066c7a835993a66e82004eac3e185d0d157fd658" - integrity sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg== +"vite@^6.0.0 || ^7.0.0", vite@^7.3.1: + version "7.3.1" + resolved "https://registry.yarnpkg.com/vite/-/vite-7.3.1.tgz#7f6cfe8fb9074138605e822a75d9d30b814d6507" + integrity sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA== dependencies: esbuild "^0.27.0" fdir "^6.5.0"