Skip to content

Commit 2cba95b

Browse files
committed
chore(deps): update dependency @babel/core to v7.19.6
1 parent 11ba5dc commit 2cba95b

File tree

1 file changed

+69
-36
lines changed

1 file changed

+69
-36
lines changed

yarn.lock

Lines changed: 69 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@
5656
semver "^6.3.0"
5757

5858
"@babel/core@^7.11.6":
59-
version "7.19.3"
60-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
61-
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
59+
version "7.19.6"
60+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f"
61+
integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg==
6262
dependencies:
6363
"@ampproject/remapping" "^2.1.0"
6464
"@babel/code-frame" "^7.18.6"
65-
"@babel/generator" "^7.19.3"
65+
"@babel/generator" "^7.19.6"
6666
"@babel/helper-compilation-targets" "^7.19.3"
67-
"@babel/helper-module-transforms" "^7.19.0"
68-
"@babel/helpers" "^7.19.0"
69-
"@babel/parser" "^7.19.3"
67+
"@babel/helper-module-transforms" "^7.19.6"
68+
"@babel/helpers" "^7.19.4"
69+
"@babel/parser" "^7.19.6"
7070
"@babel/template" "^7.18.10"
71-
"@babel/traverse" "^7.19.3"
72-
"@babel/types" "^7.19.3"
71+
"@babel/traverse" "^7.19.6"
72+
"@babel/types" "^7.19.4"
7373
convert-source-map "^1.7.0"
7474
debug "^4.1.0"
7575
gensync "^1.0.0-beta.2"
@@ -94,7 +94,7 @@
9494
"@jridgewell/gen-mapping" "^0.1.0"
9595
jsesc "^2.5.1"
9696

97-
"@babel/generator@^7.19.3", "@babel/generator@^7.19.4":
97+
"@babel/generator@^7.19.4":
9898
version "7.19.5"
9999
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.5.tgz#da3f4b301c8086717eee9cab14da91b1fa5dcca7"
100100
integrity sha512-DxbNz9Lz4aMZ99qPpO1raTbcrI1ZeYh+9NR9qhfkQIbFtVEqotHojEBxHzmxhVONkGt6VyrqVQcgpefMy9pqcg==
@@ -103,6 +103,15 @@
103103
"@jridgewell/gen-mapping" "^0.3.2"
104104
jsesc "^2.5.1"
105105

106+
"@babel/generator@^7.19.6":
107+
version "7.19.6"
108+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d"
109+
integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA==
110+
dependencies:
111+
"@babel/types" "^7.19.4"
112+
"@jridgewell/gen-mapping" "^0.3.2"
113+
jsesc "^2.5.1"
114+
106115
"@babel/generator@^7.7.2":
107116
version "7.17.3"
108117
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200"
@@ -277,6 +286,20 @@
277286
"@babel/traverse" "^7.19.0"
278287
"@babel/types" "^7.19.0"
279288

289+
"@babel/helper-module-transforms@^7.19.6":
290+
version "7.19.6"
291+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f"
292+
integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw==
293+
dependencies:
294+
"@babel/helper-environment-visitor" "^7.18.9"
295+
"@babel/helper-module-imports" "^7.18.6"
296+
"@babel/helper-simple-access" "^7.19.4"
297+
"@babel/helper-split-export-declaration" "^7.18.6"
298+
"@babel/helper-validator-identifier" "^7.19.1"
299+
"@babel/template" "^7.18.10"
300+
"@babel/traverse" "^7.19.6"
301+
"@babel/types" "^7.19.4"
302+
280303
"@babel/helper-optimise-call-expression@^7.18.6":
281304
version "7.18.6"
282305
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
@@ -317,7 +340,7 @@
317340
dependencies:
318341
"@babel/types" "^7.18.2"
319342

320-
"@babel/helper-simple-access@^7.18.6":
343+
"@babel/helper-simple-access@^7.18.6", "@babel/helper-simple-access@^7.19.4":
321344
version "7.19.4"
322345
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7"
323346
integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==
@@ -377,14 +400,14 @@
377400
"@babel/traverse" "^7.17.3"
378401
"@babel/types" "^7.17.0"
379402

380-
"@babel/helpers@^7.19.0":
381-
version "7.19.0"
382-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18"
383-
integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg==
403+
"@babel/helpers@^7.19.4":
404+
version "7.19.4"
405+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5"
406+
integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==
384407
dependencies:
385408
"@babel/template" "^7.18.10"
386-
"@babel/traverse" "^7.19.0"
387-
"@babel/types" "^7.19.0"
409+
"@babel/traverse" "^7.19.4"
410+
"@babel/types" "^7.19.4"
388411

389412
"@babel/highlight@^7.16.7", "@babel/highlight@^7.18.6":
390413
version "7.18.6"
@@ -415,16 +438,21 @@
415438
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
416439
integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
417440

418-
"@babel/parser@^7.18.10", "@babel/parser@^7.19.3", "@babel/parser@^7.19.4":
419-
version "7.19.4"
420-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.4.tgz#03c4339d2b8971eb3beca5252bafd9b9f79db3dc"
421-
integrity sha512-qpVT7gtuOLjWeDTKLkJ6sryqLliBaFpAtGeqw5cs5giLldvh+Ch0plqnUMKoVAUS6ZEueQQiZV+p5pxtPitEsA==
441+
"@babel/parser@^7.18.10", "@babel/parser@^7.19.6":
442+
version "7.19.6"
443+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
444+
integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
422445

