From f9d416bbfec99ba0919c1177ae4a7ff7d76dc9a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:34:06 +0000 Subject: [PATCH] Bump vue-i18n from 10.0.4 to 10.0.5 Bumps [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) from 10.0.4 to 10.0.5. - [Release notes](https://github.com/intlify/vue-i18n/releases) - [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/intlify/vue-i18n/commits/v10.0.5/packages/vue-i18n) --- updated-dependencies: - dependency-name: vue-i18n dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 ++++++++++++++++++------------------ package.json | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4e7cccf..2cd1af04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "jsonp": "^0.2.1", "process": "^0.11.10", "vue": "~3.4.27", - "vue-i18n": "^10.0.4", + "vue-i18n": "^10.0.5", "vuex": "^4.1.0" }, "devDependencies": { @@ -2139,13 +2139,13 @@ "license": "BSD-3-Clause" }, "node_modules/@intlify/core-base": { - "version": "10.0.4", - "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-10.0.4.tgz", - "integrity": "sha512-GG428DkrrWCMhxRMRQZjuS7zmSUzarYcaHJqG9VB8dXAxw4iQDoKVQ7ChJRB6ZtsCsX3Jse1PEUlHrJiyQrOTg==", + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-10.0.5.tgz", + "integrity": "sha512-F3snDTQs0MdvnnyzTDTVkOYVAZOE/MHwRvF7mn7Jw1yuih4NrFYLNYIymGlLmq4HU2iIdzYsZ7f47bOcwY73XQ==", "license": "MIT", "dependencies": { - "@intlify/message-compiler": "10.0.4", - "@intlify/shared": "10.0.4" + "@intlify/message-compiler": "10.0.5", + "@intlify/shared": "10.0.5" }, "engines": { "node": ">= 16" @@ -2155,12 +2155,12 @@ } }, "node_modules/@intlify/message-compiler": { - "version": "10.0.4", - "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-10.0.4.tgz", - "integrity": "sha512-AFbhEo10DP095/45EauinQJ5hJ3rJUmuuqltGguvc3WsvezZN+g8qNHLGWKu60FHQVizMrQY7VJ+zVlBXlQQkQ==", + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-10.0.5.tgz", + "integrity": "sha512-6GT1BJ852gZ0gItNZN2krX5QAmea+cmdjMvsWohArAZ3GmHdnNANEcF9JjPXAMRtQ6Ux5E269ymamg/+WU6tQA==", "license": "MIT", "dependencies": { - "@intlify/shared": "10.0.4", + "@intlify/shared": "10.0.5", "source-map-js": "^1.0.2" }, "engines": { @@ -2171,9 +2171,9 @@ } }, "node_modules/@intlify/shared": { - "version": "10.0.4", - "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-10.0.4.tgz", - "integrity": "sha512-ukFn0I01HsSgr3VYhYcvkTCLS7rGa0gw4A4AMpcy/A9xx/zRJy7PS2BElMXLwUazVFMAr5zuiTk3MQeoeGXaJg==", + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-10.0.5.tgz", + "integrity": "sha512-bmsP4L2HqBF6i6uaMqJMcFBONVjKt+siGluRq4Ca4C0q7W2eMaVZr8iCgF9dKbcVXutftkC7D6z2SaSMmLiDyA==", "license": "MIT", "engines": { "node": ">= 16" @@ -18474,13 +18474,13 @@ } }, "node_modules/vue-i18n": { - "version": "10.0.4", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-10.0.4.tgz", - "integrity": "sha512-1xkzVxqBLk2ZFOmeI+B5r1J7aD/WtNJ4j9k2mcFcQo5BnOmHBmD7z4/oZohh96AAaRZ4Q7mNQvxc9h+aT+Md3w==", + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-10.0.5.tgz", + "integrity": "sha512-9/gmDlCblz3i8ypu/afiIc/SUIfTTE1mr0mZhb9pk70xo2csHAM9mp2gdQ3KD2O0AM3Hz/5ypb+FycTj/lHlPQ==", "license": "MIT", "dependencies": { - "@intlify/core-base": "10.0.4", - "@intlify/shared": "10.0.4", + "@intlify/core-base": "10.0.5", + "@intlify/shared": "10.0.5", "@vue/devtools-api": "^6.5.0" }, "engines": { diff --git a/package.json b/package.json index 8741907d..88848d5d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "jsonp": "^0.2.1", "process": "^0.11.10", "vue": "~3.4.27", - "vue-i18n": "^10.0.4", + "vue-i18n": "^10.0.5", "vuex": "^4.1.0" }, "devDependencies": {