Skip to content

Commit b67dea6

Browse files
build(deps-dev): bump @babel/core from 7.24.4 to 7.24.5 (#1530)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.4 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39cbfa8 commit b67dea6

2 files changed

Lines changed: 53 additions & 67 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"watch": "yarn clean && rollup -c --environment DEVELOPMENT --watch"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.24.4",
38+
"@babel/core": "^7.24.5",
3939
"@babel/preset-env": "^7.24.5",
4040
"@testing-library/jest-dom": "^5.17.0",
4141
"autoprefixer": "^10.4.19",

yarn.lock

Lines changed: 52 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@jridgewell/gen-mapping" "^0.1.0"
2121
"@jridgewell/trace-mapping" "^0.3.9"
2222

23-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.1", "@babel/code-frame@^7.24.2":
23+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2":
2424
version "7.24.2"
2525
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
2626
integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
@@ -33,33 +33,33 @@
3333
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
3434
integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==
3535

36-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.24.4":
37-
version "7.24.4"
38-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.4.tgz#1f758428e88e0d8c563874741bc4ffc4f71a4717"
39-
integrity sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==
36+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.24.5":
37+
version "7.24.5"
38+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.5.tgz#15ab5b98e101972d171aeef92ac70d8d6718f06a"
39+
integrity sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==
4040
dependencies:
4141
"@ampproject/remapping" "^2.2.0"
4242
"@babel/code-frame" "^7.24.2"
43-
"@babel/generator" "^7.24.4"
43+
"@babel/generator" "^7.24.5"
4444
"@babel/helper-compilation-targets" "^7.23.6"
45-
"@babel/helper-module-transforms" "^7.23.3"
46-
"@babel/helpers" "^7.24.4"
47-
"@babel/parser" "^7.24.4"
45+
"@babel/helper-module-transforms" "^7.24.5"
46+
"@babel/helpers" "^7.24.5"
47+
"@babel/parser" "^7.24.5"
4848
"@babel/template" "^7.24.0"
49-
"@babel/traverse" "^7.24.1"
50-
"@babel/types" "^7.24.0"
49+
"@babel/traverse" "^7.24.5"
50+
"@babel/types" "^7.24.5"
5151
convert-source-map "^2.0.0"
5252
debug "^4.1.0"
5353
gensync "^1.0.0-beta.2"
5454
json5 "^2.2.3"
5555
semver "^6.3.1"
5656

57-
"@babel/generator@^7.24.1", "@babel/generator@^7.24.4", "@babel/generator@^7.7.2":
58-
version "7.24.4"
59-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498"
60-
integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==
57+
"@babel/generator@^7.24.5", "@babel/generator@^7.7.2":
58+
version "7.24.5"
59+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3"
60+
integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==
6161
dependencies:
62-
"@babel/types" "^7.24.0"
62+
"@babel/types" "^7.24.5"
6363
"@jridgewell/gen-mapping" "^0.3.5"
6464
"@jridgewell/trace-mapping" "^0.3.25"
6565
jsesc "^2.5.1"
@@ -227,30 +227,23 @@
227227
dependencies:
228228
"@babel/types" "^7.14.5"
229229

230-
"@babel/helper-module-imports@^7.22.15":
231-
version "7.22.15"
232-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
233-
integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==
234-
dependencies:
235-
"@babel/types" "^7.22.15"
236-
237-
"@babel/helper-module-imports@^7.24.1":
230+
"@babel/helper-module-imports@^7.24.1", "@babel/helper-module-imports@^7.24.3":
238231
version "7.24.3"
239232
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128"
240233
integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==
241234
dependencies:
242235
"@babel/types" "^7.24.0"
243236

244-
"@babel/helper-module-transforms@^7.23.3":
245-
version "7.23.3"
246-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz#d7d12c3c5d30af5b3c0fcab2a6d5217773e2d0f1"
247-
integrity sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==
237+
"@babel/helper-module-transforms@^7.23.3", "@babel/helper-module-transforms@^7.24.5":
238+
version "7.24.5"
239+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz#ea6c5e33f7b262a0ae762fd5986355c45f54a545"
240+
integrity sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==
248241
dependencies:
249242
"@babel/helper-environment-visitor" "^7.22.20"
250-
"@babel/helper-module-imports" "^7.22.15"
251-
"@babel/helper-simple-access" "^7.22.5"
252-
"@babel/helper-split-export-declaration" "^7.22.6"
253-
"@babel/helper-validator-identifier" "^7.22.20"
243+
"@babel/helper-module-imports" "^7.24.3"
244+
"@babel/helper-simple-access" "^7.24.5"
245+
"@babel/helper-split-export-declaration" "^7.24.5"
246+
"@babel/helper-validator-identifier" "^7.24.5"
254247

255248
"@babel/helper-optimise-call-expression@^7.22.5":
256249
version "7.22.5"
@@ -289,6 +282,13 @@
289282
dependencies:
290283
"@babel/types" "^7.22.5"
291284

285+
"@babel/helper-simple-access@^7.24.5":
286+
version "7.24.5"
287+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz#50da5b72f58c16b07fbd992810be6049478e85ba"
288+
integrity sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==
289+
dependencies:
290+
"@babel/types" "^7.24.5"
291+
292292
"@babel/helper-skip-transparent-expression-wrappers@^7.22.5":
293293
version "7.22.5"
294294
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847"
@@ -310,11 +310,6 @@
310310
dependencies:
311311
"@babel/types" "^7.24.5"
312312

313-
"@babel/helper-string-parser@^7.23.4":
314-
version "7.23.4"
315-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
316-
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
317-
318313
"@babel/helper-string-parser@^7.24.1":
319314
version "7.24.1"
320315
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
@@ -344,14 +339,14 @@
344339
"@babel/template" "^7.22.15"
345340
"@babel/types" "^7.22.19"
346341

347-
"@babel/helpers@^7.24.4":
348-
version "7.24.4"
349-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.4.tgz#dc00907fd0d95da74563c142ef4cd21f2cb856b6"
350-
integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==
342+
"@babel/helpers@^7.24.5":
343+
version "7.24.5"
344+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.5.tgz#fedeb87eeafa62b621160402181ad8585a22a40a"
345+
integrity sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==
351346
dependencies:
352347
"@babel/template" "^7.24.0"
353-
"@babel/traverse" "^7.24.1"
354-
"@babel/types" "^7.24.0"
348+
"@babel/traverse" "^7.24.5"
349+
"@babel/types" "^7.24.5"
355350

356351
"@babel/highlight@^7.24.2":
357352
version "7.24.2"
@@ -363,10 +358,10 @@
363358
js-tokens "^4.0.0"
364359
picocolors "^1.0.0"
365360

366-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.0", "@babel/parser@^7.24.1", "@babel/parser@^7.24.4":
367-
version "7.24.4"
368-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88"
369-
integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==
361+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.0", "@babel/parser@^7.24.5":
362+
version "7.24.5"
363+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790"
364+
integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==
370365

371366
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.5":
372367
version "7.24.5"
@@ -1057,32 +1052,23 @@
10571052
"@babel/parser" "^7.24.0"
10581053
"@babel/types" "^7.24.0"
10591054

1060-
"@babel/traverse@^7.24.1":
1061-
version "7.24.1"
1062-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c"
1063-
integrity sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==
1055+
"@babel/traverse@^7.24.5":
1056+
version "7.24.5"
1057+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8"
1058+
integrity sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==
10641059
dependencies:
1065-
"@babel/code-frame" "^7.24.1"
1066-
"@babel/generator" "^7.24.1"
1060+
"@babel/code-frame" "^7.24.2"
1061+
"@babel/generator" "^7.24.5"
10671062
"@babel/helper-environment-visitor" "^7.22.20"
10681063
"@babel/helper-function-name" "^7.23.0"
10691064
"@babel/helper-hoist-variables" "^7.22.5"
1070-
"@babel/helper-split-export-declaration" "^7.22.6"
1071-
"@babel/parser" "^7.24.1"
1072-
"@babel/types" "^7.24.0"
1065+
"@babel/helper-split-export-declaration" "^7.24.5"
1066+
"@babel/parser" "^7.24.5"
1067+
"@babel/types" "^7.24.5"
10731068
debug "^4.3.1"
10741069
globals "^11.1.0"
10751070

1076-
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@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":
1077-
version "7.24.0"
1078-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
1079-
integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==
1080-
dependencies:
1081-
"@babel/helper-string-parser" "^7.23.4"
1082-
"@babel/helper-validator-identifier" "^7.22.20"
1083-
to-fast-properties "^2.0.0"
1084-
1085-
"@babel/types@^7.24.5":
1071+
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@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":
10861072
version "7.24.5"
10871073
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7"
10881074
integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==

0 commit comments

Comments
 (0)