423446
"@babel/parser@^7.18.6":
424447
version "7.18.11"
425448
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.11.tgz#68bb07ab3d380affa9a3f96728df07969645d2d9"
426449
integrity sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ==
427450

451+
"@babel/parser@^7.19.4":
452+
version "7.19.4"
453+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.4.tgz#03c4339d2b8971eb3beca5252bafd9b9f79db3dc"
454+
integrity sha512-qpVT7gtuOLjWeDTKLkJ6sryqLliBaFpAtGeqw5cs5giLldvh+Ch0plqnUMKoVAUS6ZEueQQiZV+p5pxtPitEsA==
455+
428456
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
429457
version "7.18.6"
430458
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -1166,19 +1194,19 @@
11661194
debug "^4.1.0"
11671195
globals "^11.1.0"
11681196

1169-
"@babel/traverse@^7.19.3":
1170-
version "7.19.3"
1171-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
1172-
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
1197+
"@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6":
1198+
version "7.19.6"
1199+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc"
1200+
integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ==
11731201
dependencies:
11741202
"@babel/code-frame" "^7.18.6"
1175-
"@babel/generator" "^7.19.3"
1203+
"@babel/generator" "^7.19.6"
11761204
"@babel/helper-environment-visitor" "^7.18.9"
11771205
"@babel/helper-function-name" "^7.19.0"
11781206
"@babel/helper-hoist-variables" "^7.18.6"
11791207
"@babel/helper-split-export-declaration" "^7.18.6"
1180-
"@babel/parser" "^7.19.3"
1181-
"@babel/types" "^7.19.3"
1208+
"@babel/parser" "^7.19.6"
1209+
"@babel/types" "^7.19.4"
11821210
debug "^4.1.0"
11831211
globals "^11.1.0"
11841212

@@ -1222,7 +1250,7 @@
12221250
"@babel/helper-validator-identifier" "^7.16.7"
12231251
to-fast-properties "^2.0.0"
12241252

1225-
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.19.4", "@babel/types@^7.4.4":
1253+
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.4.4":
12261254
version "7.19.4"
12271255
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
12281256
integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
@@ -2821,9 +2849,9 @@ caniuse-lite@^1.0.30001370:
28212849
integrity sha512-bWTlaXUy/rq0BBtYShc/jArYfBPjEV95euvZ8JVtO43oQExEN/WquoqpufFjNu4kSpi5cy5kMbNvzztWDfv1Jg==
28222850

28232851
caniuse-lite@^1.0.30001400:
2824-
version "1.0.30001420"
2825-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001420.tgz#f62f35f051e0b6d25532cf376776d41e45b47ef6"
2826-
integrity sha512-OnyeJ9ascFA9roEj72ok2Ikp7PHJTKubtEJIQ/VK3fdsS50q4KWy+Z5X0A1/GswEItKX0ctAp8n4SYDE7wTu6A==
2852+
version "1.0.30001423"
2853+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001423.tgz#57176d460aa8cd85ee1a72016b961eb9aca55d91"
2854+
integrity sha512-09iwWGOlifvE1XuHokFMP7eR38a0JnajoyL3/i87c8ZjRWRrdKo1fqjNfugfBD0UDBIOz0U+jtNhJ0EPm1VleQ==
28272855

28282856
chalk@^2.0.0, chalk@^2.4.1:
28292857
version "2.4.2"
@@ -3093,13 +3121,18 @@ conventional-commits-parser@^3.2.2:
30933121
split2 "^3.0.0"
30943122
through2 "^4.0.0"
30953123

3096-
convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
3124+
convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0:
30973125
version "1.8.0"
30983126
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
30993127
integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
31003128
dependencies:
31013129
safe-buffer "~5.1.1"
31023130

3131+
convert-source-map@^1.7.0:
3132+
version "1.9.0"
3133+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f"
3134+
integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==
3135+
31033136
31043137
version "1.0.6"
31053138
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
@@ -3541,9 +3574,9 @@ electron-to-chromium@^1.4.202:
35413574
integrity sha512-Sh/7YsHqQYkA6ZHuHMy24e6TE4eX6KZVsZb9E/DvU1nQRIrH4BflO/4k+83tfdYvDl+MObvlqHPRICzEdC9c6Q==
35423575

35433576
electron-to-chromium@^1.4.251:
3544-
version "1.4.283"
3545-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.283.tgz#d4f263f5df402fd799c0a06255d580dcf8aa9a8e"
3546-
integrity sha512-g6RQ9zCOV+U5QVHW9OpFR7rdk/V7xfopNXnyAamdpFgCHgZ1sjI8VuR1+zG2YG/TZk+tQ8mpNkug4P8FU0fuOA==
3577+
version "1.4.284"
3578+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592"
3579+
integrity sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==
35473580

35483581
emittery@^0.8.1:
35493582
version "0.8.1"

0 commit comments

Comments
 (0)