chore(deps): update dependency vite-plugin-ejs to v2 (#5336)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-06-25 22:43:29 -04:00
committed by GitHub
parent a991a9622c
commit 1cde8fe530
2 changed files with 7 additions and 8 deletions

13
package-lock.json generated
View File

@@ -21,7 +21,7 @@
"@vitejs/plugin-vue": "6.0.7",
"serve": "14.2.6",
"vite": "6.4.3",
"vite-plugin-ejs": "1.8.0"
"vite-plugin-ejs": "2.0.0"
}
},
"node_modules/@actions/core": {
@@ -1827,6 +1827,7 @@
"integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
"dev": true,
"license": "Apache-2.0",
"peer": true,
"bin": {
"ejs": "bin/cli.js"
},
@@ -2825,15 +2826,13 @@
}
},
"node_modules/vite-plugin-ejs": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/vite-plugin-ejs/-/vite-plugin-ejs-1.8.0.tgz",
"integrity": "sha512-hfZQro418CaRRplB7dfqe5la+dr4GRv/f4bwdMn6Rufz0l4B2mMqcEUJ+wiAUqlNWLsRDtZJUNcguUDGPFNACg==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/vite-plugin-ejs/-/vite-plugin-ejs-2.0.0.tgz",
"integrity": "sha512-oz72iYfUTgFVl1SVRkaNYsRUx/THorgknwyRvhwBu3RMaigibKcl0T4tkUXw0h8w5JmnBEfPCKcingmTxen3Ng==",
"dev": true,
"license": "MIT",
"dependencies": {
"ejs": "^6.0.1"
},
"peerDependencies": {
"ejs": ">=3",
"vite": ">=5.0.0"
}
},