Skip to content

Commit f851a31

Browse files
Bump @babel/core from 7.24.9 to 7.25.2 (#452)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.9 to 7.25.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/v7.25.2/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c88be2 commit f851a31

File tree

1 file changed

+61
-58
lines changed

1 file changed

+61
-58
lines changed

yarn.lock

Lines changed: 61 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -44,33 +44,38 @@
4444
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3"
4545
integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg==
4646

47+
"@babel/compat-data@^7.25.2":
48+
version "7.25.2"
49+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
50+
integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
51+
4752
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.20.5":
48-
version "7.24.9"
49-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82"
50-
integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==
53+
version "7.25.2"
54+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
55+
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
5156
dependencies:
5257
"@ampproject/remapping" "^2.2.0"
5358
"@babel/code-frame" "^7.24.7"
54-
"@babel/generator" "^7.24.9"
55-
"@babel/helper-compilation-targets" "^7.24.8"
56-
"@babel/helper-module-transforms" "^7.24.9"
57-
"@babel/helpers" "^7.24.8"
58-
"@babel/parser" "^7.24.8"
59-
"@babel/template" "^7.24.7"
60-
"@babel/traverse" "^7.24.8"
61-
"@babel/types" "^7.24.9"
59+
"@babel/generator" "^7.25.0"
60+
"@babel/helper-compilation-targets" "^7.25.2"
61+
"@babel/helper-module-transforms" "^7.25.2"
62+
"@babel/helpers" "^7.25.0"
63+
"@babel/parser" "^7.25.0"
64+
"@babel/template" "^7.25.0"
65+
"@babel/traverse" "^7.25.2"
66+
"@babel/types" "^7.25.2"
6267
convert-source-map "^2.0.0"
6368
debug "^4.1.0"
6469
gensync "^1.0.0-beta.2"
6570
json5 "^2.2.3"
6671
semver "^6.3.1"
6772

68-
"@babel/generator@^7.24.8", "@babel/generator@^7.24.9", "@babel/generator@^7.7.2":
69-
version "7.24.10"
70-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.10.tgz#a4ab681ec2a78bbb9ba22a3941195e28a81d8e76"
71-
integrity sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==
73+
"@babel/generator@^7.25.0", "@babel/generator@^7.7.2":
74+
version "7.25.0"
75+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e"
76+
integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==
7277
dependencies:
73-
"@babel/types" "^7.24.9"
78+
"@babel/types" "^7.25.0"
7479
"@jridgewell/gen-mapping" "^0.3.5"
7580
"@jridgewell/trace-mapping" "^0.3.25"
7681
jsesc "^2.5.1"
@@ -97,12 +102,12 @@
97102
"@babel/traverse" "^7.24.7"
98103
"@babel/types" "^7.24.7"
99104

100-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7", "@babel/helper-compilation-targets@^7.24.8":
101-
version "7.24.8"
102-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz#b607c3161cd9d1744977d4f97139572fe778c271"
103-
integrity sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==
105+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7", "@babel/helper-compilation-targets@^7.24.8", "@babel/helper-compilation-targets@^7.25.2":
106+
version "7.25.2"
107+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
108+
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
104109
dependencies:
105-
"@babel/compat-data" "^7.24.8"
110+
"@babel/compat-data" "^7.25.2"
106111
"@babel/helper-validator-option" "^7.24.8"
107112
browserslist "^4.23.1"
108113
lru-cache "^5.1.1"
@@ -189,16 +194,15 @@
189194
"@babel/traverse" "^7.24.7"
190195
"@babel/types" "^7.24.7"
191196

192-
"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.24.9":
193-
version "7.24.9"
194-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29"
195-
integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==
197+
"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.25.2":
198+
version "7.25.2"
199+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6"
200+
integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
196201
dependencies:
197-
"@babel/helper-environment-visitor" "^7.24.7"
198202
"@babel/helper-module-imports" "^7.24.7"
199203
"@babel/helper-simple-access" "^7.24.7"
200-
"@babel/helper-split-export-declaration" "^7.24.7"
201204
"@babel/helper-validator-identifier" "^7.24.7"
205+
"@babel/traverse" "^7.25.2"
202206

203207
"@babel/helper-optimise-call-expression@^7.24.7":
204208
version "7.24.7"
@@ -278,13 +282,13 @@
278282
"@babel/traverse" "^7.24.7"
279283
"@babel/types" "^7.24.7"
280284

281-
"@babel/helpers@^7.24.8":
282-
version "7.24.8"
283-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873"
284-
integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==
285+
"@babel/helpers@^7.25.0":
286+
version "7.25.0"
287+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a"
288+
integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==
285289
dependencies:
286-
"@babel/template" "^7.24.7"
287-
"@babel/types" "^7.24.8"
290+
"@babel/template" "^7.25.0"
291+
"@babel/types" "^7.25.0"
288292

289293
"@babel/highlight@^7.24.7":
290294
version "7.24.7"
@@ -296,10 +300,12 @@
296300
js-tokens "^4.0.0"
297301
picocolors "^1.0.0"
298302

299-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.7", "@babel/parser@^7.24.8", "@babel/parser@^7.7.0":
300-
version "7.24.8"
301-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f"
302-
integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==
303+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3", "@babel/parser@^7.7.0":
304+
version "7.25.3"
305+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065"
306+
integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
307+
dependencies:
308+
"@babel/types" "^7.25.2"
303309

304310
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.7":
305311
version "7.24.7"
@@ -981,35 +987,32 @@
981987
dependencies:
982988
regenerator-runtime "^0.13.4"
983989

984-
"@babel/template@^7.24.7", "@babel/template@^7.3.3":
985-
version "7.24.7"
986-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315"
987-
integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==
990+
"@babel/template@^7.24.7", "@babel/template@^7.25.0", "@babel/template@^7.3.3":
991+
version "7.25.0"
992+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a"
993+
integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==
988994
dependencies:
989995
"@babel/code-frame" "^7.24.7"
990-
"@babel/parser" "^7.24.7"
991-
"@babel/types" "^7.24.7"
996+
"@babel/parser" "^7.25.0"
997+
"@babel/types" "^7.25.0"
992998

993-
"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.7.0":
994-
version "7.24.8"
995-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.8.tgz#6c14ed5232b7549df3371d820fbd9abfcd7dfab7"
996-
integrity sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==
999+
"@babel/traverse@^7.24.7", "@babel/traverse@^7.25.2", "@babel/traverse@^7.7.0":
1000+
version "7.25.3"
1001+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490"
1002+
integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==
9971003
dependencies:
9981004
"@babel/code-frame" "^7.24.7"
999-
"@babel/generator" "^7.24.8"
1000-
"@babel/helper-environment-visitor" "^7.24.7"
1001-
"@babel/helper-function-name" "^7.24.7"
1002-
"@babel/helper-hoist-variables" "^7.24.7"
1003-
"@babel/helper-split-export-declaration" "^7.24.7"
1004-
"@babel/parser" "^7.24.8"
1005-
"@babel/types" "^7.24.8"
1005+
"@babel/generator" "^7.25.0"
1006+
"@babel/parser" "^7.25.3"
1007+
"@babel/template" "^7.25.0"
1008+
"@babel/types" "^7.25.2"
10061009
debug "^4.3.1"
10071010
globals "^11.1.0"
10081011

1009-
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1010-
version "7.24.9"
1011-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73"
1012-
integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==
1012+
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.24.7", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1013+
version "7.25.2"
1014+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
1015+
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
10131016
dependencies:
10141017
"@babel/helper-string-parser" "^7.24.8"
10151018
"@babel/helper-validator-identifier" "^7.24.7"

0 commit comments

Comments
 (0)