Skip to content

Commit 46b10a0

Browse files
build(deps-dev): bump @babel/preset-env from 7.25.3 to 7.25.4 (#1578)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.25.3 to 7.25.4. - [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.4/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" 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 8f0d470 commit 46b10a0

2 files changed

Lines changed: 128 additions & 56 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@babel/core": "^7.25.2",
39-
"@babel/preset-env": "^7.25.3",
39+
"@babel/preset-env": "^7.25.4",
4040
"@testing-library/jest-dom": "^5.17.0",
4141
"autoprefixer": "^10.4.20",
4242
"babel-jest": "^29.7.0",

yarn.lock

Lines changed: 127 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"@babel/highlight" "^7.24.7"
2929
picocolors "^1.0.0"
3030

31-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2":
32-
version "7.25.2"
33-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
34-
integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
31+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2", "@babel/compat-data@^7.25.4":
32+
version "7.25.4"
33+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb"
34+
integrity sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==
3535

3636
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.25.2":
3737
version "7.25.2"
@@ -64,6 +64,16 @@
6464
"@jridgewell/trace-mapping" "^0.3.25"
6565
jsesc "^2.5.1"
6666

67+
"@babel/generator@^7.25.4":
68+
version "7.25.5"
69+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.5.tgz#b31cf05b3fe8c32d206b6dad03bb0aacbde73450"
70+
integrity sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==
71+
dependencies:
72+
"@babel/types" "^7.25.4"
73+
"@jridgewell/gen-mapping" "^0.3.5"
74+
"@jridgewell/trace-mapping" "^0.3.25"
75+
jsesc "^2.5.1"
76+
6777
"@babel/helper-annotate-as-pure@^7.18.6":
6878
version "7.18.6"
6979
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -112,6 +122,19 @@
112122
"@babel/helper-split-export-declaration" "^7.24.7"
113123
semver "^6.3.1"
114124

125+
"@babel/helper-create-class-features-plugin@^7.25.4":
126+
version "7.25.4"
127+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz#57eaf1af38be4224a9d9dd01ddde05b741f50e14"
128+
integrity sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==
129+
dependencies:
130+
"@babel/helper-annotate-as-pure" "^7.24.7"
131+
"@babel/helper-member-expression-to-functions" "^7.24.8"
132+
"@babel/helper-optimise-call-expression" "^7.24.7"
133+
"@babel/helper-replace-supers" "^7.25.0"
134+
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
135+
"@babel/traverse" "^7.25.4"
136+
semver "^6.3.1"
137+
115138
"@babel/helper-create-regexp-features-plugin@^7.18.6":
116139
version "7.18.6"
117140
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz#3e35f4e04acbbf25f1b3534a657610a000543d3c"
@@ -138,6 +161,15 @@
138161
regexpu-core "^5.3.1"
139162
semver "^6.3.1"
140163

164+
"@babel/helper-create-regexp-features-plugin@^7.25.2":
165+
version "7.25.2"
166+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz#24c75974ed74183797ffd5f134169316cd1808d9"
167+
integrity sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==
168+
dependencies:
169+
"@babel/helper-annotate-as-pure" "^7.24.7"
170+
regexpu-core "^5.3.1"
171+
semver "^6.3.1"
172+
141173
"@babel/helper-define-polyfill-provider@^0.6.1":
142174
version "0.6.1"
143175
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.1.tgz#fadc63f0c2ff3c8d02ed905dcea747c5b0fb74fd"
@@ -149,6 +181,17 @@
149181
lodash.debounce "^4.0.8"
150182
resolve "^1.14.2"
151183

184+
"@babel/helper-define-polyfill-provider@^0.6.2":
185+
version "0.6.2"
186+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d"
187+
integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==
188+
dependencies:
189+
"@babel/helper-compilation-targets" "^7.22.6"
190+
"@babel/helper-plugin-utils" "^7.22.5"
191+
debug "^4.1.1"
192+
lodash.debounce "^4.0.8"
193+
resolve "^1.14.2"
194+
152195
"@babel/helper-environment-visitor@^7.24.7":
153196
version "7.24.7"
154197
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9"
@@ -335,6 +378,13 @@
335378
dependencies:
336379
"@babel/types" "^7.25.2"
337380

381+
"@babel/parser@^7.25.4":
382+
version "7.25.4"
383+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.4.tgz#af4f2df7d02440286b7de57b1c21acfb2a6f257a"
384+
integrity sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA==
385+
dependencies:
386+
"@babel/types" "^7.25.4"
387+
338388
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
339389
version "7.25.3"
340390
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f"
@@ -534,15 +584,15 @@
534584
dependencies:
535585
"@babel/helper-plugin-utils" "^7.24.7"
536586

537-
"@babel/plugin-transform-async-generator-functions@^7.25.0":
538-
version "7.25.0"
539-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz#b785cf35d73437f6276b1e30439a57a50747bddf"
540-
integrity sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==
587+
"@babel/plugin-transform-async-generator-functions@^7.25.4":
588+
version "7.25.4"
589+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.4.tgz#2afd4e639e2d055776c9f091b6c0c180ed8cf083"
590+
integrity sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==
541591
dependencies:
542592
"@babel/helper-plugin-utils" "^7.24.8"
543593
"@babel/helper-remap-async-to-generator" "^7.25.0"
544594
"@babel/plugin-syntax-async-generators" "^7.8.4"
545-
"@babel/traverse" "^7.25.0"
595+
"@babel/traverse" "^7.25.4"
546596

547597
"@babel/plugin-transform-async-to-generator@^7.24.7":
548598
version "7.24.7"
@@ -567,13 +617,13 @@
567617
dependencies:
568618
"@babel/helper-plugin-utils" "^7.24.8"
569619

570-
"@babel/plugin-transform-class-properties@^7.24.7":
571-
version "7.24.7"
572-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz#256879467b57b0b68c7ddfc5b76584f398cd6834"
573-
integrity sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==
620+
"@babel/plugin-transform-class-properties@^7.25.4":
621+
version "7.25.4"
622+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.4.tgz#bae7dbfcdcc2e8667355cd1fb5eda298f05189fd"
623+
integrity sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==
574624
dependencies:
575-
"@babel/helper-create-class-features-plugin" "^7.24.7"
576-
"@babel/helper-plugin-utils" "^7.24.7"
625+
"@babel/helper-create-class-features-plugin" "^7.25.4"
626+
"@babel/helper-plugin-utils" "^7.24.8"
577627

578628
"@babel/plugin-transform-class-static-block@^7.24.7":
579629
version "7.24.7"
@@ -584,16 +634,16 @@
584634
"@babel/helper-plugin-utils" "^7.24.7"
585635
"@babel/plugin-syntax-class-static-block" "^7.14.5"
586636

587-
"@babel/plugin-transform-classes@^7.25.0":
588-
version "7.25.0"
589-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz#63122366527d88e0ef61b612554fe3f8c793991e"
590-
integrity sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==
637+
"@babel/plugin-transform-classes@^7.25.4":
638+
version "7.25.4"
639+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.4.tgz#d29dbb6a72d79f359952ad0b66d88518d65ef89a"
640+
integrity sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==
591641
dependencies:
592642
"@babel/helper-annotate-as-pure" "^7.24.7"
593-
"@babel/helper-compilation-targets" "^7.24.8"
643+
"@babel/helper-compilation-targets" "^7.25.2"
594644
"@babel/helper-plugin-utils" "^7.24.8"
595645
"@babel/helper-replace-supers" "^7.25.0"
596-
"@babel/traverse" "^7.25.0"
646+
"@babel/traverse" "^7.25.4"
597647
globals "^11.1.0"
598648

599649
"@babel/plugin-transform-computed-properties@^7.24.7":
@@ -813,13 +863,13 @@
813863
dependencies:
814864
"@babel/helper-plugin-utils" "^7.24.7"
815865

816-
"@babel/plugin-transform-private-methods@^7.24.7":
817-
version "7.24.7"
818-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz#e6318746b2ae70a59d023d5cc1344a2ba7a75f5e"
819-
integrity sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==
866+
"@babel/plugin-transform-private-methods@^7.25.4":
867+
version "7.25.4"
868+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.4.tgz#9bbefbe3649f470d681997e0b64a4b254d877242"
869+
integrity sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==
820870
dependencies:
821-
"@babel/helper-create-class-features-plugin" "^7.24.7"
822-
"@babel/helper-plugin-utils" "^7.24.7"
871+
"@babel/helper-create-class-features-plugin" "^7.25.4"
872+
"@babel/helper-plugin-utils" "^7.24.8"
823873

824874
"@babel/plugin-transform-private-property-in-object@^7.24.7":
825875
version "7.24.7"
@@ -912,20 +962,20 @@
912962
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
913963
"@babel/helper-plugin-utils" "^7.24.7"
914964

915-
"@babel/plugin-transform-unicode-sets-regex@^7.24.7":
916-
version "7.24.7"
917-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz#d40705d67523803a576e29c63cef6e516b858ed9"
918-
integrity sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==
965+
"@babel/plugin-transform-unicode-sets-regex@^7.25.4":
966+
version "7.25.4"
967+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.4.tgz#be664c2a0697ffacd3423595d5edef6049e8946c"
968+
integrity sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==
919969
dependencies:
920-
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
921-
"@babel/helper-plugin-utils" "^7.24.7"
970+
"@babel/helper-create-regexp-features-plugin" "^7.25.2"
971+
"@babel/helper-plugin-utils" "^7.24.8"
922972

923-
"@babel/preset-env@^7.25.3":
924-
version "7.25.3"
925-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.3.tgz#0bf4769d84ac51d1073ab4a86f00f30a3a83c67c"
926-
integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==
973+
"@babel/preset-env@^7.25.4":
974+
version "7.25.4"
975+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.4.tgz#be23043d43a34a2721cd0f676c7ba6f1481f6af6"
976+
integrity sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==
927977
dependencies:
928-
"@babel/compat-data" "^7.25.2"
978+
"@babel/compat-data" "^7.25.4"
929979
"@babel/helper-compilation-targets" "^7.25.2"
930980
"@babel/helper-plugin-utils" "^7.24.8"
931981
"@babel/helper-validator-option" "^7.24.8"
@@ -954,13 +1004,13 @@
9541004
"@babel/plugin-syntax-top-level-await" "^7.14.5"
9551005
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
9561006
"@babel/plugin-transform-arrow-functions" "^7.24.7"
957-
"@babel/plugin-transform-async-generator-functions" "^7.25.0"
1007+
"@babel/plugin-transform-async-generator-functions" "^7.25.4"
9581008
"@babel/plugin-transform-async-to-generator" "^7.24.7"
9591009
"@babel/plugin-transform-block-scoped-functions" "^7.24.7"
9601010
"@babel/plugin-transform-block-scoping" "^7.25.0"
961-
"@babel/plugin-transform-class-properties" "^7.24.7"
1011+
"@babel/plugin-transform-class-properties" "^7.25.4"
9621012
"@babel/plugin-transform-class-static-block" "^7.24.7"
963-
"@babel/plugin-transform-classes" "^7.25.0"
1013+
"@babel/plugin-transform-classes" "^7.25.4"
9641014
"@babel/plugin-transform-computed-properties" "^7.24.7"
9651015
"@babel/plugin-transform-destructuring" "^7.24.8"
9661016
"@babel/plugin-transform-dotall-regex" "^7.24.7"
@@ -988,7 +1038,7 @@
9881038
"@babel/plugin-transform-optional-catch-binding" "^7.24.7"
9891039
"@babel/plugin-transform-optional-chaining" "^7.24.8"
9901040
"@babel/plugin-transform-parameters" "^7.24.7"
991-
"@babel/plugin-transform-private-methods" "^7.24.7"
1041+
"@babel/plugin-transform-private-methods" "^7.25.4"
9921042
"@babel/plugin-transform-private-property-in-object" "^7.24.7"
9931043
"@babel/plugin-transform-property-literals" "^7.24.7"
9941044
"@babel/plugin-transform-regenerator" "^7.24.7"
@@ -1001,10 +1051,10 @@
10011051
"@babel/plugin-transform-unicode-escapes" "^7.24.7"
10021052
"@babel/plugin-transform-unicode-property-regex" "^7.24.7"
10031053
"@babel/plugin-transform-unicode-regex" "^7.24.7"
1004-
"@babel/plugin-transform-unicode-sets-regex" "^7.24.7"
1054+
"@babel/plugin-transform-unicode-sets-regex" "^7.25.4"
10051055
"@babel/preset-modules" "0.1.6-no-external-plugins"
10061056
babel-plugin-polyfill-corejs2 "^0.4.10"
1007-
babel-plugin-polyfill-corejs3 "^0.10.4"
1057+
babel-plugin-polyfill-corejs3 "^0.10.6"
10081058
babel-plugin-polyfill-regenerator "^0.6.1"
10091059
core-js-compat "^3.37.1"
10101060
semver "^6.3.1"
@@ -1052,6 +1102,19 @@
10521102
debug "^4.3.1"
10531103
globals "^11.1.0"
10541104

1105+
"@babel/traverse@^7.25.4":
1106+
version "7.25.4"
1107+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.4.tgz#648678046990f2957407e3086e97044f13c3e18e"
1108+
integrity sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg==
1109+
dependencies:
1110+
"@babel/code-frame" "^7.24.7"
1111+
"@babel/generator" "^7.25.4"
1112+
"@babel/parser" "^7.25.4"
1113+
"@babel/template" "^7.25.0"
1114+
"@babel/types" "^7.25.4"
1115+
debug "^4.3.1"
1116+
globals "^11.1.0"
1117+
10551118
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@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":
10561119
version "7.25.2"
10571120
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
@@ -1061,6 +1124,15 @@
10611124
"@babel/helper-validator-identifier" "^7.24.7"
10621125
to-fast-properties "^2.0.0"
10631126

1127+
"@babel/types@^7.25.4":
1128+
version "7.25.4"
1129+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.4.tgz#6bcb46c72fdf1012a209d016c07f769e10adcb5f"
1130+
integrity sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==
1131+
dependencies:
1132+
"@babel/helper-string-parser" "^7.24.8"
1133+
"@babel/helper-validator-identifier" "^7.24.7"
1134+
to-fast-properties "^2.0.0"
1135+
10641136
"@bcoe/v8-coverage@^0.2.3":
10651137
version "0.2.3"
10661138
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2539,13 +2611,13 @@ babel-plugin-polyfill-corejs2@^0.4.10:
25392611
"@babel/helper-define-polyfill-provider" "^0.6.1"
25402612
semver "^6.3.1"
25412613

2542-
babel-plugin-polyfill-corejs3@^0.10.4:
2543-
version "0.10.4"
2544-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz#789ac82405ad664c20476d0233b485281deb9c77"
2545-
integrity sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==
2614+
babel-plugin-polyfill-corejs3@^0.10.6:
2615+
version "0.10.6"
2616+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz#2deda57caef50f59c525aeb4964d3b2f867710c7"
2617+
integrity sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==
25462618
dependencies:
2547-
"@babel/helper-define-polyfill-provider" "^0.6.1"
2548-
core-js-compat "^3.36.1"
2619+
"@babel/helper-define-polyfill-provider" "^0.6.2"
2620+
core-js-compat "^3.38.0"
25492621

25502622
babel-plugin-polyfill-regenerator@^0.6.1:
25512623
version "0.6.1"
@@ -3470,12 +3542,12 @@ cookie@~0.4.1:
34703542
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1"
34713543
integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==
34723544

3473-
core-js-compat@^3.36.1, core-js-compat@^3.37.1:
3474-
version "3.37.1"
3475-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.1.tgz#c844310c7852f4bdf49b8d339730b97e17ff09ee"
3476-
integrity sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==
3545+
core-js-compat@^3.37.1, core-js-compat@^3.38.0:
3546+
version "3.38.1"
3547+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.38.1.tgz#2bc7a298746ca5a7bcb9c164bcb120f2ebc09a09"
3548+
integrity sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==
34773549
dependencies:
3478-
browserslist "^4.23.0"
3550+
browserslist "^4.23.3"
34793551

34803552
core-js@^2.4.0:
34813553
version "2.6.12"

0 commit comments

Comments
 (0)