Skip to content

Commit 6426019

Browse files
committed
⬆️ deps: Upgrade babel monorepo to v7.23.6
1 parent d05b06a commit 6426019

File tree

2 files changed

+87
-50
lines changed

2 files changed

+87
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"@async-iterable-iterator/async-iterator-to-array": "^0.0.1"
6868
},
6969
"devDependencies": {
70-
"@babel/core": "7.23.5",
71-
"@babel/preset-env": "7.23.5",
70+
"@babel/core": "7.23.6",
71+
"@babel/preset-env": "7.23.6",
7272
"@babel/register": "7.22.15",
7373
"@commitlint/cli": "18.4.3",
7474
"@js-library/commitlint-config": "0.0.4",

yarn.lock

Lines changed: 85 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,21 @@
7070
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
7171
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
7272

73-
"@babel/core@7.23.5":
74-
version "7.23.5"
75-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.5.tgz#6e23f2acbcb77ad283c5ed141f824fd9f70101c7"
76-
integrity sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==
73+
"@babel/core@7.23.6":
74+
version "7.23.6"
75+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.6.tgz#8be77cd77c55baadcc1eae1c33df90ab6d2151d4"
76+
integrity sha512-FxpRyGjrMJXh7X3wGLGhNDCRiwpWEF74sKjTLDJSG5Kyvow3QZaG0Adbqzi9ZrVjTWpsX+2cxWXD71NMg93kdw==
7777
dependencies:
7878
"@ampproject/remapping" "^2.2.0"
7979
"@babel/code-frame" "^7.23.5"
80-
"@babel/generator" "^7.23.5"
81-
"@babel/helper-compilation-targets" "^7.22.15"
80+
"@babel/generator" "^7.23.6"
81+
"@babel/helper-compilation-targets" "^7.23.6"
8282
"@babel/helper-module-transforms" "^7.23.3"
83-
"@babel/helpers" "^7.23.5"
84-
"@babel/parser" "^7.23.5"
83+
"@babel/helpers" "^7.23.6"
84+
"@babel/parser" "^7.23.6"
8585
"@babel/template" "^7.22.15"
86-
"@babel/traverse" "^7.23.5"
87-
"@babel/types" "^7.23.5"
86+
"@babel/traverse" "^7.23.6"
87+
"@babel/types" "^7.23.6"
8888
convert-source-map "^2.0.0"
8989
debug "^4.1.0"
9090
gensync "^1.0.0-beta.2"
@@ -121,12 +121,12 @@
121121
jsesc "^2.5.1"
122122
source-map "^0.5.0"
123123

124-
"@babel/generator@^7.23.5":
125-
version "7.23.5"
126-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.5.tgz#17d0a1ea6b62f351d281350a5f80b87a810c4755"
127-
integrity sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==
124+
"@babel/generator@^7.23.6":
125+
version "7.23.6"
126+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e"
127+
integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==
128128
dependencies:
129-
"@babel/types" "^7.23.5"
129+
"@babel/types" "^7.23.6"
130130
"@jridgewell/gen-mapping" "^0.3.2"
131131
"@jridgewell/trace-mapping" "^0.3.17"
132132
jsesc "^2.5.1"
@@ -199,6 +199,17 @@
199199
browserslist "^4.21.9"
200200
lru-cache "^5.1.1"
201201

202+
"@babel/helper-compilation-targets@^7.23.6":
203+
version "7.23.6"
204+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991"
205+
integrity sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==
206+
dependencies:
207+
"@babel/compat-data" "^7.23.5"
208+
"@babel/helper-validator-option" "^7.23.5"
209+
browserslist "^4.22.2"
210+
lru-cache "^5.1.1"
211+
semver "^6.3.1"
212+
202213
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.16.5":
203214
version "7.16.5"
204215
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.5.tgz#5d1bcd096792c1ebec6249eebc6358eec55d0cad"
@@ -627,14 +638,14 @@
627638
"@babel/traverse" "^7.16.5"
628639
"@babel/types" "^7.16.0"
629640

630-
"@babel/helpers@^7.23.5":
631-
version "7.23.5"
632-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.5.tgz#52f522840df8f1a848d06ea6a79b79eefa72401e"
633-
integrity sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==
641+
"@babel/helpers@^7.23.6":
642+
version "7.23.6"
643+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.6.tgz#d03af2ee5fb34691eec0cda90f5ecbb4d4da145a"
644+
integrity sha512-wCfsbN4nBidDRhpDhvcKlzHWCTlgJYUUdSJfzXb2NuBssDSIjc3xcb+znA7l+zYsFljAcGM0aFkN40cR3lXiGA==
634645
dependencies:
635646
"@babel/template" "^7.22.15"
636-
"@babel/traverse" "^7.23.5"
637-
"@babel/types" "^7.23.5"
647+
"@babel/traverse" "^7.23.6"
648+
"@babel/types" "^7.23.6"
638649

639650
"@babel/highlight@^7.16.0":
640651
version "7.16.0"
@@ -687,10 +698,10 @@
687698
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
688699
integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
689700

690-
"@babel/parser@^7.23.5":
691-
version "7.23.5"
692-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.5.tgz#37dee97c4752af148e1d38c34b856b2507660563"
693-
integrity sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==
701+
"@babel/parser@^7.23.6":
702+
version "7.23.6"
703+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
704+
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
694705

695706
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
696707
version "7.16.2"
@@ -1236,12 +1247,13 @@
12361247
dependencies:
12371248
"@babel/helper-plugin-utils" "^7.16.5"
12381249

1239-
"@babel/plugin-transform-for-of@^7.23.3":
1240-
version "7.23.3"
1241-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.3.tgz#afe115ff0fbce735e02868d41489093c63e15559"
1242-
integrity sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==
1250+
"@babel/plugin-transform-for-of@^7.23.6":
1251+
version "7.23.6"
1252+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz#81c37e24171b37b370ba6aaffa7ac86bcb46f94e"
1253+
integrity sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==
12431254
dependencies:
12441255
"@babel/helper-plugin-utils" "^7.22.5"
1256+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
12451257

12461258
"@babel/plugin-transform-function-name@^7.16.5":
12471259
version "7.16.5"
@@ -1701,13 +1713,13 @@
17011713
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
17021714
"@babel/helper-plugin-utils" "^7.22.5"
17031715

1704-
"@babel/preset-env@7.23.5":
1705-
version "7.23.5"
1706-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.5.tgz#350a3aedfa9f119ad045b068886457e895ba0ca1"
1707-
integrity sha512-0d/uxVD6tFGWXGDSfyMD1p2otoaKmu6+GD+NfAx0tMaH+dxORnp7T9TaVQ6mKyya7iBtCIVxHjWT7MuzzM9z+A==
1716+
"@babel/preset-env@7.23.6":
1717+
version "7.23.6"
1718+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.6.tgz#ad0ea799d5a3c07db5b9a172819bbd444092187a"
1719+
integrity sha512-2XPn/BqKkZCpzYhUUNZ1ssXw7DcXfKQEjv/uXZUXgaebCMYmkEsfZ2yY+vv+xtXv50WmL5SGhyB6/xsWxIvvOQ==
17081720
dependencies:
17091721
"@babel/compat-data" "^7.23.5"
1710-
"@babel/helper-compilation-targets" "^7.22.15"
1722+
"@babel/helper-compilation-targets" "^7.23.6"
17111723
"@babel/helper-plugin-utils" "^7.22.5"
17121724
"@babel/helper-validator-option" "^7.23.5"
17131725
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.23.3"
@@ -1747,7 +1759,7 @@
17471759
"@babel/plugin-transform-dynamic-import" "^7.23.4"
17481760
"@babel/plugin-transform-exponentiation-operator" "^7.23.3"
17491761
"@babel/plugin-transform-export-namespace-from" "^7.23.4"
1750-
"@babel/plugin-transform-for-of" "^7.23.3"
1762+
"@babel/plugin-transform-for-of" "^7.23.6"
17511763
"@babel/plugin-transform-function-name" "^7.23.3"
17521764
"@babel/plugin-transform-json-strings" "^7.23.4"
17531765
"@babel/plugin-transform-literals" "^7.23.3"
@@ -1974,20 +1986,20 @@
19741986
debug "^4.1.0"
19751987
globals "^11.1.0"
19761988

1977-
"@babel/traverse@^7.23.5":
1978-
version "7.23.5"
1979-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.5.tgz#f546bf9aba9ef2b042c0e00d245990c15508e7ec"
1980-
integrity sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==
1989+
"@babel/traverse@^7.23.6":
1990+
version "7.23.6"
1991+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.6.tgz#b53526a2367a0dd6edc423637f3d2d0f2521abc5"
1992+
integrity sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ==
19811993
dependencies:
19821994
"@babel/code-frame" "^7.23.5"
1983-
"@babel/generator" "^7.23.5"
1995+
"@babel/generator" "^7.23.6"
19841996
"@babel/helper-environment-visitor" "^7.22.20"
19851997
"@babel/helper-function-name" "^7.23.0"
19861998
"@babel/helper-hoist-variables" "^7.22.5"
19871999
"@babel/helper-split-export-declaration" "^7.22.6"
1988-
"@babel/parser" "^7.23.5"
1989-
"@babel/types" "^7.23.5"
1990-
debug "^4.1.0"
2000+
"@babel/parser" "^7.23.6"
2001+
"@babel/types" "^7.23.6"
2002+
debug "^4.3.1"
19912003
globals "^11.1.0"
19922004

19932005
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
@@ -2042,10 +2054,10 @@
20422054
"@babel/helper-validator-identifier" "^7.22.20"
20432055
to-fast-properties "^2.0.0"
20442056

2045-
"@babel/types@^7.23.5":
2046-
version "7.23.5"
2047-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.5.tgz#48d730a00c95109fa4393352705954d74fb5b602"
2048-
integrity sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==
2057+
"@babel/types@^7.23.6":
2058+
version "7.23.6"
2059+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd"
2060+
integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==
20492061
dependencies:
20502062
"@babel/helper-string-parser" "^7.23.4"
20512063
"@babel/helper-validator-identifier" "^7.22.20"
@@ -3402,6 +3414,16 @@ browserslist@^4.22.1:
34023414
node-releases "^2.0.13"
34033415
update-browserslist-db "^1.0.13"
34043416

3417+
browserslist@^4.22.2:
3418+
version "4.22.2"
3419+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.2.tgz#704c4943072bd81ea18997f3bd2180e89c77874b"
3420+
integrity sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==
3421+
dependencies:
3422+
caniuse-lite "^1.0.30001565"
3423+
electron-to-chromium "^1.4.601"
3424+
node-releases "^2.0.14"
3425+
update-browserslist-db "^1.0.13"
3426+
34053427
buffer-from@^1.0.0:
34063428
version "1.1.2"
34073429
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
@@ -3600,6 +3622,11 @@ caniuse-lite@^1.0.30001541:
36003622
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001547.tgz#d4f92efc488aab3c7f92c738d3977c2a3180472b"
36013623
integrity sha512-W7CrtIModMAxobGhz8iXmDfuJiiKg1WADMO/9x7/CLNin5cpSbuBjooyoIUVB5eyCc36QuTVlkVa1iB2S5+/eA==
36023624

3625+
caniuse-lite@^1.0.30001565:
3626+
version "1.0.30001568"
3627+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001568.tgz#53fa9297273c9a977a560663f48cbea1767518b7"
3628+
integrity sha512-vSUkH84HontZJ88MiNrOau1EBrCqEQYgkC5gIySiDlpsm8sGVrhU7Kx4V6h0tnqaHzIHZv08HlJIwPbL4XL9+A==
3629+
36033630
caseless@~0.12.0:
36043631
version "0.12.0"
36053632
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -4320,7 +4347,7 @@ date-time@^3.1.0:
43204347
dependencies:
43214348
time-zone "^1.0.0"
43224349

4323-
debug@4.3.4, debug@^4.3.4:
4350+
debug@4.3.4, debug@^4.3.1, debug@^4.3.4:
43244351
version "4.3.4"
43254352
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
43264353
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -4680,6 +4707,11 @@ electron-to-chromium@^1.4.535:
46804707
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.551.tgz#14db6660a88f66ce095ea2657abe5653bc7f42ed"
46814708
integrity sha512-/Ng/W/kFv7wdEHYzxdK7Cv0BHEGSkSB3M0Ssl8Ndr1eMiYeas/+Mv4cNaDqamqWx6nd2uQZfPz6g25z25M/sdw==
46824709

4710+
electron-to-chromium@^1.4.601:
4711+
version "1.4.610"
4712+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.610.tgz#e17b22203f4aa2e1ed77759c720546d95a51186f"
4713+
integrity sha512-mqi2oL1mfeHYtOdCxbPQYV/PL7YrQlxbvFEZ0Ee8GbDdShimqt2/S6z2RWqysuvlwdOrQdqvE0KZrBTipAeJzg==
4714+
46834715
elegant-spinner@^1.0.1:
46844716
version "1.0.1"
46854717
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e"
@@ -7966,6 +7998,11 @@ node-releases@^2.0.13:
79667998
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d"
79677999
integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==
79688000

8001+
node-releases@^2.0.14:
8002+
version "2.0.14"
8003+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"
8004+
integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==
8005+
79698006
nofilter@^3.1.0:
79708007
version "3.1.0"
79718008
resolved "https://registry.yarnpkg.com/nofilter/-/nofilter-3.1.0.tgz#c757ba68801d41ff930ba2ec55bab52ca184aa66"

0 commit comments

Comments
 (0)