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

Reviewed-on: #280
This commit is contained in:
Michel Roux 2025-03-08 00:26:28 +00:00
commit 6dd8bb4686
2 changed files with 5 additions and 5 deletions

8
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.2.0", "vite": "^6.2.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"
@ -12273,9 +12273,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "6.2.0", "version": "6.2.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.2.0.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.1.tgz",
"integrity": "sha512-7dPxoo+WsT/64rDcwoOjk76XHj+TqNTIvHKcuMQ1k4/SeHDaQt5GFAeLYzrimZrMpn/O6DtdI03WUjdxuPM0oQ==", "integrity": "sha512-n2GnqDb6XPhlt9B8olZPrgMD/es/Nd1RdChF6CBD/fHW6pUyUTt2sQW2fPRX5GiD9XEa6+8A6A4f2vT6pSsE7Q==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"esbuild": "^0.25.0", "esbuild": "^0.25.0",

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.2.0", "vite": "^6.2.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"