diff --git a/package-lock.json b/package-lock.json index 5bb4ceb..b4e577a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@types/inquirer": "^9.0.7", "@types/node": "^22.4.1", "@types/qrcode": "^1.5.5", - "@vitejs/plugin-vue": "^5.1.2", + "@vitejs/plugin-vue": "^5.1.3", "inquirer": "^10.1.8", "markdownlint-cli2": "^0.13.0", "playwright": "^1.46.1", @@ -5658,9 +5658,9 @@ } }, "node_modules/@vitejs/plugin-vue": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.1.2.tgz", - "integrity": "sha512-nY9IwH12qeiJqumTCLJLE7IiNx7HZ39cbHaysEUd+Myvbz9KAqd2yq+U01Kab1R/H1BmiyM2ShTYlNH32Fzo3A==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.1.3.tgz", + "integrity": "sha512-3xbWsKEKXYlmX82aOHufFQVnkbMC/v8fLpWwh6hWOUrK5fbbtBh9Q/WWse27BFgSy2/e2c0fz5Scgya9h2GLhw==", "dev": true, "engines": { "node": "^18.0.0 || >=20.0.0" diff --git a/package.json b/package.json index 14a4654..396c6f7 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@storybook/vue3": "^8.2.8", "@storybook/vue3-vite": "^8.2.9", "@types/qrcode": "^1.5.5", - "@vitejs/plugin-vue": "^5.1.2", + "@vitejs/plugin-vue": "^5.1.3", "markdownlint-cli2": "^0.13.0", "playwright": "^1.46.1", "storybook": "^8.2.8",