Skip to content

Commit 9651e80

Browse files
committed
Update dependency nuxt-i18n to v6.28.1
1 parent 1460ded commit 9651e80

File tree

2 files changed

+96
-15
lines changed

2 files changed

+96
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"cross-env": "7.0.3",
3636
"express": "4.17.1",
3737
"nuxt": "2.15.8",
38-
"nuxt-i18n": "6.27.3",
38+
"nuxt-i18n": "6.28.1",
3939
"nuxt-property-decorator": "2.9.1",
4040
"nuxt-svg-loader": "1.2.0",
4141
"nuxt-webfontloader": "1.1.0",

yarn.lock

Lines changed: 95 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,6 +1375,15 @@
13751375
jsesc "^2.5.1"
13761376
source-map "^0.5.0"
13771377

1378+
"@babel/generator@^7.15.4":
1379+
version "7.15.8"
1380+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1"
1381+
integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g==
1382+
dependencies:
1383+
"@babel/types" "^7.15.6"
1384+
jsesc "^2.5.1"
1385+
source-map "^0.5.0"
1386+
13781387
"@babel/helper-annotate-as-pure@^7.14.5":
13791388
version "7.14.5"
13801389
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
@@ -1450,20 +1459,43 @@
14501459
"@babel/template" "^7.14.5"
14511460
"@babel/types" "^7.14.5"
14521461

1462+
"@babel/helper-function-name@^7.15.4":
1463+
version "7.15.4"
1464+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz#845744dafc4381a4a5fb6afa6c3d36f98a787ebc"
1465+
integrity sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==
1466+
dependencies:
1467+
"@babel/helper-get-function-arity" "^7.15.4"
1468+
"@babel/template" "^7.15.4"
1469+
"@babel/types" "^7.15.4"
1470+
14531471
"@babel/helper-get-function-arity@^7.14.5":
14541472
version "7.14.5"
14551473
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
14561474
integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==
14571475
dependencies:
14581476
"@babel/types" "^7.14.5"
14591477

1478+
"@babel/helper-get-function-arity@^7.15.4":
1479+
version "7.15.4"
1480+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b"
1481+
integrity sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==
1482+
dependencies:
1483+
"@babel/types" "^7.15.4"
1484+
14601485
"@babel/helper-hoist-variables@^7.14.5":
14611486
version "7.14.5"
14621487
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d"
14631488
integrity sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==
14641489
dependencies:
14651490
"@babel/types" "^7.14.5"
14661491

1492+
"@babel/helper-hoist-variables@^7.15.4":
1493+
version "7.15.4"
1494+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df"
1495+
integrity sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==
1496+
dependencies:
1497+
"@babel/types" "^7.15.4"
1498+
14671499
"@babel/helper-member-expression-to-functions@^7.15.0":
14681500
version "7.15.0"
14691501
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
@@ -1544,6 +1576,13 @@
15441576
dependencies:
15451577
"@babel/types" "^7.14.5"
15461578

1579+
"@babel/helper-split-export-declaration@^7.15.4":
1580+
version "7.15.4"
1581+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz#aecab92dcdbef6a10aa3b62ab204b085f776e257"
1582+
integrity sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==
1583+
dependencies:
1584+
"@babel/types" "^7.15.4"
1585+
15471586
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9":
15481587
version "7.14.9"
15491588
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
@@ -1582,11 +1621,16 @@
15821621
chalk "^2.0.0"
15831622
js-tokens "^4.0.0"
15841623

1585-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.7", "@babel/parser@^7.14.8", "@babel/parser@^7.15.0", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2", "@babel/parser@^7.9.6":
1624+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.8", "@babel/parser@^7.15.0", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2", "@babel/parser@^7.9.6":
15861625
version "7.15.3"
15871626
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.3.tgz#3416d9bea748052cfcb63dbcc27368105b1ed862"
15881627
integrity sha512-O0L6v/HvqbdJawj0iBEfVQMc3/6WP+AeOsovsIgBFyJaG+W2w7eqvZB7puddATmWuARlm1SX7DwxJ/JJUnDpEA==
15891628

1629+
"@babel/parser@^7.14.9", "@babel/parser@^7.15.4":
1630+
version "7.15.8"
1631+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016"
1632+
integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==
1633+
15901634
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
15911635
version "7.14.5"
15921636
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
@@ -2240,7 +2284,16 @@
22402284
"@babel/parser" "^7.14.5"
22412285
"@babel/types" "^7.14.5"
22422286

2243-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.7", "@babel/traverse@^7.14.8", "@babel/traverse@^7.15.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
2287+
"@babel/template@^7.15.4":
2288+
version "7.15.4"
2289+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194"
2290+
integrity sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==
2291+
dependencies:
2292+
"@babel/code-frame" "^7.14.5"
2293+
"@babel/parser" "^7.15.4"
2294+
"@babel/types" "^7.15.4"
2295+
2296+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.15.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
22442297
version "7.15.0"
22452298
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
22462299
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
@@ -2255,6 +2308,21 @@
22552308
debug "^4.1.0"
22562309
globals "^11.1.0"
22572310

