Skip to content

Commit 79a462b

Browse files
committed
chore(deps): update babel monorepo to v7.20.7
1 parent 3abb8af commit 79a462b

File tree

1 file changed

+137
-42
lines changed

1 file changed

+137
-42
lines changed

yarn.lock

+137-42
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
4040
integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
4141

42+
"@babel/compat-data@^7.20.5":
43+
version "7.20.10"
44+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec"
45+
integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==
46+
4247
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
4348
version "7.17.5"
4449
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225"
@@ -61,20 +66,20 @@
6166
semver "^6.3.0"
6267

6368
"@babel/core@^7.11.6":
64-
version "7.20.5"
65-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
66-
integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
69+
version "7.20.7"
70+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f"
71+
integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw==
6772
dependencies:
6873
"@ampproject/remapping" "^2.1.0"
6974
"@babel/code-frame" "^7.18.6"
70-
"@babel/generator" "^7.20.5"
71-
"@babel/helper-compilation-targets" "^7.20.0"
72-
"@babel/helper-module-transforms" "^7.20.2"
73-
"@babel/helpers" "^7.20.5"
74-
"@babel/parser" "^7.20.5"
75-
"@babel/template" "^7.18.10"
76-
"@babel/traverse" "^7.20.5"
77-
"@babel/types" "^7.20.5"
75+
"@babel/generator" "^7.20.7"
76+
"@babel/helper-compilation-targets" "^7.20.7"
77+
"@babel/helper-module-transforms" "^7.20.7"
78+
"@babel/helpers" "^7.20.7"
79+
"@babel/parser" "^7.20.7"
80+
"@babel/template" "^7.20.7"
81+
"@babel/traverse" "^7.20.7"
82+
"@babel/types" "^7.20.7"
7883
convert-source-map "^1.7.0"
7984
debug "^4.1.0"
8085
gensync "^1.0.0-beta.2"
@@ -108,6 +113,15 @@
108113
"@jridgewell/gen-mapping" "^0.3.2"
109114
jsesc "^2.5.1"
110115

116+
"@babel/generator@^7.20.7":
117+
version "7.20.7"
118+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a"
119+
integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==
120+
dependencies:
121+
"@babel/types" "^7.20.7"
122+
"@jridgewell/gen-mapping" "^0.3.2"
123+
jsesc "^2.5.1"
124+
111125
"@babel/generator@^7.7.2":
112126
version "7.17.3"
113127
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200"
@@ -152,6 +166,17 @@
152166
browserslist "^4.21.3"
153167
semver "^6.3.0"
154168

169+
"@babel/helper-compilation-targets@^7.20.7":
170+
version "7.20.7"
171+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb"
172+
integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==
173+
dependencies:
174+
"@babel/compat-data" "^7.20.5"
175+
"@babel/helper-validator-option" "^7.18.6"
176+
browserslist "^4.21.3"
177+
lru-cache "^5.1.1"
178+
semver "^6.3.0"
179+
155180
"@babel/helper-create-class-features-plugin@^7.18.6":
156181
version "7.20.2"
157182
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.2.tgz#3c08a5b5417c7f07b5cf3dfb6dc79cbec682e8c2"
@@ -268,7 +293,7 @@
268293
"@babel/traverse" "^7.17.3"
269294
"@babel/types" "^7.17.0"
270295

271-
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.2":
296+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6":
272297
version "7.20.2"
273298
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
274299
integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
@@ -282,6 +307,20 @@
282307
"@babel/traverse" "^7.20.1"
283308
"@babel/types" "^7.20.2"
284309

310+
"@babel/helper-module-transforms@^7.20.7":
311+
version "7.20.11"
312+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0"
313+
integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==
314+
dependencies:
315+
"@babel/helper-environment-visitor" "^7.18.9"
316+
"@babel/helper-module-imports" "^7.18.6"
317+
"@babel/helper-simple-access" "^7.20.2"
318+
"@babel/helper-split-export-declaration" "^7.18.6"
319+
"@babel/helper-validator-identifier" "^7.19.1"
320+
"@babel/template" "^7.20.7"
321+
"@babel/traverse" "^7.20.10"
322+
"@babel/types" "^7.20.7"
323+
285324
"@babel/helper-optimise-call-expression@^7.18.6":
286325
version "7.18.6"
287326
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
@@ -329,7 +368,7 @@
329368
dependencies:
330369
"@babel/types" "^7.20.2"
331370

