Skip to content

Commit 91133fc

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
1 parent be57f26 commit 91133fc

File tree

4 files changed

+228
-17
lines changed

4 files changed

+228
-17
lines changed

WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ yarn_install(
7878

7979
http_archive(
8080
name = "aspect_bazel_lib",
81-
sha256 = "cb8ef14aa104e91936697f8fb07a6ce844c73b25126fe2287a0242f7324c14c0",
82-
strip_prefix = "bazel-lib-1.11.6",
83-
url = "https://github.com/aspect-build/bazel-lib/archive/v1.11.6.tar.gz",
81+
sha256 = "229a6d65b8b30af0dcaeb77c723b568ef7a2e4ad54dd65168a16992b6b6fe4c7",
82+
strip_prefix = "bazel-lib-1.12.0",
83+
url = "https://github.com/aspect-build/bazel-lib/archive/v1.12.0.tar.gz",
8484
)
8585

8686
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@
8181
"@angular/platform-server": "15.0.0-next.2",
8282
"@angular/router": "15.0.0-next.2",
8383
"@angular/service-worker": "15.0.0-next.2",
84-
"@babel/core": "7.19.0",
84+
"@babel/core": "7.19.1",
8585
"@babel/generator": "7.19.0",
8686
"@babel/helper-annotate-as-pure": "7.18.6",
87-
"@babel/plugin-proposal-async-generator-functions": "7.19.0",
87+
"@babel/plugin-proposal-async-generator-functions": "7.19.1",
8888
"@babel/plugin-transform-async-to-generator": "7.18.6",
89-
"@babel/plugin-transform-runtime": "7.18.10",
90-
"@babel/preset-env": "7.19.0",
89+
"@babel/plugin-transform-runtime": "7.19.1",
90+
"@babel/preset-env": "7.19.1",
9191
"@babel/runtime": "7.19.0",
9292
"@babel/template": "7.18.10",
9393
"@bazel/bazelisk": "1.12.1",
@@ -129,7 +129,7 @@
129129
"ajv": "8.11.0",
130130
"ajv-formats": "2.1.1",
131131
"ansi-colors": "4.1.3",
132-
"autoprefixer": "10.4.10",
132+
"autoprefixer": "10.4.11",
133133
"babel-loader": "8.2.5",
134134
"babel-plugin-istanbul": "6.1.1",
135135
"bootstrap": "^4.0.0",

packages/angular_devkit/build_angular/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
13-
"@babel/core": "7.19.0",
13+
"@babel/core": "7.19.1",
1414
"@babel/generator": "7.19.0",
1515
"@babel/helper-annotate-as-pure": "7.18.6",
16-
"@babel/plugin-proposal-async-generator-functions": "7.19.0",
16+
"@babel/plugin-proposal-async-generator-functions": "7.19.1",
1717
"@babel/plugin-transform-async-to-generator": "7.18.6",
18-
"@babel/plugin-transform-runtime": "7.18.10",
19-
"@babel/preset-env": "7.19.0",
18+
"@babel/plugin-transform-runtime": "7.19.1",
19+
"@babel/preset-env": "7.19.1",
2020
"@babel/runtime": "7.19.0",
2121
"@babel/template": "7.18.10",
2222
"@discoveryjs/json-ext": "0.5.7",
2323
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2424
"ansi-colors": "4.1.3",
25-
"autoprefixer": "10.4.10",
25+
"autoprefixer": "10.4.11",
2626
"babel-loader": "8.2.5",
2727
"babel-plugin-istanbul": "6.1.1",
2828
"browserslist": "^4.9.1",

yarn.lock

+215-4
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,11 @@
303303
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.0.tgz#2a592fd89bacb1fcde68de31bee4f2f2dacb0e86"
304304
integrity sha512-y5rqgTTPTmaF5e2nVhOxw+Ur9HDJLsWb6U/KpgUzRZEdPfE6VOubXBKLdbcUTijzRptednSBDQbYZBOSqJxpJw==
305305

306+
"@babel/compat-data@^7.19.1":
307+
version "7.19.1"
308+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9"
309+
integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==
310+
306311
"@babel/core@7.18.9":
307312
version "7.18.9"
308313
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.9.tgz#805461f967c77ff46c74ca0460ccf4fe933ddd59"
@@ -345,6 +350,27 @@
345350
json5 "^2.2.1"
346351
semver "^6.3.0"
347352

353+
"@babel/core@7.19.1":
354+
version "7.19.1"
355+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b"
356+
integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==
357+
dependencies:
358+
"@ampproject/remapping" "^2.1.0"
359+
"@babel/code-frame" "^7.18.6"
360+
"@babel/generator" "^7.19.0"
361+
"@babel/helper-compilation-targets" "^7.19.1"
362+
"@babel/helper-module-transforms" "^7.19.0"
363+
"@babel/helpers" "^7.19.0"
364+
"@babel/parser" "^7.19.1"
365+
"@babel/template" "^7.18.10"
366+
"@babel/traverse" "^7.19.1"
367+
"@babel/types" "^7.19.0"
368+
convert-source-map "^1.7.0"
369+
debug "^4.1.0"
370+
gensync "^1.0.0-beta.2"
371+
json5 "^2.2.1"
372+
semver "^6.3.0"
373+
348374
"@babel/generator@7.19.0", "@babel/generator@^7.18.9", "@babel/generator@^7.19.0":
349375
version "7.19.0"
350376
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.0.tgz#785596c06425e59334df2ccee63ab166b738419a"
@@ -379,6 +405,16 @@
379405
browserslist "^4.20.2"
380406
semver "^6.3.0"
381407

408+
"@babel/helper-compilation-targets@^7.19.1":
409+
version "7.19.1"
410+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz#7f630911d83b408b76fe584831c98e5395d7a17c"
411+
integrity sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==
412+
dependencies:
413+
"@babel/compat-data" "^7.19.1"
414+
"@babel/helper-validator-option" "^7.18.6"
415+
browserslist "^4.21.3"
416+
semver "^6.3.0"
417+
382418
"@babel/helper-create-class-features-plugin@^7.18.6":
383419
version "7.19.0"
384420
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.19.0.tgz#bfd6904620df4e46470bae4850d66be1054c404b"
@@ -412,6 +448,18 @@
412448
resolve "^1.14.2"
413449
semver "^6.1.2"
414450

451+
"@babel/helper-define-polyfill-provider@^0.3.3":
452+
version "0.3.3"
453+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz#8612e55be5d51f0cd1f36b4a5a83924e89884b7a"
454+
integrity sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==
455+
dependencies:
456+
"@babel/helper-compilation-targets" "^7.17.7"
457+
"@babel/helper-plugin-utils" "^7.16.7"
458+
debug "^4.1.1"
459+
lodash.debounce "^4.0.8"
460+
resolve "^1.14.2"
461+
semver "^6.1.2"
462+
415463
"@babel/helper-environment-visitor@^7.18.9":
416464
version "7.18.9"
417465
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
@@ -569,6 +617,11 @@
569617
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.0.tgz#497fcafb1d5b61376959c1c338745ef0577aa02c"
570618
integrity sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw==
571619

620+
"@babel/parser@^7.19.1":
621+
version "7.19.1"
622+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
623+
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
624+
572625
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
573626
version "7.18.6"
574627
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -595,6 +648,16 @@
595648
"@babel/helper-remap-async-to-generator" "^7.18.9"
596649
"@babel/plugin-syntax-async-generators" "^7.8.4"
597650

651+
"@babel/plugin-proposal-async-generator-functions@7.19.1", "@babel/plugin-proposal-async-generator-functions@^7.19.1":
652+
version "7.19.1"
653+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.1.tgz#34f6f5174b688529342288cd264f80c9ea9fb4a7"
654+
integrity sha512-0yu8vNATgLy4ivqMNBIwb1HebCelqN7YX8SL3FDXORv/RqT0zEEWUCH4GH44JsSrvCu6GqnAdR5EBFAPeNBB4Q==
655+
dependencies:
656+
"@babel/helper-environment-visitor" "^7.18.9"
657+
"@babel/helper-plugin-utils" "^7.19.0"
658+
"@babel/helper-remap-async-to-generator" "^7.18.9"
659+
"@babel/plugin-syntax-async-generators" "^7.8.4"
660+
598661
"@babel/plugin-proposal-class-properties@^7.18.6":
599662
version "7.18.6"
600663
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
@@ -977,6 +1040,14 @@
9771040
"@babel/helper-create-regexp-features-plugin" "^7.19.0"
9781041
"@babel/helper-plugin-utils" "^7.19.0"
9791042

1043+
"@babel/plugin-transform-named-capturing-groups-regex@^7.19.1":
1044+
version "7.19.1"
1045+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.1.tgz#ec7455bab6cd8fb05c525a94876f435a48128888"
1046+
integrity sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==
1047+
dependencies:
1048+
"@babel/helper-create-regexp-features-plugin" "^7.19.0"
1049+
"@babel/helper-plugin-utils" "^7.19.0"
1050+
9801051
"@babel/plugin-transform-new-target@^7.18.6":
9811052
version "7.18.6"
9821053
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz#d128f376ae200477f37c4ddfcc722a8a1b3246a8"
@@ -1033,6 +1104,18 @@
10331104
babel-plugin-polyfill-regenerator "^0.4.0"
10341105
semver "^6.3.0"
10351106

1107+
"@babel/plugin-transform-runtime@7.19.1":
1108+
version "7.19.1"
1109+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.1.tgz#a3df2d7312eea624c7889a2dcd37fd1dfd25b2c6"
1110+
integrity sha512-2nJjTUFIzBMP/f/miLxEK9vxwW/KUXsdvN4sR//TmuDhe6yU2h57WmIOE12Gng3MDP/xpjUV/ToZRdcf8Yj4fA==
1111+
dependencies:
1112+
"@babel/helper-module-imports" "^7.18.6"
1113+
"@babel/helper-plugin-utils" "^7.19.0"
1114+
babel-plugin-polyfill-corejs2 "^0.3.3"
1115+
babel-plugin-polyfill-corejs3 "^0.6.0"
1116+
babel-plugin-polyfill-regenerator "^0.4.1"
1117+
semver "^6.3.0"
1118+
10361119
"@babel/plugin-transform-shorthand-properties@^7.18.6":
10371120
version "7.18.6"
10381121
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz#6d6df7983d67b195289be24909e3f12a8f664dc9"
@@ -1165,6 +1248,87 @@
11651248
core-js-compat "^3.22.1"
11661249
semver "^6.3.0"
11671250

1251+
"@babel/preset-env@7.19.1":
1252+
version "7.19.1"
1253+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.1.tgz#9f04c916f9c0205a48ebe5cc1be7768eb1983f67"
1254+
integrity sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA==
1255+
dependencies:
1256+
"@babel/compat-data" "^7.19.1"
1257+
"@babel/helper-compilation-targets" "^7.19.1"
1258+
"@babel/helper-plugin-utils" "^7.19.0"
1259+
"@babel/helper-validator-option" "^7.18.6"
1260+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
1261+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
1262+
"@babel/plugin-proposal-async-generator-functions" "^7.19.1"
1263+
"@babel/plugin-proposal-class-properties" "^7.18.6"
1264+
"@babel/plugin-proposal-class-static-block" "^7.18.6"
1265+
"@babel/plugin-proposal-dynamic-import" "^7.18.6"
1266+
"@babel/plugin-proposal-export-namespace-from" "^7.18.9"
1267+
"@babel/plugin-proposal-json-strings" "^7.18.6"
1268+
"@babel/plugin-proposal-logical-assignment-operators" "^7.18.9"
1269+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6"
1270+
"@babel/plugin-proposal-numeric-separator" "^7.18.6"
1271+
"@babel/plugin-proposal-object-rest-spread" "^7.18.9"
1272+
"@babel/plugin-proposal-optional-catch-binding" "^7.18.6"
1273+
"@babel/plugin-proposal-optional-chaining" "^7.18.9"
1274+
"@babel/plugin-proposal-private-methods" "^7.18.6"
1275+
"@babel/plugin-proposal-private-property-in-object" "^7.18.6"
1276+
"@babel/plugin-proposal-unicode-property-regex" "^7.18.6"
1277+
"@babel/plugin-syntax-async-generators" "^7.8.4"
1278+
"@babel/plugin-syntax-class-properties" "^7.12.13"
1279+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
1280+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
1281+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
1282+
"@babel/plugin-syntax-import-assertions" "^7.18.6"
1283+
"@babel/plugin-syntax-json-strings" "^7.8.3"
1284+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
1285+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
1286+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
1287+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
1288+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
1289+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
1290+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
1291+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
1292+
"@babel/plugin-transform-arrow-functions" "^7.18.6"
1293+
"@babel/plugin-transform-async-to-generator" "^7.18.6"
1294+
"@babel/plugin-transform-block-scoped-functions" "^7.18.6"
1295+
"@babel/plugin-transform-block-scoping" "^7.18.9"
1296+
"@babel/plugin-transform-classes" "^7.19.0"
1297+
"@babel/plugin-transform-computed-properties" "^7.18.9"
1298+
"@babel/plugin-transform-destructuring" "^7.18.13"
1299+
"@babel/plugin-transform-dotall-regex" "^7.18.6"
1300+
"@babel/plugin-transform-duplicate-keys" "^7.18.9"
1301+
"@babel/plugin-transform-exponentiation-operator" "^7.18.6"
1302+
"@babel/plugin-transform-for-of" "^7.18.8"
1303+
"@babel/plugin-transform-function-name" "^7.18.9"
1304+
"@babel/plugin-transform-literals" "^7.18.9"
1305+
"@babel/plugin-transform-member-expression-literals" "^7.18.6"
1306+
"@babel/plugin-transform-modules-amd" "^7.18.6"
1307+
"@babel/plugin-transform-modules-commonjs" "^7.18.6"
1308+
"@babel/plugin-transform-modules-systemjs" "^7.19.0"
1309+
"@babel/plugin-transform-modules-umd" "^7.18.6"
1310+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.19.1"
1311+
"@babel/plugin-transform-new-target" "^7.18.6"
1312+
"@babel/plugin-transform-object-super" "^7.18.6"
1313+
"@babel/plugin-transform-parameters" "^7.18.8"
1314+
"@babel/plugin-transform-property-literals" "^7.18.6"
1315+
"@babel/plugin-transform-regenerator" "^7.18.6"
1316+
"@babel/plugin-transform-reserved-words" "^7.18.6"
1317+
"@babel/plugin-transform-shorthand-properties" "^7.18.6"
1318+
"@babel/plugin-transform-spread" "^7.19.0"
1319+
"@babel/plugin-transform-sticky-regex" "^7.18.6"
1320+
"@babel/plugin-transform-template-literals" "^7.18.9"
1321+
"@babel/plugin-transform-typeof-symbol" "^7.18.9"
1322+
"@babel/plugin-transform-unicode-escapes" "^7.18.10"
1323+
"@babel/plugin-transform-unicode-regex" "^7.18.6"
1324+
"@babel/preset-modules" "^0.1.5"
1325+
"@babel/types" "^7.19.0"
1326+
babel-plugin-polyfill-corejs2 "^0.3.3"
1327+
babel-plugin-polyfill-corejs3 "^0.6.0"
1328+
babel-plugin-polyfill-regenerator "^0.4.1"
1329+
core-js-compat "^3.25.1"
1330+
semver "^6.3.0"
1331+
11681332
"@babel/preset-modules@^0.1.5":
11691333
version "0.1.5"
11701334
resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9"
@@ -1208,6 +1372,22 @@
12081372
debug "^4.1.0"
12091373
globals "^11.1.0"
12101374

1375+
"@babel/traverse@^7.19.1":
1376+
version "7.19.1"
1377+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347"
1378+
integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==
1379+
dependencies:
1380+
"@babel/code-frame" "^7.18.6"
1381+
"@babel/generator" "^7.19.0"
1382+
"@babel/helper-environment-visitor" "^7.18.9"
1383+
"@babel/helper-function-name" "^7.19.0"
1384+
"@babel/helper-hoist-variables" "^7.18.6"
1385+
"@babel/helper-split-export-declaration" "^7.18.6"
1386+
"@babel/parser" "^7.19.1"
1387+
"@babel/types" "^7.19.0"
1388+
debug "^4.1.0"
1389+
globals "^11.1.0"
1390+
12111391
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
12121392
version "7.19.0"
12131393
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"
@@ -3097,10 +3277,10 @@ atomic-sleep@^1.0.0:
30973277
resolved "https://registry.yarnpkg.com/atomic-sleep/-/atomic-sleep-1.0.0.tgz#eb85b77a601fc932cfe432c5acd364a9e2c9075b"
30983278
integrity sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==
30993279

3100-
autoprefixer@10.4.10:
3101-
version "10.4.10"
3102-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.10.tgz#a1d8891d1516155eb13a772b1289efdc61de14ef"
3103-
integrity sha512-nMaiDARyp1e74c8IeAXkr+BmFKa8By4Zak7tyaNPF09Iu39WFpNXOWrVirmXjKr+5cOyERwvtbMOLYz6iBJYgQ==
3280+
autoprefixer@10.4.11:
3281+
version "10.4.11"
3282+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.11.tgz#835136aff1d9cd43640151e0d2dba00f8eac7c1c"
3283+
integrity sha512-5lHp6DgRodxlBLSkzHOTcufWFflH1ewfy2hvFQyjrblBFlP/0Yh4O/Wrg4ow8WRlN3AAUFFLAQwX8hTptzqVHg==
31043284
dependencies:
31053285
browserslist "^4.21.3"
31063286
caniuse-lite "^1.0.30001399"
@@ -3175,6 +3355,15 @@ babel-plugin-polyfill-corejs2@^0.3.2:
31753355
"@babel/helper-define-polyfill-provider" "^0.3.2"
31763356
semver "^6.1.1"
31773357

3358+
babel-plugin-polyfill-corejs2@^0.3.3:
3359+
version "0.3.3"
3360+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz#5d1bd3836d0a19e1b84bbf2d9640ccb6f951c122"
3361+
integrity sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==
3362+
dependencies:
3363+
"@babel/compat-data" "^7.17.7"
3364+
"@babel/helper-define-polyfill-provider" "^0.3.3"
3365+
semver "^6.1.1"
3366+
31783367
babel-plugin-polyfill-corejs3@^0.5.3:
31793368
version "0.5.3"
31803369
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz#d7e09c9a899079d71a8b670c6181af56ec19c5c7"
@@ -3183,13 +3372,28 @@ babel-plugin-polyfill-corejs3@^0.5.3:
31833372
"@babel/helper-define-polyfill-provider" "^0.3.2"
31843373
core-js-compat "^3.21.0"
31853374

3375+
babel-plugin-polyfill-corejs3@^0.6.0:
3376+
version "0.6.0"
3377+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz#56ad88237137eade485a71b52f72dbed57c6230a"
3378+
integrity sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==
3379+
dependencies:
3380+
"@babel/helper-define-polyfill-provider" "^0.3.3"
3381+
core-js-compat "^3.25.1"
3382+
31863383
babel-plugin-polyfill-regenerator@^0.4.0:
31873384
version "0.4.0"
31883385
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz#8f51809b6d5883e07e71548d75966ff7635527fe"
31893386
integrity sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==
31903387
dependencies:
31913388
"@babel/helper-define-polyfill-provider" "^0.3.2"
31923389

3390+
babel-plugin-polyfill-regenerator@^0.4.1:
3391+
version "0.4.1"
3392+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz#390f91c38d90473592ed43351e801a9d3e0fd747"
3393+
integrity sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==
3394+
dependencies:
3395+
"@babel/helper-define-polyfill-provider" "^0.3.3"
3396+
31933397
balanced-match@^1.0.0:
31943398
version "1.0.2"
31953399
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
@@ -3939,6 +4143,13 @@ core-js-compat@^3.21.0, core-js-compat@^3.22.1:
39394143
browserslist "^4.21.3"
39404144
semver "7.0.0"
39414145

4146+
core-js-compat@^3.25.1:
4147+
version "3.25.1"
4148+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.25.1.tgz#6f13a90de52f89bbe6267e5620a412c7f7ff7e42"
4149+
integrity sha512-pOHS7O0i8Qt4zlPW/eIFjwp+NrTPx+wTL0ctgI2fHn31sZOq89rDsmtc/A2vAX7r6shl+bmVI+678He46jgBlw==
4150+
dependencies:
4151+
browserslist "^4.21.3"
4152+
39424153
core-util-is@1.0.2:
39434154
version "1.0.2"
39444155
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"

0 commit comments

Comments
 (0)