diff --git a/package-lock.json b/package-lock.json index 734b902f..9973c698 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@capacitor/cli": "5.3.0", "@rushstack/eslint-patch": "^1.3.3", "@types/node": "^20.5.9", - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^4.4.1", "@vue/eslint-config-prettier": "^8.0.0", "@vue/eslint-config-typescript": "^11.0.2", "@vue/tsconfig": "^0.4.0", @@ -1628,9 +1628,9 @@ } }, "node_modules/@vitejs/plugin-vue": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.2.3.tgz", - "integrity": "sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.4.1.tgz", + "integrity": "sha512-HCQG8VDFDM7YDAdcj5QI5DvUi+r6xvo9LgvYdk7LSkUNwdpempdB5horkMSZsbdey9Ywsf5aaU8kEPw9M5kREA==", "dev": true, "engines": { "node": "^14.18.0 || >=16.0.0" @@ -10084,9 +10084,9 @@ } }, "@vitejs/plugin-vue": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.2.3.tgz", - "integrity": "sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.4.1.tgz", + "integrity": "sha512-HCQG8VDFDM7YDAdcj5QI5DvUi+r6xvo9LgvYdk7LSkUNwdpempdB5horkMSZsbdey9Ywsf5aaU8kEPw9M5kREA==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index fcc89fd8..24e6ef0f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@capacitor/cli": "5.3.0", "@rushstack/eslint-patch": "^1.3.3", "@types/node": "^20.5.9", - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^4.4.1", "@vue/eslint-config-prettier": "^8.0.0", "@vue/eslint-config-typescript": "^11.0.2", "@vue/tsconfig": "^0.4.0",