From 22567ba7ad81f2176d71213c10750ab77d0d72b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 16:02:14 +0000 Subject: [PATCH] Bump vue-i18n from 10.0.5 to 10.0.6 in /Shuttle.Access.Vue Bumps [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) from 10.0.5 to 10.0.6. - [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.6/packages/vue-i18n) --- updated-dependencies: - dependency-name: vue-i18n dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Shuttle.Access.Vue/package-lock.json | 36 ++++++++++++++-------------- Shuttle.Access.Vue/package.json | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Shuttle.Access.Vue/package-lock.json b/Shuttle.Access.Vue/package-lock.json index 17463d9..1e4b8db 100644 --- a/Shuttle.Access.Vue/package-lock.json +++ b/Shuttle.Access.Vue/package-lock.json @@ -17,7 +17,7 @@ "roboto-fontface": "*", "unplugin-auto-import": "^0.19.0", "vue": "^3.4.31", - "vue-i18n": "^10.0.5", + "vue-i18n": "^10.0.6", "vue-router": "^4.5.0", "vuetify": "^3.6.14" }, @@ -1234,13 +1234,13 @@ } }, "node_modules/@intlify/core-base": { - "version": "10.0.5", - "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-10.0.5.tgz", - "integrity": "sha512-F3snDTQs0MdvnnyzTDTVkOYVAZOE/MHwRvF7mn7Jw1yuih4NrFYLNYIymGlLmq4HU2iIdzYsZ7f47bOcwY73XQ==", + "version": "10.0.6", + "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-10.0.6.tgz", + "integrity": "sha512-/NINGvy7t8qSCyyuqMIPmHS6CBQjqPIPVOps0Rb7xWrwwkwHJKtahiFnW1HC4iQVhzoYwEW6Js0923zTScLDiA==", "license": "MIT", "dependencies": { - "@intlify/message-compiler": "10.0.5", - "@intlify/shared": "10.0.5" + "@intlify/message-compiler": "10.0.6", + "@intlify/shared": "10.0.6" }, "engines": { "node": ">= 16" @@ -1250,12 +1250,12 @@ } }, "node_modules/@intlify/message-compiler": { - "version": "10.0.5", - "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-10.0.5.tgz", - "integrity": "sha512-6GT1BJ852gZ0gItNZN2krX5QAmea+cmdjMvsWohArAZ3GmHdnNANEcF9JjPXAMRtQ6Ux5E269ymamg/+WU6tQA==", + "version": "10.0.6", + "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-10.0.6.tgz", + "integrity": "sha512-QcUYprK+e4X2lU6eJDxLuf/mUtCuVPj2RFBoFRlJJxK3wskBejzlRvh1Q0lQCi9tDOnD4iUK1ftcGylE3X3idA==", "license": "MIT", "dependencies": { - "@intlify/shared": "10.0.5", + "@intlify/shared": "10.0.6", "source-map-js": "^1.0.2" }, "engines": { @@ -1266,9 +1266,9 @@ } }, "node_modules/@intlify/shared": { - "version": "10.0.5", - "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-10.0.5.tgz", - "integrity": "sha512-bmsP4L2HqBF6i6uaMqJMcFBONVjKt+siGluRq4Ca4C0q7W2eMaVZr8iCgF9dKbcVXutftkC7D6z2SaSMmLiDyA==", + "version": "10.0.6", + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-10.0.6.tgz", + "integrity": "sha512-2xqwm05YPpo7TM//+v0bzS0FWiTzsjpSMnWdt7ZXs5/ZfQIedSuBXIrskd8HZ7c/cZzo1G9ALHTksnv/74vk/Q==", "license": "MIT", "engines": { "node": ">= 16" @@ -6967,13 +6967,13 @@ } }, "node_modules/vue-i18n": { - "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==", + "version": "10.0.6", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-10.0.6.tgz", + "integrity": "sha512-pQPspK5H4srzlu+47+HEY2tmiY3GyYIvSPgSBdQaYVWv7t1zj1t9p1FvHlxBXyJ17t9stG/Vxj+pykrvPWBLeQ==", "license": "MIT", "dependencies": { - "@intlify/core-base": "10.0.5", - "@intlify/shared": "10.0.5", + "@intlify/core-base": "10.0.6", + "@intlify/shared": "10.0.6", "@vue/devtools-api": "^6.5.0" }, "engines": { diff --git a/Shuttle.Access.Vue/package.json b/Shuttle.Access.Vue/package.json index 057582f..27ba6e0 100644 --- a/Shuttle.Access.Vue/package.json +++ b/Shuttle.Access.Vue/package.json @@ -20,7 +20,7 @@ "roboto-fontface": "*", "unplugin-auto-import": "^0.19.0", "vue": "^3.4.31", - "vue-i18n": "^10.0.5", + "vue-i18n": "^10.0.6", "vue-router": "^4.5.0", "vuetify": "^3.6.14" },