diff --git a/package-lock.json b/package-lock.json index 4a019e9d..e386b47d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "tiny-secp256k1": "^1.1.6", "url": "^0.11.1", "vue": "^3.3.4", - "vue-i18n": "^9.13.1", + "vue-i18n": "^11.0.0", "vue-router": "^4.4.5", "vuetify": "^3.7.3", "vuex": "^4.1.0", @@ -5189,12 +5189,12 @@ } }, "node_modules/@intlify/core-base": { - "version": "9.13.1", - "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.13.1.tgz", - "integrity": "sha512-+bcQRkJO9pcX8d0gel9ZNfrzU22sZFSA0WVhfXrf5jdJOS24a+Bp8pozuS9sBI9Hk/tGz83pgKfmqcn/Ci7/8w==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-11.0.0.tgz", + "integrity": "sha512-sbtC0hVOEr4ZAYSffQoj362inaKpb4sjgtLHVGt4tbfP+YjnHO6eUDlHgAIEESch+Kffmsc7Z+l1l2sV9oJZQQ==", "dependencies": { - "@intlify/message-compiler": "9.13.1", - "@intlify/shared": "9.13.1" + "@intlify/message-compiler": "11.0.0", + "@intlify/shared": "11.0.0" }, "engines": { "node": ">= 16" @@ -5203,10 +5203,37 @@ "url": "https://github.com/sponsors/kazupon" } }, + "node_modules/@intlify/core-base/node_modules/@intlify/message-compiler": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-11.0.0.tgz", + "integrity": "sha512-teYbQMdZisn19KsKj/jvRIFN72Lyxd1VY69TLhhXd9wDgZMlyEVLLLdLb0wDLfbBP8uSda9vKmxYh+q8Xa5sZQ==", + "dependencies": { + "@intlify/shared": "11.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": ">= 16" + }, + "funding": { + "url": "https://github.com/sponsors/kazupon" + } + }, + "node_modules/@intlify/core-base/node_modules/@intlify/shared": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.0.0.tgz", + "integrity": "sha512-MLKIyFz37qYF1G5UQZMwGoJyp8DD3rtcXDplRHZdSOmbfOYbD4g9kJZ6qCsm1Ru3vee6CTnJcbO4LV1JeIDGbA==", + "engines": { + "node": ">= 16" + }, + "funding": { + "url": "https://github.com/sponsors/kazupon" + } + }, "node_modules/@intlify/message-compiler": { "version": "9.13.1", "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.13.1.tgz", "integrity": "sha512-SKsVa4ajYGBVm7sHMXd5qX70O2XXjm55zdZB3VeMFCvQyvLew/dLvq3MqnaIsTMF1VkkOb9Ttr6tHcMlyPDL9w==", + "dev": true, "dependencies": { "@intlify/shared": "9.13.1", "source-map-js": "^1.0.2" @@ -5222,6 +5249,7 @@ "version": "9.13.1", "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.13.1.tgz", "integrity": "sha512-u3b6BKGhE6j/JeRU6C/RL2FgyJfy6LakbtfeVF8fJXURpZZTzfh3e05J0bu0XPw447Q6/WUp3C4ajv4TMS4YsQ==", + "dev": true, "engines": { "node": ">= 16" }, @@ -29617,12 +29645,12 @@ "license": "MIT" }, "node_modules/vue-i18n": { - "version": "9.13.1", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.13.1.tgz", - "integrity": "sha512-mh0GIxx0wPtPlcB1q4k277y0iKgo25xmDPWioVVYanjPufDBpvu5ySTjP5wOrSvlYQ2m1xI+CFhGdauv/61uQg==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-11.0.0.tgz", + "integrity": "sha512-U7U0IoyN2z8aaWbnRwtU2MRDxRSYKK3VKwgMGp9a3BETMuFBOIp5VlZLpuIG/A19+c5OaOx+88pjbM5wXelfqA==", "dependencies": { - "@intlify/core-base": "9.13.1", - "@intlify/shared": "9.13.1", + "@intlify/core-base": "11.0.0", + "@intlify/shared": "11.0.0", "@vue/devtools-api": "^6.5.0" }, "engines": { @@ -29635,6 +29663,17 @@ "vue": "^3.0.0" } }, + "node_modules/vue-i18n/node_modules/@intlify/shared": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-11.0.0.tgz", + "integrity": "sha512-MLKIyFz37qYF1G5UQZMwGoJyp8DD3rtcXDplRHZdSOmbfOYbD4g9kJZ6qCsm1Ru3vee6CTnJcbO4LV1JeIDGbA==", + "engines": { + "node": ">= 16" + }, + "funding": { + "url": "https://github.com/sponsors/kazupon" + } + }, "node_modules/vue-loader": { "version": "17.2.2", "dev": true, diff --git a/package.json b/package.json index 7f18acb0..c8949adc 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "tiny-secp256k1": "^1.1.6", "url": "^0.11.1", "vue": "^3.3.4", - "vue-i18n": "^9.13.1", + "vue-i18n": "^11.0.0", "vue-router": "^4.4.5", "vuetify": "^3.7.3", "vuex": "^4.1.0",