332-
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
371+
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9", "@babel/helper-skip-transparent-expression-wrappers@^7.20.0":
333372
version "7.20.0"
334373
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684"
335374
integrity sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==
@@ -382,14 +421,14 @@
382421
"@babel/traverse" "^7.17.3"
383422
"@babel/types" "^7.17.0"
384423

385-
"@babel/helpers@^7.20.5":
386-
version "7.20.6"
387-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763"
388-
integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==
424+
"@babel/helpers@^7.20.7":
425+
version "7.20.7"
426+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce"
427+
integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA==
389428
dependencies:
390-
"@babel/template" "^7.18.10"
391-
"@babel/traverse" "^7.20.5"
392-
"@babel/types" "^7.20.5"
429+
"@babel/template" "^7.20.7"
430+
"@babel/traverse" "^7.20.7"
431+
"@babel/types" "^7.20.7"
393432

394433
"@babel/highlight@^7.16.7", "@babel/highlight@^7.18.6":
395434
version "7.18.6"
@@ -420,16 +459,21 @@
420459
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
421460
integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
422461

423-
"@babel/parser@^7.18.10", "@babel/parser@^7.20.1", "@babel/parser@^7.20.5":
424-
version "7.20.5"
425-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
426-
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
462+
"@babel/parser@^7.18.10", "@babel/parser@^7.20.7":
463+
version "7.20.7"
464+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b"
465+
integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==
427466

428467
"@babel/parser@^7.18.6":
429468
version "7.18.11"
430469
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.11.tgz#68bb07ab3d380affa9a3f96728df07969645d2d9"
431470
integrity sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ==
432471

472+
"@babel/parser@^7.20.1", "@babel/parser@^7.20.5":
473+
version "7.20.5"
474+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
475+
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
476+
433477
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
434478
version "7.18.6"
435479
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -541,12 +585,12 @@
541585
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
542586

543587
"@babel/plugin-proposal-optional-chaining@^7.11.0", "@babel/plugin-proposal-optional-chaining@^7.18.9":
544-
version "7.18.9"
545-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz#e8e8fe0723f2563960e4bf5e9690933691915993"
546-
integrity sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==
588+
version "7.20.7"
589+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.20.7.tgz#49f2b372519ab31728cc14115bb0998b15bfda55"
590+
integrity sha512-T+A7b1kfjtRM51ssoOfS1+wbyCVqorfyZhT99TvxxLMirPShD8CzKMRepMlCBGM5RpHMbn8s+5MMHnPstJH6mQ==
547591
dependencies:
548-
"@babel/helper-plugin-utils" "^7.18.9"
549-
"@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
592+
"@babel/helper-plugin-utils" "^7.20.2"
593+
"@babel/helper-skip-transparent-expression-wrappers" "^7.20.0"
550594
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
551595

552596
"@babel/plugin-proposal-private-methods@^7.18.6":
@@ -1118,7 +1162,16 @@
11181162
"@babel/parser" "^7.18.6"
11191163
"@babel/types" "^7.18.6"
11201164

1121-
"@babel/template@^7.18.10", "@babel/template@^7.18.6":
1165+
"@babel/template@^7.18.10", "@babel/template@^7.20.7":
1166+
version "7.20.7"
1167+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
1168+
integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
1169+
dependencies:
1170+
"@babel/code-frame" "^7.18.6"
1171+
"@babel/parser" "^7.20.7"
1172+
"@babel/types" "^7.20.7"
1173+
1174+
"@babel/template@^7.18.6":
11221175
version "7.18.10"
11231176
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
11241177
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
@@ -1168,7 +1221,7 @@
11681221
debug "^4.1.0"
11691222
globals "^11.1.0"
11701223

1171-
"@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5":
1224+
"@babel/traverse@^7.20.1":
11721225
version "7.20.5"
11731226
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
11741227
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
@@ -1184,6 +1237,22 @@
11841237
debug "^4.1.0"
11851238
globals "^11.1.0"
11861239

1240+
"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.7":
1241+
version "7.20.10"
1242+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.10.tgz#2bf98239597fcec12f842756f186a9dde6d09230"
1243+
integrity sha512-oSf1juCgymrSez8NI4A2sr4+uB/mFd9MXplYGPEBnfAuWmmyeVcHa6xLPiaRBcXkcb/28bgxmQLTVwFKE1yfsg==
1244+
dependencies:
1245+
"@babel/code-frame" "^7.18.6"
1246+
"@babel/generator" "^7.20.7"
1247+
"@babel/helper-environment-visitor" "^7.18.9"
1248+
"@babel/helper-function-name" "^7.19.0"
1249+
"@babel/helper-hoist-variables" "^7.18.6"
1250+
"@babel/helper-split-export-declaration" "^7.18.6"
1251+
"@babel/parser" "^7.20.7"
1252+
"@babel/types" "^7.20.7"
1253+
debug "^4.1.0"
1254+
globals "^11.1.0"
1255+
11871256
"@babel/traverse@^7.7.2":
11881257
version "7.17.3"
11891258
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
@@ -1224,10 +1293,10 @@
12241293
"@babel/helper-validator-identifier" "^7.16.7"
12251294
to-fast-properties "^2.0.0"
12261295

