diff --git a/package-lock.json b/package-lock.json index c90566a0..34e1c91e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } }, diff --git a/package.json b/package.json index 9eb2336b..344e6eb8 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "@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" } }