Skip to content

Commit db74d78

Browse files
chore(deps): update dependency @babel/preset-env to v7.28.3 (#1632)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bea0075 commit db74d78

File tree

2 files changed

+80
-28
lines changed

2 files changed

+80
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"prepare": "husky install"
4949
},
5050
"devDependencies": {
51-
"@babel/preset-env": "7.28.0",
51+
"@babel/preset-env": "7.28.3",
5252
"@rollup/plugin-babel": "6.0.4",
5353
"@rollup/plugin-node-resolve": "16.0.1",
5454
"@types/jest": "29.5.14",

yarn.lock

Lines changed: 79 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,17 @@
118118
"@jridgewell/trace-mapping" "^0.3.28"
119119
jsesc "^3.0.2"
120120

121+
"@babel/generator@^7.28.3":
122+
version "7.28.3"
123+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
124+
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
125+
dependencies:
126+
"@babel/parser" "^7.28.3"
127+
"@babel/types" "^7.28.2"
128+
"@jridgewell/gen-mapping" "^0.3.12"
129+
"@jridgewell/trace-mapping" "^0.3.28"
130+
jsesc "^3.0.2"
131+
121132
"@babel/helper-annotate-as-pure@^7.22.5":
122133
version "7.22.5"
123134
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -185,6 +196,19 @@
185196
"@babel/traverse" "^7.27.1"
186197
semver "^6.3.1"
187198

199+
"@babel/helper-create-class-features-plugin@^7.28.3":
200+
version "7.28.3"
201+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46"
202+
integrity sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==
203+
dependencies:
204+
"@babel/helper-annotate-as-pure" "^7.27.3"
205+
"@babel/helper-member-expression-to-functions" "^7.27.1"
206+
"@babel/helper-optimise-call-expression" "^7.27.1"
207+
"@babel/helper-replace-supers" "^7.27.1"
208+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
209+
"@babel/traverse" "^7.28.3"
210+
semver "^6.3.1"
211+
188212
"@babel/helper-create-regexp-features-plugin@^7.18.6":
189213
version "7.22.9"
190214
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.9.tgz#9d8e61a8d9366fe66198f57c40565663de0825f6"
@@ -420,6 +444,13 @@
420444
dependencies:
421445
"@babel/types" "^7.28.0"
422446

447+
"@babel/parser@^7.28.3":
448+
version "7.28.3"
449+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
450+
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
451+
dependencies:
452+
"@babel/types" "^7.28.2"
453+
423454
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
424455
version "7.27.1"
425456
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
@@ -451,13 +482,13 @@
451482
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
452483
"@babel/plugin-transform-optional-chaining" "^7.27.1"
453484

454-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.27.1":
455-
version "7.27.1"
456-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.27.1.tgz#bb1c25af34d75115ce229a1de7fa44bf8f955670"
457-
integrity sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==
485+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.28.3":
486+
version "7.28.3"
487+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz#373f6e2de0016f73caf8f27004f61d167743742a"
488+
integrity sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==
458489
dependencies:
459490
"@babel/helper-plugin-utils" "^7.27.1"
460-
"@babel/traverse" "^7.27.1"
491+
"@babel/traverse" "^7.28.3"
461492

462493
"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
463494
version "7.21.0-placeholder-for-preset-env.2"
@@ -631,25 +662,25 @@
631662
"@babel/helper-create-class-features-plugin" "^7.27.1"
632663
"@babel/helper-plugin-utils" "^7.27.1"
633664

634-
"@babel/plugin-transform-class-static-block@^7.27.1":
635-
version "7.27.1"
636-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz#7e920d5625b25bbccd3061aefbcc05805ed56ce4"
637-
integrity sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==
665+
"@babel/plugin-transform-class-static-block@^7.28.3":
666+
version "7.28.3"
667+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz#d1b8e69b54c9993bc558203e1f49bfc979bfd852"
668+
integrity sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==
638669
dependencies:
639-
"@babel/helper-create-class-features-plugin" "^7.27.1"
670+
"@babel/helper-create-class-features-plugin" "^7.28.3"
640671
"@babel/helper-plugin-utils" "^7.27.1"
641672

642-
"@babel/plugin-transform-classes@^7.28.0":
643-
version "7.28.0"
644-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz#12fa46cffc32a6e084011b650539e880add8a0f8"
645-
integrity sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==
673+
"@babel/plugin-transform-classes@^7.28.3":
674+
version "7.28.3"
675+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a"
676+
integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg==
646677
dependencies:
647678
"@babel/helper-annotate-as-pure" "^7.27.3"
648679
"@babel/helper-compilation-targets" "^7.27.2"
649680
"@babel/helper-globals" "^7.28.0"
650681
"@babel/helper-plugin-utils" "^7.27.1"
651682
"@babel/helper-replace-supers" "^7.27.1"
652-
"@babel/traverse" "^7.28.0"
683+
"@babel/traverse" "^7.28.3"
653684

654685
"@babel/plugin-transform-computed-properties@^7.27.1":
655686
version "7.27.1"
@@ -892,10 +923,10 @@
892923
dependencies:
893924
"@babel/helper-plugin-utils" "^7.27.1"
894925

895-
"@babel/plugin-transform-regenerator@^7.28.0":
896-
version "7.28.0"
897-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.0.tgz#f19ca3558f7121924fc4ba6cd2afe3a5cdac89b1"
898-
integrity sha512-LOAozRVbqxEVjSKfhGnuLoE4Kz4Oc5UJzuvFUhSsQzdCdaAQu06mG8zDv2GFSerM62nImUZ7K92vxnQcLSDlCQ==
926+
"@babel/plugin-transform-regenerator@^7.28.3":
927+
version "7.28.3"
928+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344"
929+
integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A==
899930
dependencies:
900931
"@babel/helper-plugin-utils" "^7.27.1"
901932

@@ -981,10 +1012,10 @@
9811012
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
9821013
"@babel/helper-plugin-utils" "^7.27.1"
9831014

984-
"@babel/[email protected].0":
985-
version "7.28.0"
986-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.0.tgz#d23a6bc17b43227d11db77081a0779c706b5569c"
987-
integrity sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==
1015+
"@babel/[email protected].3":
1016+
version "7.28.3"
1017+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
1018+
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
9881019
dependencies:
9891020
"@babel/compat-data" "^7.28.0"
9901021
"@babel/helper-compilation-targets" "^7.27.2"
@@ -994,7 +1025,7 @@
9941025
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
9951026
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
9961027
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
997-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.27.1"
1028+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.3"
9981029
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
9991030
"@babel/plugin-syntax-import-assertions" "^7.27.1"
10001031
"@babel/plugin-syntax-import-attributes" "^7.27.1"
@@ -1005,8 +1036,8 @@
10051036
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
10061037
"@babel/plugin-transform-block-scoping" "^7.28.0"
10071038
"@babel/plugin-transform-class-properties" "^7.27.1"
1008-
"@babel/plugin-transform-class-static-block" "^7.27.1"
1009-
"@babel/plugin-transform-classes" "^7.28.0"
1039+
"@babel/plugin-transform-class-static-block" "^7.28.3"
1040+
"@babel/plugin-transform-classes" "^7.28.3"
10101041
"@babel/plugin-transform-computed-properties" "^7.27.1"
10111042
"@babel/plugin-transform-destructuring" "^7.28.0"
10121043
"@babel/plugin-transform-dotall-regex" "^7.27.1"
@@ -1038,7 +1069,7 @@
10381069
"@babel/plugin-transform-private-methods" "^7.27.1"
10391070
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
10401071
"@babel/plugin-transform-property-literals" "^7.27.1"
1041-
"@babel/plugin-transform-regenerator" "^7.28.0"
1072+
"@babel/plugin-transform-regenerator" "^7.28.3"
10421073
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
10431074
"@babel/plugin-transform-reserved-words" "^7.27.1"
10441075
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -1140,6 +1171,19 @@
11401171
"@babel/types" "^7.28.0"
11411172
debug "^4.3.1"
11421173

1174+
"@babel/traverse@^7.28.3":
1175+
version "7.28.3"
1176+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
1177+
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
1178+
dependencies:
1179+
"@babel/code-frame" "^7.27.1"
1180+
"@babel/generator" "^7.28.3"
1181+
"@babel/helper-globals" "^7.28.0"
1182+
"@babel/parser" "^7.28.3"
1183+
"@babel/template" "^7.27.2"
1184+
"@babel/types" "^7.28.2"
1185+
debug "^4.3.1"
1186+
11431187
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
11441188
version "7.22.5"
11451189
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
@@ -1165,6 +1209,14 @@
11651209
"@babel/helper-string-parser" "^7.27.1"
11661210
"@babel/helper-validator-identifier" "^7.27.1"
11671211

1212+
"@babel/types@^7.28.2":
1213+
version "7.28.2"
1214+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
1215+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
1216+
dependencies:
1217+
"@babel/helper-string-parser" "^7.27.1"
1218+
"@babel/helper-validator-identifier" "^7.27.1"
1219+
11681220
"@bcoe/v8-coverage@^0.2.3":
11691221
version "0.2.3"
11701222
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)