Browse Source

Bump vite from 7.1.5 to 7.1.11

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.5 to 7.1.11.
- [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/v7.1.11/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/19/head
dependabot[bot] 2 months ago
committed by GitHub
parent
commit
8849663ba5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions
  1. +4
    -4
      package-lock.json
  2. +1
    -1
      package.json

+ 4
- 4
package-lock.json View File

@ -37,7 +37,7 @@
"prettier": "^3.6.2",
"sass": "^1.91.0",
"terser": "^5.43.1",
"vite": "^7.1.5",
"vite": "^7.1.11",
"vite-plugin-handlebars": "^2.0.0"
}
},
@ -5096,9 +5096,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.11",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.11.tgz",
"integrity": "sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==",
"dev": true,
"license": "MIT",
"dependencies": {


+ 1
- 1
package.json View File

@ -22,7 +22,7 @@
"prettier": "^3.6.2",
"sass": "^1.91.0",
"terser": "^5.43.1",
"vite": "^7.1.5",
"vite": "^7.1.11",
"vite-plugin-handlebars": "^2.0.0"
},
"overrides": {


Loading…
Cancel
Save