Skip to content

Commit 15a2aa0

Browse files
Bump @babel/core from 7.22.19 to 7.23.0
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.19 to 7.23.0. - [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/v7.23.0/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]>
1 parent 560f00c commit 15a2aa0

File tree

1 file changed

+52
-60
lines changed

1 file changed

+52
-60
lines changed

yarn.lock

Lines changed: 52 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -24,32 +24,32 @@
2424
integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==
2525

2626
"@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.19.3", "@babel/core@^7.7.5":
27-
version "7.22.19"
28-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.19.tgz#b38162460a6f3baf2a424bda720b24a8aafea241"
29-
integrity sha512-Q8Yj5X4LHVYTbLCKVz0//2D2aDmHF4xzCdEttYvKOnWvErGsa6geHXD6w46x64n5tP69VfeH+IfSrdyH3MLhwA==
27+
version "7.23.0"
28+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.0.tgz#f8259ae0e52a123eb40f552551e647b506a94d83"
29+
integrity sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==
3030
dependencies:
3131
"@ampproject/remapping" "^2.2.0"
3232
"@babel/code-frame" "^7.22.13"
33-
"@babel/generator" "^7.22.15"
33+
"@babel/generator" "^7.23.0"
3434
"@babel/helper-compilation-targets" "^7.22.15"
35-
"@babel/helper-module-transforms" "^7.22.19"
36-
"@babel/helpers" "^7.22.15"
37-
"@babel/parser" "^7.22.16"
35+
"@babel/helper-module-transforms" "^7.23.0"
36+
"@babel/helpers" "^7.23.0"
37+
"@babel/parser" "^7.23.0"
3838
"@babel/template" "^7.22.15"
39-
"@babel/traverse" "^7.22.19"
40-
"@babel/types" "^7.22.19"
41-
convert-source-map "^1.7.0"
39+
"@babel/traverse" "^7.23.0"
40+
"@babel/types" "^7.23.0"
41+
convert-source-map "^2.0.0"
4242
debug "^4.1.0"
4343
gensync "^1.0.0-beta.2"
4444
json5 "^2.2.3"
4545
semver "^6.3.1"
4646

47-
"@babel/generator@^7.22.15", "@babel/generator@^7.4.0":
48-
version "7.22.15"
49-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.15.tgz#1564189c7ec94cb8f77b5e8a90c4d200d21b2339"
50-
integrity sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==
47+
"@babel/generator@^7.23.0", "@babel/generator@^7.4.0":
48+
version "7.23.0"
49+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
50+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
5151
dependencies:
52-
"@babel/types" "^7.22.15"
52+
"@babel/types" "^7.23.0"
5353
"@jridgewell/gen-mapping" "^0.3.2"
5454
"@jridgewell/trace-mapping" "^0.3.17"
5555
jsesc "^2.5.1"
@@ -185,6 +185,14 @@
185185
"@babel/template" "^7.22.5"
186186
"@babel/types" "^7.22.5"
187187

188+
"@babel/helper-function-name@^7.23.0":
189+
version "7.23.0"
190+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
191+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
192+
dependencies:
193+
"@babel/template" "^7.22.15"
194+
"@babel/types" "^7.23.0"
195+
188196
"@babel/helper-hoist-variables@^7.22.5":
189197
version "7.22.5"
190198
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
@@ -220,28 +228,17 @@
220228
dependencies:
221229
"@babel/types" "^7.22.15"
222230

223-
"@babel/helper-module-transforms@^7.22.15", "@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9":
224-
version "7.22.20"
225-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz#da9edc14794babbe7386df438f3768067132f59e"
226-
integrity sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==
231+
"@babel/helper-module-transforms@^7.22.15", "@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9", "@babel/helper-module-transforms@^7.23.0":
232+
version "7.23.0"
233+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz#3ec246457f6c842c0aee62a01f60739906f7047e"
234+
integrity sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==
227235
dependencies:
228236
"@babel/helper-environment-visitor" "^7.22.20"
229237
"@babel/helper-module-imports" "^7.22.15"
230238
"@babel/helper-simple-access" "^7.22.5"
231239
"@babel/helper-split-export-declaration" "^7.22.6"
232240
"@babel/helper-validator-identifier" "^7.22.20"
233241

234-
"@babel/helper-module-transforms@^7.22.19":
235-
version "7.22.19"
236-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.19.tgz#94b1f281caa6518f02ec0f5ea2b5348e298ce266"
237-
integrity sha512-m6h1cJvn+OJ+R3jOHp30faq5xKJ7VbjwDj5RGgHuRlU9hrMeKsGC+JpihkR5w1g7IfseCPPtZ0r7/hB4UKaYlA==
238-
dependencies:
239-
"@babel/helper-environment-visitor" "^7.22.5"
240-
"@babel/helper-module-imports" "^7.22.15"
241-
"@babel/helper-simple-access" "^7.22.5"
242-
"@babel/helper-split-export-declaration" "^7.22.6"
243-
"@babel/helper-validator-identifier" "^7.22.19"
244-
245242
"@babel/helper-optimise-call-expression@^7.18.6":
246243
version "7.18.6"
247244
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
@@ -323,11 +320,6 @@
323320
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
324321
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
325322