1227-
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5":
1228-
version "7.20.5"
1229-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
1230-
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
1296+
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7":
1297+
version "7.20.7"
1298+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
1299+
integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
12311300
dependencies:
12321301
"@babel/helper-string-parser" "^7.19.4"
12331302
"@babel/helper-validator-identifier" "^7.19.1"
@@ -1242,6 +1311,15 @@
12421311
"@babel/helper-validator-identifier" "^7.19.1"
12431312
to-fast-properties "^2.0.0"
12441313

1314+
"@babel/types@^7.20.5":
1315+
version "7.20.5"
1316+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
1317+
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
1318+
dependencies:
1319+
"@babel/helper-string-parser" "^7.19.4"
1320+
"@babel/helper-validator-identifier" "^7.19.1"
1321+
to-fast-properties "^2.0.0"
1322+
12451323
"@bcoe/v8-coverage@^0.2.3":
12461324
version "0.2.3"
12471325
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2808,9 +2886,9 @@ camelcase@^6.2.0:
28082886
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
28092887

28102888
caniuse-lite@^1.0.30001400:
2811-
version "1.0.30001436"
2812-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001436.tgz#22d7cbdbbbb60cdc4ca1030ccd6dea9f5de4848b"
2813-
integrity sha512-ZmWkKsnC2ifEPoWUvSAIGyOYwT+keAaaWPHiQ9DfMqS1t6tfuyFYoWR78TeZtznkEQ64+vGXH9cZrElwR2Mrxg==
2889+
version "1.0.30001441"
2890+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001441.tgz#987437b266260b640a23cd18fbddb509d7f69f3e"
2891+
integrity sha512-OyxRR4Vof59I3yGWXws6i908EtGbMzVUi3ganaZQHmydk1iwDhRnvaPG2WaR0KcqrDFKrxVZHULT396LEPhXfg==
28142892

28152893
chalk@^2.0.0, chalk@^2.4.1:
28162894
version "2.4.2"
@@ -5615,11 +5693,16 @@ json3@^3.3.3:
56155693
resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81"
56165694
integrity sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==
56175695

5618-
json5@^2.1.2, json5@^2.2.1:
5696+
json5@^2.1.2:
56195697
version "2.2.1"
56205698
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
56215699
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
56225700

5701+
json5@^2.2.1:
5702+
version "2.2.2"
5703+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.2.tgz#64471c5bdcc564c18f7c1d4df2e2297f2457c5ab"
5704+
integrity sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ==
5705+
56235706
jsonfile@^6.0.1:
56245707
version "6.1.0"
56255708
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
@@ -5782,6 +5865,13 @@ lower-case@^2.0.2:
57825865
dependencies:
57835866
tslib "^2.0.3"
57845867

5868+
lru-cache@^5.1.1:
5869+
version "5.1.1"
5870+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
5871+
integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
5872+
dependencies:
5873+
yallist "^3.0.2"
5874+
57855875
lru-cache@^6.0.0:
57865876
version "6.0.0"
57875877
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -6100,9 +6190,9 @@ node-int64@^0.4.0:
61006190
integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=
61016191

61026192
node-releases@^2.0.6:
6103-
version "2.0.6"
6104-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503"
6105-
integrity sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==
6193+
version "2.0.8"
6194+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.8.tgz#0f349cdc8fcfa39a92ac0be9bc48b7706292b9ae"
6195+
integrity sha512-dFSmB8fFHEH/s81Xi+Y/15DQY6VHW81nXRj86EMSL3lmuTmK1e+aT4wrFCkTbm+gSwkw4KpX+rT/pMM2c1mF+A==
61066196

61076197
normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
61086198
version "2.5.0"
@@ -8498,6 +8588,11 @@ y18n@^5.0.5:
84988588
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
84998589
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
85008590

8591+
yallist@^3.0.2:
8592+
version "3.1.1"
8593+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
8594+
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
8595+
85018596
yallist@^4.0.0:
85028597
version "4.0.0"
85038598
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"

0 commit comments

Comments
 (0)