Skip to content

Commit bc811f5

Browse files
Bump @babel/core from 7.22.5 to 7.23.2 (#12463)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.5 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/@babel/[email protected]/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8857903 commit bc811f5

File tree

2 files changed

+56
-106
lines changed

2 files changed

+56
-106
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
"webpack-isomorphic-tools": "4.0.0"
254254
},
255255
"devDependencies": {
256-
"@babel/core": "^7.22.5",
256+
"@babel/core": "^7.23.2",
257257
"@babel/eslint-parser": "^7.22.15",
258258
"@babel/preset-env": "^7.22.20",
259259
"@babel/preset-flow": "^7.22.15",

yarn.lock

Lines changed: 55 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,7 @@
1515
"@jridgewell/gen-mapping" "^0.1.0"
1616
"@jridgewell/trace-mapping" "^0.3.9"
1717

18-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.5":
19-
version "7.22.5"
20-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.5.tgz#234d98e1551960604f1246e6475891a570ad5658"
21-
integrity sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==
22-
dependencies:
23-
"@babel/highlight" "^7.22.5"
24-
25-
"@babel/code-frame@^7.22.13":
18+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.13":
2619
version "7.22.13"
2720
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
2821
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
@@ -35,26 +28,26 @@
3528
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0"
3629
integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==
3730

38-
"@babel/core@^7.0.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.22.5":
39-
version "7.22.5"
40-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.5.tgz#d67d9747ecf26ee7ecd3ebae1ee22225fe902a89"
41-
integrity sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==
31+
"@babel/core@^7.0.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.2":
32+
version "7.23.2"
33+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.2.tgz#ed10df0d580fff67c5f3ee70fd22e2e4c90a9f94"
34+
integrity sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==
4235
dependencies:
4336
"@ampproject/remapping" "^2.2.0"
44-
"@babel/code-frame" "^7.22.5"
45-
"@babel/generator" "^7.22.5"
46-
"@babel/helper-compilation-targets" "^7.22.5"
47-
"@babel/helper-module-transforms" "^7.22.5"
48-
"@babel/helpers" "^7.22.5"
49-
"@babel/parser" "^7.22.5"
50-
"@babel/template" "^7.22.5"
51-
"@babel/traverse" "^7.22.5"
52-
"@babel/types" "^7.22.5"
53-
convert-source-map "^1.7.0"
37+
"@babel/code-frame" "^7.22.13"
38+
"@babel/generator" "^7.23.0"
39+
"@babel/helper-compilation-targets" "^7.22.15"
40+
"@babel/helper-module-transforms" "^7.23.0"
41+
"@babel/helpers" "^7.23.2"
42+
"@babel/parser" "^7.23.0"
43+
"@babel/template" "^7.22.15"
44+
"@babel/traverse" "^7.23.2"
45+
"@babel/types" "^7.23.0"
46+
convert-source-map "^2.0.0"
5447
debug "^4.1.0"
5548
gensync "^1.0.0-beta.2"
56-
json5 "^2.2.2"
57-
semver "^6.3.0"
49+
json5 "^2.2.3"
50+
semver "^6.3.1"
5851

5952
"@babel/eslint-parser@^7.22.15":
6053
version "7.22.15"
@@ -65,12 +58,12 @@
6558
eslint-visitor-keys "^2.1.0"
6659
semver "^6.3.1"
6760

68-
"@babel/generator@^7.22.5", "@babel/generator@^7.7.2":
69-
version "7.22.5"
70-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7"
71-
integrity sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==
61+
"@babel/generator@^7.23.0", "@babel/generator@^7.7.2":
62+
version "7.23.0"
63+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
64+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
7265
dependencies:
73-
"@babel/types" "^7.22.5"
66+
"@babel/types" "^7.23.0"
7467
"@jridgewell/gen-mapping" "^0.3.2"
7568
"@jridgewell/trace-mapping" "^0.3.17"
7669
jsesc "^2.5.1"
@@ -183,6 +176,14 @@
183176
"@babel/template" "^7.22.5"
184177
"@babel/types" "^7.22.5"
185178

179+
"@babel/helper-function-name@^7.23.0":
180+
version "7.23.0"
181+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
182+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
183+
dependencies:
184+
"@babel/template" "^7.22.15"
185+
"@babel/types" "^7.23.0"
186+
186187
"@babel/helper-hoist-variables@^7.22.5":
187188
version "7.22.5"
188189
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
@@ -218,21 +219,7 @@
218219
dependencies:
219220
"@babel/types" "^7.22.5"
220221

221-
"@babel/helper-module-transforms@^7.22.5":
222-
version "7.22.5"
223-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz#0f65daa0716961b6e96b164034e737f60a80d2ef"
224-
integrity sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==
225-
dependencies:
226-
"@babel/helper-environment-visitor" "^7.22.5"
227-
"@babel/helper-module-imports" "^7.22.5"
228-
"@babel/helper-simple-access" "^7.22.5"
229-
"@babel/helper-split-export-declaration" "^7.22.5"
230-
"@babel/helper-validator-identifier" "^7.22.5"
231-
"@babel/template" "^7.22.5"
232-
"@babel/traverse" "^7.22.5"
233-
"@babel/types" "^7.22.5"
234-
235-
"@babel/helper-module-transforms@^7.23.0":
222+
"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.23.0":
236223
version "7.23.0"
237224
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz#3ec246457f6c842c0aee62a01f60739906f7047e"
238225
integrity sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==
@@ -333,12 +320,7 @@
333320
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
334321
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
335322

336-
"@babel/helper-validator-identifier@^7.22.5":
337-
version "7.22.5"
338-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
339-
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
340-
341-
"@babel/helper-validator-option@^7.22.15", "@babel/helper-validator-option@^7.22.5":
323+
"@babel/helper-validator-option@^7.22.15":
342324
version "7.22.15"
343325
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040"
344326
integrity sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==
@@ -362,14 +344,14 @@
362344
"@babel/traverse" "^7.22.5"
363345
"@babel/types" "^7.22.5"
364346

365-
"@babel/helpers@^7.22.5":
366-
version "7.22.5"
367-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.5.tgz#74bb4373eb390d1ceed74a15ef97767e63120820"
368-
integrity sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==
347+
"@babel/helpers@^7.23.2":
348+
version "7.23.2"
349+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.2.tgz#2832549a6e37d484286e15ba36a5330483cac767"
350+
integrity sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==
369351
dependencies:
370-
"@babel/template" "^7.22.5"
371-
"@babel/traverse" "^7.22.5"
372-
"@babel/types" "^7.22.5"
352+
"@babel/template" "^7.22.15"
353+
"@babel/traverse" "^7.23.2"
354+
"@babel/types" "^7.23.0"
373355

374356
"@babel/highlight@^7.22.13":
375357
version "7.22.20"
@@ -380,21 +362,7 @@
380362
chalk "^2.4.2"
381363
js-tokens "^4.0.0"
382364

383-
"@babel/highlight@^7.22.5":
384-
version "7.22.5"
385-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031"
386-
integrity sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==
387-
dependencies:
388-
"@babel/helper-validator-identifier" "^7.22.5"
389-
chalk "^2.0.0"
390-
js-tokens "^4.0.0"
391-
392-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.22.5":
393-
version "7.22.5"
394-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
395-
integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
396-
397-
"@babel/parser@^7.22.15":
365+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
398366
version "7.23.0"
399367
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
400368
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
@@ -1150,7 +1118,7 @@
11501118
dependencies:
11511119
regenerator-runtime "^0.13.11"
11521120

1153-
"@babel/template@^7.22.15":
1121+
"@babel/template@^7.22.15", "@babel/template@^7.22.5", "@babel/template@^7.3.3":
11541122
version "7.22.15"
11551123
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
11561124
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
@@ -1159,28 +1127,19 @@
11591127
"@babel/parser" "^7.22.15"
11601128
"@babel/types" "^7.22.15"
11611129

1162-
"@babel/template@^7.22.5", "@babel/template@^7.3.3":
1163-
version "7.22.5"
1164-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
1165-
integrity sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==
1166-
dependencies:
1167-
"@babel/code-frame" "^7.22.5"
1168-
"@babel/parser" "^7.22.5"
1169-
"@babel/types" "^7.22.5"
1170-
1171-
"@babel/traverse@^7.22.5":
1172-
version "7.22.5"
1173-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1"
1174-
integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==
1130+
"@babel/traverse@^7.22.5", "@babel/traverse@^7.23.2":
1131+
version "7.23.2"
1132+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1133+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
11751134
dependencies:
1176-
"@babel/code-frame" "^7.22.5"
1177-
"@babel/generator" "^7.22.5"
1178-
"@babel/helper-environment-visitor" "^7.22.5"
1179-
"@babel/helper-function-name" "^7.22.5"
1135+
"@babel/code-frame" "^7.22.13"
1136+
"@babel/generator" "^7.23.0"
1137+
"@babel/helper-environment-visitor" "^7.22.20"
1138+
"@babel/helper-function-name" "^7.23.0"
11801139
"@babel/helper-hoist-variables" "^7.22.5"
1181-
"@babel/helper-split-export-declaration" "^7.22.5"
1182-
"@babel/parser" "^7.22.5"
1183-
"@babel/types" "^7.22.5"
1140+
"@babel/helper-split-export-declaration" "^7.22.6"
1141+
"@babel/parser" "^7.23.0"
1142+
"@babel/types" "^7.23.0"
11841143
debug "^4.1.0"
11851144
globals "^11.1.0"
11861145

@@ -1193,15 +1152,6 @@
11931152
"@babel/helper-validator-identifier" "^7.22.20"
11941153
to-fast-properties "^2.0.0"
11951154

1196-
"@babel/types@^7.22.15":
1197-
version "7.23.0"
1198-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1199-
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1200-
dependencies:
1201-
"@babel/helper-string-parser" "^7.22.5"
1202-
"@babel/helper-validator-identifier" "^7.22.20"
1203-
to-fast-properties "^2.0.0"
1204-
12051155
"@bcoe/v8-coverage@^0.2.3":
12061156
version "0.2.3"
12071157
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -3109,7 +3059,7 @@ center-align@^0.1.1:
31093059
align-text "^0.1.3"
31103060
lazy-cache "^1.0.3"
31113061

3112-
chalk@^2.0.0, chalk@^2.4.2:
3062+
chalk@^2.4.2:
31133063
version "2.4.2"
31143064
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
31153065
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -3486,7 +3436,7 @@ content-type@^1.0.4, content-type@~1.0.4:
34863436
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
34873437
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
34883438

3489-
convert-source-map@^1.6.0, convert-source-map@^1.7.0:
3439+
convert-source-map@^1.6.0:
34903440
version "1.9.0"
34913441
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f"
34923442
integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==
@@ -6674,7 +6624,7 @@ json5@^1.0.1:
66746624
dependencies:
66756625
minimist "^1.2.0"
66766626

6677-
json5@^2.1.2, json5@^2.2.2, json5@^2.2.3:
6627+
json5@^2.1.2, json5@^2.2.3:
66786628
version "2.2.3"
66796629
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
66806630
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==

0 commit comments

Comments
 (0)