Skip to content

Commit 760328c

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent cd08b55 commit 760328c

File tree

3 files changed

+220
-18
lines changed

3 files changed

+220
-18
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@
7676
"@angular/platform-server": "17.2.0-next.0",
7777
"@angular/router": "17.2.0-next.0",
7878
"@angular/service-worker": "17.2.0-next.0",
79-
"@babel/core": "7.23.7",
79+
"@babel/core": "7.23.9",
8080
"@babel/generator": "7.23.6",
8181
"@babel/helper-annotate-as-pure": "7.22.5",
8282
"@babel/helper-split-export-declaration": "7.22.6",
83-
"@babel/plugin-transform-async-generator-functions": "7.23.7",
83+
"@babel/plugin-transform-async-generator-functions": "7.23.9",
8484
"@babel/plugin-transform-async-to-generator": "7.23.3",
85-
"@babel/plugin-transform-runtime": "7.23.7",
86-
"@babel/preset-env": "7.23.8",
87-
"@babel/runtime": "7.23.8",
85+
"@babel/plugin-transform-runtime": "7.23.9",
86+
"@babel/preset-env": "7.23.9",
87+
"@babel/runtime": "7.23.9",
8888
"@bazel/bazelisk": "1.19.0",
8989
"@bazel/buildifier": "6.4.0",
9090
"@bazel/concatjs": "5.8.1",
@@ -149,7 +149,7 @@
149149
"http-proxy": "^1.18.1",
150150
"http-proxy-middleware": "2.0.6",
151151
"https-proxy-agent": "7.0.2",
152-
"husky": "9.0.2",
152+
"husky": "9.0.6",
153153
"ini": "4.1.1",
154154
"inquirer": "9.2.12",
155155
"jasmine": "^5.0.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
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.23.7",
13+
"@babel/core": "7.23.9",
1414
"@babel/generator": "7.23.6",
1515
"@babel/helper-annotate-as-pure": "7.22.5",
1616
"@babel/helper-split-export-declaration": "7.22.6",
17-
"@babel/plugin-transform-async-generator-functions": "7.23.7",
17+
"@babel/plugin-transform-async-generator-functions": "7.23.9",
1818
"@babel/plugin-transform-async-to-generator": "7.23.3",
19-
"@babel/plugin-transform-runtime": "7.23.7",
20-
"@babel/preset-env": "7.23.8",
21-
"@babel/runtime": "7.23.8",
19+
"@babel/plugin-transform-runtime": "7.23.9",
20+
"@babel/preset-env": "7.23.9",
21+
"@babel/runtime": "7.23.9",
2222
"@discoveryjs/json-ext": "0.5.7",
2323
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2424
"@vitejs/plugin-basic-ssl": "1.1.0",

yarn.lock

Lines changed: 209 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,27 @@
414414
json5 "^2.2.3"
415415
semver "^6.3.1"
416416

417+
418+
version "7.23.9"
419+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
420+
integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==
421+
dependencies:
422+
"@ampproject/remapping" "^2.2.0"
423+
"@babel/code-frame" "^7.23.5"
424+
"@babel/generator" "^7.23.6"
425+
"@babel/helper-compilation-targets" "^7.23.6"
426+
"@babel/helper-module-transforms" "^7.23.3"
427+
"@babel/helpers" "^7.23.9"
428+
"@babel/parser" "^7.23.9"
429+
"@babel/template" "^7.23.9"
430+
"@babel/traverse" "^7.23.9"
431+
"@babel/types" "^7.23.9"
432+
convert-source-map "^2.0.0"
433+
debug "^4.1.0"
434+
gensync "^1.0.0-beta.2"
435+
json5 "^2.2.3"
436+
semver "^6.3.1"
437+
417438
"@babel/[email protected]", "@babel/generator@^7.23.0", "@babel/generator@^7.23.6":
418439
version "7.23.6"
419440
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e"
@@ -624,6 +645,15 @@
624645
"@babel/traverse" "^7.23.7"
625646
"@babel/types" "^7.23.6"
626647

