Skip to content

Commit acd0ee7

Browse files
chore(deps-dev): bump the dependencies group with 4 updates (#4526)
Bumps the dependencies group with 4 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register) and [webpack](https://github.com/webpack/webpack). Updates `@babel/core` from 7.28.0 to 7.28.3 - [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.28.3/packages/babel-core) Updates `@babel/preset-env` from 7.28.0 to 7.28.3 - [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.28.3/packages/babel-preset-env) Updates `@babel/register` from 7.27.1 to 7.28.3 - [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.28.3/packages/babel-register) Updates `webpack` from 5.101.1 to 5.101.2 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.101.1...v5.101.2) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@babel/preset-env" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@babel/register" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: webpack dependency-version: 5.101.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5aa3e6d commit acd0ee7

File tree

1 file changed

+88
-82
lines changed

1 file changed

+88
-82
lines changed

yarn.lock

Lines changed: 88 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -25,33 +25,33 @@
2525
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
2626

2727
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.25.2":
28-
version "7.28.0"
29-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
30-
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
28+
version "7.28.3"
29+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb"
30+
integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==
3131
dependencies:
3232
"@ampproject/remapping" "^2.2.0"
3333
"@babel/code-frame" "^7.27.1"
34-
"@babel/generator" "^7.28.0"
34+
"@babel/generator" "^7.28.3"
3535
"@babel/helper-compilation-targets" "^7.27.2"
36-
"@babel/helper-module-transforms" "^7.27.3"
37-
"@babel/helpers" "^7.27.6"
38-
"@babel/parser" "^7.28.0"
36+
"@babel/helper-module-transforms" "^7.28.3"
37+
"@babel/helpers" "^7.28.3"
38+
"@babel/parser" "^7.28.3"
3939
"@babel/template" "^7.27.2"
40-
"@babel/traverse" "^7.28.0"
41-
"@babel/types" "^7.28.0"
40+
"@babel/traverse" "^7.28.3"
41+
"@babel/types" "^7.28.2"
4242
convert-source-map "^2.0.0"
4343
debug "^4.1.0"
4444
gensync "^1.0.0-beta.2"
4545
json5 "^2.2.3"
4646
semver "^6.3.1"
4747

48-
"@babel/generator@^7.28.0", "@babel/generator@^7.7.2":
49-
version "7.28.0"
50-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
51-
integrity sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==
48+
"@babel/generator@^7.28.3", "@babel/generator@^7.7.2":
49+
version "7.28.3"
50+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
51+
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
5252
dependencies:
53-
"@babel/parser" "^7.28.0"
54-
"@babel/types" "^7.28.0"
53+
"@babel/parser" "^7.28.3"
54+
"@babel/types" "^7.28.2"
5555
"@jridgewell/gen-mapping" "^0.3.12"
5656
"@jridgewell/trace-mapping" "^0.3.28"
5757
jsesc "^3.0.2"
@@ -87,6 +87,19 @@
8787
"@babel/traverse" "^7.27.1"
8888
semver "^6.3.1"
8989

90+
"@babel/helper-create-class-features-plugin@^7.28.3":
91+
version "7.28.3"
92+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46"
93+
integrity sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==
94+
dependencies:
95+
"@babel/helper-annotate-as-pure" "^7.27.3"
96+
"@babel/helper-member-expression-to-functions" "^7.27.1"
97+
"@babel/helper-optimise-call-expression" "^7.27.1"
98+
"@babel/helper-replace-supers" "^7.27.1"
99+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
100+
"@babel/traverse" "^7.28.3"
101+
semver "^6.3.1"
102+
90103
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.27.1":
91104
version "7.27.1"
92105
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz#05b0882d97ba1d4d03519e4bce615d70afa18c53"
@@ -128,14 +141,14 @@
128141
"@babel/traverse" "^7.27.1"
129142
"@babel/types" "^7.27.1"
130143

131-
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.27.3":
132-
version "7.27.3"
133-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
134-
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
144+
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3":
145+
version "7.28.3"
146+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
147+
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
135148
dependencies:
136149
"@babel/helper-module-imports" "^7.27.1"
137150
"@babel/helper-validator-identifier" "^7.27.1"
138-
"@babel/traverse" "^7.27.3"
151+
"@babel/traverse" "^7.28.3"
139152

140153
"@babel/helper-optimise-call-expression@^7.27.1":
141154
version "7.27.1"
@@ -199,20 +212,20 @@
199212
"@babel/traverse" "^7.27.1"
200213
"@babel/types" "^7.27.1"
201214

202-
"@babel/helpers@^7.27.6":
203-
version "7.27.6"
204-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
205-
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
215+
"@babel/helpers@^7.28.3":
216+
version "7.28.3"
217+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441"
218+
integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==
206219
dependencies:
207220
"@babel/template" "^7.27.2"
208-
"@babel/types" "^7.27.6"
221+
"@babel/types" "^7.28.2"
209222

210-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.0":
211-
version "7.28.0"
212-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
213-
integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
223+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3":
224+
version "7.28.3"
225+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
226+
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
214227
dependencies:
215-
"@babel/types" "^7.28.0"
228+
"@babel/types" "^7.28.2"
216229

217230
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
218231
version "7.27.1"
@@ -245,13 +258,13 @@
245258
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
246259
"@babel/plugin-transform-optional-chaining" "^7.27.1"
247260

248-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.27.1":
249-
version "7.27.1"
250-
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"
251-
integrity sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==
261+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.28.3":
262+
version "7.28.3"
263+
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"
264+
integrity sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==
252265
dependencies:
253266
"@babel/helper-plugin-utils" "^7.27.1"
254-
"@babel/traverse" "^7.27.1"
267+
"@babel/traverse" "^7.28.3"
255268

256269
"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
257270
version "7.21.0-placeholder-for-preset-env.2"
@@ -439,25 +452,25 @@
439452
"@babel/helper-create-class-features-plugin" "^7.27.1"
440453
"@babel/helper-plugin-utils" "^7.27.1"
441454

442-
"@babel/plugin-transform-class-static-block@^7.27.1":
443-
version "7.27.1"
444-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz#7e920d5625b25bbccd3061aefbcc05805ed56ce4"
445-
integrity sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==
455+
"@babel/plugin-transform-class-static-block@^7.28.3":
456+
version "7.28.3"
457+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz#d1b8e69b54c9993bc558203e1f49bfc979bfd852"
458+
integrity sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==
446459
dependencies:
447-
"@babel/helper-create-class-features-plugin" "^7.27.1"
460+
"@babel/helper-create-class-features-plugin" "^7.28.3"
448461
"@babel/helper-plugin-utils" "^7.27.1"
449462

450-
"@babel/plugin-transform-classes@^7.28.0":
451-
version "7.28.0"
452-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz#12fa46cffc32a6e084011b650539e880add8a0f8"
453-
integrity sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==
463+
"@babel/plugin-transform-classes@^7.28.3":
464+
version "7.28.3"
465+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a"
466+
integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg==
454467
dependencies:
455468
"@babel/helper-annotate-as-pure" "^7.27.3"
456469
"@babel/helper-compilation-targets" "^7.27.2"
457470
"@babel/helper-globals" "^7.28.0"
458471
"@babel/helper-plugin-utils" "^7.27.1"
459472
"@babel/helper-replace-supers" "^7.27.1"
460-
"@babel/traverse" "^7.28.0"
473+
"@babel/traverse" "^7.28.3"
461474

462475
"@babel/plugin-transform-computed-properties@^7.27.1":
463476
version "7.27.1"
@@ -700,10 +713,10 @@
700713
dependencies:
701714
"@babel/helper-plugin-utils" "^7.27.1"
702715

703-
"@babel/plugin-transform-regenerator@^7.28.0":
704-
version "7.28.0"
705-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.0.tgz#f19ca3558f7121924fc4ba6cd2afe3a5cdac89b1"
706-
integrity sha512-LOAozRVbqxEVjSKfhGnuLoE4Kz4Oc5UJzuvFUhSsQzdCdaAQu06mG8zDv2GFSerM62nImUZ7K92vxnQcLSDlCQ==
716+
"@babel/plugin-transform-regenerator@^7.28.3":
717+
version "7.28.3"
718+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344"
719+
integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A==
707720
dependencies:
708721
"@babel/helper-plugin-utils" "^7.27.1"
709722

@@ -790,9 +803,9 @@
790803
"@babel/helper-plugin-utils" "^7.27.1"
791804

792805
"@babel/preset-env@^7.25.2":
793-
version "7.28.0"
794-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.0.tgz#d23a6bc17b43227d11db77081a0779c706b5569c"
795-
integrity sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==
806+
version "7.28.3"
807+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
808+
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
796809
dependencies:
797810
"@babel/compat-data" "^7.28.0"
798811
"@babel/helper-compilation-targets" "^7.27.2"
@@ -802,7 +815,7 @@
802815
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
803816
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
804817
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
805-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.27.1"
818+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.3"
806819
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
807820
"@babel/plugin-syntax-import-assertions" "^7.27.1"
808821
"@babel/plugin-syntax-import-attributes" "^7.27.1"
@@ -813,8 +826,8 @@
813826
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
814827
"@babel/plugin-transform-block-scoping" "^7.28.0"
815828
"@babel/plugin-transform-class-properties" "^7.27.1"
816-
"@babel/plugin-transform-class-static-block" "^7.27.1"
817-
"@babel/plugin-transform-classes" "^7.28.0"
829+
"@babel/plugin-transform-class-static-block" "^7.28.3"
830+
"@babel/plugin-transform-classes" "^7.28.3"
818831
"@babel/plugin-transform-computed-properties" "^7.27.1"
819832
"@babel/plugin-transform-destructuring" "^7.28.0"
820833
"@babel/plugin-transform-dotall-regex" "^7.27.1"
@@ -846,7 +859,7 @@
846859
"@babel/plugin-transform-private-methods" "^7.27.1"
847860
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
848861
"@babel/plugin-transform-property-literals" "^7.27.1"
849-
"@babel/plugin-transform-regenerator" "^7.28.0"
862+
"@babel/plugin-transform-regenerator" "^7.28.3"
850863
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
851864
"@babel/plugin-transform-reserved-words" "^7.27.1"
852865
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -875,9 +888,9 @@
875888
esutils "^2.0.2"
876889

877890
"@babel/register@^7.15.8":
878-
version "7.27.1"
879-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.27.1.tgz#ea4d701649d788d7cb8a064b7540fd21083147f1"
880-
integrity sha512-K13lQpoV54LATKkzBpBAEu1GGSIRzxR9f4IN4V8DCDgiUMo2UDGagEZr3lPeVNJPLkWUi5JE4hCHKneVTwQlYQ==
891+
version "7.28.3"
892+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.28.3.tgz#abd8a3753480c799bdaf9c9092d6745d16e052c2"
893+
integrity sha512-CieDOtd8u208eI49bYl4z1J22ySFw87IGwE+IswFEExH7e3rLgKb0WNQeumnacQ1+VoDJLYI5QFA3AJZuyZQfA==
881894
dependencies:
882895
clone-deep "^4.0.1"
883896
find-cache-dir "^2.0.0"
@@ -894,23 +907,23 @@
894907
"@babel/parser" "^7.27.2"
895908
"@babel/types" "^7.27.1"
896909

897-
"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.28.0":
898-
version "7.28.0"
899-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
900-
integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==
910+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3":
911+
version "7.28.3"
912+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
913+
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
901914
dependencies:
902915
"@babel/code-frame" "^7.27.1"
903-
"@babel/generator" "^7.28.0"
916+
"@babel/generator" "^7.28.3"
904917
"@babel/helper-globals" "^7.28.0"
905-
"@babel/parser" "^7.28.0"
918+
"@babel/parser" "^7.28.3"
906919
"@babel/template" "^7.27.2"
907-
"@babel/types" "^7.28.0"
920+
"@babel/types" "^7.28.2"
908921
debug "^4.3.1"
909922

910-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6", "@babel/types@^7.28.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
911-
version "7.28.0"
912-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950"
913-
integrity sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==
923+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
924+
version "7.28.2"
925+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
926+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
914927
dependencies:
915928
"@babel/helper-string-parser" "^7.27.1"
916929
"@babel/helper-validator-identifier" "^7.27.1"
@@ -3829,7 +3842,7 @@ braces@^3.0.3, braces@~3.0.2:
38293842
dependencies:
38303843
fill-range "^7.1.1"
38313844

3832-
browserslist@^4.24.0, browserslist@^4.25.0, browserslist@^4.25.1:
3845+
browserslist@^4.24.0, browserslist@^4.25.1:
38333846
version "4.25.1"
38343847
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.25.1.tgz#ba9e8e6f298a1d86f829c9b975e07948967bb111"
38353848
integrity sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==
@@ -4521,14 +4534,7 @@ [email protected]:
45214534
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
45224535
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
45234536

4524-
core-js-compat@^3.43.0:
4525-
version "3.43.0"
4526-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.43.0.tgz#055587369c458795ef316f65e0aabb808fb15840"
4527-
integrity sha512-2GML2ZsCc5LR7hZYz4AXmjQw8zuy2T//2QntwdnpuYI7jteT6GVYJL7F6C2C57R7gSYrcqVW3lAALefdbhBLDA==
4528-
dependencies:
4529-
browserslist "^4.25.0"
4530-
4531-
core-js-compat@^3.44.0:
4537+
core-js-compat@^3.43.0, core-js-compat@^3.44.0:
45324538
version "3.44.0"
45334539
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.44.0.tgz#62b9165b97e4cbdb8bca16b14818e67428b4a0f8"
45344540
integrity sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==
@@ -11897,9 +11903,9 @@ webpack-sources@^3.3.3:
1189711903
integrity sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==
1189811904

1189911905
webpack@^5.101.0:
11900-
version "5.101.1"
11901-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.101.1.tgz#bda907efcb233161fe17690ef906a2b244bbfede"
11902-
integrity sha512-rHY3vHXRbkSfhG6fH8zYQdth/BtDgXXuR2pHF++1f/EBkI8zkgM5XWfsC3BvOoW9pr1CvZ1qQCxhCEsbNgT50g==
11906+
version "5.101.2"
11907+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.101.2.tgz#08c222b7acfce7da95c593e2f88ea1638a07b344"
11908+
integrity sha512-4JLXU0tD6OZNVqlwzm3HGEhAHufSiyv+skb7q0d2367VDMzrU1Q/ZeepvkcHH0rZie6uqEtTQQe0OEOOluH3Mg==
1190311909
dependencies:
1190411910
"@types/eslint-scope" "^3.7.7"
1190511911
"@types/estree" "^1.0.8"

0 commit comments

Comments
 (0)