Skip to content

Commit 2b4b42f

Browse files
build(deps): bump @babel/core from 7.24.3 to 7.24.4 (#1310)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.3 to 7.24.4. - [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.4/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:production 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 f75e0a2 commit 2b4b42f

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@
2929
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
3030

3131
"@babel/core@^7.12.0", "@babel/core@^7.16.10", "@babel/core@^7.16.7", "@babel/core@^7.24.0", "@babel/core@^7.3.4":
32-
version "7.24.3"
33-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.3.tgz#568864247ea10fbd4eff04dda1e05f9e2ea985c3"
34-
integrity sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==
32+
version "7.24.4"
33+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.4.tgz#1f758428e88e0d8c563874741bc4ffc4f71a4717"
34+
integrity sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==
3535
dependencies:
3636
"@ampproject/remapping" "^2.2.0"
3737
"@babel/code-frame" "^7.24.2"
38-
"@babel/generator" "^7.24.1"
38+
"@babel/generator" "^7.24.4"
3939
"@babel/helper-compilation-targets" "^7.23.6"
4040
"@babel/helper-module-transforms" "^7.23.3"
41-
"@babel/helpers" "^7.24.1"
42-
"@babel/parser" "^7.24.1"
41+
"@babel/helpers" "^7.24.4"
42+
"@babel/parser" "^7.24.4"
4343
"@babel/template" "^7.24.0"
4444
"@babel/traverse" "^7.24.1"
4545
"@babel/types" "^7.24.0"
@@ -77,10 +77,10 @@
7777
"@jridgewell/trace-mapping" "^0.3.17"
7878
jsesc "^2.5.1"
7979

80-
"@babel/generator@^7.23.0", "@babel/generator@^7.24.1":
81-
version "7.24.1"
82-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.1.tgz#e67e06f68568a4ebf194d1c6014235344f0476d0"
83-
integrity sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==
80+
"@babel/generator@^7.23.0", "@babel/generator@^7.24.1", "@babel/generator@^7.24.4":
81+
version "7.24.4"
82+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498"
83+
integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==
8484
dependencies:
8585
"@babel/types" "^7.24.0"
8686
"@jridgewell/gen-mapping" "^0.3.5"
@@ -276,10 +276,10 @@
276276
"@babel/template" "^7.22.15"
277277
"@babel/types" "^7.22.19"
278278

279-
"@babel/helpers@^7.24.1":
280-
version "7.24.1"
281-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.1.tgz#183e44714b9eba36c3038e442516587b1e0a1a94"
282-
integrity sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==
279+
"@babel/helpers@^7.24.4":
280+
version "7.24.4"
281+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.4.tgz#dc00907fd0d95da74563c142ef4cd21f2cb856b6"
282+
integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==
283283
dependencies:
284284
"@babel/template" "^7.24.0"
285285
"@babel/traverse" "^7.24.1"
@@ -295,10 +295,10 @@
295295
js-tokens "^4.0.0"
296296
picocolors "^1.0.0"
297297

298-
"@babel/parser@^7.23.0", "@babel/parser@^7.24.0", "@babel/parser@^7.24.1", "@babel/parser@^7.4.5":
299-
version "7.24.1"
300-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
301-
integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
298+
"@babel/parser@^7.23.0", "@babel/parser@^7.24.0", "@babel/parser@^7.24.1", "@babel/parser@^7.24.4", "@babel/parser@^7.4.5":
299+
version "7.24.4"
300+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88"
301+
integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==
302302

303303
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
304304
version "7.22.15"

0 commit comments

Comments
 (0)