326-
"@babel/helper-validator-identifier@^7.22.19":
327-
version "7.22.19"
328-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.19.tgz#2f34ab1e445f5b95e2e6edfe50ea2449e610583a"
329-
integrity sha512-Tinq7ybnEPFFXhlYOYFiSjespWQk0dq2dRNAiMdRTOYQzEGqnnNyrTxPYHP5r6wGjlF1rFgABdDV0g8EwD6Qbg==
330-
331323
"@babel/helper-validator-identifier@^7.22.20":
332324
version "7.22.20"
333325
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
@@ -352,14 +344,14 @@
352344
"@babel/template" "^7.22.15"
353345
"@babel/types" "^7.22.19"
354346

355-
"@babel/helpers@^7.22.15":
356-
version "7.22.15"
357-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.15.tgz#f09c3df31e86e3ea0b7ff7556d85cdebd47ea6f1"
358-
integrity sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==
347+
"@babel/helpers@^7.23.0":
348+
version "7.23.1"
349+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.1.tgz#44e981e8ce2b9e99f8f0b703f3326a4636c16d15"
350+
integrity sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==
359351
dependencies:
360352
"@babel/template" "^7.22.15"
361-
"@babel/traverse" "^7.22.15"
362-
"@babel/types" "^7.22.15"
353+
"@babel/traverse" "^7.23.0"
354+
"@babel/types" "^7.23.0"
363355

364356
"@babel/highlight@^7.22.13":
365357
version "7.22.13"
@@ -370,10 +362,10 @@
370362
chalk "^2.4.2"
371363
js-tokens "^4.0.0"
372364

373-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.22.15", "@babel/parser@^7.22.16", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0":
374-
version "7.22.16"
375-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
376-
integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
365+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.22.15", "@babel/parser@^7.23.0", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0":
366+
version "7.23.0"
367+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
368+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
377369

378370
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
379371
version "7.22.15"
@@ -1106,29 +1098,29 @@
11061098
"@babel/parser" "^7.22.15"
11071099
"@babel/types" "^7.22.15"
11081100

1109-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.18.9", "@babel/traverse@^7.22.15", "@babel/traverse@^7.22.19", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0":
1110-
version "7.22.19"
1111-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.19.tgz#bb2b12b7de9d7fec9e812ed89eea097b941954f8"
1112-
integrity sha512-ZCcpVPK64krfdScRbpxF6xA5fz7IOsfMwx1tcACvCzt6JY+0aHkBk7eIU8FRDSZRU5Zei6Z4JfgAxN1bqXGECg==
1101+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.18.9", "@babel/traverse@^7.23.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0":
1102+
version "7.23.0"
1103+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.0.tgz#18196ddfbcf4ccea324b7f6d3ada00d8c5a99c53"
1104+
integrity sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==
11131105
dependencies:
11141106
"@babel/code-frame" "^7.22.13"
1115-
"@babel/generator" "^7.22.15"
1116-
"@babel/helper-environment-visitor" "^7.22.5"
1117-
"@babel/helper-function-name" "^7.22.5"
1107+
"@babel/generator" "^7.23.0"
1108+
"@babel/helper-environment-visitor" "^7.22.20"
1109+
"@babel/helper-function-name" "^7.23.0"
11181110
"@babel/helper-hoist-variables" "^7.22.5"
11191111
"@babel/helper-split-export-declaration" "^7.22.6"
1120-
"@babel/parser" "^7.22.16"
1121-
"@babel/types" "^7.22.19"
1112+
"@babel/parser" "^7.23.0"
1113+
"@babel/types" "^7.23.0"
11221114
debug "^4.1.0"
11231115
globals "^11.1.0"
11241116

1125-
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1126-
version "7.22.19"
1127-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.19.tgz#7425343253556916e440e662bb221a93ddb75684"
1128-
integrity sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg==
1117+
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1118+
version "7.23.0"
1119+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1120+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
11291121
dependencies:
11301122
"@babel/helper-string-parser" "^7.22.5"
1131-
"@babel/helper-validator-identifier" "^7.22.19"
1123+
"@babel/helper-validator-identifier" "^7.22.20"
11321124
to-fast-properties "^2.0.0"
11331125

11341126
"@bcoe/v8-coverage@^0.2.3":
@@ -3786,7 +3778,7 @@ content-type@~1.0.4:
37863778
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
37873779
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
37883780

3789-
convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
3781+
convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0:
37903782
version "1.8.0"
37913783
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
37923784
integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==

0 commit comments

Comments
 (0)