648+
"@babel/helpers@^7.23.9":
649+
version "7.23.9"
650+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.9.tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d"
651+
integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==
652+
dependencies:
653+
"@babel/template" "^7.23.9"
654+
"@babel/traverse" "^7.23.9"
655+
"@babel/types" "^7.23.9"
656+
627657
"@babel/highlight@^7.23.4":
628658
version "7.23.4"
629659
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
@@ -638,6 +668,11 @@
638668
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
639669
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
640670

671+
"@babel/parser@^7.23.9":
672+
version "7.23.9"
673+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
674+
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
675+
641676
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
642677
version "7.23.3"
643678
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.23.3.tgz#5cd1c87ba9380d0afb78469292c954fee5d2411a"
@@ -821,6 +856,16 @@
821856
"@babel/helper-remap-async-to-generator" "^7.22.20"
822857
"@babel/plugin-syntax-async-generators" "^7.8.4"
823858

859+
"@babel/[email protected]", "@babel/plugin-transform-async-generator-functions@^7.23.9":
860+
version "7.23.9"
861+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz#9adaeb66fc9634a586c5df139c6240d41ed801ce"
862+
integrity sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==
863+
dependencies:
864+
"@babel/helper-environment-visitor" "^7.22.20"
865+
"@babel/helper-plugin-utils" "^7.22.5"
866+
"@babel/helper-remap-async-to-generator" "^7.22.20"
867+
"@babel/plugin-syntax-async-generators" "^7.8.4"
868+
824869
"@babel/[email protected]", "@babel/plugin-transform-async-to-generator@^7.23.3":
825870
version "7.23.3"
826871
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz#d1f513c7a8a506d43f47df2bf25f9254b0b051fa"
@@ -1003,6 +1048,16 @@
10031048
"@babel/helper-plugin-utils" "^7.22.5"
10041049
"@babel/helper-validator-identifier" "^7.22.20"
10051050

1051+
"@babel/plugin-transform-modules-systemjs@^7.23.9":
1052+
version "7.23.9"
1053+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz#105d3ed46e4a21d257f83a2f9e2ee4203ceda6be"
1054+
integrity sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==
1055+
dependencies:
1056+
"@babel/helper-hoist-variables" "^7.22.5"
1057+
"@babel/helper-module-transforms" "^7.23.3"
1058+
"@babel/helper-plugin-utils" "^7.22.5"
1059+
"@babel/helper-validator-identifier" "^7.22.20"
1060+
10061061
"@babel/plugin-transform-modules-umd@^7.23.3":
10071062
version "7.23.3"
10081063
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz#5d4395fccd071dfefe6585a4411aa7d6b7d769e9"
@@ -1137,6 +1192,18 @@
11371192
babel-plugin-polyfill-regenerator "^0.5.4"
11381193
semver "^6.3.1"
11391194

1195+
1196+
version "7.23.9"
1197+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.9.tgz#2c64d0680fc8e09e1dfe8fd5c646fe72abd82004"
1198+
integrity sha512-A7clW3a0aSjm3ONU9o2HAILSegJCYlEZmOhmBRReVtIpY/Z/p7yIZ+wR41Z+UipwdGuqwtID/V/dOdZXjwi9gQ==
1199+
dependencies:
1200+
"@babel/helper-module-imports" "^7.22.15"
1201+
"@babel/helper-plugin-utils" "^7.22.5"
1202+
babel-plugin-polyfill-corejs2 "^0.4.8"
1203+
babel-plugin-polyfill-corejs3 "^0.9.0"
1204+
babel-plugin-polyfill-regenerator "^0.5.5"
1205+
semver "^6.3.1"
1206+
11401207
"@babel/plugin-transform-shorthand-properties@^7.23.3":
11411208
version "7.23.3"
11421209
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz#97d82a39b0e0c24f8a981568a8ed851745f59210"
@@ -1290,6 +1357,92 @@
12901357
core-js-compat "^3.31.0"
12911358
semver "^6.3.1"
12921359

