diff --git a/package-lock.json b/package-lock.json index 71e42c0..d019748 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "vue-axios": "^3.5.2", "vue-github-button": "^3.1.3", "vue-html-secure": "^1.0.10", - "vue-i18n": "^9.4.1", + "vue-i18n": "^11.1.4", "vue-loader": "^17.4.2", "vue-multiselect-listbox": "^0.4.5", "vue-router": "^4.5.0", @@ -5019,13 +5019,13 @@ "license": "MIT" }, "node_modules/@intlify/core-base": { - "version": "9.14.3", - "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.14.3.tgz", - "integrity": "sha512-nbJ7pKTlXFnaXPblyfiH6awAx1C0PWNNuqXAR74yRwgi5A/Re/8/5fErLY0pv4R8+EHj3ZaThMHdnuC/5OBa6g==", + "version": "11.1.4", + "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.1.4.tgz", + "integrity": "sha512-VNIanL84HNBNAoJjPA2V8EykT5NtgNDquO2MsDQcSheo7EcCt4uvH14IHBEDKVoL6k38NNICLuRhtKOKqW2ylA==", "license": "MIT", "dependencies": { - "@intlify/message-compiler": "9.14.3", - "@intlify/shared": "9.14.3" + "@intlify/message-compiler": "11.1.4", + "@intlify/shared": "11.1.4" }, "engines": { "node": ">= 16" @@ -5035,12 +5035,12 @@ } }, "node_modules/@intlify/message-compiler": { - "version": "9.14.3", - "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.14.3.tgz", - "integrity": "sha512-ANwC226BQdd+MpJ36rOYkChSESfPwu3Ss2Faw0RHTOknYLoHTX6V6e/JjIKVDMbzs0/H/df/rO6yU0SPiWHqNg==", + "version": "11.1.4", + "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.1.4.tgz", + "integrity": "sha512-fQWJwTOBFNFGNr4I5k629hQxTGEKsDWhhTzr6Y4CN4OXJw/dLB/VbbQm5jlylqnv44RBZN5GSD+d1nWpNcAR5A==", "license": "MIT", "dependencies": { - "@intlify/shared": "9.14.3", + "@intlify/shared": "11.1.4", "source-map-js": "^1.0.2" }, "engines": { @@ -5051,9 +5051,9 @@ } }, "node_modules/@intlify/shared": { - "version": "9.14.3", - "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.14.3.tgz", - "integrity": "sha512-hJXz9LA5VG7qNE00t50bdzDv8Z4q9fpcL81wj4y4duKavrv0KM8YNLTwXNEFINHjTsfrG9TXvPuEjVaAvZ7yWg==", + "version": "11.1.4", + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.1.4.tgz", + "integrity": "sha512-zOW2L5+QnWRQgM/7WNSPxa6E0F3wR2/KEQV7P4s4AXzxzmg0MuzLNiixvkRJU5h0Xb3DnHic6zybKva28kabDw==", "license": "MIT", "engines": { "node": ">= 16" @@ -19148,13 +19148,13 @@ "license": "MIT" }, "node_modules/vue-i18n": { - "version": "9.14.3", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.14.3.tgz", - "integrity": "sha512-C+E0KE8ihKjdYCQx8oUkXX+8tBItrYNMnGJuzEPevBARQFUN2tKez6ZVOvBrWH0+KT5wEk3vOWjNk7ygb2u9ig==", + "version": "11.1.4", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.1.4.tgz", + "integrity": "sha512-0B2Q4rTSzQigfIQnsgNMgWOekouT2lr3hiKG3k7q3fQykr968BRdIUDnIvHisq/f1FPKbBznHpvAyGg78eDAyg==", "license": "MIT", "dependencies": { - "@intlify/core-base": "9.14.3", - "@intlify/shared": "9.14.3", + "@intlify/core-base": "11.1.4", + "@intlify/shared": "11.1.4", "@vue/devtools-api": "^6.5.0" }, "engines": { diff --git a/package.json b/package.json index a437b24..7fafda1 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "vue-axios": "^3.5.2", "vue-github-button": "^3.1.3", "vue-html-secure": "^1.0.10", - "vue-i18n": "^9.4.1", + "vue-i18n": "^11.1.4", "vue-loader": "^17.4.2", "vue-multiselect-listbox": "^0.4.5", "vue-router": "^4.5.0",