Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 7af7228

Browse files
committed
fix(base): update babel parser
1 parent 456b8f7 commit 7af7228

File tree

2 files changed

+73
-123
lines changed

2 files changed

+73
-123
lines changed

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"prettier": ">= 0.11.0"
4242
},
4343
"dependencies": {
44-
"babel-eslint": "^8.2.6",
44+
"babel-eslint": "^10.0.1",
4545
"eslint-config-airbnb-base": "^13.0.0",
4646
"eslint-config-prettier": "^2.9.0",
4747
"eslint-import-resolver-babel-module": "^4.0.0",

yarn.lock

Lines changed: 72 additions & 122 deletions
Original file line numberDiff line numberDiff line change
@@ -10,62 +10,46 @@
1010
"@commitlint/config-conventional" "^7.0.1"
1111
lodash.merge "^4.6.1"
1212

13-
"@babel/code-frame@7.0.0-beta.44":
14-
version "7.0.0-beta.44"
15-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9"
16-
integrity sha512-cuAuTTIQ9RqcFRJ/Y8PvTh+paepNcaGxwQwjIDRWPXmzzyAeCO4KqS9ikMvq0MCbRk6GlYKwfzStrcP3/jSL8g==
17-
dependencies:
18-
"@babel/highlight" "7.0.0-beta.44"
19-
2013
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.0.0-beta.35":
2114
version "7.0.0"
2215
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
2316
integrity sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==
2417
dependencies:
2518
"@babel/highlight" "^7.0.0"
2619

27-
"@babel/generator@7.0.0-beta.44":
28-
version "7.0.0-beta.44"
29-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42"
30-
integrity sha512-5xVb7hlhjGcdkKpMXgicAVgx8syK5VJz193k0i/0sLP6DzE6lRrU1K3B/rFefgdo9LPGMAOOOAWW4jycj07ShQ==
20+
"@babel/generator@^7.1.3":
21+
version "7.1.3"
22+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.3.tgz#2103ec9c42d9bdad9190a6ad5ff2d456fd7b8673"
23+
integrity sha512-ZoCZGcfIJFJuZBqxcY9OjC1KW2lWK64qrX1o4UYL3yshVhwKFYgzpWZ0vvtGMNJdTlvkw0W+HR1VnYN8q3QPFQ==
3124
dependencies:
32-
"@babel/types" "7.0.0-beta.44"
25+
"@babel/types" "^7.1.3"
3326
jsesc "^2.5.1"
34-
lodash "^4.2.0"
27+
lodash "^4.17.10"
3528
source-map "^0.5.0"
3629
trim-right "^1.0.1"
3730

38-
"@babel/helper-function-name@7.0.0-beta.44":
39-
version "7.0.0-beta.44"
40-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.44.tgz#e18552aaae2231100a6e485e03854bc3532d44dd"
41-
integrity sha512-MHRG2qZMKMFaBavX0LWpfZ2e+hLloT++N7rfM3DYOMUOGCD8cVjqZpwiL8a0bOX3IYcQev1ruciT0gdFFRTxzg==
42-
dependencies:
43-
"@babel/helper-get-function-arity" "7.0.0-beta.44"
44-
"@babel/template" "7.0.0-beta.44"
45-
"@babel/types" "7.0.0-beta.44"
46-
47-
"@babel/helper-get-function-arity@7.0.0-beta.44":
48-
version "7.0.0-beta.44"
49-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz#d03ca6dd2b9f7b0b1e6b32c56c72836140db3a15"
50-
integrity sha512-w0YjWVwrM2HwP6/H3sEgrSQdkCaxppqFeJtAnB23pRiJB5E/O9Yp7JAAeWBl+gGEgmBFinnTyOv2RN7rcSmMiw==
31+
"@babel/helper-function-name@^7.1.0":
32+
version "7.1.0"
33+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
34+
integrity sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==
5135
dependencies:
52-
"@babel/types" "7.0.0-beta.44"
36+
"@babel/helper-get-function-arity" "^7.0.0"
37+
"@babel/template" "^7.1.0"
38+
"@babel/types" "^7.0.0"
5339

54-
"@babel/helper-split-export-declaration@7.0.0-beta.44":
55-
version "7.0.0-beta.44"
56-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz#c0b351735e0fbcb3822c8ad8db4e583b05ebd9dc"
57-
integrity sha512-aQ7QowtkgKKzPGf0j6u77kBMdUFVBKNHw2p/3HX/POt5/oz8ec5cs0GwlgM8Hz7ui5EwJnzyfRmkNF1Nx1N7aA==
40+
"@babel/helper-get-function-arity@^7.0.0":
41+
version "7.0.0"
42+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
43+
integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
5844
dependencies:
59-
"@babel/types" "7.0.0-beta.44"
45+
"@babel/types" "^7.0.0"
6046

61-
"@babel/highlight@7.0.0-beta.44":
62-
version "7.0.0-beta.44"
63-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5"
64-
integrity sha512-Il19yJvy7vMFm8AVAh6OZzaFoAd0hbkeMZiX3P5HGD+z7dyI7RzndHB0dg6Urh/VAFfHtpOIzDUSxmY6coyZWQ==
47+
"@babel/helper-split-export-declaration@^7.0.0":
48+
version "7.0.0"
49+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
50+
integrity sha512-MXkOJqva62dfC0w85mEf/LucPPS/1+04nmmRMPEBUB++hiiThQ2zPtX/mEWQ3mtzCEjIJvPY8nuwxXtQeQwUag==
6551
dependencies:
66-
chalk "^2.0.0"
67-
esutils "^2.0.2"
68-
js-tokens "^3.0.0"
52+
"@babel/types" "^7.0.0"
6953

7054
"@babel/highlight@^7.0.0":
7155
version "7.0.0"
@@ -76,39 +60,42 @@
7660
esutils "^2.0.2"
7761
js-tokens "^4.0.0"
7862

79-
"@babel/template@7.0.0-beta.44":
80-
version "7.0.0-beta.44"
81-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.44.tgz#f8832f4fdcee5d59bf515e595fc5106c529b394f"
82-
integrity sha512-w750Sloq0UNifLx1rUqwfbnC6uSUk0mfwwgGRfdLiaUzfAOiH0tHJE6ILQIUi3KYkjiCDTskoIsnfqZvWLBDng==
83-
dependencies:
84-
"@babel/code-frame" "7.0.0-beta.44"
85-
"@babel/types" "7.0.0-beta.44"
86-
babylon "7.0.0-beta.44"
87-
lodash "^4.2.0"
88-
89-
"@babel/traverse@7.0.0-beta.44":
90-
version "7.0.0-beta.44"
91-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966"
92-
integrity sha512-UHuDz8ukQkJCDASKHf+oDt3FVUzFd+QYfuBIsiNu/4+/ix6pP/C+uQZJ6K1oEfbCMv/IKWbgDEh7fcsnIE5AtA==
93-
dependencies:
94-
"@babel/code-frame" "7.0.0-beta.44"
95-
"@babel/generator" "7.0.0-beta.44"
96-
"@babel/helper-function-name" "7.0.0-beta.44"
97-
"@babel/helper-split-export-declaration" "7.0.0-beta.44"
98-
"@babel/types" "7.0.0-beta.44"
99-
babylon "7.0.0-beta.44"
63+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.2", "@babel/parser@^7.1.3":
64+
version "7.1.3"
65+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.3.tgz#2c92469bac2b7fbff810b67fca07bd138b48af77"
66+
integrity sha512-gqmspPZOMW3MIRb9HlrnbZHXI1/KHTOroBwN1NcLL6pWxzqzEKGvRTq0W/PxS45OtQGbaFikSQpkS5zbnsQm2w==
67+
68+
"@babel/template@^7.1.0":
69+
version "7.1.2"
70+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644"
71+
integrity sha512-SY1MmplssORfFiLDcOETrW7fCLl+PavlwMh92rrGcikQaRq4iWPVH0MpwPpY3etVMx6RnDjXtr6VZYr/IbP/Ag==
72+
dependencies:
73+
"@babel/code-frame" "^7.0.0"
74+
"@babel/parser" "^7.1.2"
75+
"@babel/types" "^7.1.2"
76+
77+
"@babel/traverse@^7.0.0":
78+
version "7.1.4"
79+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.4.tgz#f4f83b93d649b4b2c91121a9087fa2fa949ec2b4"
80+
integrity sha512-my9mdrAIGdDiSVBuMjpn/oXYpva0/EZwWL3sm3Wcy/AVWO2eXnsoZruOT9jOGNRXU8KbCIu5zsKnXcAJ6PcV6Q==
81+
dependencies:
82+
"@babel/code-frame" "^7.0.0"
83+
"@babel/generator" "^7.1.3"
84+
"@babel/helper-function-name" "^7.1.0"
85+
"@babel/helper-split-export-declaration" "^7.0.0"
86+
"@babel/parser" "^7.1.3"
87+
"@babel/types" "^7.1.3"
10088
debug "^3.1.0"
10189
globals "^11.1.0"
102-
invariant "^2.2.0"
103-
lodash "^4.2.0"
90+
lodash "^4.17.10"
10491

105-
"@babel/types@7.0.0-beta.44":
106-
version "7.0.0-beta.44"
107-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
108-
integrity sha512-5eTV4WRmqbaFM3v9gHAIljEQJU4Ssc6fxL61JN+Oe2ga/BwyjzjamwkCVVAQjHGuAX8i0BWo42dshL8eO5KfLQ==
92+
"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.3":
93+
version "7.1.3"
94+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.3.tgz#3a767004567060c2f40fca49a304712c525ee37d"
95+
integrity sha512-RpPOVfK+yatXyn8n4PB1NW6k9qjinrXrRR8ugBN8fD6hCy5RXI6PSbVqpOJBO9oSaY7Nom4ohj35feb0UR9hSA==
10996
dependencies:
11097
esutils "^2.0.2"
111-
lodash "^4.2.0"
98+
lodash "^4.17.10"
11299
to-fast-properties "^2.0.0"
113100

114101
"@commitlint/cli@^7.2.1":
@@ -1345,15 +1332,15 @@ babel-core@^6.0.0, babel-core@^6.26.0:
13451332
slash "^1.0.0"
13461333
source-map "^0.5.7"
13471334

1348-
babel-eslint@^8.2.6:
1349-
version "8.2.6"
1350-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.6.tgz#6270d0c73205628067c0f7ae1693a9e797acefd9"
1351-
integrity sha512-aCdHjhzcILdP8c9lej7hvXKvQieyRt20SF102SIGyY4cUIiw6UaAtK4j2o3dXX74jEmy0TJ0CEhv4fTIM3SzcA==
1335+
babel-eslint@^10.0.1:
1336+
version "10.0.1"
1337+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
1338+
integrity sha512-z7OT1iNV+TjOwHNLLyJk+HN+YVWX+CLE6fPD2SymJZOZQBs+QIexFjhm4keGTm8MW9xr4EC9Q0PbaLB24V5GoQ==
13521339
dependencies:
1353-
"@babel/code-frame" "7.0.0-beta.44"
1354-
"@babel/traverse" "7.0.0-beta.44"
1355-
"@babel/types" "7.0.0-beta.44"
1356-
babylon "7.0.0-beta.44"
1340+
"@babel/code-frame" "^7.0.0"
1341+
"@babel/parser" "^7.0.0"
1342+
"@babel/traverse" "^7.0.0"
1343+
"@babel/types" "^7.0.0"
13571344
eslint-scope "3.7.1"
13581345
eslint-visitor-keys "^1.0.0"
13591346

@@ -1488,11 +1475,6 @@ babel-types@^6.0.0, babel-types@^6.18.0, babel-types@^6.26.0:
14881475
lodash "^4.17.4"
14891476
to-fast-properties "^1.0.3"
14901477

1491-
babylon@7.0.0-beta.44:
1492-
version "7.0.0-beta.44"
1493-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d"
1494-
integrity sha512-5Hlm13BJVAioCHpImtFqNOF2H3ieTOHd0fmFGMxOJ9jgeFqeAwsv3u5P5cR7CSeFrkgHsT19DgFJkHV0/Mcd8g==
1495-
14961478
babylon@^6.18.0:
14971479
version "6.18.0"
14981480
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
@@ -2369,7 +2351,7 @@ debug@^4.0.0, debug@^4.0.1:
23692351
dependencies:
23702352
ms "^2.1.1"
23712353

2372-
debuglog@*, debuglog@^1.0.1:
2354+
debuglog@^1.0.1:
23732355
version "1.0.1"
23742356
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
23752357
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -4085,7 +4067,7 @@ import-modules@^1.1.0:
40854067
resolved "https://registry.yarnpkg.com/import-modules/-/import-modules-1.1.0.tgz#748db79c5cc42bb9701efab424f894e72600e9dc"
40864068
integrity sha1-dI23nFzEK7lwHvq0JPiU5yYA6dw=
40874069

4088-
imurmurhash@*, imurmurhash@^0.1.4:
4070+
imurmurhash@^0.1.4:
40894071
version "0.1.4"
40904072
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
40914073
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -4181,7 +4163,7 @@ into-stream@^4.0.0:
41814163
from2 "^2.1.1"
41824164
p-is-promise "^2.0.0"
41834165

4184-
invariant@^2.2.0, invariant@^2.2.2, invariant@^2.2.4:
4166+
invariant@^2.2.2, invariant@^2.2.4:
41854167
version "2.2.4"
41864168
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
41874169
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
@@ -5008,16 +4990,16 @@ jest@^23.6.0:
50084990
import-local "^1.0.0"
50094991
jest-cli "^23.6.0"
50104992

5011-
js-tokens@^3.0.0, js-tokens@^3.0.2:
5012-
version "3.0.2"
5013-
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
5014-
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
5015-
50164993
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
50174994
version "4.0.0"
50184995
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
50194996
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
50204997

4998+
js-tokens@^3.0.2:
4999+
version "3.0.2"
5000+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
5001+
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
5002+
50215003
js-types@^1.0.0:
50225004
version "1.0.0"
50235005
resolved "https://registry.yarnpkg.com/js-types/-/js-types-1.0.0.tgz#d242e6494ed572ad3c92809fc8bed7f7687cbf03"
@@ -5429,11 +5411,6 @@ lockfile@^1.0.4:
54295411
dependencies:
54305412
signal-exit "^3.0.2"
54315413

5432-
lodash._baseindexof@*:
5433-
version "3.1.0"
5434-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
5435-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
5436-
54375414
lodash._baseuniq@~4.6.0:
54385415
version "4.6.0"
54395416
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -5442,33 +5419,11 @@ lodash._baseuniq@~4.6.0:
54425419
lodash._createset "~4.0.0"
54435420
lodash._root "~3.0.0"
54445421

5445-
lodash._bindcallback@*:
5446-
version "3.0.1"
5447-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
5448-
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
5449-
5450-
lodash._cacheindexof@*:
5451-
version "3.0.2"
5452-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
5453-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
5454-
5455-
lodash._createcache@*:
5456-
version "3.1.2"
5457-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
5458-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
5459-
dependencies:
5460-
lodash._getnative "^3.0.0"
5461-
54625422
lodash._createset@~4.0.0:
54635423
version "4.0.3"
54645424
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
54655425
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
54665426

5467-
lodash._getnative@*, lodash._getnative@^3.0.0:
5468-
version "3.9.1"
5469-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
5470-
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
5471-
54725427
lodash._reinterpolate@~3.0.0:
54735428
version "3.0.0"
54745429
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -5544,11 +5499,6 @@ lodash.pick@4.4.0:
55445499
resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3"
55455500
integrity sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM=
55465501

5547-
lodash.restparam@*:
5548-
version "3.6.1"
5549-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
5550-
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
5551-
55525502
lodash.snakecase@4.1.1, lodash.snakecase@^4.0.1:
55535503
version "4.1.1"
55545504
resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d"
@@ -5624,7 +5574,7 @@ lodash.zip@^4.2.0:
56245574
resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020"
56255575
integrity sha1-7GZi5IlkCO1KtsVCo5kLcswIACA=
56265576

5627-
lodash@^4.11.1, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0:
5577+
lodash@^4.11.1, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0:
56285578
version "4.17.11"
56295579
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
56305580
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
@@ -7435,7 +7385,7 @@ readable-stream@~1.1.10:
74357385
isarray "0.0.1"
74367386
string_decoder "~0.10.x"
74377387

7438-
readdir-scoped-modules@*, readdir-scoped-modules@^1.0.0:
7388+
readdir-scoped-modules@^1.0.0:
74397389
version "1.0.2"
74407390
resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747"
74417391
integrity sha1-n6+jfShr5dksuuve4DDcm19AZ0c=

0 commit comments

Comments
 (0)