Skip to content

Commit d97747c

Browse files
committed
⬆️ deps: Upgrade babel monorepo to v7.22.20
1 parent 9053361 commit d97747c

File tree

2 files changed

+68
-17
lines changed

2 files changed

+68
-17
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
},
6666
"dependencies": {},
6767
"devDependencies": {
68-
"@babel/core": "7.22.17",
69-
"@babel/preset-env": "7.22.15",
68+
"@babel/core": "7.22.20",
69+
"@babel/preset-env": "7.22.20",
7070
"@babel/register": "7.22.15",
7171
"@commitlint/cli": "17.7.1",
7272
"@js-library/commitlint-config": "0.0.4",

yarn.lock

Lines changed: 66 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
3838
integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
3939

40+
"@babel/compat-data@^7.22.20":
41+
version "7.22.20"
42+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0"
43+
integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==
44+
4045
"@babel/compat-data@^7.22.5":
4146
version "7.22.5"
4247
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255"
@@ -52,21 +57,21 @@
5257
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
5358
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
5459

55-
"@babel/core@7.22.17":
56-
version "7.22.17"
57-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.17.tgz#2f9b0b395985967203514b24ee50f9fd0639c866"
58-
integrity sha512-2EENLmhpwplDux5PSsZnSbnSkB3tZ6QTksgO25xwEL7pIDcNOMhF5v/s6RzwjMZzZzw9Ofc30gHv5ChCC8pifQ==
60+
"@babel/core@7.22.20":
61+
version "7.22.20"
62+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.20.tgz#e3d0eed84c049e2a2ae0a64d27b6a37edec385b7"
63+
integrity sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA==
5964
dependencies:
6065
"@ampproject/remapping" "^2.2.0"
6166
"@babel/code-frame" "^7.22.13"
6267
"@babel/generator" "^7.22.15"
6368
"@babel/helper-compilation-targets" "^7.22.15"
64-
"@babel/helper-module-transforms" "^7.22.17"
69+
"@babel/helper-module-transforms" "^7.22.20"
6570
"@babel/helpers" "^7.22.15"
6671
"@babel/parser" "^7.22.16"
6772
"@babel/template" "^7.22.15"
68-
"@babel/traverse" "^7.22.17"
69-
"@babel/types" "^7.22.17"
73+
"@babel/traverse" "^7.22.20"
74+
"@babel/types" "^7.22.19"
7075
convert-source-map "^1.7.0"
7176
debug "^4.1.0"
7277
gensync "^1.0.0-beta.2"
@@ -302,6 +307,11 @@
302307
dependencies:
303308
"@babel/types" "^7.16.0"
304309

310+
"@babel/helper-environment-visitor@^7.22.20":
311+
version "7.22.20"
312+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
313+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
314+
305315
"@babel/helper-environment-visitor@^7.22.5":
306316
version "7.22.5"
307317
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
@@ -401,7 +411,7 @@
401411
"@babel/traverse" "^7.16.5"
402412
"@babel/types" "^7.16.0"
403413

404-
"@babel/helper-module-transforms@^7.22.15", "@babel/helper-module-transforms@^7.22.17":
414+
"@babel/helper-module-transforms@^7.22.15":
405415
version "7.22.17"
406416
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.17.tgz#7edf129097a51ccc12443adbc6320e90eab76693"
407417
integrity sha512-XouDDhQESrLHTpnBtCKExJdyY4gJCdrvH2Pyv8r8kovX2U8G0dRUOT45T9XlbLtuu9CLXP15eusnkprhoPV5iQ==
@@ -412,6 +422,17 @@
412422
"@babel/helper-split-export-declaration" "^7.22.6"
413423
"@babel/helper-validator-identifier" "^7.22.15"
414424

425+
"@babel/helper-module-transforms@^7.22.20":
426+
version "7.22.20"
427+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz#da9edc14794babbe7386df438f3768067132f59e"
428+
integrity sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==
429+
dependencies:
430+
"@babel/helper-environment-visitor" "^7.22.20"
431+
"@babel/helper-module-imports" "^7.22.15"
432+
"@babel/helper-simple-access" "^7.22.5"
433+
"@babel/helper-split-export-declaration" "^7.22.6"
434+
"@babel/helper-validator-identifier" "^7.22.20"
435+
415436
"@babel/helper-module-transforms@^7.22.5":
416437
version "7.22.5"
417438
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz#0f65daa0716961b6e96b164034e737f60a80d2ef"
@@ -600,6 +621,11 @@
600621
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz#601fa28e4cc06786c18912dca138cec73b882044"
601622
integrity sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==
602623

624+
"@babel/helper-validator-identifier@^7.22.19", "@babel/helper-validator-identifier@^7.22.20":
625+
version "7.22.20"
626+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
627+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
628+
603629
"@babel/helper-validator-identifier@^7.22.5":
604630
version "7.22.5"
605631
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
@@ -1701,12 +1727,12 @@
17011727
"@babel/helper-create-regexp-features-plugin" "^7.22.5"
17021728
"@babel/helper-plugin-utils" "^7.22.5"
17031729

1704-
"@babel/preset-env@7.22.15":
1705-
version "7.22.15"
1706-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.15.tgz#142716f8e00bc030dae5b2ac6a46fbd8b3e18ff8"
1707-
integrity sha512-tZFHr54GBkHk6hQuVA8w4Fmq+MSPsfvMG0vPnOYyTnJpyfMqybL8/MbNCPRT9zc2KBO2pe4tq15g6Uno4Jpoag==
1730+
"@babel/preset-env@7.22.20":
1731+
version "7.22.20"
1732+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.20.tgz#de9e9b57e1127ce0a2f580831717f7fb677ceedb"
1733+
integrity sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==
17081734
dependencies:
1709-
"@babel/compat-data" "^7.22.9"
1735+
"@babel/compat-data" "^7.22.20"
17101736
"@babel/helper-compilation-targets" "^7.22.15"
17111737
"@babel/helper-plugin-utils" "^7.22.5"
17121738
"@babel/helper-validator-option" "^7.22.15"
@@ -1780,7 +1806,7 @@
17801806
"@babel/plugin-transform-unicode-regex" "^7.22.5"
17811807
"@babel/plugin-transform-unicode-sets-regex" "^7.22.5"
17821808
"@babel/preset-modules" "0.1.6-no-external-plugins"
1783-
"@babel/types" "^7.22.15"
1809+
"@babel/types" "^7.22.19"
17841810
babel-plugin-polyfill-corejs2 "^0.4.5"
17851811
babel-plugin-polyfill-corejs3 "^0.8.3"
17861812
babel-plugin-polyfill-regenerator "^0.5.2"
@@ -1974,7 +2000,7 @@
19742000
debug "^4.1.0"
19752001
globals "^11.1.0"
19762002

1977-
"@babel/traverse@^7.22.15", "@babel/traverse@^7.22.17":
2003+
"@babel/traverse@^7.22.15":
19782004
version "7.22.17"
19792005
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.17.tgz#b23c203ab3707e3be816043081b4a994fcacec44"
19802006
integrity sha512-xK4Uwm0JnAMvxYZxOVecss85WxTEIbTa7bnGyf/+EgCL5Zt3U7htUpEOWv9detPlamGKuRzCqw74xVglDWpPdg==
@@ -1990,6 +2016,22 @@
19902016
debug "^4.1.0"
19912017
globals "^11.1.0"
19922018

2019+
"@babel/traverse@^7.22.20":
2020+
version "7.22.20"
2021+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9"
2022+
integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw==
2023+
dependencies:
2024+
"@babel/code-frame" "^7.22.13"
2025+
"@babel/generator" "^7.22.15"
2026+
"@babel/helper-environment-visitor" "^7.22.20"
2027+
"@babel/helper-function-name" "^7.22.5"
2028+
"@babel/helper-hoist-variables" "^7.22.5"
2029+
"@babel/helper-split-export-declaration" "^7.22.6"
2030+
"@babel/parser" "^7.22.16"
2031+
"@babel/types" "^7.22.19"
2032+
debug "^4.1.0"
2033+
globals "^11.1.0"
2034+
19932035
"@babel/traverse@^7.22.5":
19942036
version "7.22.5"
19952037
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1"
@@ -2040,6 +2082,15 @@
20402082
"@babel/helper-validator-identifier" "^7.22.15"
20412083
to-fast-properties "^2.0.0"
20422084

2085+
"@babel/types@^7.22.19":
2086+
version "7.22.19"
2087+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.19.tgz#7425343253556916e440e662bb221a93ddb75684"
2088+
integrity sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg==
2089+
dependencies:
2090+
"@babel/helper-string-parser" "^7.22.5"
2091+
"@babel/helper-validator-identifier" "^7.22.19"
2092+
to-fast-properties "^2.0.0"
2093+
20432094
"@babel/types@^7.22.5":
20442095
version "7.22.5"
20452096
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"

0 commit comments

Comments
 (0)