Skip to content

Commit 89403d8

Browse files
committed
chore(deps): update babel monorepo to v7.22.20
1 parent ef9d87d commit 89403d8

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
@@ -37,8 +37,8 @@
3737
"repository": "algolia/react-element-to-jsx-string",
3838
"devDependencies": {
3939
"@babel/cli": "7.22.15",
40-
"@babel/core": "7.22.17",
41-
"@babel/preset-env": "7.22.15",
40+
"@babel/core": "7.22.20",
41+
"@babel/preset-env": "7.22.20",
4242
"@babel/preset-flow": "7.22.15",
4343
"@babel/preset-react": "7.22.15",
4444
"@commitlint/cli": "8.3.6",

yarn.lock

Lines changed: 66 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
5959
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
6060

61+
"@babel/compat-data@^7.22.20":
62+
version "7.22.20"
63+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0"
64+
integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==
65+
6166
"@babel/compat-data@^7.22.5":
6267
version "7.22.5"
6368
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255"
@@ -73,21 +78,21 @@
7378
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
7479
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
7580

76-
"@babel/[email protected].17":
77-
version "7.22.17"
78-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.17.tgz#2f9b0b395985967203514b24ee50f9fd0639c866"
79-
integrity sha512-2EENLmhpwplDux5PSsZnSbnSkB3tZ6QTksgO25xwEL7pIDcNOMhF5v/s6RzwjMZzZzw9Ofc30gHv5ChCC8pifQ==
81+
"@babel/[email protected].20":
82+
version "7.22.20"
83+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.20.tgz#e3d0eed84c049e2a2ae0a64d27b6a37edec385b7"
84+
integrity sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA==
8085
dependencies:
8186
"@ampproject/remapping" "^2.2.0"
8287
"@babel/code-frame" "^7.22.13"
8388
"@babel/generator" "^7.22.15"
8489
"@babel/helper-compilation-targets" "^7.22.15"
85-
"@babel/helper-module-transforms" "^7.22.17"
90+
"@babel/helper-module-transforms" "^7.22.20"
8691
"@babel/helpers" "^7.22.15"
8792
"@babel/parser" "^7.22.16"
8893
"@babel/template" "^7.22.15"
89-
"@babel/traverse" "^7.22.17"
90-
"@babel/types" "^7.22.17"
94+
"@babel/traverse" "^7.22.20"
95+
"@babel/types" "^7.22.19"
9196
convert-source-map "^1.7.0"
9297
debug "^4.1.0"
9398
gensync "^1.0.0-beta.2"
@@ -273,6 +278,11 @@
273278
dependencies:
274279
"@babel/types" "^7.16.7"
275280

281+
"@babel/helper-environment-visitor@^7.22.20":
282+
version "7.22.20"
283+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
284+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
285+
276286
"@babel/helper-environment-visitor@^7.22.5":
277287
version "7.22.5"
278288
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
@@ -350,7 +360,7 @@
350360
"@babel/traverse" "^7.17.12"
351361
"@babel/types" "^7.17.12"
352362

353-
"@babel/helper-module-transforms@^7.22.15", "@babel/helper-module-transforms@^7.22.17":
363+
"@babel/helper-module-transforms@^7.22.15":
354364
version "7.22.17"
355365
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.17.tgz#7edf129097a51ccc12443adbc6320e90eab76693"
356366
integrity sha512-XouDDhQESrLHTpnBtCKExJdyY4gJCdrvH2Pyv8r8kovX2U8G0dRUOT45T9XlbLtuu9CLXP15eusnkprhoPV5iQ==
@@ -361,6 +371,17 @@
361371
"@babel/helper-split-export-declaration" "^7.22.6"
362372
"@babel/helper-validator-identifier" "^7.22.15"
363373

374+
"@babel/helper-module-transforms@^7.22.20":
375+
version "7.22.20"
376+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz#da9edc14794babbe7386df438f3768067132f59e"
377+
integrity sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==
378+
dependencies:
379+
"@babel/helper-environment-visitor" "^7.22.20"
380+
"@babel/helper-module-imports" "^7.22.15"
381+
"@babel/helper-simple-access" "^7.22.5"
382+
"@babel/helper-split-export-declaration" "^7.22.6"
383+
"@babel/helper-validator-identifier" "^7.22.20"
384+
364385
"@babel/helper-module-transforms@^7.22.5":
365386
version "7.22.5"
366387
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz#0f65daa0716961b6e96b164034e737f60a80d2ef"
@@ -510,6 +531,11 @@
510531
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz#601fa28e4cc06786c18912dca138cec73b882044"
511532
integrity sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==
512533

534+
"@babel/helper-validator-identifier@^7.22.19", "@babel/helper-validator-identifier@^7.22.20":
535+
version "7.22.20"
536+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
537+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
538+
513539
"@babel/helper-validator-identifier@^7.22.5":
514540
version "7.22.5"
515541
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
@@ -1225,12 +1251,12 @@
12251251
"@babel/helper-create-regexp-features-plugin" "^7.22.5"
12261252
"@babel/helper-plugin-utils" "^7.22.5"
12271253

1228-
"@babel/[email protected].15":
1229-
version "7.22.15"
1230-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.15.tgz#142716f8e00bc030dae5b2ac6a46fbd8b3e18ff8"
1231-
integrity sha512-tZFHr54GBkHk6hQuVA8w4Fmq+MSPsfvMG0vPnOYyTnJpyfMqybL8/MbNCPRT9zc2KBO2pe4tq15g6Uno4Jpoag==
1254+
"@babel/[email protected].20":
1255+
version "7.22.20"
1256+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.20.tgz#de9e9b57e1127ce0a2f580831717f7fb677ceedb"
1257+
integrity sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==
12321258
dependencies:
1233-
"@babel/compat-data" "^7.22.9"
1259+
"@babel/compat-data" "^7.22.20"
12341260
"@babel/helper-compilation-targets" "^7.22.15"
12351261
"@babel/helper-plugin-utils" "^7.22.5"
12361262
"@babel/helper-validator-option" "^7.22.15"
@@ -1304,7 +1330,7 @@
13041330
"@babel/plugin-transform-unicode-regex" "^7.22.5"
13051331
"@babel/plugin-transform-unicode-sets-regex" "^7.22.5"
13061332
"@babel/preset-modules" "0.1.6-no-external-plugins"
1307-
"@babel/types" "^7.22.15"
1333+
"@babel/types" "^7.22.19"
13081334
babel-plugin-polyfill-corejs2 "^0.4.5"
13091335
babel-plugin-polyfill-corejs3 "^0.8.3"
13101336
babel-plugin-polyfill-regenerator "^0.5.2"
@@ -1396,7 +1422,7 @@
13961422
debug "^4.1.0"
13971423
globals "^11.1.0"
13981424

1399-
"@babel/traverse@^7.22.15", "@babel/traverse@^7.22.17":
1425+
"@babel/traverse@^7.22.15":
14001426
version "7.22.17"
14011427
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.17.tgz#b23c203ab3707e3be816043081b4a994fcacec44"
14021428
integrity sha512-xK4Uwm0JnAMvxYZxOVecss85WxTEIbTa7bnGyf/+EgCL5Zt3U7htUpEOWv9detPlamGKuRzCqw74xVglDWpPdg==
@@ -1412,6 +1438,22 @@
14121438
debug "^4.1.0"
14131439
globals "^11.1.0"
14141440

1441+
"@babel/traverse@^7.22.20":
1442+
version "7.22.20"
1443+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9"
1444+
integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw==
1445+
dependencies:
1446+
"@babel/code-frame" "^7.22.13"
1447+
"@babel/generator" "^7.22.15"
1448+
"@babel/helper-environment-visitor" "^7.22.20"
1449+
"@babel/helper-function-name" "^7.22.5"
1450+
"@babel/helper-hoist-variables" "^7.22.5"
1451+
"@babel/helper-split-export-declaration" "^7.22.6"
1452+
"@babel/parser" "^7.22.16"
1453+
"@babel/types" "^7.22.19"
1454+
debug "^4.1.0"
1455+
globals "^11.1.0"
1456+
14151457
"@babel/traverse@^7.22.5":
14161458
version "7.22.5"
14171459
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1"
@@ -1462,6 +1504,15 @@
14621504
"@babel/helper-validator-identifier" "^7.22.15"
14631505
to-fast-properties "^2.0.0"
14641506

1507+
"@babel/types@^7.22.19":
1508+
version "7.22.19"
1509+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.19.tgz#7425343253556916e440e662bb221a93ddb75684"
1510+
integrity sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg==
1511+
dependencies:
1512+
"@babel/helper-string-parser" "^7.22.5"
1513+
"@babel/helper-validator-identifier" "^7.22.19"
1514+
to-fast-properties "^2.0.0"
1515+
14651516
"@babel/types@^7.22.5":
14661517
version "7.22.5"
14671518
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"

0 commit comments

Comments
 (0)