diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json index a732bfecf..24aae9459 100644 --- a/src-vue/package-lock.json +++ b/src-vue/package-lock.json @@ -16,7 +16,7 @@ "element-plus": "^2.7.8", "marked": "^14.1.3", "vue": "^3.4.35", - "vue-i18n": "^9.13.1", + "vue-i18n": "^11.1.3", "vue-router": "^4.4.3", "vuex": "^4.0.2" }, @@ -151,13 +151,13 @@ "license": "MIT" }, "node_modules/@intlify/core-base": { - "version": "9.14.2", - "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.14.2.tgz", - "integrity": "sha512-DZyQ4Hk22sC81MP4qiCDuU+LdaYW91A6lCjq8AWPvY3+mGMzhGDfOCzvyR6YBQxtlPjFqMoFk9ylnNYRAQwXtQ==", + "version": "11.1.3", + "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.1.3.tgz", + "integrity": "sha512-cMuHunYO7LE80azTitcvEbs1KJmtd6g7I5pxlApV3Jo547zdO3h31/0uXpqHc+Y3RKt1wo2y68RGSx77Z1klyA==", "license": "MIT", "dependencies": { - "@intlify/message-compiler": "9.14.2", - "@intlify/shared": "9.14.2" + "@intlify/message-compiler": "11.1.3", + "@intlify/shared": "11.1.3" }, "engines": { "node": ">= 16" @@ -167,12 +167,12 @@ } }, "node_modules/@intlify/message-compiler": { - "version": "9.14.2", - "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.14.2.tgz", - "integrity": "sha512-YsKKuV4Qv4wrLNsvgWbTf0E40uRv+Qiw1BeLQ0LAxifQuhiMe+hfTIzOMdWj/ZpnTDj4RSZtkXjJM7JDiiB5LQ==", + "version": "11.1.3", + "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.1.3.tgz", + "integrity": "sha512-7rbqqpo2f5+tIcwZTAG/Ooy9C8NDVwfDkvSeDPWUPQW+Dyzfw2o9H103N5lKBxO7wxX9dgCDjQ8Umz73uYw3hw==", "license": "MIT", "dependencies": { - "@intlify/shared": "9.14.2", + "@intlify/shared": "11.1.3", "source-map-js": "^1.0.2" }, "engines": { @@ -183,9 +183,9 @@ } }, "node_modules/@intlify/shared": { - "version": "9.14.2", - "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.14.2.tgz", - "integrity": "sha512-uRAHAxYPeF+G5DBIboKpPgC/Waecd4Jz8ihtkpJQD5ycb5PwXp0k/+hBGl5dAjwF7w+l74kz/PKA8r8OK//RUw==", + "version": "11.1.3", + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.1.3.tgz", + "integrity": "sha512-pTFBgqa/99JRA2H1qfyqv97MKWJrYngXBA/I0elZcYxvJgcCw3mApAoPW3mJ7vx3j+Ti0FyKUFZ4hWxdjKaxvA==", "license": "MIT", "engines": { "node": ">= 16" @@ -1398,13 +1398,13 @@ } }, "node_modules/vue-i18n": { - "version": "9.14.2", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.14.2.tgz", - "integrity": "sha512-JK9Pm80OqssGJU2Y6F7DcM8RFHqVG4WkuCqOZTVsXkEzZME7ABejAUqUdA931zEBedc4thBgSUWxeQh4uocJAQ==", + "version": "11.1.3", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.1.3.tgz", + "integrity": "sha512-Pcylh9z9S5+CJAqgbRZ3EKxFIBIrtY5YUppU722GIT65+Nukm0TCqiQegZnNLCZkXGthxe0cpqj0AoM51H+6Gw==", "license": "MIT", "dependencies": { - "@intlify/core-base": "9.14.2", - "@intlify/shared": "9.14.2", + "@intlify/core-base": "11.1.3", + "@intlify/shared": "11.1.3", "@vue/devtools-api": "^6.5.0" }, "engines": { diff --git a/src-vue/package.json b/src-vue/package.json index 8dbe0c3f6..baf6a7083 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -17,7 +17,7 @@ "@tauri-apps/plugin-store": "^2.2.0", "@tauri-apps/plugin-updater": "^2.5.1", "vue": "^3.4.35", - "vue-i18n": "^9.13.1", + "vue-i18n": "^11.1.3", "vue-router": "^4.4.3", "vuex": "^4.0.2" },