Skip to content

Commit a5aa422

Browse files
build(deps-dev): bump @babel/core from 7.24.3 to 7.24.5
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.3 to 7.24.5. - [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.24.5/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a969e4a commit a5aa422

File tree

1 file changed

+72
-60
lines changed

1 file changed

+72
-60
lines changed

yarn.lock

Lines changed: 72 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
dependencies:
1818
"@babel/highlight" "^7.10.4"
1919

20-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.1", "@babel/code-frame@^7.24.2":
20+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2":
2121
version "7.24.2"
2222
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
2323
integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
@@ -31,32 +31,32 @@
3131
integrity sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==
3232

3333
"@babel/core@^7.1.2", "@babel/core@^7.11.6", "@babel/core@^7.12.3":
34-
version "7.24.3"
35-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.3.tgz#568864247ea10fbd4eff04dda1e05f9e2ea985c3"
36-
integrity sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==
34+
version "7.24.5"
35+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.5.tgz#15ab5b98e101972d171aeef92ac70d8d6718f06a"
36+
integrity sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==
3737
dependencies:
3838
"@ampproject/remapping" "^2.2.0"
3939
"@babel/code-frame" "^7.24.2"
40-
"@babel/generator" "^7.24.1"
40+
"@babel/generator" "^7.24.5"
4141
"@babel/helper-compilation-targets" "^7.23.6"
42-
"@babel/helper-module-transforms" "^7.23.3"
43-
"@babel/helpers" "^7.24.1"
44-
"@babel/parser" "^7.24.1"
42+
"@babel/helper-module-transforms" "^7.24.5"
43+
"@babel/helpers" "^7.24.5"
44+
"@babel/parser" "^7.24.5"
4545
"@babel/template" "^7.24.0"
46-
"@babel/traverse" "^7.24.1"
47-
"@babel/types" "^7.24.0"
46+
"@babel/traverse" "^7.24.5"
47+
"@babel/types" "^7.24.5"
4848
convert-source-map "^2.0.0"
4949
debug "^4.1.0"
5050
gensync "^1.0.0-beta.2"
5151
json5 "^2.2.3"
5252
semver "^6.3.1"
5353

54-
"@babel/generator@^7.24.1", "@babel/generator@^7.7.2":
55-
version "7.24.1"
56-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.1.tgz#e67e06f68568a4ebf194d1c6014235344f0476d0"
57-
integrity sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==
54+
"@babel/generator@^7.24.5", "@babel/generator@^7.7.2":
55+
version "7.24.5"
56+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3"
57+
integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==
5858
dependencies:
59-
"@babel/types" "^7.24.0"
59+
"@babel/types" "^7.24.5"
6060
"@jridgewell/gen-mapping" "^0.3.5"
6161
"@jridgewell/trace-mapping" "^0.3.25"
6262
jsesc "^2.5.1"
@@ -180,30 +180,23 @@
180180
dependencies:
181181
"@babel/types" "^7.23.0"
182182

183-
"@babel/helper-module-imports@^7.22.15":
184-
version "7.22.15"
185-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
186-
integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==
187-
dependencies:
188-
"@babel/types" "^7.22.15"
189-
190-
"@babel/helper-module-imports@^7.24.1":
183+
"@babel/helper-module-imports@^7.24.1", "@babel/helper-module-imports@^7.24.3":
191184
version "7.24.3"
192185
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128"
193186
integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==
194187
dependencies:
195188
"@babel/types" "^7.24.0"
196189

197-
"@babel/helper-module-transforms@^7.23.3":
198-
version "7.23.3"
199-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz#d7d12c3c5d30af5b3c0fcab2a6d5217773e2d0f1"
200-
integrity sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==
190+
"@babel/helper-module-transforms@^7.23.3", "@babel/helper-module-transforms@^7.24.5":
191+
version "7.24.5"
192+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz#ea6c5e33f7b262a0ae762fd5986355c45f54a545"
193+
integrity sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==
201194
dependencies:
202195
"@babel/helper-environment-visitor" "^7.22.20"
203-
"@babel/helper-module-imports" "^7.22.15"
204-
"@babel/helper-simple-access" "^7.22.5"
205-
"@babel/helper-split-export-declaration" "^7.22.6"
206-
"@babel/helper-validator-identifier" "^7.22.20"
196+
"@babel/helper-module-imports" "^7.24.3"
197+
"@babel/helper-simple-access" "^7.24.5"
198+
"@babel/helper-split-export-declaration" "^7.24.5"
199+
"@babel/helper-validator-identifier" "^7.24.5"
207200

208201
"@babel/helper-optimise-call-expression@^7.22.5":
209202
version "7.22.5"
@@ -242,6 +235,13 @@
242235
dependencies:
243236
"@babel/types" "^7.22.5"
244237

238+
"@babel/helper-simple-access@^7.24.5":
239+
version "7.24.5"
240+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz#50da5b72f58c16b07fbd992810be6049478e85ba"
241+
integrity sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==
242+
dependencies:
243+
"@babel/types" "^7.24.5"
244+
245245
"@babel/helper-skip-transparent-expression-wrappers@^7.22.5":
246246
version "7.22.5"
247247
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847"
@@ -256,10 +256,17 @@
256256
dependencies:
257257
"@babel/types" "^7.22.5"
258258

259-
"@babel/helper-string-parser@^7.23.4":
260-
version "7.23.4"
261-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
262-
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
259+
"@babel/helper-split-export-declaration@^7.24.5":
260+
version "7.24.5"
261+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6"
262+
integrity sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==
263+
dependencies:
264+
"@babel/types" "^7.24.5"
265+
266+
"@babel/helper-string-parser@^7.24.1":
267+
version "7.24.1"
268+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
269+
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
263270

264271
"@babel/helper-validator-identifier@^7.18.6":
265272
version "7.18.6"
@@ -271,6 +278,11 @@
271278
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
272279
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
273280

281+
"@babel/helper-validator-identifier@^7.24.5":
282+
version "7.24.5"
283+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
284+
integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
285+
274286
"@babel/helper-validator-option@^7.23.5":
275287
version "7.23.5"
276288
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
@@ -285,14 +297,14 @@
285297
"@babel/template" "^7.22.15"
286298
"@babel/types" "^7.22.19"
287299

288-
"@babel/helpers@^7.24.1":
289-
version "7.24.1"
290-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.1.tgz#183e44714b9eba36c3038e442516587b1e0a1a94"
291-
integrity sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==
300+
"@babel/helpers@^7.24.5":
301+
version "7.24.5"
302+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.5.tgz#fedeb87eeafa62b621160402181ad8585a22a40a"
303+
integrity sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==
292304
dependencies:
293305
"@babel/template" "^7.24.0"
294-
"@babel/traverse" "^7.24.1"
295-
"@babel/types" "^7.24.0"
306+
"@babel/traverse" "^7.24.5"
307+
"@babel/types" "^7.24.5"
296308

297309
"@babel/highlight@^7.10.4":
298310
version "7.18.6"
@@ -313,10 +325,10 @@
313325
js-tokens "^4.0.0"
314326
picocolors "^1.0.0"
315327

316-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.0", "@babel/parser@^7.24.1", "@babel/parser@^7.7.0":
317-
version "7.24.1"
318-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
319-
integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
328+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.0", "@babel/parser@^7.24.5", "@babel/parser@^7.7.0":
329+
version "7.24.5"
330+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790"
331+
integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==
320332

321333
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.1":
322334
version "7.24.1"
@@ -998,29 +1010,29 @@
9981010
"@babel/parser" "^7.24.0"
9991011
"@babel/types" "^7.24.0"
10001012

1001-
"@babel/traverse@^7.24.1", "@babel/traverse@^7.7.0":
1002-
version "7.24.1"
1003-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c"
1004-
integrity sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==
1013+
"@babel/traverse@^7.24.5", "@babel/traverse@^7.7.0":
1014+
version "7.24.5"
1015+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8"
1016+
integrity sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==
10051017
dependencies:
1006-
"@babel/code-frame" "^7.24.1"
1007-
"@babel/generator" "^7.24.1"
1018+
"@babel/code-frame" "^7.24.2"
1019+
"@babel/generator" "^7.24.5"
10081020
"@babel/helper-environment-visitor" "^7.22.20"
10091021
"@babel/helper-function-name" "^7.23.0"
10101022
"@babel/helper-hoist-variables" "^7.22.5"
1011-
"@babel/helper-split-export-declaration" "^7.22.6"
1012-
"@babel/parser" "^7.24.1"
1013-
"@babel/types" "^7.24.0"
1023+
"@babel/helper-split-export-declaration" "^7.24.5"
1024+
"@babel/parser" "^7.24.5"
1025+
"@babel/types" "^7.24.5"
10141026
debug "^4.3.1"
10151027
globals "^11.1.0"
10161028

1017-
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1018-
version "7.24.0"
1019-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
1020-
integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==
1029+
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.24.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1030+
version "7.24.5"
1031+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7"
1032+
integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==
10211033
dependencies:
1022-
"@babel/helper-string-parser" "^7.23.4"
1023-
"@babel/helper-validator-identifier" "^7.22.20"
1034+
"@babel/helper-string-parser" "^7.24.1"
1035+
"@babel/helper-validator-identifier" "^7.24.5"
10241036
to-fast-properties "^2.0.0"
10251037

10261038
"@bcoe/v8-coverage@^0.2.3":

0 commit comments

Comments
 (0)