1360+
1361+
version "7.23.9"
1362+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.9.tgz#beace3b7994560ed6bf78e4ae2073dff45387669"
1363+
integrity sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==
1364+
dependencies:
1365+
"@babel/compat-data" "^7.23.5"
1366+
"@babel/helper-compilation-targets" "^7.23.6"
1367+
"@babel/helper-plugin-utils" "^7.22.5"
1368+
"@babel/helper-validator-option" "^7.23.5"
1369+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.23.3"
1370+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.23.3"
1371+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.23.7"
1372+
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
1373+
"@babel/plugin-syntax-async-generators" "^7.8.4"
1374+
"@babel/plugin-syntax-class-properties" "^7.12.13"
1375+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
1376+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
1377+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
1378+
"@babel/plugin-syntax-import-assertions" "^7.23.3"
1379+
"@babel/plugin-syntax-import-attributes" "^7.23.3"
1380+
"@babel/plugin-syntax-import-meta" "^7.10.4"
1381+
"@babel/plugin-syntax-json-strings" "^7.8.3"
1382+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
1383+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
1384+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
1385+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
1386+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
1387+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
1388+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
1389+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
1390+
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
1391+
"@babel/plugin-transform-arrow-functions" "^7.23.3"
1392+
"@babel/plugin-transform-async-generator-functions" "^7.23.9"
1393+
"@babel/plugin-transform-async-to-generator" "^7.23.3"
1394+
"@babel/plugin-transform-block-scoped-functions" "^7.23.3"
1395+
"@babel/plugin-transform-block-scoping" "^7.23.4"
1396+
"@babel/plugin-transform-class-properties" "^7.23.3"
1397+
"@babel/plugin-transform-class-static-block" "^7.23.4"
1398+
"@babel/plugin-transform-classes" "^7.23.8"
1399+
"@babel/plugin-transform-computed-properties" "^7.23.3"
1400+
"@babel/plugin-transform-destructuring" "^7.23.3"
1401+
"@babel/plugin-transform-dotall-regex" "^7.23.3"
1402+
"@babel/plugin-transform-duplicate-keys" "^7.23.3"
1403+
"@babel/plugin-transform-dynamic-import" "^7.23.4"
1404+
"@babel/plugin-transform-exponentiation-operator" "^7.23.3"
1405+
"@babel/plugin-transform-export-namespace-from" "^7.23.4"
1406+
"@babel/plugin-transform-for-of" "^7.23.6"
1407+
"@babel/plugin-transform-function-name" "^7.23.3"
1408+
"@babel/plugin-transform-json-strings" "^7.23.4"
1409+
"@babel/plugin-transform-literals" "^7.23.3"
1410+
"@babel/plugin-transform-logical-assignment-operators" "^7.23.4"
1411+
"@babel/plugin-transform-member-expression-literals" "^7.23.3"
1412+
"@babel/plugin-transform-modules-amd" "^7.23.3"
1413+
"@babel/plugin-transform-modules-commonjs" "^7.23.3"
1414+
"@babel/plugin-transform-modules-systemjs" "^7.23.9"
1415+
"@babel/plugin-transform-modules-umd" "^7.23.3"
1416+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5"
1417+
"@babel/plugin-transform-new-target" "^7.23.3"
1418+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.23.4"
1419+
"@babel/plugin-transform-numeric-separator" "^7.23.4"
1420+
"@babel/plugin-transform-object-rest-spread" "^7.23.4"
1421+
"@babel/plugin-transform-object-super" "^7.23.3"
1422+
"@babel/plugin-transform-optional-catch-binding" "^7.23.4"
1423+
"@babel/plugin-transform-optional-chaining" "^7.23.4"
1424+
"@babel/plugin-transform-parameters" "^7.23.3"
1425+
"@babel/plugin-transform-private-methods" "^7.23.3"
1426+
"@babel/plugin-transform-private-property-in-object" "^7.23.4"
1427+
"@babel/plugin-transform-property-literals" "^7.23.3"
1428+
"@babel/plugin-transform-regenerator" "^7.23.3"
1429+
"@babel/plugin-transform-reserved-words" "^7.23.3"
1430+
"@babel/plugin-transform-shorthand-properties" "^7.23.3"
1431+
"@babel/plugin-transform-spread" "^7.23.3"
1432+
"@babel/plugin-transform-sticky-regex" "^7.23.3"
1433+
"@babel/plugin-transform-template-literals" "^7.23.3"
1434+
"@babel/plugin-transform-typeof-symbol" "^7.23.3"
1435+
"@babel/plugin-transform-unicode-escapes" "^7.23.3"
1436+
"@babel/plugin-transform-unicode-property-regex" "^7.23.3"
1437+
"@babel/plugin-transform-unicode-regex" "^7.23.3"
1438+
"@babel/plugin-transform-unicode-sets-regex" "^7.23.3"
1439+
"@babel/preset-modules" "0.1.6-no-external-plugins"
1440+
babel-plugin-polyfill-corejs2 "^0.4.8"
1441+
babel-plugin-polyfill-corejs3 "^0.9.0"
1442+
babel-plugin-polyfill-regenerator "^0.5.5"
1443+
core-js-compat "^3.31.0"
1444+
semver "^6.3.1"
1445+
12931446
12941447
version "0.1.6-no-external-plugins"
12951448
resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a"
@@ -1311,6 +1464,13 @@
13111464
dependencies:
13121465
regenerator-runtime "^0.14.0"
13131466

