Merge pull request #1273 from gnmyt/dependabot/npm_and_yarn/client/vite-7.2.1

chore(deps): bump vite from 7.2.0 to 7.2.1 in /client
This commit is contained in:
github-actions[bot]
2025-11-06 21:05:19 +00:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -26,7 +26,7 @@
"react-router-dom": "^7.9.5",
"sass-embedded": "^1.93.3",
"uuid": "^13.0.0",
"vite": "^7.2.0",
"vite": "^7.2.1",
"vite-plugin-pwa": "^1.1.0"
},
"devDependencies": {
@@ -6201,9 +6201,9 @@
"license": "MIT"
},
"node_modules/vite": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.2.0.tgz",
"integrity": "sha512-C/Naxf8H0pBx1PA4BdpT+c/5wdqI9ILMdwjSMILw7tVIh3JsxzZqdeTLmmdaoh5MYUEOyBnM9K3o0DzoZ/fe+w==",
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.2.1.tgz",
"integrity": "sha512-qTl3VF7BvOupTR85Zc561sPEgxyUSNSvTQ9fit7DEMP7yPgvvIGm5Zfa1dOM+kOwWGNviK9uFM9ra77+OjK7lQ==",
"dependencies": {
"esbuild": "^0.25.0",
"fdir": "^6.5.0",
@@ -10351,9 +10351,9 @@
"integrity": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg=="
},
"vite": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.2.0.tgz",
"integrity": "sha512-C/Naxf8H0pBx1PA4BdpT+c/5wdqI9ILMdwjSMILw7tVIh3JsxzZqdeTLmmdaoh5MYUEOyBnM9K3o0DzoZ/fe+w==",
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.2.1.tgz",
"integrity": "sha512-qTl3VF7BvOupTR85Zc561sPEgxyUSNSvTQ9fit7DEMP7yPgvvIGm5Zfa1dOM+kOwWGNviK9uFM9ra77+OjK7lQ==",
"requires": {
"esbuild": "^0.25.0",
"fdir": "^6.5.0",
+1 -1
View File
@@ -25,7 +25,7 @@
"react-router-dom": "^7.9.5",
"sass-embedded": "^1.93.3",
"uuid": "^13.0.0",
"vite": "^7.2.0",
"vite": "^7.2.1",
"vite-plugin-pwa": "^1.1.0"
},
"devDependencies": {