Skip to content

Commit e81b993

Browse files
chore(deps-dev): bump @babel/plugin-transform-modules-commonjs
Bumps [@babel/plugin-transform-modules-commonjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-commonjs) from 7.24.7 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-plugin-transform-modules-commonjs) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-modules-commonjs" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ecf23a4 commit e81b993

File tree

2 files changed

+115
-27
lines changed

2 files changed

+115
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@babel/core": "^7.24",
2828
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
29-
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
29+
"@babel/plugin-transform-modules-commonjs": "^7.25.7",
3030
"@babel/preset-env": "^7.24.7",
3131
"@faker-js/faker": "^8.4.1",
3232
"@vue/compat": "^3.4.31",

yarn.lock

Lines changed: 114 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
"@babel/highlight" "^7.24.7"
2626
picocolors "^1.0.0"
2727

28+
"@babel/code-frame@^7.25.7":
29+
version "7.25.7"
30+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7"
31+
integrity sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==
32+
dependencies:
33+
"@babel/highlight" "^7.25.7"
34+
picocolors "^1.0.0"
35+
2836
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.7":
2937
version "7.24.7"
3038
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
@@ -61,6 +69,16 @@
6169
"@jridgewell/trace-mapping" "^0.3.25"
6270
jsesc "^2.5.1"
6371

72+
"@babel/generator@^7.25.7":
73+
version "7.25.7"
74+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.7.tgz#de86acbeb975a3e11ee92dd52223e6b03b479c56"
75+
integrity sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==
76+
dependencies:
77+
"@babel/types" "^7.25.7"
78+
"@jridgewell/gen-mapping" "^0.3.5"
79+
"@jridgewell/trace-mapping" "^0.3.25"
80+
jsesc "^3.0.2"
81+
6482
"@babel/helper-annotate-as-pure@^7.22.5":
6583
version "7.22.5"
6684
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -176,16 +194,23 @@
176194
"@babel/traverse" "^7.24.7"
177195
"@babel/types" "^7.24.7"
178196

179-
"@babel/helper-module-transforms@^7.24.7":
180-
version "7.24.7"
181-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz#31b6c9a2930679498db65b685b1698bfd6c7daf8"
182-
integrity sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==
197+
"@babel/helper-module-imports@^7.25.7":
198+
version "7.25.7"
199+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz#dba00d9523539152906ba49263e36d7261040472"
200+
integrity sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==
183201
dependencies:
184-
"@babel/helper-environment-visitor" "^7.24.7"
185-
"@babel/helper-module-imports" "^7.24.7"
186-
"@babel/helper-simple-access" "^7.24.7"
187-
"@babel/helper-split-export-declaration" "^7.24.7"
188-
"@babel/helper-validator-identifier" "^7.24.7"
202+
"@babel/traverse" "^7.25.7"
203+
"@babel/types" "^7.25.7"
204+
205+
"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.25.7":
206+
version "7.25.7"
207+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz#2ac9372c5e001b19bc62f1fe7d96a18cb0901d1a"
208+
integrity sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==
209+
dependencies:
210+
"@babel/helper-module-imports" "^7.25.7"
211+
"@babel/helper-simple-access" "^7.25.7"
212+
"@babel/helper-validator-identifier" "^7.25.7"
213+
"@babel/traverse" "^7.25.7"
189214

190215
"@babel/helper-optimise-call-expression@^7.24.7":
191216
version "7.24.7"
@@ -194,10 +219,10 @@
194219
dependencies:
195220
"@babel/types" "^7.24.7"
196221

197-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
198-
version "7.24.7"
199-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.7.tgz#98c84fe6fe3d0d3ae7bfc3a5e166a46844feb2a0"
200-
integrity sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==
222+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.25.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
223+
version "7.25.7"
224+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.7.tgz#8ec5b21812d992e1ef88a9b068260537b6f0e36c"
225+
integrity sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==
201226

202227
"@babel/helper-remap-async-to-generator@^7.24.7":
203228
version "7.24.7"
@@ -217,13 +242,13 @@
217242
"@babel/helper-member-expression-to-functions" "^7.24.7"
218243
"@babel/helper-optimise-call-expression" "^7.24.7"
219244

220-
"@babel/helper-simple-access@^7.24.7":
221-
version "7.24.7"
222-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3"
223-
integrity sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==
245+
"@babel/helper-simple-access@^7.25.7":
246+
version "7.25.7"
247+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz#5eb9f6a60c5d6b2e0f76057004f8dacbddfae1c0"
248+
integrity sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==
224249
dependencies:
225-
"@babel/traverse" "^7.24.7"
226-
"@babel/types" "^7.24.7"
250+
"@babel/traverse" "^7.25.7"
251+
"@babel/types" "^7.25.7"
227252

228253
"@babel/helper-skip-transparent-expression-wrappers@^7.24.7":
229254
version "7.24.7"
@@ -245,6 +270,11 @@
245270
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2"
246271
integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
247272

273+
"@babel/helper-string-parser@^7.25.7":
274+
version "7.25.7"
275+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
276+
integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
277+
248278
"@babel/helper-validator-identifier@^7.12.11":
249279
version "7.12.11"
250280
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
@@ -255,6 +285,11 @@
255285
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
256286
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
257287

288+
"@babel/helper-validator-identifier@^7.25.7":
289+
version "7.25.7"
290+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
291+
integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
292+
258293
"@babel/helper-validator-option@^7.24.7":
259294
version "7.24.7"
260295
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz#24c3bb77c7a425d1742eec8fb433b5a1b38e62f6"
@@ -297,11 +332,28 @@
297332
js-tokens "^4.0.0"
298333
picocolors "^1.0.0"
299334

