Skip to content

Commit 08abf94

Browse files
chore(deps): update babel monorepo to v7.23.9
1 parent a75c923 commit 08abf94

File tree

2 files changed

+72
-65
lines changed

2 files changed

+72
-65
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"registry": "https://registry.npmjs.org/"
5757
},
5858
"devDependencies": {
59-
"@babel/core": "7.23.7",
60-
"@babel/preset-env": "7.23.8",
59+
"@babel/core": "7.23.9",
60+
"@babel/preset-env": "7.23.9",
6161
"@biomejs/biome": "1.5.3",
6262
"@commitlint/config-conventional": "18.5.0",
6363
"@evilmartians/lefthook": "1.6.1",

yarn.lock

Lines changed: 70 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,21 @@
6565
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
6666
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
6767

68-
"@babel/core@7.23.7":
69-
version "7.23.7"
70-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.7.tgz#4d8016e06a14b5f92530a13ed0561730b5c6483f"
71-
integrity sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw==
68+
"@babel/core@7.23.9":
69+
version "7.23.9"
70+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
71+
integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==
7272
dependencies:
7373
"@ampproject/remapping" "^2.2.0"
7474
"@babel/code-frame" "^7.23.5"
7575
"@babel/generator" "^7.23.6"
7676
"@babel/helper-compilation-targets" "^7.23.6"
7777
"@babel/helper-module-transforms" "^7.23.3"
78-
"@babel/helpers" "^7.23.7"
79-
"@babel/parser" "^7.23.6"
80-
"@babel/template" "^7.22.15"
81-
"@babel/traverse" "^7.23.7"
82-
"@babel/types" "^7.23.6"
78+
"@babel/helpers" "^7.23.9"
79+
"@babel/parser" "^7.23.9"
80+
"@babel/template" "^7.23.9"
81+
"@babel/traverse" "^7.23.9"
82+
"@babel/types" "^7.23.9"
8383
convert-source-map "^2.0.0"
8484
debug "^4.1.0"
8585
gensync "^1.0.0-beta.2"
@@ -278,17 +278,6 @@
278278
resolve "^1.14.2"
279279
semver "^6.1.2"
280280

281-
"@babel/helper-define-polyfill-provider@^0.4.4":
282-
version "0.4.4"
283-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.4.tgz#64df615451cb30e94b59a9696022cffac9a10088"
284-
integrity sha512-QcJMILQCu2jm5TFPGA3lCpJJTeEP+mqeXooG/NZbg/h5FTFi6V0+99ahlRsW8/kRLyb24LZVCCiclDedhLKcBA==
285-
dependencies:
286-
"@babel/helper-compilation-targets" "^7.22.6"
287-
"@babel/helper-plugin-utils" "^7.22.5"
288-
debug "^4.1.1"
289-
lodash.debounce "^4.0.8"
290-
resolve "^1.14.2"
291-
292281
"@babel/helper-define-polyfill-provider@^0.5.0":
293282
version "0.5.0"
294283
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz#465805b7361f461e86c680f1de21eaf88c25901b"
@@ -643,14 +632,14 @@
643632
"@babel/traverse" "^7.22.1"
644633
"@babel/types" "^7.22.3"
645634

646-
"@babel/helpers@^7.23.7":
647-
version "7.23.8"
648-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.8.tgz#fc6b2d65b16847fd50adddbd4232c76378959e34"
649-
integrity sha512-KDqYz4PiOWvDFrdHLPhKtCThtIcKVy6avWD2oG4GEvyQ+XDZwHD4YQd+H2vNMnq2rkdxsDkU82T+Vk8U/WXHRQ==
635+
"@babel/helpers@^7.23.9":
636+
version "7.23.9"
637+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.9.tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d"
638+
integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==
650639
dependencies:
651-
"@babel/template" "^7.22.15"
652-
"@babel/traverse" "^7.23.7"
653-
"@babel/types" "^7.23.6"
640+
"@babel/template" "^7.23.9"
641+
"@babel/traverse" "^7.23.9"
642+
"@babel/types" "^7.23.9"
654643

655644
"@babel/highlight@^7.18.6":
656645
version "7.18.6"
@@ -708,10 +697,10 @@
708697
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
709698
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
710699

711-
"@babel/parser@^7.23.6":
712-
version "7.23.6"
713-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
714-
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
700+
"@babel/parser@^7.23.9":
701+
version "7.23.9"
702+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
703+
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
715704

716705
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
717706
version "7.18.6"
@@ -1053,10 +1042,10 @@
10531042
"@babel/helper-remap-async-to-generator" "^7.18.9"
10541043
"@babel/plugin-syntax-async-generators" "^7.8.4"
10551044

1056-
"@babel/plugin-transform-async-generator-functions@^7.23.7":
1057-
version "7.23.7"
1058-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.7.tgz#3aa0b4f2fa3788b5226ef9346cf6d16ec61f99cd"
1059-
integrity sha512-PdxEpL71bJp1byMG0va5gwQcXHxuEYC/BgI/e88mGTtohbZN28O5Yit0Plkkm/dBzCF/BxmbNcses1RH1T+urA==
1045+
"@babel/plugin-transform-async-generator-functions@^7.23.9":
1046+
version "7.23.9"
1047+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz#9adaeb66fc9634a586c5df139c6240d41ed801ce"
1048+
integrity sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==
10601049
dependencies:
10611050
"@babel/helper-environment-visitor" "^7.22.20"
10621051
"@babel/helper-plugin-utils" "^7.22.5"
@@ -1449,10 +1438,10 @@
14491438
"@babel/helper-plugin-utils" "^7.21.5"
14501439
"@babel/helper-validator-identifier" "^7.19.1"
14511440

1452-
"@babel/plugin-transform-modules-systemjs@^7.23.3":
1453-
version "7.23.3"
1454-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.3.tgz#fa7e62248931cb15b9404f8052581c302dd9de81"
1455-
integrity sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==
1441+
"@babel/plugin-transform-modules-systemjs@^7.23.9":
1442+
version "7.23.9"
1443+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz#105d3ed46e4a21d257f83a2f9e2ee4203ceda6be"
1444+
integrity sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==
14561445
dependencies:
14571446
"@babel/helper-hoist-variables" "^7.22.5"
14581447
"@babel/helper-module-transforms" "^7.23.3"
@@ -1915,10 +1904,10 @@
19151904
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
19161905
"@babel/helper-plugin-utils" "^7.22.5"
19171906

1918-
"@babel/preset-env@7.23.8":
1919-
version "7.23.8"
1920-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.8.tgz#7d6f8171ea7c221ecd28059e65ad37c20e441e3e"
1921-
integrity sha512-lFlpmkApLkEP6woIKprO6DO60RImpatTQKtz4sUcDjVcK8M8mQ4sZsuxaTMNOZf0sqAq/ReYW1ZBHnOQwKpLWA==
1907+
"@babel/preset-env@7.23.9":
1908+
version "7.23.9"
1909+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.9.tgz#beace3b7994560ed6bf78e4ae2073dff45387669"
1910+
integrity sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==
19221911
dependencies:
19231912
"@babel/compat-data" "^7.23.5"
19241913
"@babel/helper-compilation-targets" "^7.23.6"
@@ -1947,7 +1936,7 @@
19471936
"@babel/plugin-syntax-top-level-await" "^7.14.5"
19481937
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
19491938
"@babel/plugin-transform-arrow-functions" "^7.23.3"
1950-
"@babel/plugin-transform-async-generator-functions" "^7.23.7"
1939+
"@babel/plugin-transform-async-generator-functions" "^7.23.9"
19511940
"@babel/plugin-transform-async-to-generator" "^7.23.3"
19521941
"@babel/plugin-transform-block-scoped-functions" "^7.23.3"
19531942
"@babel/plugin-transform-block-scoping" "^7.23.4"
@@ -1969,7 +1958,7 @@
19691958
"@babel/plugin-transform-member-expression-literals" "^7.23.3"
19701959
"@babel/plugin-transform-modules-amd" "^7.23.3"
19711960
"@babel/plugin-transform-modules-commonjs" "^7.23.3"
1972-
"@babel/plugin-transform-modules-systemjs" "^7.23.3"
1961+
"@babel/plugin-transform-modules-systemjs" "^7.23.9"
19731962
"@babel/plugin-transform-modules-umd" "^7.23.3"
19741963
"@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5"
19751964
"@babel/plugin-transform-new-target" "^7.23.3"
@@ -1995,9 +1984,9 @@
19951984
"@babel/plugin-transform-unicode-regex" "^7.23.3"
19961985
"@babel/plugin-transform-unicode-sets-regex" "^7.23.3"
19971986
"@babel/preset-modules" "0.1.6-no-external-plugins"
1998-
babel-plugin-polyfill-corejs2 "^0.4.7"
1999-
babel-plugin-polyfill-corejs3 "^0.8.7"
2000-
babel-plugin-polyfill-regenerator "^0.5.4"
1987+
babel-plugin-polyfill-corejs2 "^0.4.8"
1988+
babel-plugin-polyfill-corejs3 "^0.9.0"
1989+
babel-plugin-polyfill-regenerator "^0.5.5"
20011990
core-js-compat "^3.31.0"
20021991
semver "^6.3.1"
20031992

@@ -2189,6 +2178,15 @@
21892178
"@babel/parser" "^7.22.5"
21902179
"@babel/types" "^7.22.5"
21912180

2181+
"@babel/template@^7.23.9":
2182+
version "7.23.9"
2183+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"
2184+
integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==
2185+
dependencies:
2186+
"@babel/code-frame" "^7.23.5"
2187+
"@babel/parser" "^7.23.9"
2188+
"@babel/types" "^7.23.9"
2189+
21922190
"@babel/traverse@^7.20.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.22.1", "@babel/traverse@^7.22.5":
21932191
version "7.23.2"
21942192
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
@@ -2205,19 +2203,19 @@
22052203
debug "^4.1.0"
22062204
globals "^11.1.0"
22072205

2208-
"@babel/traverse@^7.23.7":
2209-
version "7.23.7"
2210-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.7.tgz#9a7bf285c928cb99b5ead19c3b1ce5b310c9c305"
2211-
integrity sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==
2206+
"@babel/traverse@^7.23.9":
2207+
version "7.23.9"
2208+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
2209+
integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==
22122210
dependencies:
22132211
"@babel/code-frame" "^7.23.5"
22142212
"@babel/generator" "^7.23.6"
22152213
"@babel/helper-environment-visitor" "^7.22.20"
22162214
"@babel/helper-function-name" "^7.23.0"
22172215
"@babel/helper-hoist-variables" "^7.22.5"
22182216
"@babel/helper-split-export-declaration" "^7.22.6"
2219-
"@babel/parser" "^7.23.6"
2220-
"@babel/types" "^7.23.6"
2217+
"@babel/parser" "^7.23.9"
2218+
"@babel/types" "^7.23.9"
22212219
debug "^4.3.1"
22222220
globals "^11.1.0"
22232221

@@ -2275,6 +2273,15 @@
22752273
"@babel/helper-validator-identifier" "^7.22.20"
22762274
to-fast-properties "^2.0.0"
22772275

2276+
"@babel/types@^7.23.9":
2277+
version "7.23.9"
2278+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
2279+
integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==
2280+
dependencies:
2281+
"@babel/helper-string-parser" "^7.23.4"
2282+
"@babel/helper-validator-identifier" "^7.22.20"
2283+
to-fast-properties "^2.0.0"
2284+
22782285
"@bcoe/v8-coverage@^0.2.3":
22792286
version "0.2.3"
22802287
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -3828,7 +3835,7 @@ babel-plugin-polyfill-corejs2@^0.4.2:
38283835
"@babel/helper-define-polyfill-provider" "^0.4.0"
38293836
semver "^6.1.1"
38303837

3831-
babel-plugin-polyfill-corejs2@^0.4.7:
3838+
babel-plugin-polyfill-corejs2@^0.4.8:
38323839
version "0.4.8"
38333840
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.8.tgz#dbcc3c8ca758a290d47c3c6a490d59429b0d2269"
38343841
integrity sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg==
@@ -3845,13 +3852,13 @@ babel-plugin-polyfill-corejs3@^0.8.1:
38453852
"@babel/helper-define-polyfill-provider" "^0.4.0"
38463853
core-js-compat "^3.30.1"
38473854

3848-
babel-plugin-polyfill-corejs3@^0.8.7:
3849-
version "0.8.7"
3850-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.7.tgz#941855aa7fdaac06ed24c730a93450d2b2b76d04"
3851-
integrity sha512-KyDvZYxAzkC0Aj2dAPyDzi2Ym15e5JKZSK+maI7NAwSqofvuFglbSsxE7wUOvTg9oFVnHMzVzBKcqEb4PJgtOA==
3855+
babel-plugin-polyfill-corejs3@^0.9.0:
3856+
version "0.9.0"
3857+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz#9eea32349d94556c2ad3ab9b82ebb27d4bf04a81"
3858+
integrity sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==
38523859
dependencies:
3853-
"@babel/helper-define-polyfill-provider" "^0.4.4"
3854-
core-js-compat "^3.33.1"
3860+
"@babel/helper-define-polyfill-provider" "^0.5.0"
3861+
core-js-compat "^3.34.0"
38553862

38563863
babel-plugin-polyfill-regenerator@^0.5.0:
38573864
version "0.5.0"
@@ -3860,7 +3867,7 @@ babel-plugin-polyfill-regenerator@^0.5.0:
38603867
dependencies:
38613868
"@babel/helper-define-polyfill-provider" "^0.4.0"
38623869

3863-
babel-plugin-polyfill-regenerator@^0.5.4:
3870+
babel-plugin-polyfill-regenerator@^0.5.5:
38643871
version "0.5.5"
38653872
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz#8b0c8fc6434239e5d7b8a9d1f832bb2b0310f06a"
38663873
integrity sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==
@@ -4594,7 +4601,7 @@ core-js-compat@^3.31.0:
45944601
dependencies:
45954602
browserslist "^4.21.5"
45964603

4597-
core-js-compat@^3.33.1:
4604+
core-js-compat@^3.34.0:
45984605
version "3.35.1"
45994606
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.35.1.tgz#215247d7edb9e830efa4218ff719beb2803555e2"
46004607
integrity sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw==

0 commit comments

Comments
 (0)