Skip to content

Commit 4e77c9a

Browse files
committed
chore(deps): update babel monorepo
1 parent 3dc9f76 commit 4e77c9a

File tree

3 files changed

+103
-51
lines changed

3 files changed

+103
-51
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"packages/*"
66
],
77
"devDependencies": {
8-
"@babel/core": "^7.12.9",
9-
"@babel/plugin-transform-runtime": "^7.12.1",
10-
"@babel/preset-env": "^7.12.7",
8+
"@babel/core": "^7.12.10",
9+
"@babel/plugin-transform-runtime": "^7.12.10",
10+
"@babel/preset-env": "^7.12.11",
1111
"@commitlint/cli": "^11.0.0",
1212
"@commitlint/config-conventional": "^11.0.0",
1313
"@rollup/plugin-babel": "^5.2.2",

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"eslint-plugin-react-hooks": "^4.2.0"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.12.9",
22+
"@babel/core": "^7.12.10",
2323
"eslint": "^7.14.0"
2424
},
2525
"peerDependencies": {

yarn.lock

Lines changed: 99 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,24 @@
4141
semver "^5.4.1"
4242
source-map "^0.5.0"
4343

44-
"@babel/core@^7.12.9":
45-
version "7.12.9"
46-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
47-
integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
44+
"@babel/core@^7.12.10":
45+
version "7.12.10"
46+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
47+
integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
4848
dependencies:
4949
"@babel/code-frame" "^7.10.4"
50-
"@babel/generator" "^7.12.5"
50+
"@babel/generator" "^7.12.10"
5151
"@babel/helper-module-transforms" "^7.12.1"
5252
"@babel/helpers" "^7.12.5"
53-
"@babel/parser" "^7.12.7"
53+
"@babel/parser" "^7.12.10"
5454
"@babel/template" "^7.12.7"
55-
"@babel/traverse" "^7.12.9"
56-
"@babel/types" "^7.12.7"
55+
"@babel/traverse" "^7.12.10"
56+
"@babel/types" "^7.12.10"
5757
convert-source-map "^1.7.0"
5858
debug "^4.1.0"
5959
gensync "^1.0.0-beta.1"
6060
json5 "^2.1.2"
6161
lodash "^4.17.19"
62-
resolve "^1.3.2"
6362
semver "^5.4.1"
6463
source-map "^0.5.0"
6564

@@ -81,6 +80,15 @@
8180
jsesc "^2.5.1"
8281
source-map "^0.5.0"
8382

83+
"@babel/generator@^7.12.10":
84+
version "7.12.11"
85+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af"
86+
integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==
87+
dependencies:
88+
"@babel/types" "^7.12.11"
89+
jsesc "^2.5.1"
90+
source-map "^0.5.0"
91+
8492
"@babel/helper-annotate-as-pure@^7.10.4":
8593
version "7.10.4"
8694
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -258,11 +266,21 @@
258266
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
259267
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
260268

269+
"@babel/helper-validator-identifier@^7.12.11":
270+
version "7.12.11"
271+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
272+
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
273+
261274
"@babel/helper-validator-option@^7.12.1":
262275
version "7.12.1"
263276
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz#175567380c3e77d60ff98a54bb015fe78f2178d9"
264277
integrity sha512-YpJabsXlJVWP0USHjnC/AQDTLlZERbON577YUVO/wLpqyj6HAtVYnWaQaN0iUN+1/tWn3c+uKKXjRut5115Y2A==
265278

279+
"@babel/helper-validator-option@^7.12.11":
280+
version "7.12.11"
281+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f"
282+
integrity sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw==
283+
266284
"@babel/helper-wrap-function@^7.10.4":
267285
version "7.12.3"
268286
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.12.3.tgz#3332339fc4d1fbbf1c27d7958c27d34708e990d9"
@@ -296,6 +314,11 @@
296314
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.5.tgz#b4af32ddd473c0bfa643bd7ff0728b8e71b81ea0"
297315
integrity sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ==
298316

317+
"@babel/parser@^7.12.10":
318+
version "7.12.11"
319+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
320+
integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
321+
299322
"@babel/parser@^7.12.7":
300323
version "7.12.7"
301324
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
@@ -529,10 +552,10 @@
529552
dependencies:
530553
"@babel/helper-plugin-utils" "^7.10.4"
531554

532-
"@babel/plugin-transform-block-scoping@^7.12.1":
533-
version "7.12.1"
534-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.1.tgz#f0ee727874b42a208a48a586b84c3d222c2bbef1"
535-
integrity sha512-zJyAC9sZdE60r1nVQHblcfCj29Dh2Y0DOvlMkcqSo0ckqjiCwNiUezUKw+RjOCwGfpLRwnAeQ2XlLpsnGkvv9w==
555+
"@babel/plugin-transform-block-scoping@^7.12.11":
556+
version "7.12.11"
557+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.11.tgz#83ae92a104dbb93a7d6c6dd1844f351083c46b4f"
558+
integrity sha512-atR1Rxc3hM+VPg/NvNvfYw0npQEAcHuJ+MGZnFn6h3bo+1U3BWXMdFMlvVRApBTWKQMX7SOwRJZA5FBF/JQbvA==
536559
dependencies:
537560
"@babel/helper-plugin-utils" "^7.10.4"
538561

@@ -704,14 +727,13 @@
704727
dependencies:
705728
"@babel/helper-plugin-utils" "^7.10.4"
706729

707-
"@babel/plugin-transform-runtime@^7.12.1":
708-
version "7.12.1"
709-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.1.tgz#04b792057eb460389ff6a4198e377614ea1e7ba5"
710-
integrity sha512-Ac/H6G9FEIkS2tXsZjL4RAdS3L3WHxci0usAnz7laPWUmFiGtj7tIASChqKZMHTSQTQY6xDbOq+V1/vIq3QrWg==
730+
"@babel/plugin-transform-runtime@^7.12.10":
731+
version "7.12.10"
732+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.10.tgz#af0fded4e846c4b37078e8e5d06deac6cd848562"
733+
integrity sha512-xOrUfzPxw7+WDm9igMgQCbO3cJKymX7dFdsgRr1eu9n3KjjyU4pptIXbXPseQDquw+W+RuJEJMHKHNsPNNm3CA==
711734
dependencies:
712-
"@babel/helper-module-imports" "^7.12.1"
735+
"@babel/helper-module-imports" "^7.12.5"
713736
"@babel/helper-plugin-utils" "^7.10.4"
714-
resolve "^1.8.1"
715737
semver "^5.5.1"
716738

717739
"@babel/plugin-transform-shorthand-properties@^7.12.1":
@@ -743,10 +765,10 @@
743765
dependencies:
744766
"@babel/helper-plugin-utils" "^7.10.4"
745767

746-
"@babel/plugin-transform-typeof-symbol@^7.12.1":
747-
version "7.12.1"
748-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.1.tgz#9ca6be343d42512fbc2e68236a82ae64bc7af78a"
749-
integrity sha512-EPGgpGy+O5Kg5pJFNDKuxt9RdmTgj5sgrus2XVeMp/ZIbOESadgILUbm50SNpghOh3/6yrbsH+NB5+WJTmsA7Q==
768+
"@babel/plugin-transform-typeof-symbol@^7.12.10":
769+
version "7.12.10"
770+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.10.tgz#de01c4c8f96580bd00f183072b0d0ecdcf0dec4b"
771+
integrity sha512-JQ6H8Rnsogh//ijxspCjc21YPd3VLVoYtAwv3zQmqAt8YGYUtdo5usNhdl4b9/Vir2kPFZl6n1h0PfUz4hJhaA==
750772
dependencies:
751773
"@babel/helper-plugin-utils" "^7.10.4"
752774

@@ -765,16 +787,16 @@
765787
"@babel/helper-create-regexp-features-plugin" "^7.12.1"
766788
"@babel/helper-plugin-utils" "^7.10.4"
767789

768-
"@babel/preset-env@^7.12.7":
769-
version "7.12.7"
770-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.7.tgz#54ea21dbe92caf6f10cb1a0a576adc4ebf094b55"
771-
integrity sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew==
790+
"@babel/preset-env@^7.12.11":
791+
version "7.12.11"
792+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.11.tgz#55d5f7981487365c93dbbc84507b1c7215e857f9"
793+
integrity sha512-j8Tb+KKIXKYlDBQyIOy4BLxzv1NUOwlHfZ74rvW+Z0Gp4/cI2IMDPBWAgWceGcE7aep9oL/0K9mlzlMGxA8yNw==
772794
dependencies:
773795
"@babel/compat-data" "^7.12.7"
774796
"@babel/helper-compilation-targets" "^7.12.5"
775797
"@babel/helper-module-imports" "^7.12.5"
776798
"@babel/helper-plugin-utils" "^7.10.4"
777-
"@babel/helper-validator-option" "^7.12.1"
799+
"@babel/helper-validator-option" "^7.12.11"
778800
"@babel/plugin-proposal-async-generator-functions" "^7.12.1"
779801
"@babel/plugin-proposal-class-properties" "^7.12.1"
780802
"@babel/plugin-proposal-dynamic-import" "^7.12.1"
@@ -803,7 +825,7 @@
803825
"@babel/plugin-transform-arrow-functions" "^7.12.1"
804826
"@babel/plugin-transform-async-to-generator" "^7.12.1"
805827
"@babel/plugin-transform-block-scoped-functions" "^7.12.1"
806-
"@babel/plugin-transform-block-scoping" "^7.12.1"
828+
"@babel/plugin-transform-block-scoping" "^7.12.11"
807829
"@babel/plugin-transform-classes" "^7.12.1"
808830
"@babel/plugin-transform-computed-properties" "^7.12.1"
809831
"@babel/plugin-transform-destructuring" "^7.12.1"
@@ -829,12 +851,12 @@
829851
"@babel/plugin-transform-spread" "^7.12.1"
830852
"@babel/plugin-transform-sticky-regex" "^7.12.7"
831853
"@babel/plugin-transform-template-literals" "^7.12.1"
832-
"@babel/plugin-transform-typeof-symbol" "^7.12.1"
854+
"@babel/plugin-transform-typeof-symbol" "^7.12.10"
833855
"@babel/plugin-transform-unicode-escapes" "^7.12.1"
834856
"@babel/plugin-transform-unicode-regex" "^7.12.1"
835857
"@babel/preset-modules" "^0.1.3"
836-
"@babel/types" "^7.12.7"
837-
core-js-compat "^3.7.0"
858+
"@babel/types" "^7.12.11"
859+
core-js-compat "^3.8.0"
838860
semver "^5.5.0"
839861

840862
"@babel/preset-modules@^0.1.3":
@@ -896,17 +918,17 @@
896918
globals "^11.1.0"
897919
lodash "^4.17.19"
898920

899-
"@babel/traverse@^7.12.9":
900-
version "7.12.9"
901-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f"
902-
integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==
921+
"@babel/traverse@^7.12.10":
922+
version "7.12.10"
923+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a"
924+
integrity sha512-6aEtf0IeRgbYWzta29lePeYSk+YAFIC3kyqESeft8o5CkFlYIMX+EQDDWEiAQ9LHOA3d0oHdgrSsID/CKqXJlg==
903925
dependencies:
904926
"@babel/code-frame" "^7.10.4"
905-
"@babel/generator" "^7.12.5"
927+
"@babel/generator" "^7.12.10"
906928
"@babel/helper-function-name" "^7.10.4"
907929
"@babel/helper-split-export-declaration" "^7.11.0"
908-
"@babel/parser" "^7.12.7"
909-
"@babel/types" "^7.12.7"
930+
"@babel/parser" "^7.12.10"
931+
"@babel/types" "^7.12.10"
910932
debug "^4.1.0"
911933
globals "^11.1.0"
912934
lodash "^4.17.19"
@@ -920,6 +942,15 @@
920942
lodash "^4.17.19"
921943
to-fast-properties "^2.0.0"
922944

945+
"@babel/types@^7.12.10", "@babel/types@^7.12.11":
946+
version "7.12.11"
947+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.11.tgz#a86e4d71e30a9b6ee102590446c98662589283ce"
948+
integrity sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==
949+
dependencies:
950+
"@babel/helper-validator-identifier" "^7.12.11"
951+
lodash "^4.17.19"
952+
to-fast-properties "^2.0.0"
953+
923954
"@babel/types@^7.12.7":
924955
version "7.12.7"
925956
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
@@ -2888,7 +2919,7 @@ browser-process-hrtime@^1.0.0:
28882919
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
28892920
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
28902921

2891-
browserslist@^4.14.5, browserslist@^4.14.7:
2922+
browserslist@^4.14.5:
28922923
version "4.14.7"
28932924
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.7.tgz#c071c1b3622c1c2e790799a37bb09473a4351cb6"
28942925
integrity sha512-BSVRLCeG3Xt/j/1cCGj1019Wbty0H+Yvu2AOuZSuoaUWn3RatbL33Cxk+Q4jRMRAbOm0p7SLravLjpnT6s0vzQ==
@@ -2899,6 +2930,17 @@ browserslist@^4.14.5, browserslist@^4.14.7:
28992930
escalade "^3.1.1"
29002931
node-releases "^1.1.66"
29012932

2933+
browserslist@^4.15.0:
2934+
version "4.16.0"
2935+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.0.tgz#410277627500be3cb28a1bfe037586fbedf9488b"
2936+
integrity sha512-/j6k8R0p3nxOC6kx5JGAxsnhc9ixaWJfYc+TNTzxg6+ARaESAvQGV7h0uNOB4t+pLQJZWzcrMxXOxjgsCj3dqQ==
2937+
dependencies:
2938+
caniuse-lite "^1.0.30001165"
2939+
colorette "^1.2.1"
2940+
electron-to-chromium "^1.3.621"
2941+
escalade "^3.1.1"
2942+
node-releases "^1.1.67"
2943+
29022944
29032945
version "2.1.1"
29042946
resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
@@ -3082,6 +3124,11 @@ caniuse-lite@^1.0.30001157:
30823124
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001158.tgz#fce86d321369603c2bc855ee0e901a7f49f8310b"
30833125
integrity sha512-s5loVYY+yKpuVA3HyW8BarzrtJvwHReuzugQXlv1iR3LKSReoFXRm86mT6hT7PEF5RxW+XQZg+6nYjlywYzQ+g==
30843126

3127+
caniuse-lite@^1.0.30001165:
3128+
version "1.0.30001168"
3129+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001168.tgz#6fcd098c139d003b9bd484cbb9ca26cb89907f9a"
3130+
integrity sha512-P2zmX7swIXKu+GMMR01TWa4csIKELTNnZKc+f1CjebmZJQtTAEXmpQSoKVJVVcvPGAA0TEYTOUp3VehavZSFPQ==
3131+
30853132
capture-exit@^2.0.0:
30863133
version "2.0.0"
30873134
resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
@@ -3485,12 +3532,12 @@ copy-descriptor@^0.1.0:
34853532
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
34863533
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
34873534

3488-
core-js-compat@^3.7.0:
3489-
version "3.8.0"
3490-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.8.0.tgz#3248c6826f4006793bd637db608bca6e4cd688b1"
3491-
integrity sha512-o9QKelQSxQMYWHXc/Gc4L8bx/4F7TTraE5rhuN8I7mKBt5dBIUpXpIR3omv70ebr8ST5R3PqbDQr+ZI3+Tt1FQ==
3535+
core-js-compat@^3.8.0:
3536+
version "3.8.1"
3537+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.8.1.tgz#8d1ddd341d660ba6194cbe0ce60f4c794c87a36e"
3538+
integrity sha512-a16TLmy9NVD1rkjUGbwuyWkiDoN0FDpAwrfLONvHFQx0D9k7J9y0srwMT8QP/Z6HE3MIFaVynEeYwZwPX1o5RQ==
34923539
dependencies:
3493-
browserslist "^4.14.7"
3540+
browserslist "^4.15.0"
34943541
semver "7.0.0"
34953542

34963543
core-js-pure@^3.0.0:
@@ -3885,6 +3932,11 @@ electron-to-chromium@^1.3.591:
38853932
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.597.tgz#0d30fd4c0f5437149c28a6044c4e119357ae56aa"
38863933
integrity sha512-VJI21MucKaqyFw0oe3j9BIg+nDF4MHzUZAmUwZzrxho+s8zPCD13Fds07Rgu+MTtAadO4tYTKFdAUksKYUyIJw==
38873934

3935+
electron-to-chromium@^1.3.621:
3936+
version "1.3.629"
3937+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.629.tgz#a08d13b64d90e3c77ec5b9bffa3efbc5b4a00969"
3938+
integrity sha512-iSPPJtPvHrMAvYOt+9cdbDmTasPqwnwz4lkP8Dn200gDNUBQOLQ96xUsWXBwXslAo5XxdoXAoQQ3RAy4uao9IQ==
3939+
38883940
emittery@^0.7.1:
38893941
version "0.7.2"
38903942
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.7.2.tgz#25595908e13af0f5674ab419396e2fb394cdfa82"
@@ -6902,7 +6954,7 @@ node-notifier@^8.0.0:
69026954
uuid "^8.3.0"
69036955
which "^2.0.2"
69046956

6905-
node-releases@^1.1.66:
6957+
node-releases@^1.1.66, node-releases@^1.1.67:
69066958
version "1.1.67"
69076959
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.67.tgz#28ebfcccd0baa6aad8e8d4d8fe4cbc49ae239c12"
69086960
integrity sha512-V5QF9noGFl3EymEwUYzO+3NTDpGfQB4ve6Qfnzf3UNydMhjQRVPR1DZTuvWiLzaFJYw2fmDwAfnRNEVb64hSIg==
@@ -8145,7 +8197,7 @@ resolve-url@^0.2.1:
81458197
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
81468198
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
81478199

8148-
resolve@^1.10.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.3.2, resolve@^1.8.1:
8200+
resolve@^1.10.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.3.2:
81498201
version "1.19.0"
81508202
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
81518203
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==

0 commit comments

Comments
 (0)