335+
"@babel/highlight@^7.25.7":
336+
version "7.25.7"
337+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.7.tgz#20383b5f442aa606e7b5e3043b0b1aafe9f37de5"
338+
integrity sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==
339+
dependencies:
340+
"@babel/helper-validator-identifier" "^7.25.7"
341+
chalk "^2.4.2"
342+
js-tokens "^4.0.0"
343+
picocolors "^1.0.0"
344+
300345
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.7":
301346
version "7.24.7"
302347
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
303348
integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
304349

350+
"@babel/parser@^7.25.7":
351+
version "7.25.7"
352+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.7.tgz#99b927720f4ddbfeb8cd195a363ed4532f87c590"
353+
integrity sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw==
354+
dependencies:
355+
"@babel/types" "^7.25.7"
356+
305357
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.7":
306358
version "7.24.7"
307359
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz#fd059fd27b184ea2b4c7e646868a9a381bbc3055"
@@ -678,14 +730,14 @@
678730
"@babel/helper-module-transforms" "^7.24.7"
679731
"@babel/helper-plugin-utils" "^7.24.7"
680732

681-
"@babel/plugin-transform-modules-commonjs@^7.2.0", "@babel/plugin-transform-modules-commonjs@^7.24.7":
682-
version "7.24.7"
683-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.7.tgz#9fd5f7fdadee9085886b183f1ad13d1ab260f4ab"
684-
integrity sha512-iFI8GDxtevHJ/Z22J5xQpVqFLlMNstcLXh994xifFwxxGslr2ZXXLWgtBeLctOD63UFDArdvN6Tg8RFw+aEmjQ==
733+
"@babel/plugin-transform-modules-commonjs@^7.2.0", "@babel/plugin-transform-modules-commonjs@^7.24.7", "@babel/plugin-transform-modules-commonjs@^7.25.7":
734+
version "7.25.7"
735+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.7.tgz#173f0c791bb7407c092ce6d77ee90eb3f2d1d2fd"
736+
integrity sha512-L9Gcahi0kKFYXvweO6n0wc3ZG1ChpSFdgG+eV1WYZ3/dGbJK7vvk91FgGgak8YwRgrCuihF8tE/Xg07EkL5COg==
685737
dependencies:
686-
"@babel/helper-module-transforms" "^7.24.7"
687-
"@babel/helper-plugin-utils" "^7.24.7"
688-
"@babel/helper-simple-access" "^7.24.7"
738+
"@babel/helper-module-transforms" "^7.25.7"
739+
"@babel/helper-plugin-utils" "^7.25.7"
740+
"@babel/helper-simple-access" "^7.25.7"
689741

690742
"@babel/plugin-transform-modules-systemjs@^7.24.7":
691743
version "7.24.7"
@@ -1009,6 +1061,15 @@
10091061
"@babel/parser" "^7.24.7"
10101062
"@babel/types" "^7.24.7"
10111063

1064+
"@babel/template@^7.25.7":
1065+
version "7.25.7"
1066+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.7.tgz#27f69ce382855d915b14ab0fe5fb4cbf88fa0769"
1067+
integrity sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==
1068+
dependencies:
1069+
"@babel/code-frame" "^7.25.7"
1070+
"@babel/parser" "^7.25.7"
1071+
"@babel/types" "^7.25.7"
1072+
10121073
"@babel/traverse@^7.24.7":
10131074
version "7.24.7"
10141075
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.7.tgz#de2b900163fa741721ba382163fe46a936c40cf5"
@@ -1025,6 +1086,19 @@
10251086
debug "^4.3.1"
10261087
globals "^11.1.0"
10271088

1089+
"@babel/traverse@^7.25.7":
1090+
version "7.25.7"
1091+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8"
1092+
integrity sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==
1093+
dependencies:
1094+
"@babel/code-frame" "^7.25.7"
1095+
"@babel/generator" "^7.25.7"
1096+
"@babel/parser" "^7.25.7"
1097+
"@babel/template" "^7.25.7"
1098+
"@babel/types" "^7.25.7"
1099+
debug "^4.3.1"
1100+
globals "^11.1.0"
1101+
10281102
"@babel/types@^7.0.0", "@babel/types@^7.22.5", "@babel/types@^7.24.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
10291103
version "7.24.7"
10301104
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2"
@@ -1034,6 +1108,15 @@
10341108
"@babel/helper-validator-identifier" "^7.24.7"
10351109
to-fast-properties "^2.0.0"
10361110

1111+
"@babel/types@^7.25.7":
1112+
version "7.25.7"
1113+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.7.tgz#1b7725c1d3a59f328cb700ce704c46371e6eef9b"
1114+
integrity sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ==
1115+
dependencies:
1116+
"@babel/helper-string-parser" "^7.25.7"
1117+
"@babel/helper-validator-identifier" "^7.25.7"
1118+
to-fast-properties "^2.0.0"
1119+
10371120
"@bcoe/v8-coverage@^0.2.3":
10381121
version "0.2.3"
10391122
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -4057,6 +4140,11 @@ jsesc@^2.5.1:
40574140
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
40584141
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
40594142

4143+
jsesc@^3.0.2:
4144+
version "3.0.2"
4145+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e"
4146+
integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==
4147+
40604148
jsesc@~0.5.0:
40614149
version "0.5.0"
40624150
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"

0 commit comments

Comments
 (0)