Skip to content

Commit 9aa1474

Browse files
Update babel monorepo to v7.28.0
1 parent 8a90dd4 commit 9aa1474

File tree

4 files changed

+71
-62
lines changed

4 files changed

+71
-62
lines changed

packages/content-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"access": "public"
3535
},
3636
"devDependencies": {
37-
"@babel/core": "7.27.7",
37+
"@babel/core": "7.28.0",
3838
"@babel/polyfill": "7.12.1",
39-
"@babel/preset-env": "7.27.2",
39+
"@babel/preset-env": "7.28.0",
4040
"@rollup/plugin-json": "6.1.0",
4141
"c8": "10.1.3",
4242
"core-js": "3.43.0",

packages/helpers-gatsby/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"access": "public"
2929
},
3030
"devDependencies": {
31-
"@babel/cli": "7.27.2",
32-
"@babel/core": "7.27.7",
33-
"@babel/preset-env": "7.27.2",
31+
"@babel/cli": "7.28.0",
32+
"@babel/core": "7.28.0",
33+
"@babel/preset-env": "7.28.0",
3434
"@babel/preset-react": "7.27.1",
3535
"c8": "10.1.3",
3636
"mocha": "11.2.2",

packages/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"access": "public"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "7.27.7",
38+
"@babel/core": "7.28.0",
3939
"@babel/polyfill": "7.12.1",
4040
"c8": "10.1.3",
4141
"istanbul": "0.4.5",

yarn.lock

Lines changed: 65 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"@csstools/css-tokenizer" "^3.0.3"
2222
lru-cache "^10.4.3"
2323

24-
"@babel/cli@7.27.2":
25-
version "7.27.2"
26-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.27.2.tgz#d54560567a73a269b31d3201bedb70692ace8684"
27-
integrity sha512-cfd7DnGlhH6OIyuPSSj3vcfIdnbXukhAyKY8NaZrFadC7pXyL9mOL5WgjcptiEJLi5k3j8aYvLIVCzezrWTaiA==
24+
"@babel/cli@7.28.0":
25+
version "7.28.0"
26+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.28.0.tgz#26959456cbedff569a2c3ac909e8a268ca6cb7e2"
27+
integrity sha512-CYrZG7FagtE8ReKDBfItxnrEBf2khq2eTMnPuqO8UVN0wzhp1eMX1wfda8b1a32l2aqYLwRRIOGNovm8FVzmMw==
2828
dependencies:
29-
"@jridgewell/trace-mapping" "^0.3.25"
29+
"@jridgewell/trace-mapping" "^0.3.28"
3030
commander "^6.2.0"
3131
convert-source-map "^2.0.0"
3232
fs-readdir-recursive "^1.1.0"
@@ -46,33 +46,33 @@
4646
js-tokens "^4.0.0"
4747
picocolors "^1.1.1"
4848

49-
"@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7":
49+
"@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.0":
5050
version "7.28.0"
5151
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
5252
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
5353

54-
"@babel/core@7.27.7":
55-
version "7.27.7"
56-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428"
57-
integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==
54+
"@babel/core@7.28.0":
55+
version "7.28.0"
56+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
57+
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
5858
dependencies:
5959
"@ampproject/remapping" "^2.2.0"
6060
"@babel/code-frame" "^7.27.1"
61-
"@babel/generator" "^7.27.5"
61+
"@babel/generator" "^7.28.0"
6262
"@babel/helper-compilation-targets" "^7.27.2"
6363
"@babel/helper-module-transforms" "^7.27.3"
6464
"@babel/helpers" "^7.27.6"
65-
"@babel/parser" "^7.27.7"
65+
"@babel/parser" "^7.28.0"
6666
"@babel/template" "^7.27.2"
67-
"@babel/traverse" "^7.27.7"
68-
"@babel/types" "^7.27.7"
67+
"@babel/traverse" "^7.28.0"
68+
"@babel/types" "^7.28.0"
6969
convert-source-map "^2.0.0"
7070
debug "^4.1.0"
7171
gensync "^1.0.0-beta.2"
7272
json5 "^2.2.3"
7373
semver "^6.3.1"
7474

75-
"@babel/generator@^7.27.5", "@babel/generator@^7.28.0":
75+
"@babel/generator@^7.28.0":
7676
version "7.28.0"
7777
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
7878
integrity sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==
@@ -123,7 +123,7 @@
123123
regexpu-core "^6.2.0"
124124
semver "^6.3.1"
125125

126-
"@babel/helper-define-polyfill-provider@^0.6.3", "@babel/helper-define-polyfill-provider@^0.6.5":
126+
"@babel/helper-define-polyfill-provider@^0.6.5":
127127
version "0.6.5"
128128
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz#742ccf1cb003c07b48859fc9fa2c1bbe40e5f753"
129129
integrity sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==
@@ -234,7 +234,7 @@
234234
"@babel/template" "^7.27.2"
235235
"@babel/types" "^7.27.6"
236236

237-
"@babel/parser@^7.25.4", "@babel/parser@^7.27.2", "@babel/parser@^7.27.5", "@babel/parser@^7.27.7", "@babel/parser@^7.28.0":
237+
"@babel/parser@^7.25.4", "@babel/parser@^7.27.2", "@babel/parser@^7.27.5", "@babel/parser@^7.28.0":
238238
version "7.28.0"
239239
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
240240
integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
@@ -321,7 +321,7 @@
321321
dependencies:
322322
"@babel/helper-plugin-utils" "^7.27.1"
323323

324-
"@babel/plugin-transform-async-generator-functions@^7.27.1":
324+
"@babel/plugin-transform-async-generator-functions@^7.28.0":
325325
version "7.28.0"
326326
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz#1276e6c7285ab2cd1eccb0bc7356b7a69ff842c2"
327327
integrity sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==
@@ -346,7 +346,7 @@
346346
dependencies:
347347
"@babel/helper-plugin-utils" "^7.27.1"
348348

349-
"@babel/plugin-transform-block-scoping@^7.27.1":
349+
"@babel/plugin-transform-block-scoping@^7.28.0":
350350
version "7.28.0"
351351
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz#e7c50cbacc18034f210b93defa89638666099451"
352352
integrity sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==
@@ -369,7 +369,7 @@
369369
"@babel/helper-create-class-features-plugin" "^7.27.1"
370370
"@babel/helper-plugin-utils" "^7.27.1"
371371

372-
"@babel/plugin-transform-classes@^7.27.1":
372+
"@babel/plugin-transform-classes@^7.28.0":
373373
version "7.28.0"
374374
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz#12fa46cffc32a6e084011b650539e880add8a0f8"
375375
integrity sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==
@@ -389,7 +389,7 @@
389389
"@babel/helper-plugin-utils" "^7.27.1"
390390
"@babel/template" "^7.27.1"
391391

392-
"@babel/plugin-transform-destructuring@^7.27.1", "@babel/plugin-transform-destructuring@^7.28.0":
392+
"@babel/plugin-transform-destructuring@^7.28.0":
393393
version "7.28.0"
394394
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz#0f156588f69c596089b7d5b06f5af83d9aa7f97a"
395395
integrity sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==
@@ -427,6 +427,14 @@
427427
dependencies:
428428
"@babel/helper-plugin-utils" "^7.27.1"
429429

430+
"@babel/plugin-transform-explicit-resource-management@^7.28.0":
431+
version "7.28.0"
432+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.0.tgz#45be6211b778dbf4b9d54c4e8a2b42fa72e09a1a"
433+
integrity sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==
434+
dependencies:
435+
"@babel/helper-plugin-utils" "^7.27.1"
436+
"@babel/plugin-transform-destructuring" "^7.28.0"
437+
430438
"@babel/plugin-transform-exponentiation-operator@^7.27.1":
431439
version "7.27.1"
432440
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz#fc497b12d8277e559747f5a3ed868dd8064f83e1"
@@ -549,7 +557,7 @@
549557
dependencies:
550558
"@babel/helper-plugin-utils" "^7.27.1"
551559

552-
"@babel/plugin-transform-object-rest-spread@^7.27.2":
560+
"@babel/plugin-transform-object-rest-spread@^7.28.0":
553561
version "7.28.0"
554562
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz#d23021857ffd7cd809f54d624299b8086402ed8d"
555563
integrity sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==
@@ -583,7 +591,7 @@
583591
"@babel/helper-plugin-utils" "^7.27.1"
584592
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
585593

586-
"@babel/plugin-transform-parameters@^7.27.1", "@babel/plugin-transform-parameters@^7.27.7":
594+
"@babel/plugin-transform-parameters@^7.27.7":
587595
version "7.27.7"
588596
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz#1fd2febb7c74e7d21cf3b05f7aebc907940af53a"
589597
integrity sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==
@@ -647,7 +655,7 @@
647655
"@babel/helper-annotate-as-pure" "^7.27.1"
648656
"@babel/helper-plugin-utils" "^7.27.1"
649657

650-
"@babel/plugin-transform-regenerator@^7.27.1":
658+
"@babel/plugin-transform-regenerator@^7.28.0":
651659
version "7.28.0"
652660
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.0.tgz#f19ca3558f7121924fc4ba6cd2afe3a5cdac89b1"
653661
integrity sha512-LOAozRVbqxEVjSKfhGnuLoE4Kz4Oc5UJzuvFUhSsQzdCdaAQu06mG8zDv2GFSerM62nImUZ7K92vxnQcLSDlCQ==
@@ -744,12 +752,12 @@
744752
core-js "^2.6.5"
745753
regenerator-runtime "^0.13.4"
746754

747-
"@babel/preset-env@7.27.2":
748-
version "7.27.2"
749-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.2.tgz#106e6bfad92b591b1f6f76fd4cf13b7725a7bf9a"
750-
integrity sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ==
755+
"@babel/preset-env@7.28.0":
756+
version "7.28.0"
757+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.0.tgz#d23a6bc17b43227d11db77081a0779c706b5569c"
758+
integrity sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==
751759
dependencies:
752-
"@babel/compat-data" "^7.27.2"
760+
"@babel/compat-data" "^7.28.0"
753761
"@babel/helper-compilation-targets" "^7.27.2"
754762
"@babel/helper-plugin-utils" "^7.27.1"
755763
"@babel/helper-validator-option" "^7.27.1"
@@ -763,19 +771,20 @@
763771
"@babel/plugin-syntax-import-attributes" "^7.27.1"
764772
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
765773
"@babel/plugin-transform-arrow-functions" "^7.27.1"
766-
"@babel/plugin-transform-async-generator-functions" "^7.27.1"
774+
"@babel/plugin-transform-async-generator-functions" "^7.28.0"
767775
"@babel/plugin-transform-async-to-generator" "^7.27.1"
768776
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
769-
"@babel/plugin-transform-block-scoping" "^7.27.1"
777+
"@babel/plugin-transform-block-scoping" "^7.28.0"
770778
"@babel/plugin-transform-class-properties" "^7.27.1"
771779
"@babel/plugin-transform-class-static-block" "^7.27.1"
772-
"@babel/plugin-transform-classes" "^7.27.1"
780+
"@babel/plugin-transform-classes" "^7.28.0"
773781
"@babel/plugin-transform-computed-properties" "^7.27.1"
774-
"@babel/plugin-transform-destructuring" "^7.27.1"
782+
"@babel/plugin-transform-destructuring" "^7.28.0"
775783
"@babel/plugin-transform-dotall-regex" "^7.27.1"
776784
"@babel/plugin-transform-duplicate-keys" "^7.27.1"
777785
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.27.1"
778786
"@babel/plugin-transform-dynamic-import" "^7.27.1"
787+
"@babel/plugin-transform-explicit-resource-management" "^7.28.0"
779788
"@babel/plugin-transform-exponentiation-operator" "^7.27.1"
780789
"@babel/plugin-transform-export-namespace-from" "^7.27.1"
781790
"@babel/plugin-transform-for-of" "^7.27.1"
@@ -792,15 +801,15 @@
792801
"@babel/plugin-transform-new-target" "^7.27.1"
793802
"@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
794803
"@babel/plugin-transform-numeric-separator" "^7.27.1"
795-
"@babel/plugin-transform-object-rest-spread" "^7.27.2"
804+
"@babel/plugin-transform-object-rest-spread" "^7.28.0"
796805
"@babel/plugin-transform-object-super" "^7.27.1"
797806
"@babel/plugin-transform-optional-catch-binding" "^7.27.1"
798807
"@babel/plugin-transform-optional-chaining" "^7.27.1"
799-
"@babel/plugin-transform-parameters" "^7.27.1"
808+
"@babel/plugin-transform-parameters" "^7.27.7"
800809
"@babel/plugin-transform-private-methods" "^7.27.1"
801810
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
802811
"@babel/plugin-transform-property-literals" "^7.27.1"
803-
"@babel/plugin-transform-regenerator" "^7.27.1"
812+
"@babel/plugin-transform-regenerator" "^7.28.0"
804813
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
805814
"@babel/plugin-transform-reserved-words" "^7.27.1"
806815
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -813,10 +822,10 @@
813822
"@babel/plugin-transform-unicode-regex" "^7.27.1"
814823
"@babel/plugin-transform-unicode-sets-regex" "^7.27.1"
815824
"@babel/preset-modules" "0.1.6-no-external-plugins"
816-
babel-plugin-polyfill-corejs2 "^0.4.10"
817-
babel-plugin-polyfill-corejs3 "^0.11.0"
818-
babel-plugin-polyfill-regenerator "^0.6.1"
819-
core-js-compat "^3.40.0"
825+
babel-plugin-polyfill-corejs2 "^0.4.14"
826+
babel-plugin-polyfill-corejs3 "^0.13.0"
827+
babel-plugin-polyfill-regenerator "^0.6.5"
828+
core-js-compat "^3.43.0"
820829
semver "^6.3.1"
821830

822831
@@ -854,7 +863,7 @@
854863
"@babel/parser" "^7.27.2"
855864
"@babel/types" "^7.27.1"
856865

857-
"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.7", "@babel/traverse@^7.28.0":
866+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.28.0":
858867
version "7.28.0"
859868
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
860869
integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==
@@ -867,7 +876,7 @@
867876
"@babel/types" "^7.28.0"
868877
debug "^4.3.1"
869878

870-
"@babel/types@^7.25.4", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6", "@babel/types@^7.27.7", "@babel/types@^7.28.0", "@babel/types@^7.4.4":
879+
"@babel/types@^7.25.4", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6", "@babel/types@^7.28.0", "@babel/types@^7.4.4":
871880
version "7.28.0"
872881
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950"
873882
integrity sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==
@@ -4220,7 +4229,7 @@ babel-import-util@^0.2.0:
42204229
resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-0.2.0.tgz#b468bb679919601a3570f9e317536c54f2862e23"
42214230
integrity sha512-CtWYYHU/MgK88rxMrLfkD356dApswtR/kWZ/c6JifG1m10e7tBBrs/366dFzWMAoqYmG5/JSh+94tUSpIwh+ag==
42224231

4223-
babel-plugin-polyfill-corejs2@^0.4.10:
4232+
babel-plugin-polyfill-corejs2@^0.4.14:
42244233
version "0.4.14"
42254234
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz#8101b82b769c568835611542488d463395c2ef8f"
42264235
integrity sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==
@@ -4229,15 +4238,15 @@ babel-plugin-polyfill-corejs2@^0.4.10:
42294238
"@babel/helper-define-polyfill-provider" "^0.6.5"
42304239
semver "^6.3.1"
42314240

4232-
babel-plugin-polyfill-corejs3@^0.11.0:
4233-
version "0.11.1"
4234-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz#4e4e182f1bb37c7ba62e2af81d8dd09df31344f6"
4235-
integrity sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==
4241+
babel-plugin-polyfill-corejs3@^0.13.0:
4242+
version "0.13.0"
4243+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz#bb7f6aeef7addff17f7602a08a6d19a128c30164"
4244+
integrity sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==
42364245
dependencies:
4237-
"@babel/helper-define-polyfill-provider" "^0.6.3"
4238-
core-js-compat "^3.40.0"
4246+
"@babel/helper-define-polyfill-provider" "^0.6.5"
4247+
core-js-compat "^3.43.0"
42394248

4240-
babel-plugin-polyfill-regenerator@^0.6.1:
4249+
babel-plugin-polyfill-regenerator@^0.6.5:
42414250
version "0.6.5"
42424251
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz#32752e38ab6f6767b92650347bf26a31b16ae8c5"
42434252
integrity sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==
@@ -4442,7 +4451,7 @@ browser-stdout@^1.3.1:
44424451
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"
44434452
integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==
44444453

4445-
browserslist@^4.24.0, browserslist@^4.25.0:
4454+
browserslist@^4.24.0, browserslist@^4.25.1:
44464455
version "4.25.1"
44474456
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.25.1.tgz#ba9e8e6f298a1d86f829c9b975e07948967bb111"
44484457
integrity sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==
@@ -5130,12 +5139,12 @@ convert-source-map@^2.0.0:
51305139
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
51315140
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
51325141

5133-
core-js-compat@^3.40.0:
5134-
version "3.43.0"
5135-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.43.0.tgz#055587369c458795ef316f65e0aabb808fb15840"
5136-
integrity sha512-2GML2ZsCc5LR7hZYz4AXmjQw8zuy2T//2QntwdnpuYI7jteT6GVYJL7F6C2C57R7gSYrcqVW3lAALefdbhBLDA==
5142+
core-js-compat@^3.43.0:
5143+
version "3.44.0"
5144+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.44.0.tgz#62b9165b97e4cbdb8bca16b14818e67428b4a0f8"
5145+
integrity sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==
51375146
dependencies:
5138-
browserslist "^4.25.0"
5147+
browserslist "^4.25.1"
51395148

51405149
51415150
version "3.43.0"

0 commit comments

Comments
 (0)