diff --git a/package-lock.json b/package-lock.json index c3911a79..b6b48660 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-react": "^7.37.4", "prettier": "^3.6.2", - "vite": "^7.1.5" + "vite": "^7.1.9" } }, "node_modules/@adobe/css-tools": { @@ -11030,9 +11030,9 @@ } }, "node_modules/vite": { - "version": "7.1.5", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.5.tgz", - "integrity": "sha512-4cKBO9wR75r0BeIWWWId9XK9Lj6La5X846Zw9dFfzMRw38IlTk2iCcUt6hsyiDRcPidc55ZParFYDXi0nXOeLQ==", + "version": "7.1.9", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.9.tgz", + "integrity": "sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0e0f9ea5..5f0a6a3a 100644 --- a/package.json +++ b/package.json @@ -84,6 +84,6 @@ "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-react": "^7.37.4", "prettier": "^3.6.2", - "vite": "^7.1.5" + "vite": "^7.1.9" } } diff --git a/yarn.lock b/yarn.lock index b6dc9b9b..9af51bcd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5929,10 +5929,10 @@ vfile@^5.0.0: unist-util-stringify-position "^3.0.0" vfile-message "^3.0.0" -vite@^7.1.5: - version "7.1.5" - resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.5.tgz#4dbcb48c6313116689be540466fc80faa377be38" - integrity sha512-4cKBO9wR75r0BeIWWWId9XK9Lj6La5X846Zw9dFfzMRw38IlTk2iCcUt6hsyiDRcPidc55ZParFYDXi0nXOeLQ== +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== dependencies: esbuild "^0.25.0" fdir "^6.5.0"