Browse Source

Bump vite from 6.3.2 to 6.3.4

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.2 to 6.3.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.3.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/805/head
dependabot[bot] 5 months ago
committed by James Cole
parent
commit
cda1c8bbe8
  1. 12
      package-lock.json
  2. 2
      resources/js/v2/package.json

12
package-lock.json

@ -1813,18 +1813,18 @@
"link": true
},
"node_modules/vite": {
"version": "6.3.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.3.2.tgz",
"integrity": "sha512-ZSvGOXKGceizRQIZSz7TGJ0pS3QLlVY/9hwxVh17W3re67je1RKYzFHivZ/t0tubU78Vkyb9WnHPENSBCzbckg==",
"version": "6.3.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.3.4.tgz",
"integrity": "sha512-BiReIiMS2fyFqbqNT/Qqt4CVITDU9M9vE+DKcVAsB+ZV0wvTKd+3hMbkpxz1b+NmEDMegpVbisKiAZOnvO92Sw==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "^0.25.0",
"fdir": "^6.4.3",
"fdir": "^6.4.4",
"picomatch": "^4.0.2",
"postcss": "^8.5.3",
"rollup": "^4.34.9",
"tinyglobby": "^0.2.12"
"tinyglobby": "^0.2.13"
},
"bin": {
"vite": "bin/vite.js"
@ -1944,7 +1944,7 @@
"axios": "^1.8.4",
"laravel-vite-plugin": "^1.0",
"sass": "^1.85.0",
"vite": "^6.2",
"vite": "^6.3",
"vite-plugin-manifest-sri": "^0.2.0"
}
}

2
resources/js/v2/package.json

@ -10,7 +10,7 @@
"axios": "^1.8.4",
"laravel-vite-plugin": "^1.0",
"sass": "^1.85.0",
"vite": "^6.2",
"vite": "^6.3",
"vite-plugin-manifest-sri": "^0.2.0"
},
"dependencies": {

Loading…
Cancel
Save