Skip to content

Commit 206796d

Browse files
committed
chore(deps): update babel monorepo to v7.19.3
1 parent f047594 commit 206796d

File tree

2 files changed

+66
-43
lines changed

2 files changed

+66
-43
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"license": "MIT",
3737
"repository": "algolia/react-element-to-jsx-string",
3838
"devDependencies": {
39-
"@babel/cli": "7.18.10",
40-
"@babel/core": "7.19.1",
41-
"@babel/preset-env": "7.19.1",
39+
"@babel/cli": "7.19.3",
40+
"@babel/core": "7.19.3",
41+
"@babel/preset-env": "7.19.3",
4242
"@babel/preset-flow": "7.18.6",
4343
"@babel/preset-react": "7.18.6",
4444
"@commitlint/cli": "8.3.6",

Diff for: yarn.lock

+63-40
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@jridgewell/gen-mapping" "^0.1.0"
1616
"@jridgewell/trace-mapping" "^0.3.9"
1717

18-
"@babel/cli@7.18.10":
19-
version "7.18.10"
20-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.18.10.tgz#4211adfc45ffa7d4f3cee6b60bb92e9fe68fe56a"
21-
integrity sha512-dLvWH+ZDFAkd2jPBSghrsFBuXrREvFwjpDycXbmUoeochqKYe4zNSLEJYErpLg8dvxvZYe79/MkN461XCwpnGw==
18+
"@babel/cli@7.19.3":
19+
version "7.19.3"
20+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.19.3.tgz#55914ed388e658e0b924b3a95da1296267e278e2"
21+
integrity sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg==
2222
dependencies:
2323
"@jridgewell/trace-mapping" "^0.3.8"
2424
commander "^4.0.1"
@@ -60,26 +60,26 @@
6060
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.0.tgz#2a592fd89bacb1fcde68de31bee4f2f2dacb0e86"
6161
integrity sha512-y5rqgTTPTmaF5e2nVhOxw+Ur9HDJLsWb6U/KpgUzRZEdPfE6VOubXBKLdbcUTijzRptednSBDQbYZBOSqJxpJw==
6262

63-
"@babel/compat-data@^7.19.1":
64-
version "7.19.1"
65-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9"
66-
integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==
63+
"@babel/compat-data@^7.19.3":
64+
version "7.19.3"
65+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
66+
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
6767

68-
"@babel/[email protected].1":
69-
version "7.19.1"
70-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b"
71-
integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==
68+
"@babel/[email protected].3":
69+
version "7.19.3"
70+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
71+
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
7272
dependencies:
7373
"@ampproject/remapping" "^2.1.0"
7474
"@babel/code-frame" "^7.18.6"
75-
"@babel/generator" "^7.19.0"
76-
"@babel/helper-compilation-targets" "^7.19.1"
75+
"@babel/generator" "^7.19.3"
76+
"@babel/helper-compilation-targets" "^7.19.3"
7777
"@babel/helper-module-transforms" "^7.19.0"
7878
"@babel/helpers" "^7.19.0"
79-
"@babel/parser" "^7.19.1"
79+
"@babel/parser" "^7.19.3"
8080
"@babel/template" "^7.18.10"
81-
"@babel/traverse" "^7.19.1"
82-
"@babel/types" "^7.19.0"
81+
"@babel/traverse" "^7.19.3"
82+
"@babel/types" "^7.19.3"
8383
convert-source-map "^1.7.0"
8484
debug "^4.1.0"
8585
gensync "^1.0.0-beta.2"
@@ -152,6 +152,15 @@
152152
"@jridgewell/gen-mapping" "^0.3.2"
153153
jsesc "^2.5.1"
154154

155+
"@babel/generator@^7.19.3":
156+
version "7.19.3"
157+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
158+
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
159+
dependencies:
160+
"@babel/types" "^7.19.3"
161+
"@jridgewell/gen-mapping" "^0.3.2"
162+
jsesc "^2.5.1"
163+
155164
"@babel/helper-annotate-as-pure@^7.16.7":
156165
version "7.16.7"
157166
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -204,12 +213,12 @@
204213
browserslist "^4.20.2"
205214
semver "^6.3.0"
206215

207-
"@babel/helper-compilation-targets@^7.19.1":
208-
version "7.19.1"
209-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz#7f630911d83b408b76fe584831c98e5395d7a17c"
210-
integrity sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==
216+
"@babel/helper-compilation-targets@^7.19.3":
217+
version "7.19.3"
218+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
219+
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
211220
dependencies:
212-
"@babel/compat-data" "^7.19.1"
221+
"@babel/compat-data" "^7.19.3"
213222
"@babel/helper-validator-option" "^7.18.6"
214223
browserslist "^4.21.3"
215224
semver "^6.3.0"
@@ -522,6 +531,11 @@
522531
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
523532
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
524533

534+
"@babel/helper-validator-identifier@^7.19.1":
535+
version "7.19.1"
536+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
537+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
538+
525539
"@babel/helper-validator-option@^7.16.7":
526540
version "7.16.7"
527541
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -613,10 +627,10 @@
613627
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.0.tgz#497fcafb1d5b61376959c1c338745ef0577aa02c"
614628
integrity sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw==
615629

616-
"@babel/parser@^7.19.1":
617-
version "7.19.1"
618-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
619-
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
630+
"@babel/parser@^7.19.3":
631+
version "7.19.3"
632+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
633+
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
620634

621635
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
622636
version "7.18.6"
@@ -1213,13 +1227,13 @@
12131227
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
12141228
"@babel/helper-plugin-utils" "^7.18.6"
12151229

1216-
"@babel/[email protected].1":
1217-
version "7.19.1"
1218-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.1.tgz#9f04c916f9c0205a48ebe5cc1be7768eb1983f67"
1219-
integrity sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA==
1230+
"@babel/[email protected].3":
1231+
version "7.19.3"
1232+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.3.tgz#52cd19abaecb3f176a4ff9cc5e15b7bf06bec754"
1233+
integrity sha512-ziye1OTc9dGFOAXSWKUqQblYHNlBOaDl8wzqf2iKXJAltYiR3hKHUKmkt+S9PppW7RQpq4fFCrwwpIDj/f5P4w==
12201234
dependencies:
1221-
"@babel/compat-data" "^7.19.1"
1222-
"@babel/helper-compilation-targets" "^7.19.1"
1235+
"@babel/compat-data" "^7.19.3"
1236+
"@babel/helper-compilation-targets" "^7.19.3"
12231237
"@babel/helper-plugin-utils" "^7.19.0"
12241238
"@babel/helper-validator-option" "^7.18.6"
12251239
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
@@ -1287,7 +1301,7 @@
12871301
"@babel/plugin-transform-unicode-escapes" "^7.18.10"
12881302
"@babel/plugin-transform-unicode-regex" "^7.18.6"
12891303
"@babel/preset-modules" "^0.1.5"
1290-
"@babel/types" "^7.19.0"
1304+
"@babel/types" "^7.19.3"
12911305
babel-plugin-polyfill-corejs2 "^0.3.3"
12921306
babel-plugin-polyfill-corejs3 "^0.6.0"
12931307
babel-plugin-polyfill-regenerator "^0.4.1"
@@ -1440,19 +1454,19 @@
14401454
debug "^4.1.0"
14411455
globals "^11.1.0"
14421456

1443-
"@babel/traverse@^7.19.1":
1444-
version "7.19.1"
1445-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347"
1446-
integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==
1457+
"@babel/traverse@^7.19.3":
1458+
version "7.19.3"
1459+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
1460+
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
14471461
dependencies:
14481462
"@babel/code-frame" "^7.18.6"
1449-
"@babel/generator" "^7.19.0"
1463+
"@babel/generator" "^7.19.3"
14501464
"@babel/helper-environment-visitor" "^7.18.9"
14511465
"@babel/helper-function-name" "^7.19.0"
14521466
"@babel/helper-hoist-variables" "^7.18.6"
14531467
"@babel/helper-split-export-declaration" "^7.18.6"
1454-
"@babel/parser" "^7.19.1"
1455-
"@babel/types" "^7.19.0"
1468+
"@babel/parser" "^7.19.3"
1469+
"@babel/types" "^7.19.3"
14561470
debug "^4.1.0"
14571471
globals "^11.1.0"
14581472

@@ -1498,6 +1512,15 @@
14981512
"@babel/helper-validator-identifier" "^7.18.6"
14991513
to-fast-properties "^2.0.0"
15001514

1515+
"@babel/types@^7.19.3":
1516+
version "7.19.3"
1517+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
1518+
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
1519+
dependencies:
1520+
"@babel/helper-string-parser" "^7.18.10"
1521+
"@babel/helper-validator-identifier" "^7.19.1"
1522+
to-fast-properties "^2.0.0"
1523+
15011524
15021525
version "1.0.2"
15031526
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.2.tgz#e30192222fd13e3c1e97040163d6628a95f70844"

0 commit comments

Comments
 (0)