Skip to content

Commit 20f511f

Browse files
committed
Update babel monorepo to ^7.19.3
1 parent 4fffaed commit 20f511f

2 files changed

Lines changed: 66 additions & 43 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"tv4": "^1.3.0"
1818
},
1919
"devDependencies": {
20-
"@babel/cli": "^7.18.10",
21-
"@babel/core": "^7.19.1",
20+
"@babel/cli": "^7.19.3",
21+
"@babel/core": "^7.19.3",
2222
"@babel/node": "^7.19.1",
23-
"@babel/preset-env": "^7.19.1",
23+
"@babel/preset-env": "^7.19.3",
2424
"@babel/preset-flow": "^7.18.6",
2525
"@babel/register": "^7.18.9",
2626
"babel-eslint": "^10.1.0",

yarn.lock

Lines changed: 63 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"@jridgewell/gen-mapping" "^0.1.0"
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

13-
"@babel/cli@^7.18.10":
14-
version "7.18.10"
15-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.18.10.tgz#4211adfc45ffa7d4f3cee6b60bb92e9fe68fe56a"
16-
integrity sha512-dLvWH+ZDFAkd2jPBSghrsFBuXrREvFwjpDycXbmUoeochqKYe4zNSLEJYErpLg8dvxvZYe79/MkN461XCwpnGw==
13+
"@babel/cli@^7.19.3":
14+
version "7.19.3"
15+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.19.3.tgz#55914ed388e658e0b924b3a95da1296267e278e2"
16+
integrity sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg==
1717
dependencies:
1818
"@jridgewell/trace-mapping" "^0.3.8"
1919
commander "^4.0.1"
@@ -49,26 +49,26 @@
4949
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.0.tgz#2a592fd89bacb1fcde68de31bee4f2f2dacb0e86"
5050
integrity sha512-y5rqgTTPTmaF5e2nVhOxw+Ur9HDJLsWb6U/KpgUzRZEdPfE6VOubXBKLdbcUTijzRptednSBDQbYZBOSqJxpJw==
5151

52-
"@babel/compat-data@^7.19.1":
53-
version "7.19.1"
54-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9"
55-
integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==
52+
"@babel/compat-data@^7.19.3":
53+
version "7.19.3"
54+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
55+
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
5656

57-
"@babel/core@^7.19.1":
58-
version "7.19.1"
59-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b"
60-
integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==
57+
"@babel/core@^7.19.3":
58+
version "7.19.3"
59+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
60+
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
6161
dependencies:
6262
"@ampproject/remapping" "^2.1.0"
6363
"@babel/code-frame" "^7.18.6"
64-
"@babel/generator" "^7.19.0"
65-
"@babel/helper-compilation-targets" "^7.19.1"
64+
"@babel/generator" "^7.19.3"
65+
"@babel/helper-compilation-targets" "^7.19.3"
6666
"@babel/helper-module-transforms" "^7.19.0"
6767
"@babel/helpers" "^7.19.0"
68-
"@babel/parser" "^7.19.1"
68+
"@babel/parser" "^7.19.3"
6969
"@babel/template" "^7.18.10"
70-
"@babel/traverse" "^7.19.1"
71-
"@babel/types" "^7.19.0"
70+
"@babel/traverse" "^7.19.3"
71+
"@babel/types" "^7.19.3"
7272
convert-source-map "^1.7.0"
7373
debug "^4.1.0"
7474
gensync "^1.0.0-beta.2"
@@ -119,6 +119,15 @@
119119
"@jridgewell/gen-mapping" "^0.3.2"
120120
jsesc "^2.5.1"
121121

122+
"@babel/generator@^7.19.3":
123+
version "7.19.3"
124+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
125+
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
126+
dependencies:
127+
"@babel/types" "^7.19.3"
128+
"@jridgewell/gen-mapping" "^0.3.2"
129+
jsesc "^2.5.1"
130+
122131
"@babel/helper-annotate-as-pure@^7.10.4":
123132
version "7.10.4"
124133
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -160,12 +169,12 @@
160169
browserslist "^4.20.2"
161170
semver "^6.3.0"
162171

163-
"@babel/helper-compilation-targets@^7.19.1":
164-
version "7.19.1"
165-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz#7f630911d83b408b76fe584831c98e5395d7a17c"
166-
integrity sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==
172+
"@babel/helper-compilation-targets@^7.19.3":
173+
version "7.19.3"
174+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
175+
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
167176
dependencies:
168-
"@babel/compat-data" "^7.19.1"
177+
"@babel/compat-data" "^7.19.3"
169178
"@babel/helper-validator-option" "^7.18.6"
170179
browserslist "^4.21.3"
171180
semver "^6.3.0"
@@ -450,6 +459,11 @@
450459
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
451460
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
452461

462+
"@babel/helper-validator-identifier@^7.19.1":
463+
version "7.19.1"
464+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
465+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
466+
453467
"@babel/helper-validator-option@^7.18.6":
454468
version "7.18.6"
455469
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
@@ -537,10 +551,10 @@
537551
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.0.tgz#497fcafb1d5b61376959c1c338745ef0577aa02c"
538552
integrity sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw==
539553

540-
"@babel/parser@^7.19.1":
541-
version "7.19.1"
542-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
543-
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
554+
"@babel/parser@^7.19.3":
555+
version "7.19.3"
556+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
557+
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
544558

545559
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
546560
version "7.18.6"
@@ -1071,13 +1085,13 @@
10711085
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
10721086
"@babel/helper-plugin-utils" "^7.18.6"
10731087

1074-
"@babel/preset-env@^7.19.1":
1075-
version "7.19.1"
1076-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.1.tgz#9f04c916f9c0205a48ebe5cc1be7768eb1983f67"
1077-
integrity sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA==
1088+
"@babel/preset-env@^7.19.3":
1089+
version "7.19.3"
1090+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.3.tgz#52cd19abaecb3f176a4ff9cc5e15b7bf06bec754"
1091+
integrity sha512-ziye1OTc9dGFOAXSWKUqQblYHNlBOaDl8wzqf2iKXJAltYiR3hKHUKmkt+S9PppW7RQpq4fFCrwwpIDj/f5P4w==
10781092
dependencies:
1079-
"@babel/compat-data" "^7.19.1"
1080-
"@babel/helper-compilation-targets" "^7.19.1"
1093+
"@babel/compat-data" "^7.19.3"
1094+
"@babel/helper-compilation-targets" "^7.19.3"
10811095
"@babel/helper-plugin-utils" "^7.19.0"
10821096
"@babel/helper-validator-option" "^7.18.6"
10831097
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
@@ -1145,7 +1159,7 @@
11451159
"@babel/plugin-transform-unicode-escapes" "^7.18.10"
11461160
"@babel/plugin-transform-unicode-regex" "^7.18.6"
11471161
"@babel/preset-modules" "^0.1.5"
1148-
"@babel/types" "^7.19.0"
1162+
"@babel/types" "^7.19.3"
11491163
babel-plugin-polyfill-corejs2 "^0.3.3"
11501164
babel-plugin-polyfill-corejs3 "^0.6.0"
11511165
babel-plugin-polyfill-regenerator "^0.4.1"
@@ -1279,19 +1293,19 @@
12791293
debug "^4.1.0"
12801294
globals "^11.1.0"
12811295

1282-
"@babel/traverse@^7.19.1":
1283-
version "7.19.1"
1284-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347"
1285-
integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==
1296+
"@babel/traverse@^7.19.3":
1297+
version "7.19.3"
1298+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
1299+
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
12861300
dependencies:
12871301
"@babel/code-frame" "^7.18.6"
1288-
"@babel/generator" "^7.19.0"
1302+
"@babel/generator" "^7.19.3"
12891303
"@babel/helper-environment-visitor" "^7.18.9"
12901304
"@babel/helper-function-name" "^7.19.0"
12911305
"@babel/helper-hoist-variables" "^7.18.6"
12921306
"@babel/helper-split-export-declaration" "^7.18.6"
1293-
"@babel/parser" "^7.19.1"
1294-
"@babel/types" "^7.19.0"
1307+
"@babel/parser" "^7.19.3"
1308+
"@babel/types" "^7.19.3"
12951309
debug "^4.1.0"
12961310
globals "^11.1.0"
12971311

@@ -1351,6 +1365,15 @@
13511365
"@babel/helper-validator-identifier" "^7.18.6"
13521366
to-fast-properties "^2.0.0"
13531367

1368+
"@babel/types@^7.19.3":
1369+
version "7.19.3"
1370+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
1371+
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
1372+
dependencies:
1373+
"@babel/helper-string-parser" "^7.18.10"
1374+
"@babel/helper-validator-identifier" "^7.19.1"
1375+
to-fast-properties "^2.0.0"
1376+
13541377
"@jridgewell/gen-mapping@^0.1.0":
13551378
version "0.1.1"
13561379
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996"

0 commit comments

Comments
 (0)