2311+
"@babel/traverse@^7.14.9":
2312+
version "7.15.4"
2313+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
2314+
integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==
2315+
dependencies:
2316+
"@babel/code-frame" "^7.14.5"
2317+
"@babel/generator" "^7.15.4"
2318+
"@babel/helper-function-name" "^7.15.4"
2319+
"@babel/helper-hoist-variables" "^7.15.4"
2320+
"@babel/helper-split-export-declaration" "^7.15.4"
2321+
"@babel/parser" "^7.15.4"
2322+
"@babel/types" "^7.15.4"
2323+
debug "^4.1.0"
2324+
globals "^11.1.0"
2325+
22582326
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
22592327
version "7.15.0"
22602328
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
@@ -2263,6 +2331,14 @@
22632331
"@babel/helper-validator-identifier" "^7.14.9"
22642332
to-fast-properties "^2.0.0"
22652333

2334+
"@babel/types@^7.15.4", "@babel/types@^7.15.6":
2335+
version "7.15.6"
2336+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
2337+
integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==
2338+
dependencies:
2339+
"@babel/helper-validator-identifier" "^7.14.9"
2340+
to-fast-properties "^2.0.0"
2341+
22662342
"@bcoe/v8-coverage@^0.2.3":
22672343
version "0.2.3"
22682344
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -9153,6 +9229,11 @@ js-cookie@^2.2.1:
91539229
resolved "https://registry.yarnpkg.com/js-cookie/-/js-cookie-2.2.1.tgz#69e106dc5d5806894562902aa5baec3744e9b2b8"
91549230
integrity sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==
91559231

9232+
js-cookie@^3.0.0:
9233+
version "3.0.1"
9234+
resolved "https://registry.yarnpkg.com/js-cookie/-/js-cookie-3.0.1.tgz#9e39b4c6c2f56563708d7d31f6f5f21873a92414"
9235+
integrity sha512-+0rgsUXZu4ncpPxRL+lNEptWMOWl9etvPHc/koSRp6MPwpRYAhmk0dUG00J4bxVV3r9uUzfo24wW0knS07SKSw==
9236+
91569237
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
91579238
version "4.0.0"
91589239
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -10398,23 +10479,23 @@ num2fraction@^1.2.2:
1039810479
resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"
1039910480
integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=
1040010481

10401-
nuxt-i18n@6.27.3:
10402-
version "6.27.3"
10403-
resolved "https://registry.yarnpkg.com/nuxt-i18n/-/nuxt-i18n-6.27.3.tgz#3d79b73e50c8cb5f17dbc6451069a37bf5e4832b"
10404-
integrity sha512-7+UeMM5hHZ7TGsU+t9DFsRSEgAh9FGN2DG10d/uF+l6ziie6XrlA4lTXD6aeE9i07vjt7Ifoz36r0gSuapullg==
10482+
nuxt-i18n@6.28.1:
10483+
version "6.28.1"
10484+
resolved "https://registry.yarnpkg.com/nuxt-i18n/-/nuxt-i18n-6.28.1.tgz#63e3e809fa41d855c5c7c443c0074eecaa97d273"
10485+
integrity sha512-JKRs8AmixVZ7k90Rrwq468McfnInP1ymuejYHRGA4VV0nZCLYsdDQXZxXl3JXaER9VatM9C24GM3ArAYFOtUhg==
1040510486
dependencies:
10406-
"@babel/parser" "^7.14.7"
10407-
"@babel/traverse" "^7.14.7"
10487+
"@babel/parser" "^7.14.9"
10488+
"@babel/traverse" "^7.14.9"
1040810489
"@intlify/vue-i18n-extensions" "^1.0.2"
1040910490
"@intlify/vue-i18n-loader" "^1.1.0"
1041010491
cookie "^0.4.1"
1041110492
devalue "^2.0.1"
1041210493
is-https "^4.0.0"
10413-
js-cookie "^2.2.1"
10494+
js-cookie "^3.0.0"
1041410495
klona "^2.0.4"
1041510496
lodash.merge "^4.6.2"
1041610497
ufo "^0.7.7"
10417-
vue-i18n "^8.24.5"
10498+
vue-i18n "^8.25.0"
1041810499

1041910500
1042010501
version "2.9.1"
@@ -14241,10 +14322,10 @@ vue-hot-reload-api@^2.3.0:
1424114322
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"
1424214323
integrity sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==
1424314324

14244-
vue-i18n@^8.24.5:
14245-
version "8.25.0"
14246-
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.25.0.tgz#1037d9295fa2845a230b771de473481edb2cfc4c"
14247-
integrity sha512-ynhcL+PmTxuuSE1T10htiSXzjBozxYIE3ffbM1RfgAkVbr/v1SP+9Mi/7/uv8ZVV1yGuKjFAYp9BXq+X7op6MQ==
14325+
vue-i18n@^8.25.0:
14326+
version "8.26.5"
14327+
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.26.5.tgz#b61e994e7ae83564c6aebd004543156bbdc7c7e9"
14328+
integrity sha512-qYqfsFd8v2QFSLDAabqXXXpwjGvkuqJtTWqRpZPXpAFO6PArGH4A9vSplnA0HLmnB8km7OB5ZSdP8lkkX0rLew==
1424814329

1424914330
1425014331
version "3.0.7"

0 commit comments

Comments
 (0)