1467+
1468+
version "7.23.9"
1469+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7"
1470+
integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==
1471+
dependencies:
1472+
regenerator-runtime "^0.14.0"
1473+
13141474
"@babel/template@^7.22.15":
13151475
version "7.22.15"
13161476
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
@@ -1320,6 +1480,15 @@
13201480
"@babel/parser" "^7.22.15"
13211481
"@babel/types" "^7.22.15"
13221482

1483+
"@babel/template@^7.23.9":
1484+
version "7.23.9"
1485+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"
1486+
integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==
1487+
dependencies:
1488+
"@babel/code-frame" "^7.23.5"
1489+
"@babel/parser" "^7.23.9"
1490+
"@babel/types" "^7.23.9"
1491+
13231492
"@babel/traverse@^7.23.2", "@babel/traverse@^7.23.7":
13241493
version "7.23.7"
13251494
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.7.tgz#9a7bf285c928cb99b5ead19c3b1ce5b310c9c305"
@@ -1336,6 +1505,22 @@
13361505
debug "^4.3.1"
13371506
globals "^11.1.0"
13381507

1508+
"@babel/traverse@^7.23.9":
1509+
version "7.23.9"
1510+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
1511+
integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==
1512+
dependencies:
1513+
"@babel/code-frame" "^7.23.5"
1514+
"@babel/generator" "^7.23.6"
1515+
"@babel/helper-environment-visitor" "^7.22.20"
1516+
"@babel/helper-function-name" "^7.23.0"
1517+
"@babel/helper-hoist-variables" "^7.22.5"
1518+
"@babel/helper-split-export-declaration" "^7.22.6"
1519+
"@babel/parser" "^7.23.9"
1520+
"@babel/types" "^7.23.9"
1521+
debug "^4.3.1"
1522+
globals "^11.1.0"
1523+
13391524
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.4.4":
13401525
version "7.23.6"
13411526
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd"
@@ -1345,6 +1530,15 @@
13451530
"@babel/helper-validator-identifier" "^7.22.20"
13461531
to-fast-properties "^2.0.0"
13471532

