Skip to content

Commit 7cd6596

Browse files
chore(deps): update dependency babel-eslint to v10
1 parent e6b5d89 commit 7cd6596

File tree

2 files changed

+151
-79
lines changed

2 files changed

+151
-79
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
"devDependencies": {
8181
"babel": "6.23.0",
82-
"babel-eslint": "7.2.3",
82+
"babel-eslint": "10.1.0",
8383
"eslint": "3.19.0",
8484
"eslint-config-xo": "0.18.1",
8585
"eslint-plugin-babel": "4.1.1",

yarn.lock

+150-78
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,55 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@^7.0.0":
5+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.21.4":
66
version "7.21.4"
77
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39"
88
integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==
99
dependencies:
1010
"@babel/highlight" "^7.18.6"
1111

12+
"@babel/generator@^7.22.0":
13+
version "7.22.3"
14+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.3.tgz#0ff675d2edb93d7596c5f6728b52615cfc0df01e"
15+
integrity sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A==
16+
dependencies:
17+
"@babel/types" "^7.22.3"
18+
"@jridgewell/gen-mapping" "^0.3.2"
19+
"@jridgewell/trace-mapping" "^0.3.17"
20+
jsesc "^2.5.1"
21+
22+
"@babel/helper-environment-visitor@^7.22.1":
23+
version "7.22.1"
24+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.1.tgz#ac3a56dbada59ed969d712cf527bd8271fe3eba8"
25+
integrity sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA==
26+
27+
"@babel/helper-function-name@^7.21.0":
28+
version "7.21.0"
29+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
30+
integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==
31+
dependencies:
32+
"@babel/template" "^7.20.7"
33+
"@babel/types" "^7.21.0"
34+
35+
"@babel/helper-hoist-variables@^7.18.6":
36+
version "7.18.6"
37+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
38+
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
39+
dependencies:
40+
"@babel/types" "^7.18.6"
41+
42+
"@babel/helper-split-export-declaration@^7.18.6":
43+
version "7.18.6"
44+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
45+
integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==
46+
dependencies:
47+
"@babel/types" "^7.18.6"
48+
49+
"@babel/helper-string-parser@^7.21.5":
50+
version "7.21.5"
51+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
52+
integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==
53+
1254
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
1355
version "7.19.1"
1456
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
@@ -23,6 +65,45 @@
2365
chalk "^2.0.0"
2466
js-tokens "^4.0.0"
2567

68+
"@babel/parser@^7.21.9", "@babel/parser@^7.22.0", "@babel/parser@^7.7.0":
69+
version "7.22.3"
70+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.3.tgz#838ae31893373222cd9062568e2192c670037e00"
71+
integrity sha512-vrukxyW/ep8UD1UDzOYpTKQ6abgjFoeG6L+4ar9+c5TN9QnlqiOi6QK7LSR5ewm/ERyGkT/Ai6VboNrxhbr9Uw==
72+
73+
"@babel/template@^7.20.7":
74+
version "7.21.9"
75+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.21.9.tgz#bf8dad2859130ae46088a99c1f265394877446fb"
76+
integrity sha512-MK0X5k8NKOuWRamiEfc3KEJiHMTkGZNUjzMipqCGDDc6ijRl/B7RGSKVGncu4Ro/HdyzzY6cmoXuKI2Gffk7vQ==
77+
dependencies:
78+
"@babel/code-frame" "^7.21.4"
79+
"@babel/parser" "^7.21.9"
80+
"@babel/types" "^7.21.5"
81+
82+
"@babel/traverse@^7.7.0":
83+
version "7.22.1"
84+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.1.tgz#bd22c50b1439cfcfc2fa137b7fdf6c06787456e9"
85+
integrity sha512-lAWkdCoUFnmwLBhIRLciFntGYsIIoC6vIbN8zrLPqBnJmPu7Z6nzqnKd7FsxQUNAvZfVZ0x6KdNvNp8zWIOHSQ==
86+
dependencies:
87+
"@babel/code-frame" "^7.21.4"
88+
"@babel/generator" "^7.22.0"
89+
"@babel/helper-environment-visitor" "^7.22.1"
90+
"@babel/helper-function-name" "^7.21.0"
91+
"@babel/helper-hoist-variables" "^7.18.6"
92+
"@babel/helper-split-export-declaration" "^7.18.6"
93+
"@babel/parser" "^7.22.0"
94+
"@babel/types" "^7.22.0"
95+
debug "^4.1.0"
96+
globals "^11.1.0"
97+
98+
"@babel/types@^7.18.6", "@babel/types@^7.21.0", "@babel/types@^7.21.5", "@babel/types@^7.22.0", "@babel/types@^7.22.3", "@babel/types@^7.7.0":
99+
version "7.22.3"
100+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.3.tgz#0cc6af178b91490acaeb4a2f70dcbf27cdf3d8f3"
101+
integrity sha512-P3na3xIQHTKY4L0YOG7pM8M8uoUIB910WQaSiiMCZUC2Cy8XFEQONGABFnHWBa2gpGKODTAJcNhi5Zk0sLRrzg==
102+
dependencies:
103+
"@babel/helper-string-parser" "^7.21.5"
104+
"@babel/helper-validator-identifier" "^7.19.1"
105+
to-fast-properties "^2.0.0"
106+
26107
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.2.0":
27108
version "4.4.0"
28109
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
@@ -89,6 +170,43 @@
89170
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
90171
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
91172

173+
"@jridgewell/gen-mapping@^0.3.2":
174+
version "0.3.3"
175+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
176+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
177+
dependencies:
178+
"@jridgewell/set-array" "^1.0.1"
179+
"@jridgewell/sourcemap-codec" "^1.4.10"
180+
"@jridgewell/trace-mapping" "^0.3.9"
181+
182+
"@jridgewell/[email protected]":
183+
version "3.1.0"
184+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
185+
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
186+
187+
"@jridgewell/set-array@^1.0.1":
188+
version "1.1.2"
189+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
190+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
191+
192+
"@jridgewell/[email protected]":
193+
version "1.4.14"
194+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
195+
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
196+
197+
"@jridgewell/sourcemap-codec@^1.4.10":
198+
version "1.4.15"
199+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
200+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
201+
202+
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
203+
version "0.3.18"
204+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz#25783b2086daf6ff1dcb53c9249ae480e4dd4cd6"
205+
integrity sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==
206+
dependencies:
207+
"@jridgewell/resolve-uri" "3.1.0"
208+
"@jridgewell/sourcemap-codec" "1.4.14"
209+
92210
"@nodelib/[email protected]":
93211
version "2.1.5"
94212
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -406,67 +524,30 @@ available-typed-arrays@^1.0.5:
406524
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
407525
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
408526

409-
babel-code-frame@^6.16.0, babel-code-frame@^6.22.0:
527+
babel-code-frame@^6.16.0:
410528
version "6.22.0"
411529
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.22.0.tgz#027620bee567a88c32561574e7fd0801d33118e4"
412530
dependencies:
413531
chalk "^1.1.0"
414532
esutils "^2.0.2"
415533
js-tokens "^3.0.0"
416534

417-
418-
version "7.2.3"
419-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-7.2.3.tgz#b2fe2d80126470f5c19442dc757253a897710827"
420-
dependencies:
421-
babel-code-frame "^6.22.0"
422-
babel-traverse "^6.23.1"
423-
babel-types "^6.23.0"
424-
babylon "^6.17.0"
425-
426-
babel-messages@^6.23.0:
427-
version "6.23.0"
428-
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"
535+
536+
version "10.1.0"
537+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
538+
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
429539
dependencies:
430-
babel-runtime "^6.22.0"
431-
432-
babel-runtime@^6.22.0:
433-
version "6.23.0"
434-
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b"
435-
dependencies:
436-
core-js "^2.4.0"
437-
regenerator-runtime "^0.10.0"
438-
439-
babel-traverse@^6.23.1:
440-
version "6.24.1"
441-
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.24.1.tgz#ab36673fd356f9a0948659e7b338d5feadb31695"
442-
dependencies:
443-
babel-code-frame "^6.22.0"
444-
babel-messages "^6.23.0"
445-
babel-runtime "^6.22.0"
446-
babel-types "^6.24.1"
447-
babylon "^6.15.0"
448-
debug "^2.2.0"
449-
globals "^9.0.0"
450-
invariant "^2.2.0"
451-
lodash "^4.2.0"
452-
453-
babel-types@^6.23.0, babel-types@^6.24.1:
454-
version "6.24.1"
455-
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.24.1.tgz#a136879dc15b3606bda0d90c1fc74304c2ff0975"
456-
dependencies:
457-
babel-runtime "^6.22.0"
458-
esutils "^2.0.2"
459-
lodash "^4.2.0"
460-
to-fast-properties "^1.0.1"
540+
"@babel/code-frame" "^7.0.0"
541+
"@babel/parser" "^7.7.0"
542+
"@babel/traverse" "^7.7.0"
543+
"@babel/types" "^7.7.0"
544+
eslint-visitor-keys "^1.0.0"
545+
resolve "^1.12.0"
461546

462547
463548
version "6.23.0"
464549
resolved "https://registry.yarnpkg.com/babel/-/babel-6.23.0.tgz#d0d1e7d803e974765beea3232d4e153c0efb90f4"
465550

466-
babylon@^6.15.0, babylon@^6.17.0:
467-
version "6.17.0"
468-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.17.0.tgz#37da948878488b9c4e3c4038893fa3314b3fc932"
469-
470551
balanced-match@^0.4.1:
471552
version "0.4.2"
472553
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838"
@@ -659,10 +740,6 @@ [email protected]:
659740
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz#ae40e9b57cdd3915408a2805ebd3a5585608dc81"
660741
integrity sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==
661742

662-
core-js@^2.4.0:
663-
version "2.4.1"
664-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.4.1.tgz#4de911e667b0eae9124e34254b53aea6fc618d3e"
665-
666743
core-util-is@~1.0.0:
667744
version "1.0.2"
668745
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
@@ -692,7 +769,7 @@ d@1:
692769
dependencies:
693770
es5-ext "^0.10.9"
694771

695-
debug@^2.1.1, debug@^2.2.0:
772+
debug@^2.1.1:
696773
version "2.6.4"
697774
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.4.tgz#7586a9b3c39741c0282ae33445c4e8ac74734fe0"
698775
dependencies:
@@ -705,7 +782,7 @@ debug@^3.2.7:
705782
dependencies:
706783
ms "^2.1.1"
707784

708-
debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
785+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
709786
version "4.3.4"
710787
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
711788
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -1219,7 +1296,7 @@ eslint-utils@^3.0.0:
12191296
dependencies:
12201297
eslint-visitor-keys "^2.0.0"
12211298

1222-
eslint-visitor-keys@^1.1.0:
1299+
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
12231300
version "1.3.0"
12241301
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
12251302
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
@@ -1669,14 +1746,19 @@ glob@^7.1.3:
16691746
once "^1.3.0"
16701747
path-is-absolute "^1.0.0"
16711748

1749+
globals@^11.1.0:
1750+
version "11.12.0"
1751+
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
1752+
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
1753+
16721754
globals@^13.19.0:
16731755
version "13.20.0"
16741756
resolved "https://registry.yarnpkg.com/globals/-/globals-13.20.0.tgz#ea276a1e508ffd4f1612888f9d1bad1e2717bf82"
16751757
integrity sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==
16761758
dependencies:
16771759
type-fest "^0.20.2"
16781760

1679-
globals@^9.0.0, globals@^9.14.0:
1761+
globals@^9.14.0:
16801762
version "9.17.0"
16811763
resolved "https://registry.yarnpkg.com/globals/-/globals-9.17.0.tgz#0c0ca696d9b9bb694d2e5470bd37777caad50286"
16821764

@@ -1916,12 +1998,6 @@ interpret@^1.4.0:
19161998
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"
19171999
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
19182000

1919-
invariant@^2.2.0:
1920-
version "2.2.2"
1921-
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360"
1922-
dependencies:
1923-
loose-envify "^1.0.0"
1924-
19252001
irregular-plurals@^3.2.0:
19262002
version "3.5.0"
19272003
resolved "https://registry.yarnpkg.com/irregular-plurals/-/irregular-plurals-3.5.0.tgz#0835e6639aa8425bdc8b0d33d0dc4e89d9c01d2b"
@@ -2244,6 +2320,11 @@ js-yaml@^4.1.0:
22442320
dependencies:
22452321
argparse "^2.0.1"
22462322

2323+
jsesc@^2.5.1:
2324+
version "2.5.2"
2325+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
2326+
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
2327+
22472328
jsesc@^3.0.2:
22482329
version "3.0.2"
22492330
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e"
@@ -2357,7 +2438,7 @@ lodash.merge@^4.6.2:
23572438
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
23582439
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
23592440

2360-
lodash@^4.0.0, lodash@^4.13.1, lodash@^4.2.0, lodash@^4.3.0:
2441+
lodash@^4.0.0, lodash@^4.13.1, lodash@^4.3.0:
23612442
version "4.17.4"
23622443
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
23632444

@@ -2374,12 +2455,6 @@ log-symbols@^4.0.0:
23742455
chalk "^4.1.0"
23752456
is-unicode-supported "^0.1.0"
23762457

2377-
loose-envify@^1.0.0:
2378-
version "1.3.1"
2379-
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848"
2380-
dependencies:
2381-
js-tokens "^3.0.0"
2382-
23832458
lowercase-keys@^1.0.0:
23842459
version "1.0.0"
23852460
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.0.tgz#4e3366b39e7f5457e35f1324bdf6f88d0bfc7306"
@@ -2952,10 +3027,6 @@ redent@^4.0.0:
29523027
indent-string "^5.0.0"
29533028
strip-indent "^4.0.0"
29543029

2955-
regenerator-runtime@^0.10.0:
2956-
version "0.10.3"
2957-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.3.tgz#8c4367a904b51ea62a908ac310bf99ff90a82a3e"
2958-
29593030
regexp-tree@^0.1.24, regexp-tree@~0.1.1:
29603031
version "0.1.27"
29613032
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.27.tgz#2198f0ef54518ffa743fe74d983b56ffd631b6cd"
@@ -3009,7 +3080,7 @@ resolve@^1.1.6:
30093080
dependencies:
30103081
path-parse "^1.0.5"
30113082

3012-
resolve@^1.10.0, resolve@^1.20.0, resolve@^1.22.1:
3083+
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.20.0, resolve@^1.22.1:
30133084
version "1.22.2"
30143085
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f"
30153086
integrity sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==
@@ -3359,9 +3430,10 @@ to-absolute-glob@^3.0.0:
33593430
is-absolute "^1.0.0"
33603431
is-negated-glob "^1.0.0"
33613432

3362-
to-fast-properties@^1.0.1:
3363-
version "1.0.2"
3364-
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.2.tgz#f3f5c0c3ba7299a7ef99427e44633257ade43320"
3433+
to-fast-properties@^2.0.0:
3434+
version "2.0.0"
3435+
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
3436+
integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==
33653437

33663438
to-regex-range@^5.0.1:
33673439
version "5.0.1"

0 commit comments

Comments
 (0)