Merge pull request #14 from jung-geun/dependabot/npm_and_yarn/vite-6.4.3

build(deps-dev): Bump vite from 6.4.2 to 6.4.3
This commit is contained in:
jung-geun
2026-07-28 10:14:07 +09:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -32,7 +32,7 @@
"react": "^19.2.6",
"react-dom": "^19.2.6",
"typescript": "^5.4.0",
"vite": "^6.4.2",
"vite": "^6.4.3",
"vitest": "^4.1.6"
}
},
@@ -7132,9 +7132,9 @@
}
},
"node_modules/vite": {
"version": "6.4.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz",
"integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==",
"version": "6.4.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.4.3.tgz",
"integrity": "sha512-NTKlcQjlAK7MlQoyb6LgaqHc8sso/pVyUJYWMws3jg21uTJw/LddqIFPcPqP6PzpgbIcZyKI85sFE4HBrQDA8A==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -58,7 +58,7 @@
"react": "^19.2.6",
"react-dom": "^19.2.6",
"typescript": "^5.4.0",
"vite": "^6.4.2",
"vite": "^6.4.3",
"vitest": "^4.1.6"
},
"author": "jung-geun <pieroot.02@gmail.com>",