Skip to content

Commit bbe1724

Browse files
build(deps-dev): bump @babel/core from 7.25.2 to 7.25.7 (#1597)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.25.2 to 7.25.7. - [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.7/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 b7e662e commit bbe1724

2 files changed

Lines changed: 26 additions & 133 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.25.2",
38+
"@babel/core": "^7.25.7",
3939
"@babel/preset-env": "^7.25.7",
4040
"@testing-library/jest-dom": "^5.17.0",
4141
"autoprefixer": "^10.4.20",

yarn.lock

Lines changed: 25 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +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.24.7":
24-
version "7.24.7"
25-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
26-
integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
27-
dependencies:
28-
"@babel/highlight" "^7.24.7"
29-
picocolors "^1.0.0"
30-
31-
"@babel/code-frame@^7.25.7":
23+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.25.7":
3224
version "7.25.7"
3325
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7"
3426
integrity sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==
@@ -41,38 +33,28 @@
4133
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.7.tgz#b8479fe0018ef0ac87b6b7a5c6916fcd67ae2c9c"
4234
integrity sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw==
4335

44-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.25.2":
45-
version "7.25.2"
46-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
47-
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
36+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.25.7":
37+
version "7.25.7"
38+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.7.tgz#1b3d144157575daf132a3bc80b2b18e6e3ca6ece"
39+
integrity sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow==
4840
dependencies:
4941
"@ampproject/remapping" "^2.2.0"
50-
"@babel/code-frame" "^7.24.7"
51-
"@babel/generator" "^7.25.0"
52-
"@babel/helper-compilation-targets" "^7.25.2"
53-
"@babel/helper-module-transforms" "^7.25.2"
54-
"@babel/helpers" "^7.25.0"
55-
"@babel/parser" "^7.25.0"
56-
"@babel/template" "^7.25.0"
57-
"@babel/traverse" "^7.25.2"
58-
"@babel/types" "^7.25.2"
42+
"@babel/code-frame" "^7.25.7"
43+
"@babel/generator" "^7.25.7"
44+
"@babel/helper-compilation-targets" "^7.25.7"
45+
"@babel/helper-module-transforms" "^7.25.7"
46+
"@babel/helpers" "^7.25.7"
47+
"@babel/parser" "^7.25.7"
48+
"@babel/template" "^7.25.7"
49+
"@babel/traverse" "^7.25.7"
50+
"@babel/types" "^7.25.7"
5951
convert-source-map "^2.0.0"
6052
debug "^4.1.0"
6153
gensync "^1.0.0-beta.2"
6254
json5 "^2.2.3"
6355
semver "^6.3.1"
6456

65-
"@babel/generator@^7.25.0", "@babel/generator@^7.7.2":
66-
version "7.25.0"
67-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e"
68-
integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==
69-
dependencies:
70-
"@babel/types" "^7.25.0"
71-
"@jridgewell/gen-mapping" "^0.3.5"
72-
"@jridgewell/trace-mapping" "^0.3.25"
73-
jsesc "^2.5.1"
74-
75-
"@babel/generator@^7.25.7":
57+
"@babel/generator@^7.25.7", "@babel/generator@^7.7.2":
7658
version "7.25.7"
7759
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.7.tgz#de86acbeb975a3e11ee92dd52223e6b03b479c56"
7860
integrity sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==
@@ -104,7 +86,7 @@
10486
"@babel/traverse" "^7.25.7"
10587
"@babel/types" "^7.25.7"
10688

107-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.2", "@babel/helper-compilation-targets@^7.25.7":
89+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.7":
10890
version "7.25.7"
10991
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.7.tgz#11260ac3322dda0ef53edfae6e97b961449f5fa4"
11092
integrity sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==
@@ -182,14 +164,6 @@
182164
dependencies:
183165
"@babel/types" "^7.14.5"
184166

185-
"@babel/helper-module-imports@^7.24.7":
186-
version "7.24.7"
187-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b"
188-
integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==
189-
dependencies:
190-
"@babel/traverse" "^7.24.7"
191-
"@babel/types" "^7.24.7"
192-
193167
"@babel/helper-module-imports@^7.25.7":
194168
version "7.25.7"
195169
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz#dba00d9523539152906ba49263e36d7261040472"
@@ -198,16 +172,6 @@
198172
"@babel/traverse" "^7.25.7"
199173
"@babel/types" "^7.25.7"
200174

201-
"@babel/helper-module-transforms@^7.25.2":
202-
version "7.25.2"
203-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6"
204-
integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
205-
dependencies:
206-
"@babel/helper-module-imports" "^7.24.7"
207-
"@babel/helper-simple-access" "^7.24.7"
208-
"@babel/helper-validator-identifier" "^7.24.7"
209-
"@babel/traverse" "^7.25.2"
210-
211175
"@babel/helper-module-transforms@^7.25.7":
212176
version "7.25.7"
213177
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz#2ac9372c5e001b19bc62f1fe7d96a18cb0901d1a"
@@ -248,14 +212,6 @@
248212
"@babel/helper-optimise-call-expression" "^7.25.7"
249213
"@babel/traverse" "^7.25.7"
250214

251-
"@babel/helper-simple-access@^7.24.7":
252-
version "7.24.7"
253-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3"
254-
integrity sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==
255-
dependencies:
256-
"@babel/traverse" "^7.24.7"
257-
"@babel/types" "^7.24.7"
258-
259215
"@babel/helper-simple-access@^7.25.7":
260216
version "7.25.7"
261217
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz#5eb9f6a60c5d6b2e0f76057004f8dacbddfae1c0"
@@ -272,21 +228,11 @@
272228
"@babel/traverse" "^7.25.7"
273229
"@babel/types" "^7.25.7"
274230

275-
"@babel/helper-string-parser@^7.24.8":
276-
version "7.24.8"
277-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
278-
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
279-
280231
"@babel/helper-string-parser@^7.25.7":
281232
version "7.25.7"
282233
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
283234
integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
284235

285-
"@babel/helper-validator-identifier@^7.24.7":
286-
version "7.24.7"
287-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
288-
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
289-
290236
"@babel/helper-validator-identifier@^7.25.7":
291237
version "7.25.7"
292238
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
@@ -306,23 +252,13 @@
306252
"@babel/traverse" "^7.25.7"
307253
"@babel/types" "^7.25.7"
308254

309-
"@babel/helpers@^7.25.0":
310-
version "7.25.0"
311-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a"
312-
integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==
313-
dependencies:
314-
"@babel/template" "^7.25.0"
315-
"@babel/types" "^7.25.0"
316-
317-
"@babel/highlight@^7.24.7":
318-
version "7.24.7"
319-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d"
320-
integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==
255+
"@babel/helpers@^7.25.7":
256+
version "7.25.7"
257+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.7.tgz#091b52cb697a171fe0136ab62e54e407211f09c2"
258+
integrity sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==
321259
dependencies:
322-
"@babel/helper-validator-identifier" "^7.24.7"
323-
chalk "^2.4.2"
324-
js-tokens "^4.0.0"
325-
picocolors "^1.0.0"
260+
"@babel/template" "^7.25.7"
261+
"@babel/types" "^7.25.7"
326262

327263
"@babel/highlight@^7.25.7":
328264
version "7.25.7"
@@ -334,14 +270,7 @@
334270
js-tokens "^4.0.0"
335271
picocolors "^1.0.0"
336272

337-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3":
338-
version "7.25.3"
339-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065"
340-
integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
341-
dependencies:
342-
"@babel/types" "^7.25.2"
343-
344-
"@babel/parser@^7.25.7":
273+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.7":
345274
version "7.25.7"
346275
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.7.tgz#99b927720f4ddbfeb8cd195a363ed4532f87c590"
347276
integrity sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw==
@@ -1038,16 +967,7 @@
1038967
dependencies:
1039968
regenerator-runtime "^0.13.4"
1040969

1041-
"@babel/template@^7.25.0", "@babel/template@^7.3.3":
1042-
version "7.25.0"
1043-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a"
1044-
integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==
1045-
dependencies:
1046-
"@babel/code-frame" "^7.24.7"
1047-
"@babel/parser" "^7.25.0"
1048-
"@babel/types" "^7.25.0"
1049-
1050-
"@babel/template@^7.25.7":
970+
"@babel/template@^7.25.7", "@babel/template@^7.3.3":
1051971
version "7.25.7"
1052972
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.7.tgz#27f69ce382855d915b14ab0fe5fb4cbf88fa0769"
1053973
integrity sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==
@@ -1056,19 +976,6 @@
1056976
"@babel/parser" "^7.25.7"
1057977
"@babel/types" "^7.25.7"
1058978

1059-
"@babel/traverse@^7.24.7", "@babel/traverse@^7.25.2":
1060-
version "7.25.3"
1061-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490"
1062-
integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==
1063-
dependencies:
1064-
"@babel/code-frame" "^7.24.7"
1065-
"@babel/generator" "^7.25.0"
1066-
"@babel/parser" "^7.25.3"
1067-
"@babel/template" "^7.25.0"
1068-
"@babel/types" "^7.25.2"
1069-
debug "^4.3.1"
1070-
globals "^11.1.0"
1071-
1072979
"@babel/traverse@^7.25.7":
1073980
version "7.25.7"
1074981
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8"
@@ -1082,16 +989,7 @@
1082989
debug "^4.3.1"
1083990
globals "^11.1.0"
1084991

1085-
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@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":
1086-
version "7.25.2"
1087-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
1088-
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
1089-
dependencies:
1090-
"@babel/helper-string-parser" "^7.24.8"
1091-
"@babel/helper-validator-identifier" "^7.24.7"
1092-
to-fast-properties "^2.0.0"
1093-
1094-
"@babel/types@^7.25.7":
992+
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.25.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1095993
version "7.25.7"
1096994
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.7.tgz#1b7725c1d3a59f328cb700ce704c46371e6eef9b"
1097995
integrity sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ==
@@ -6704,11 +6602,6 @@ jsdom@^22.1.0:
67046602
ws "^8.13.0"
67056603
xml-name-validator "^4.0.0"
67066604

6707-
jsesc@^2.5.1:
6708-
version "2.5.2"
6709-
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
6710-
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
6711-
67126605
jsesc@^3.0.2, jsesc@~3.0.2:
67136606
version "3.0.2"
67146607
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e"

0 commit comments

Comments
 (0)