1533+
"@babel/types@^7.23.9":
1534+
version "7.23.9"
1535+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
1536+
integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==
1537+
dependencies:
1538+
"@babel/helper-string-parser" "^7.23.4"
1539+
"@babel/helper-validator-identifier" "^7.22.20"
1540+
to-fast-properties "^2.0.0"
1541+
13481542
13491543
version "1.19.0"
13501544
resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.19.0.tgz#de12b6920b2c5505a776fadc0c9e75daae930c32"
@@ -4912,7 +5106,7 @@ [email protected]:
49125106
istanbul-lib-instrument "^5.0.4"
49135107
test-exclude "^6.0.0"
49145108

4915-
babel-plugin-polyfill-corejs2@^0.4.7:
5109+
babel-plugin-polyfill-corejs2@^0.4.7, babel-plugin-polyfill-corejs2@^0.4.8:
49165110
version "0.4.8"
49175111
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.8.tgz#dbcc3c8ca758a290d47c3c6a490d59429b0d2269"
49185112
integrity sha512-OtIuQfafSzpo/LhnJaykc0R/MMnuLSSVjVYy9mHArIZ9qTCSZ6TpWCuEKZYVoN//t8HqBNScHrOtCrIK5IaGLg==
@@ -4929,7 +5123,15 @@ babel-plugin-polyfill-corejs3@^0.8.7:
49295123
"@babel/helper-define-polyfill-provider" "^0.4.4"
49305124
core-js-compat "^3.33.1"
49315125

4932-
babel-plugin-polyfill-regenerator@^0.5.4:
5126+
babel-plugin-polyfill-corejs3@^0.9.0:
5127+
version "0.9.0"
5128+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz#9eea32349d94556c2ad3ab9b82ebb27d4bf04a81"
5129+
integrity sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==
5130+
dependencies:
5131+
"@babel/helper-define-polyfill-provider" "^0.5.0"
5132+
core-js-compat "^3.34.0"
5133+
5134+
babel-plugin-polyfill-regenerator@^0.5.4, babel-plugin-polyfill-regenerator@^0.5.5:
49335135
version "0.5.5"
49345136
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz#8b0c8fc6434239e5d7b8a9d1f832bb2b0310f06a"
49355137
integrity sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==
@@ -5799,7 +6001,7 @@ [email protected]:
57996001
schema-utils "^4.2.0"
58006002
serialize-javascript "^6.0.2"
58016003

5802-
core-js-compat@^3.31.0, core-js-compat@^3.33.1:
6004+
core-js-compat@^3.31.0, core-js-compat@^3.33.1, core-js-compat@^3.34.0:
58036005
version "3.35.1"
58046006
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.35.1.tgz#215247d7edb9e830efa4218ff719beb2803555e2"
58056007
integrity sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw==
@@ -7737,10 +7939,10 @@ humanize-ms@^1.2.1:
77377939
dependencies:
77387940
ms "^2.0.0"
77397941

7740-
7741-
version "9.0.2"
7742-
resolved "https://registry.yarnpkg.com/husky/-/husky-9.0.2.tgz#7ac26cb63719e91a159991039187b35e7358557e"
7743-
integrity sha512-0yR5R3OPjl8bYApi6T4QMOAwhtLhBjdYIVg5S6zSzIO8DIvQMh/b7Q8jW3WLbHLHtzpwiyMLBNB4R0Eb6x5+AA==
7942+
7943+
version "9.0.6"
7944+
resolved "https://registry.yarnpkg.com/husky/-/husky-9.0.6.tgz#cee0245d60480b12279cf492ec6cfc1aeb7fa759"
7945+
integrity sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==
77447946

77457947
[email protected], iconv-lite@^0.4.24:
77467948
version "0.4.24"

0 commit comments

Comments
 (0)