Merge pull request 'chore(deps): update dependency vite to ^6.1.1' (#267) from renovate/vite-6.x into main
All checks were successful
repod / xml (push) Successful in 15s
repod / php (push) Successful in 43s
repod / nodejs (push) Successful in 49s
repod / release (push) Has been skipped

Reviewed-on: #267
This commit is contained in:
Michel Roux 2025-02-20 00:12:29 +00:00
commit 592577086c
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -18,7 +18,7 @@
"linkify-html": "^4.2.0", "linkify-html": "^4.2.0",
"pinia": "^3.0.1", "pinia": "^3.0.1",
"toastify-js": "^1.12.0", "toastify-js": "^1.12.0",
"vite": "^6.1.0", "vite": "^6.1.1",
"vue": "^3.5.13", "vue": "^3.5.13",
"vue-material-design-icons": "^5.3.1", "vue-material-design-icons": "^5.3.1",
"vue-router": "^4.5.0" "vue-router": "^4.5.0"
@ -12206,13 +12206,13 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "6.1.0", "version": "6.1.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.1.0.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-6.1.1.tgz",
"integrity": "sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==", "integrity": "sha512-4GgM54XrwRfrOp297aIYspIti66k56v16ZnqHvrIM7mG+HjDlAwS7p+Srr7J6fGvEdOJ5JcQ/D9T7HhtdXDTzA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"esbuild": "^0.24.2", "esbuild": "^0.24.2",
"postcss": "^8.5.1", "postcss": "^8.5.2",
"rollup": "^4.30.1" "rollup": "^4.30.1"
}, },
"bin": { "bin": {

View File

@ -27,7 +27,7 @@
"linkify-html": "^4.2.0", "linkify-html": "^4.2.0",
"pinia": "^3.0.1", "pinia": "^3.0.1",
"toastify-js": "^1.12.0", "toastify-js": "^1.12.0",
"vite": "^6.1.0", "vite": "^6.1.1",
"vue": "^3.5.13", "vue": "^3.5.13",
"vue-material-design-icons": "^5.3.1", "vue-material-design-icons": "^5.3.1",
"vue-router": "^4.5.0" "vue-router": "^4.5.0"