Skip to content

Commit

Permalink
Bump vue-i18n from 9.14.1 to 9.14.2 in /frontend
Browse files Browse the repository at this point in the history
Bumps [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) from 9.14.1 to 9.14.2.
- [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/v9.14.2/packages/vue-i18n)

---
updated-dependencies:
- dependency-name: vue-i18n
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent d2c38e3 commit b4f94e5
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,14 @@
"@intlify/message-compiler" "9.14.1"
"@intlify/shared" "9.14.1"

"@intlify/[email protected]":
version "9.14.2"
resolved "https://registry.yarnpkg.com/@intlify/core-base/-/core-base-9.14.2.tgz#2c074506ea72425e937f911c95c0d845b43f7fdf"
integrity sha512-DZyQ4Hk22sC81MP4qiCDuU+LdaYW91A6lCjq8AWPvY3+mGMzhGDfOCzvyR6YBQxtlPjFqMoFk9ylnNYRAQwXtQ==
dependencies:
"@intlify/message-compiler" "9.14.2"
"@intlify/shared" "9.14.2"

"@intlify/core@^9.8.0":
version "9.14.1"
resolved "https://registry.yarnpkg.com/@intlify/core/-/core-9.14.1.tgz#a7cf55c0c1356dd73051f26da70aa0d78660851a"
Expand All @@ -1103,11 +1111,24 @@
"@intlify/shared" "9.14.1"
source-map-js "^1.0.2"

"@intlify/[email protected]":
version "9.14.2"
resolved "https://registry.yarnpkg.com/@intlify/message-compiler/-/message-compiler-9.14.2.tgz#7217842ea1875d80bbf0f708e9b3ef5ad7c57a03"
integrity sha512-YsKKuV4Qv4wrLNsvgWbTf0E40uRv+Qiw1BeLQ0LAxifQuhiMe+hfTIzOMdWj/ZpnTDj4RSZtkXjJM7JDiiB5LQ==
dependencies:
"@intlify/shared" "9.14.2"
source-map-js "^1.0.2"

"@intlify/[email protected]", "@intlify/shared@^9.4.0", "@intlify/shared@^9.9.0":
version "9.14.1"
resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.14.1.tgz#11c3d6103615d8b0203224826d2955987c058b72"
integrity sha512-XjHu6PEQup9MnP1x0W9y0nXXfq9jFftAYSfV11hryjtH4XqXP8HrzMvXI+ZVifF+jZLszaTzIhvukllplxTQTg==

"@intlify/[email protected]":
version "9.14.2"
resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.14.2.tgz#f7dceea32db44c9253e3f965745a42a5cb3a1883"
integrity sha512-uRAHAxYPeF+G5DBIboKpPgC/Waecd4Jz8ihtkpJQD5ycb5PwXp0k/+hBGl5dAjwF7w+l74kz/PKA8r8OK//RUw==

"@intlify/unplugin-vue-i18n@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@intlify/unplugin-vue-i18n/-/unplugin-vue-i18n-3.0.1.tgz#8bed58d5cbaadda056c2ff88acf99300db516639"
Expand Down Expand Up @@ -10699,12 +10720,12 @@ vue-eslint-parser@^9.0.1, vue-eslint-parser@^9.4.3:
semver "^7.3.6"

vue-i18n@^9.9.0:
version "9.14.1"
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-9.14.1.tgz#5bd2d7659e1a1dcda28df66e78aa786d1792ef31"
integrity sha512-xjxV0LYc1xQ8TbAVfIyZiOSS8qoU1R0YwV7V5I8I6Fd64+zvsTsdPgtylPsie3Vdt9wekeYhr+smKDeaK6RBuA==
version "9.14.2"
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-9.14.2.tgz#e7f657664fcb3ccf99ecea684fc56e0f8e5335ce"
integrity sha512-JK9Pm80OqssGJU2Y6F7DcM8RFHqVG4WkuCqOZTVsXkEzZME7ABejAUqUdA931zEBedc4thBgSUWxeQh4uocJAQ==
dependencies:
"@intlify/core-base" "9.14.1"
"@intlify/shared" "9.14.1"
"@intlify/core-base" "9.14.2"
"@intlify/shared" "9.14.2"
"@vue/devtools-api" "^6.5.0"

vue-resize@^2.0.0-alpha.1:
Expand Down

0 comments on commit b4f94e5

Please sign in to comment.