Skip to content

Commit 2f4a930

Browse files
build(deps): bump lodash in /tests-integrations/config-recommended (#194)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.19...4.17.21) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4c8e5e commit 2f4a930

File tree

1 file changed

+106
-52
lines changed

1 file changed

+106
-52
lines changed

tests-integrations/config-recommended/yarn.lock

Lines changed: 106 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,40 @@
2424
js-tokens "^4.0.0"
2525

2626
"@intlify/eslint-plugin-vue-i18n@file:../..":
27-
version "0.8.1"
27+
version "0.11.1"
2828
dependencies:
29-
fast-diff "^1.2.0"
29+
"@intlify/message-compiler" "^9.0.0-rc.5"
30+
"@intlify/message-resolver" "^9.0.0-rc.5"
31+
debug "^4.3.1"
3032
glob "^7.1.3"
3133
ignore "^5.0.5"
32-
js-yaml "^3.14.0"
34+
js-yaml "^4.0.0"
3335
json5 "^2.1.3"
34-
jsonc-eslint-parser "^0.5.2"
36+
jsonc-eslint-parser "^1.0.0"
3537
lodash "^4.17.11"
3638
parse5 "^6.0.0"
37-
vue-eslint-parser "^7.0.0"
38-
yaml-eslint-parser "^0.0.8"
39+
semver "^7.3.4"
40+
vue-eslint-parser "^7.3.0"
41+
yaml-eslint-parser "^0.3.0"
42+
43+
"@intlify/message-compiler@^9.0.0-rc.5":
44+
version "9.1.6"
45+
resolved "https://registry.yarnpkg.com/@intlify/message-compiler/-/message-compiler-9.1.6.tgz#e3e99165c1e6ecc496211017799ae59e15b05a18"
46+
integrity sha512-DR8645VOrVK6x/8tkaCpHnckMAIcoOgeNS5j0wB12RfZoXYQp7vAXMaOP511KMll2mXCREgIB0ojpajiof7yzQ==
47+
dependencies:
48+
"@intlify/message-resolver" "9.1.6"
49+
"@intlify/shared" "9.1.6"
50+
source-map "0.6.1"
51+
52+
"@intlify/[email protected]", "@intlify/message-resolver@^9.0.0-rc.5":
53+
version "9.1.6"
54+
resolved "https://registry.yarnpkg.com/@intlify/message-resolver/-/message-resolver-9.1.6.tgz#d7493c9f326d5feb0cd8538a6735b648a91d8f2f"
55+
integrity sha512-UUnbawQa5U9sffd5wRIscqtyY1xWlwJbyfwCLPEWLvBhyAnCwPYlvaHGnnO0CSi0fzJTVwlV9DYzobh3agDeMA==
56+
57+
"@intlify/[email protected]":
58+
version "9.1.6"
59+
resolved "https://registry.yarnpkg.com/@intlify/shared/-/shared-9.1.6.tgz#d03c9301898d6ddffe2a54c03e7664174fbcdfd9"
60+
integrity sha512-6MtsKulyfZxdD7OuxjaODjj8QWoHCnLFAk4wkWiHqBCa6UCTC0qXjtEeZ1MxpQihvFmmJZauBUu25EvtngW5qQ==
3961

4062
"@types/color-name@^1.1.1":
4163
version "1.1.1"
@@ -104,6 +126,11 @@ argparse@^1.0.7:
104126
dependencies:
105127
sprintf-js "~1.0.2"
106128

129+
argparse@^2.0.1:
130+
version "2.0.1"
131+
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
132+
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
133+
107134
astral-regex@^1.0.0:
108135
version "1.0.0"
109136
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9"
@@ -189,6 +216,13 @@ debug@^4.0.1, debug@^4.1.1:
189216
dependencies:
190217
ms "^2.1.1"
191218

219+
debug@^4.3.1:
220+
version "4.3.1"
221+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
222+
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
223+
dependencies:
224+
ms "2.1.2"
225+
192226
deep-is@^0.1.3:
193227
version "0.1.3"
194228
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
@@ -226,7 +260,7 @@ eslint-scope@^5.0.0, eslint-scope@^5.1.0:
226260
esrecurse "^4.1.0"
227261
estraverse "^4.1.1"
228262

229-
eslint-utils@^2.0.0:
263+
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
230264
version "2.1.0"
231265
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
232266
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
@@ -238,6 +272,11 @@ eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.2.0, eslint-visitor-keys@^1.3
238272
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
239273
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
240274

275+
eslint-visitor-keys@^2.0.0:
276+
version "2.1.0"
277+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
278+
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
279+
241280
eslint@^7.4.0:
242281
version "7.4.0"
243282
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.4.0.tgz#4e35a2697e6c1972f9d6ef2b690ad319f80f206f"
@@ -312,13 +351,20 @@ esprima@^4.0.0:
312351
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
313352
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
314353

315-
esquery@^1.0.1, esquery@^1.2.0:
354+
esquery@^1.2.0:
316355
version "1.3.1"
317356
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57"
318357
integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==
319358
dependencies:
320359
estraverse "^5.1.0"
321360

361+
esquery@^1.4.0:
362+
version "1.4.0"
363+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
364+
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
365+
dependencies:
366+
estraverse "^5.1.0"
367+
322368
esrecurse@^4.1.0:
323369
version "4.2.1"
324370
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.1.tgz#007a3b9fdbc2b3bb87e4879ea19c92fdbd3942cf"
@@ -346,11 +392,6 @@ fast-deep-equal@^3.1.1:
346392
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
347393
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
348394

349-
fast-diff@^1.2.0:
350-
version "1.2.0"
351-
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
352-
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
353-
354395
fast-json-stable-stringify@^2.0.0:
355396
version "2.1.0"
356397
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -491,14 +532,21 @@ js-tokens@^4.0.0:
491532
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
492533
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
493534

494-
js-yaml@^3.13.1, js-yaml@^3.14.0:
535+
js-yaml@^3.13.1:
495536
version "3.14.0"
496537
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
497538
integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
498539
dependencies:
499540
argparse "^1.0.7"
500541
esprima "^4.0.0"
501542

543+
js-yaml@^4.0.0:
544+
version "4.1.0"
545+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
546+
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
547+
dependencies:
548+
argparse "^2.0.1"
549+
502550
json-schema-traverse@^0.4.1:
503551
version "0.4.1"
504552
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
@@ -516,12 +564,13 @@ json5@^2.1.3:
516564
dependencies:
517565
minimist "^1.2.5"
518566

519-
jsonc-eslint-parser@^0.5.2:
520-
version "0.5.2"
521-
resolved "https://registry.yarnpkg.com/jsonc-eslint-parser/-/jsonc-eslint-parser-0.5.2.tgz#b195bb21cc81c466724da5c1d4368d25807fb3ac"
522-
integrity sha512-TNtw6VVL1dS95FbMQTvv6I6OjaEORW9mH4OdN07VSDt8TAO7G7ZQEfSMf1p0+hC0tKZLtMmU6wZZmpPcupmGrg==
567+
jsonc-eslint-parser@^1.0.0:
568+
version "1.0.1"
569+
resolved "https://registry.yarnpkg.com/jsonc-eslint-parser/-/jsonc-eslint-parser-1.0.1.tgz#fbbedad0875c79e1e15d0ed6877ebe43f18a52e3"
570+
integrity sha512-mh5LY5byThmc692EqJS3Ss9sViNoNeCLNG5VQUgJLoAFFM3FzdIetd99qEiiQ+NXBVAIUgX5sWeK9leniS8RbQ==
523571
dependencies:
524-
eslint-visitor-keys "^1.3.0"
572+
eslint-utils "^2.1.0"
573+
eslint-visitor-keys "^2.0.0"
525574
espree "^6.0.0 || ^7.2.0"
526575

527576
levn@^0.4.1:
@@ -532,15 +581,17 @@ levn@^0.4.1:
532581
prelude-ls "^1.2.1"
533582
type-check "~0.4.0"
534583

535-
lines-and-columns@^1.1.6:
536-
version "1.1.6"
537-
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
538-
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
584+
lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.20:
585+
version "4.17.21"
586+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
587+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
539588

540-
lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15:
541-
version "4.17.19"
542-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
543-
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
589+
lru-cache@^6.0.0:
590+
version "6.0.0"
591+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
592+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
593+
dependencies:
594+
yallist "^4.0.0"
544595

545596
minimatch@^3.0.4:
546597
version "3.0.4"
@@ -561,7 +612,7 @@ mkdirp@^0.5.1:
561612
dependencies:
562613
minimist "^1.2.5"
563614

564-
ms@^2.1.1:
615+
ms@2.1.2, ms@^2.1.1:
565616
version "2.1.2"
566617
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
567618
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
@@ -649,6 +700,13 @@ semver@^7.2.1:
649700
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
650701
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
651702

703+
semver@^7.3.4:
704+
version "7.3.5"
705+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
706+
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
707+
dependencies:
708+
lru-cache "^6.0.0"
709+
652710
shebang-command@^2.0.0:
653711
version "2.0.0"
654712
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -670,6 +728,11 @@ slice-ansi@^2.1.0:
670728
astral-regex "^1.0.0"
671729
is-fullwidth-code-point "^2.0.0"
672730

731+
732+
version "0.6.1"
733+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
734+
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
735+
673736
sprintf-js@~1.0.2:
674737
version "1.0.3"
675738
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
@@ -732,11 +795,6 @@ text-table@^0.2.0:
732795
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
733796
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
734797

735-
tslib@^1.10.0:
736-
version "1.13.0"
737-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
738-
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
739-
740798
type-check@^0.4.0, type-check@~0.4.0:
741799
version "0.4.0"
742800
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"
@@ -761,16 +819,16 @@ v8-compile-cache@^2.0.3:
761819
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz#54bc3cdd43317bca91e35dcaf305b1a7237de745"
762820
integrity sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ==
763821

764-
vue-eslint-parser@^7.0.0:
765-
version "7.1.0"
766-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.1.0.tgz#9cdbcc823e656b087507a1911732b867ac101e83"
767-
integrity sha512-Kr21uPfthDc63nDl27AGQEhtt9VrZ9nkYk/NTftJ2ws9XiJwzJJCnCr3AITQ2jpRMA0XPGDECxYH8E027qMK9Q==
822+
vue-eslint-parser@^7.3.0:
823+
version "7.6.0"
824+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.6.0.tgz#01ea1a2932f581ff244336565d712801f8f72561"
825+
integrity sha512-QXxqH8ZevBrtiZMZK0LpwaMfevQi9UL7lY6Kcp+ogWHC88AuwUPwwCIzkOUc1LR4XsYAt/F9yHXAB/QoD17QXA==
768826
dependencies:
769827
debug "^4.1.1"
770828
eslint-scope "^5.0.0"
771829
eslint-visitor-keys "^1.1.0"
772830
espree "^6.2.1"
773-
esquery "^1.0.1"
831+
esquery "^1.4.0"
774832
lodash "^4.17.15"
775833

776834
which@^2.0.1:
@@ -797,22 +855,18 @@ [email protected]:
797855
dependencies:
798856
mkdirp "^0.5.1"
799857

800-
yaml-eslint-parser@^0.0.8:
801-
version "0.0.8"
802-
resolved "https://registry.yarnpkg.com/yaml-eslint-parser/-/yaml-eslint-parser-0.0.8.tgz#9bf30c1433e27fe47524509f087df1501f6d55ea"
803-
integrity sha512-VefMCl1P4St+PUBaGPRtZEwZowOGaALufuOuQs+3hUaut5X6ReTfUqIXQY3TJ/L3WkuugpnvzNdpCVu0WbgeeQ==
804-
dependencies:
805-
eslint-visitor-keys "^1.3.0"
806-
yaml "^1.10.0"
807-
yaml-unist-parser "^1.2.1"
858+
yallist@^4.0.0:
859+
version "4.0.0"
860+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
861+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
808862

809-
yaml-unist-parser@^1.2.1:
810-
version "1.3.0"
811-
resolved "https://registry.yarnpkg.com/yaml-unist-parser/-/yaml-unist-parser-1.3.0.tgz#f64f1af96171fe4d7eb462e94225d42a6009b60e"
812-
integrity sha512-kF1OS6fi9BzqX+vVC5hp+R5mmrHLH4f19Nx8fAwb08VqUwgFDBPOOu24VZO06nSOur13CGUTgHuaw5RIzpRnCw==
863+
yaml-eslint-parser@^0.3.0:
864+
version "0.3.2"
865+
resolved "https://registry.yarnpkg.com/yaml-eslint-parser/-/yaml-eslint-parser-0.3.2.tgz#c7f5f3904f1c06ad55dc7131a731b018426b4898"
866+
integrity sha512-32kYO6kJUuZzqte82t4M/gB6/+11WAuHiEnK7FreMo20xsCKPeFH5tDBU7iWxR7zeJpNnMXfJyXwne48D0hGrg==
813867
dependencies:
814-
lines-and-columns "^1.1.6"
815-
tslib "^1.10.0"
868+
eslint-visitor-keys "^1.3.0"
869+
lodash "^4.17.20"
816870
yaml "^1.10.0"
817871

818872
yaml@^1.10.0:

0 commit comments

Comments
 (0)