Skip to content

Commit 46462cd

Browse files
Bump @babel/core from 7.24.4 to 7.25.2 in /assets (#22)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.4 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 b96d81d commit 46462cd

File tree

3 files changed

+42
-173
lines changed

3 files changed

+42
-173
lines changed

assets/package-lock.json

Lines changed: 18 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@babel/cli": "^7.25",
28-
"@babel/core": "^7.12",
28+
"@babel/core": "^7.25",
2929
"@babel/plugin-transform-class-properties": "^7.25.4",
3030
"@babel/preset-env": "^7.25.4",
3131
"@hotwired/stimulus": "^3.0"

assets/yarn.lock

Lines changed: 23 additions & 153 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@
2626
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
2727
chokidar "^3.6.0"
2828

29-
"@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.1", "@babel/code-frame@^7.24.2":
30-
version "7.24.2"
31-
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz"
32-
integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
33-
dependencies:
34-
"@babel/highlight" "^7.24.2"
35-
picocolors "^1.0.0"
36-
3729
"@babel/code-frame@^7.24.7":
3830
version "7.24.7"
3931
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
@@ -47,38 +39,28 @@
4739
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb"
4840
integrity sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==
4941

50-
"@babel/core@^7.12":
51-
version "7.24.4"
52-
resolved "https://registry.npmjs.org/@babel/core/-/core-7.24.4.tgz"
53-
integrity sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==
42+
"@babel/core@^7.25":
43+
version "7.25.2"
44+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
45+
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
5446
dependencies:
5547
"@ampproject/remapping" "^2.2.0"
56-
"@babel/code-frame" "^7.24.2"
57-
"@babel/generator" "^7.24.4"
58-
"@babel/helper-compilation-targets" "^7.23.6"
59-
"@babel/helper-module-transforms" "^7.23.3"
60-
"@babel/helpers" "^7.24.4"
61-
"@babel/parser" "^7.24.4"
62-
"@babel/template" "^7.24.0"
63-
"@babel/traverse" "^7.24.1"
64-
"@babel/types" "^7.24.0"
48+
"@babel/code-frame" "^7.24.7"
49+
"@babel/generator" "^7.25.0"
50+
"@babel/helper-compilation-targets" "^7.25.2"
51+
"@babel/helper-module-transforms" "^7.25.2"
52+
"@babel/helpers" "^7.25.0"
53+
"@babel/parser" "^7.25.0"
54+
"@babel/template" "^7.25.0"
55+
"@babel/traverse" "^7.25.2"
56+
"@babel/types" "^7.25.2"
6557
convert-source-map "^2.0.0"
6658
debug "^4.1.0"
6759
gensync "^1.0.0-beta.2"
6860
json5 "^2.2.3"
6961
semver "^6.3.1"
7062

71-
"@babel/generator@^7.24.1", "@babel/generator@^7.24.4":
72-
version "7.24.4"
73-
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.24.4.tgz"
74-
integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==
75-
dependencies:
76-
"@babel/types" "^7.24.0"
77-
"@jridgewell/gen-mapping" "^0.3.5"
78-
"@jridgewell/trace-mapping" "^0.3.25"
79-
jsesc "^2.5.1"
80-
81-
"@babel/generator@^7.25.6":
63+
"@babel/generator@^7.25.0", "@babel/generator@^7.25.6":
8264
version "7.25.6"
8365
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.6.tgz#0df1ad8cb32fe4d2b01d8bf437f153d19342a87c"
8466
integrity sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==
@@ -110,7 +92,7 @@
11092
"@babel/traverse" "^7.24.7"
11193
"@babel/types" "^7.24.7"
11294

113-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6", "@babel/helper-compilation-targets@^7.24.7", "@babel/helper-compilation-targets@^7.24.8", "@babel/helper-compilation-targets@^7.25.2":
95+
"@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":
11496
version "7.25.2"
11597
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
11698
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
@@ -174,26 +156,6 @@
174156
lodash.debounce "^4.0.8"
175157
resolve "^1.14.2"
176158

177-
"@babel/helper-environment-visitor@^7.22.20":
178-
version "7.22.20"
179-
resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz"
180-
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
181-
182-
"@babel/helper-function-name@^7.23.0":
183-
version "7.23.0"
184-
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz"
185-
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
186-
dependencies:
187-
"@babel/template" "^7.22.15"
188-
"@babel/types" "^7.23.0"
189-
190-
"@babel/helper-hoist-variables@^7.22.5":
191-
version "7.22.5"
192-
resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz"
193-
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
194-
dependencies:
195-
"@babel/types" "^7.22.5"
196-
197159
"@babel/helper-member-expression-to-functions@^7.24.8":
198160
version "7.24.8"
199161
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz#6155e079c913357d24a4c20480db7c712a5c3fb6"
@@ -202,13 +164,6 @@
202164
"@babel/traverse" "^7.24.8"
203165
"@babel/types" "^7.24.8"
204166

205-
"@babel/helper-module-imports@^7.22.15":
206-
version "7.24.3"
207-
resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz"
208-
integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==
209-
dependencies:
210-
"@babel/types" "^7.24.0"
211-
212167
"@babel/helper-module-imports@^7.24.7":
213168
version "7.24.7"
214169
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b"
@@ -217,18 +172,7 @@
217172
"@babel/traverse" "^7.24.7"
218173
"@babel/types" "^7.24.7"
219174

220-
"@babel/helper-module-transforms@^7.23.3":
221-
version "7.23.3"
222-
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz"
223-
integrity sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==
224-
dependencies:
225-
"@babel/helper-environment-visitor" "^7.22.20"
226-
"@babel/helper-module-imports" "^7.22.15"
227-
"@babel/helper-simple-access" "^7.22.5"
228-
"@babel/helper-split-export-declaration" "^7.22.6"
229-
"@babel/helper-validator-identifier" "^7.22.20"
230-
231-
"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.25.0":
175+
"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.25.0", "@babel/helper-module-transforms@^7.25.2":
232176
version "7.25.2"
233177
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6"
234178
integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
@@ -268,13 +212,6 @@
268212
"@babel/helper-optimise-call-expression" "^7.24.7"
269213
"@babel/traverse" "^7.25.0"
270214

271-
"@babel/helper-simple-access@^7.22.5":
272-
version "7.22.5"
273-
resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz"
274-
integrity sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==
275-
dependencies:
276-
"@babel/types" "^7.22.5"
277-
278215
"@babel/helper-simple-access@^7.24.7":
279216
version "7.24.7"
280217
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3"
@@ -291,28 +228,11 @@
291228
"@babel/traverse" "^7.24.7"
292229
"@babel/types" "^7.24.7"
293230

294-
"@babel/helper-split-export-declaration@^7.22.6":
295-
version "7.22.6"
296-
resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz"
297-
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
298-
dependencies:
299-
"@babel/types" "^7.22.5"
300-
301-
"@babel/helper-string-parser@^7.23.4":
302-
version "7.24.1"
303-
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz"
304-
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
305-
306231
"@babel/helper-string-parser@^7.24.8":
307232
version "7.24.8"
308233
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
309234
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
310235

311-
"@babel/helper-validator-identifier@^7.22.20":
312-
version "7.22.20"
313-
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz"
314-
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
315-
316236
"@babel/helper-validator-identifier@^7.24.7":
317237
version "7.24.7"
318238
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
@@ -332,24 +252,13 @@
332252
"@babel/traverse" "^7.25.0"
333253
"@babel/types" "^7.25.0"
334254

335-
"@babel/helpers@^7.24.4":
336-
version "7.24.4"
337-
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.4.tgz"
338-
integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==
339-
dependencies:
340-
"@babel/template" "^7.24.0"
341-
"@babel/traverse" "^7.24.1"
342-
"@babel/types" "^7.24.0"
343-
344-
"@babel/highlight@^7.24.2":
345-
version "7.24.2"
346-
resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz"
347-
integrity sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==
255+
"@babel/helpers@^7.25.0":
256+
version "7.25.6"
257+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.6.tgz#57ee60141829ba2e102f30711ffe3afab357cc60"
258+
integrity sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==
348259
dependencies:
349-
"@babel/helper-validator-identifier" "^7.22.20"
350-
chalk "^2.4.2"
351-
js-tokens "^4.0.0"
352-
picocolors "^1.0.0"
260+
"@babel/template" "^7.25.0"
261+
"@babel/types" "^7.25.6"
353262

354263
"@babel/highlight@^7.24.7":
355264
version "7.24.7"
@@ -361,11 +270,6 @@
361270
js-tokens "^4.0.0"
362271
picocolors "^1.0.0"
363272

364-
"@babel/parser@^7.24.0", "@babel/parser@^7.24.1", "@babel/parser@^7.24.4":
365-
version "7.24.4"
366-
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.24.4.tgz"
367-
integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==
368-
369273
"@babel/parser@^7.25.0", "@babel/parser@^7.25.6":
370274
version "7.25.6"
371275
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.6.tgz#85660c5ef388cbbf6e3d2a694ee97a38f18afe2f"
@@ -1047,15 +951,6 @@
1047951
dependencies:
1048952
regenerator-runtime "^0.14.0"
1049953

1050-
"@babel/template@^7.22.15", "@babel/template@^7.24.0":
1051-
version "7.24.0"
1052-
resolved "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz"
1053-
integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
1054-
dependencies:
1055-
"@babel/code-frame" "^7.23.5"
1056-
"@babel/parser" "^7.24.0"
1057-
"@babel/types" "^7.24.0"
1058-
1059954
"@babel/template@^7.24.7", "@babel/template@^7.25.0":
1060955
version "7.25.0"
1061956
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a"
@@ -1065,22 +960,6 @@
1065960
"@babel/parser" "^7.25.0"
1066961
"@babel/types" "^7.25.0"
1067962

1068-
"@babel/traverse@^7.24.1":
1069-
version "7.24.1"
1070-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.1.tgz"
1071-
integrity sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==
1072-
dependencies:
1073-
"@babel/code-frame" "^7.24.1"
1074-
"@babel/generator" "^7.24.1"
1075-
"@babel/helper-environment-visitor" "^7.22.20"
1076-
"@babel/helper-function-name" "^7.23.0"
1077-
"@babel/helper-hoist-variables" "^7.22.5"
1078-
"@babel/helper-split-export-declaration" "^7.22.6"
1079-
"@babel/parser" "^7.24.1"
1080-
"@babel/types" "^7.24.0"
1081-
debug "^4.3.1"
1082-
globals "^11.1.0"
1083-
1084963
"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3", "@babel/traverse@^7.25.4":
1085964
version "7.25.6"
1086965
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.6.tgz#04fad980e444f182ecf1520504941940a90fea41"
@@ -1094,16 +973,7 @@
1094973
debug "^4.3.1"
1095974
globals "^11.1.0"
1096975

1097-
"@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.4.4":
1098-
version "7.24.0"
1099-
resolved "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz"
1100-
integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==
1101-
dependencies:
1102-
"@babel/helper-string-parser" "^7.23.4"
1103-
"@babel/helper-validator-identifier" "^7.22.20"
1104-
to-fast-properties "^2.0.0"
1105-
1106-
"@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.6":
976+
"@babel/types@^7.22.5", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.25.6", "@babel/types@^7.4.4":
1107977
version "7.25.6"
1108978
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.6.tgz#893942ddb858f32ae7a004ec9d3a76b3463ef8e6"
1109979
integrity sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==

0 commit comments

Comments
 (0)