diff --git a/package-lock.json b/package-lock.json index 4ee44e7e3..a61d0972d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -321,7 +321,7 @@ "vite": "^5.3.4", "vue": "^3.4.38", "vue-eslint-parser": "^9.4.2", - "vue-i18n": "^9.14.2", + "vue-i18n": "^11.1.3", "vue-loader": "^17.4.2", "vue-router": "^4.3.2", "vuetify": "^3.6.6", @@ -6616,12 +6616,13 @@ } }, "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" @@ -6631,11 +6632,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": { @@ -6646,9 +6648,10 @@ } }, "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" }, @@ -68666,12 +68669,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/package.json b/package.json index c9fe8a1e9..d14ef991c 100644 --- a/package.json +++ b/package.json @@ -378,7 +378,7 @@ "vite": "^5.3.4", "vue": "^3.4.38", "vue-eslint-parser": "^9.4.2", - "vue-i18n": "^9.14.2", + "vue-i18n": "^11.1.3", "vue-loader": "^17.4.2", "vue-router": "^4.3.2", "vuetify": "^3.6.6",