Skip to content

Commit 6acd091

Browse files
angular-robotclydin
authored andcommitted
build: update all non-major dependencies
1 parent 1ae6252 commit 6acd091

File tree

3 files changed

+229
-15
lines changed

3 files changed

+229
-15
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@
7676
"@angular/platform-server": "17.3.0-next.1",
7777
"@angular/router": "17.3.0-next.1",
7878
"@angular/service-worker": "17.3.0-next.1",
79-
"@babel/core": "7.23.9",
79+
"@babel/core": "7.24.0",
8080
"@babel/generator": "7.23.6",
8181
"@babel/helper-annotate-as-pure": "7.22.5",
8282
"@babel/helper-split-export-declaration": "7.22.6",
8383
"@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.9",
86-
"@babel/preset-env": "7.23.9",
87-
"@babel/runtime": "7.23.9",
85+
"@babel/plugin-transform-runtime": "7.24.0",
86+
"@babel/preset-env": "7.24.0",
87+
"@babel/runtime": "7.24.0",
8888
"@bazel/bazelisk": "1.19.0",
8989
"@bazel/buildifier": "6.4.0",
9090
"@bazel/concatjs": "5.8.1",
@@ -168,7 +168,7 @@
168168
"license-webpack-plugin": "4.0.2",
169169
"loader-utils": "3.2.1",
170170
"magic-string": "0.30.7",
171-
"mini-css-extract-plugin": "2.8.0",
171+
"mini-css-extract-plugin": "2.8.1",
172172
"mrmime": "2.0.0",
173173
"ng-packagr": "17.2.0",
174174
"npm": "^8.11.0",
@@ -179,10 +179,10 @@
179179
"parse5-html-rewriting-stream": "7.0.0",
180180
"patch-package": "^7.0.1",
181181
"picomatch": "4.0.1",
182-
"piscina": "4.3.2",
182+
"piscina": "4.4.0",
183183
"popper.js": "^1.14.1",
184184
"postcss": "8.4.35",
185-
"postcss-loader": "8.1.0",
185+
"postcss-loader": "8.1.1",
186186
"prettier": "^3.0.0",
187187
"protractor": "~7.0.0",
188188
"puppeteer": "18.2.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 7 additions & 7 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.9",
13+
"@babel/core": "7.24.0",
1414
"@babel/generator": "7.23.6",
1515
"@babel/helper-annotate-as-pure": "7.22.5",
1616
"@babel/helper-split-export-declaration": "7.22.6",
1717
"@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.9",
20-
"@babel/preset-env": "7.23.9",
21-
"@babel/runtime": "7.23.9",
19+
"@babel/plugin-transform-runtime": "7.24.0",
20+
"@babel/preset-env": "7.24.0",
21+
"@babel/runtime": "7.24.0",
2222
"@discoveryjs/json-ext": "0.5.7",
2323
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2424
"@vitejs/plugin-basic-ssl": "1.1.0",
@@ -42,15 +42,15 @@
4242
"license-webpack-plugin": "4.0.2",
4343
"loader-utils": "3.2.1",
4444
"magic-string": "0.30.7",
45-
"mini-css-extract-plugin": "2.8.0",
45+
"mini-css-extract-plugin": "2.8.1",
4646
"mrmime": "2.0.0",
4747
"open": "8.4.2",
4848
"ora": "5.4.1",
4949
"parse5-html-rewriting-stream": "7.0.0",
5050
"picomatch": "4.0.1",
51-
"piscina": "4.3.2",
51+
"piscina": "4.4.0",
5252
"postcss": "8.4.35",
53-
"postcss-loader": "8.1.0",
53+
"postcss-loader": "8.1.1",
5454
"resolve-url-loader": "5.0.0",
5555
"rxjs": "7.8.1",
5656
"sass": "1.71.1",

yarn.lock

Lines changed: 215 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,27 @@
410410
json5 "^2.2.3"
411411
semver "^6.3.1"
412412

413+
"@babel/core@7.24.0":
414+
version "7.24.0"
415+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.0.tgz#56cbda6b185ae9d9bed369816a8f4423c5f2ff1b"
416+
integrity sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==
417+
dependencies:
418+
"@ampproject/remapping" "^2.2.0"
419+
"@babel/code-frame" "^7.23.5"
420+
"@babel/generator" "^7.23.6"
421+
"@babel/helper-compilation-targets" "^7.23.6"
422+
"@babel/helper-module-transforms" "^7.23.3"
423+
"@babel/helpers" "^7.24.0"
424+
"@babel/parser" "^7.24.0"
425+
"@babel/template" "^7.24.0"
426+
"@babel/traverse" "^7.24.0"
427+
"@babel/types" "^7.24.0"
428+
convert-source-map "^2.0.0"
429+
debug "^4.1.0"
430+
gensync "^1.0.0-beta.2"
431+
json5 "^2.2.3"
432+
semver "^6.3.1"
433+
413434
"@babel/generator@7.23.6", "@babel/generator@^7.23.6":
414435
version "7.23.6"
415436
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e"
@@ -537,6 +558,11 @@
537558
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
538559
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
539560

561+
"@babel/helper-plugin-utils@^7.24.0":
562+
version "7.24.0"
563+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a"
564+
integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==
565+
540566
"@babel/helper-remap-async-to-generator@^7.18.9", "@babel/helper-remap-async-to-generator@^7.22.20":
541567
version "7.22.20"
542568
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0"
@@ -609,6 +635,15 @@
609635
"@babel/traverse" "^7.23.9"
610636
"@babel/types" "^7.23.9"
611637

638+
"@babel/helpers@^7.24.0":
639+
version "7.24.0"
640+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.0.tgz#a3dd462b41769c95db8091e49cfe019389a9409b"
641+
integrity sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==
642+
dependencies:
643+
"@babel/template" "^7.24.0"
644+
"@babel/traverse" "^7.24.0"
645+
"@babel/types" "^7.24.0"
646+
612647
"@babel/highlight@^7.23.4":
613648
version "7.23.4"
614649
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
@@ -623,6 +658,11 @@
623658
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
624659
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
625660

661+
"@babel/parser@^7.24.0":
662+
version "7.24.0"
663+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac"
664+
integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==
665+
626666
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
627667
version "7.23.3"
628668
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"
@@ -1038,6 +1078,17 @@
10381078
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
10391079
"@babel/plugin-transform-parameters" "^7.23.3"
10401080

1081+
"@babel/plugin-transform-object-rest-spread@^7.24.0":
1082+
version "7.24.0"
1083+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.0.tgz#7b836ad0088fdded2420ce96d4e1d3ed78b71df1"
1084+
integrity sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w==
1085+
dependencies:
1086+
"@babel/compat-data" "^7.23.5"
1087+
"@babel/helper-compilation-targets" "^7.23.6"
1088+
"@babel/helper-plugin-utils" "^7.24.0"
1089+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
1090+
"@babel/plugin-transform-parameters" "^7.23.3"
1091+
10411092
"@babel/plugin-transform-object-super@^7.23.3":
10421093
version "7.23.3"
10431094
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz#81fdb636dcb306dd2e4e8fd80db5b2362ed2ebcd"
@@ -1122,6 +1173,18 @@
11221173
babel-plugin-polyfill-regenerator "^0.5.5"
11231174
semver "^6.3.1"
11241175

1176+
"@babel/plugin-transform-runtime@7.24.0":
1177+
version "7.24.0"
1178+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.0.tgz#e308fe27d08b74027d42547081eefaf4f2ffbcc9"
1179+
integrity sha512-zc0GA5IitLKJrSfXlXmp8KDqLrnGECK7YRfQBmEKg1NmBOQ7e+KuclBEKJgzifQeUYLdNiAw4B4bjyvzWVLiSA==
1180+
dependencies:
1181+
"@babel/helper-module-imports" "^7.22.15"
1182+
"@babel/helper-plugin-utils" "^7.24.0"
1183+
babel-plugin-polyfill-corejs2 "^0.4.8"
1184+
babel-plugin-polyfill-corejs3 "^0.9.0"
1185+
babel-plugin-polyfill-regenerator "^0.5.5"
1186+
semver "^6.3.1"
1187+
11251188
"@babel/plugin-transform-shorthand-properties@^7.23.3":
11261189
version "7.23.3"
11271190
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz#97d82a39b0e0c24f8a981568a8ed851745f59210"
@@ -1275,6 +1338,92 @@
12751338
core-js-compat "^3.31.0"
12761339
semver "^6.3.1"
12771340

1341+
"@babel/preset-env@7.24.0":
1342+
version "7.24.0"
1343+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.0.tgz#11536a7f4b977294f0bdfad780f01a8ac8e183fc"
1344+
integrity sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA==
1345+
dependencies:
1346+
"@babel/compat-data" "^7.23.5"
1347+
"@babel/helper-compilation-targets" "^7.23.6"
1348+
"@babel/helper-plugin-utils" "^7.24.0"
1349+
"@babel/helper-validator-option" "^7.23.5"
1350+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.23.3"
1351+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.23.3"
1352+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.23.7"
1353+
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
1354+
"@babel/plugin-syntax-async-generators" "^7.8.4"
1355+
"@babel/plugin-syntax-class-properties" "^7.12.13"
1356+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
1357+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
1358+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
1359+
"@babel/plugin-syntax-import-assertions" "^7.23.3"
1360+
"@babel/plugin-syntax-import-attributes" "^7.23.3"
1361+
"@babel/plugin-syntax-import-meta" "^7.10.4"
1362+
"@babel/plugin-syntax-json-strings" "^7.8.3"
1363+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
1364+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
1365+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
1366+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
1367+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
1368+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
1369+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
1370+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
1371+
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
1372+
"@babel/plugin-transform-arrow-functions" "^7.23.3"
1373+
"@babel/plugin-transform-async-generator-functions" "^7.23.9"
1374+
"@babel/plugin-transform-async-to-generator" "^7.23.3"
1375+
"@babel/plugin-transform-block-scoped-functions" "^7.23.3"
1376+
"@babel/plugin-transform-block-scoping" "^7.23.4"
1377+
"@babel/plugin-transform-class-properties" "^7.23.3"
1378+
"@babel/plugin-transform-class-static-block" "^7.23.4"
1379+
"@babel/plugin-transform-classes" "^7.23.8"
1380+
"@babel/plugin-transform-computed-properties" "^7.23.3"
1381+
"@babel/plugin-transform-destructuring" "^7.23.3"
1382+
"@babel/plugin-transform-dotall-regex" "^7.23.3"
1383+
"@babel/plugin-transform-duplicate-keys" "^7.23.3"
1384+
"@babel/plugin-transform-dynamic-import" "^7.23.4"
1385+
"@babel/plugin-transform-exponentiation-operator" "^7.23.3"
1386+
"@babel/plugin-transform-export-namespace-from" "^7.23.4"
1387+
"@babel/plugin-transform-for-of" "^7.23.6"
1388+
"@babel/plugin-transform-function-name" "^7.23.3"
1389+
"@babel/plugin-transform-json-strings" "^7.23.4"
1390+
"@babel/plugin-transform-literals" "^7.23.3"
1391+
"@babel/plugin-transform-logical-assignment-operators" "^7.23.4"
1392+
"@babel/plugin-transform-member-expression-literals" "^7.23.3"
1393+
"@babel/plugin-transform-modules-amd" "^7.23.3"
1394+
"@babel/plugin-transform-modules-commonjs" "^7.23.3"
1395+
"@babel/plugin-transform-modules-systemjs" "^7.23.9"
1396+
"@babel/plugin-transform-modules-umd" "^7.23.3"
1397+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5"
1398+
"@babel/plugin-transform-new-target" "^7.23.3"
1399+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.23.4"
1400+
"@babel/plugin-transform-numeric-separator" "^7.23.4"
1401+
"@babel/plugin-transform-object-rest-spread" "^7.24.0"
1402+
"@babel/plugin-transform-object-super" "^7.23.3"
1403+
"@babel/plugin-transform-optional-catch-binding" "^7.23.4"
1404+
"@babel/plugin-transform-optional-chaining" "^7.23.4"
1405+
"@babel/plugin-transform-parameters" "^7.23.3"
1406+
"@babel/plugin-transform-private-methods" "^7.23.3"
1407+
"@babel/plugin-transform-private-property-in-object" "^7.23.4"
1408+
"@babel/plugin-transform-property-literals" "^7.23.3"
1409+
"@babel/plugin-transform-regenerator" "^7.23.3"
1410+
"@babel/plugin-transform-reserved-words" "^7.23.3"
1411+
"@babel/plugin-transform-shorthand-properties" "^7.23.3"
1412+
"@babel/plugin-transform-spread" "^7.23.3"
1413+
"@babel/plugin-transform-sticky-regex" "^7.23.3"
1414+
"@babel/plugin-transform-template-literals" "^7.23.3"
1415+
"@babel/plugin-transform-typeof-symbol" "^7.23.3"
1416+
"@babel/plugin-transform-unicode-escapes" "^7.23.3"
1417+
"@babel/plugin-transform-unicode-property-regex" "^7.23.3"
1418+
"@babel/plugin-transform-unicode-regex" "^7.23.3"
1419+
"@babel/plugin-transform-unicode-sets-regex" "^7.23.3"
1420+
"@babel/preset-modules" "0.1.6-no-external-plugins"
1421+
babel-plugin-polyfill-corejs2 "^0.4.8"
1422+
babel-plugin-polyfill-corejs3 "^0.9.0"
1423+
babel-plugin-polyfill-regenerator "^0.5.5"
1424+
core-js-compat "^3.31.0"
1425+
semver "^6.3.1"
1426+
12781427
"@babel/preset-modules@0.1.6-no-external-plugins":
12791428
version "0.1.6-no-external-plugins"
12801429
resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a"
@@ -1296,6 +1445,13 @@
12961445
dependencies:
12971446
regenerator-runtime "^0.14.0"
12981447

1448+
"@babel/runtime@7.24.0":
1449+
version "7.24.0"
1450+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.0.tgz#584c450063ffda59697021430cb47101b085951e"
1451+
integrity sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==
1452+
dependencies:
1453+
regenerator-runtime "^0.14.0"
1454+
12991455
"@babel/template@^7.22.15", "@babel/template@^7.23.9":
13001456
version "7.23.9"
13011457
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"
@@ -1305,6 +1461,15 @@
13051461
"@babel/parser" "^7.23.9"
13061462
"@babel/types" "^7.23.9"
13071463

1464+
"@babel/template@^7.24.0":
1465+
version "7.24.0"
1466+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
1467+
integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
1468+
dependencies:
1469+
"@babel/code-frame" "^7.23.5"
1470+
"@babel/parser" "^7.24.0"
1471+
"@babel/types" "^7.24.0"
1472+
13081473
"@babel/traverse@^7.23.9":
13091474
version "7.23.9"
13101475
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
@@ -1321,6 +1486,22 @@
13211486
debug "^4.3.1"
13221487
globals "^11.1.0"
13231488

1489+
"@babel/traverse@^7.24.0":
1490+
version "7.24.0"
1491+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e"
1492+
integrity sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==
1493+
dependencies:
1494+
"@babel/code-frame" "^7.23.5"
1495+
"@babel/generator" "^7.23.6"
1496+
"@babel/helper-environment-visitor" "^7.22.20"
1497+
"@babel/helper-function-name" "^7.23.0"
1498+
"@babel/helper-hoist-variables" "^7.22.5"
1499+
"@babel/helper-split-export-declaration" "^7.22.6"
1500+
"@babel/parser" "^7.24.0"
1501+
"@babel/types" "^7.24.0"
1502+
debug "^4.3.1"
1503+
globals "^11.1.0"
1504+
13241505
"@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.23.9", "@babel/types@^7.4.4":
13251506
version "7.23.9"
13261507
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
@@ -1330,6 +1511,15 @@
13301511
"@babel/helper-validator-identifier" "^7.22.20"
13311512
to-fast-properties "^2.0.0"
13321513

1514+
"@babel/types@^7.24.0":
1515+
version "7.24.0"
1516+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
1517+
integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==
1518+
dependencies:
1519+
"@babel/helper-string-parser" "^7.23.4"
1520+
"@babel/helper-validator-identifier" "^7.22.20"
1521+
to-fast-properties "^2.0.0"
1522+
13331523
"@bazel/bazelisk@1.19.0":
13341524
version "1.19.0"
13351525
resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.19.0.tgz#de12b6920b2c5505a776fadc0c9e75daae930c32"
@@ -9605,6 +9795,14 @@ mini-css-extract-plugin@2.8.0:
96059795
schema-utils "^4.0.0"
96069796
tapable "^2.2.1"
96079797

9798+
mini-css-extract-plugin@2.8.1:
9799+
version "2.8.1"
9800+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.1.tgz#75245f3f30ce3a56dbdd478084df6fe475f02dc7"
9801+
integrity sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA==
9802+
dependencies:
9803+
schema-utils "^4.0.0"
9804+
tapable "^2.2.1"
9805+
96089806
minimalistic-assert@^1.0.0:
96099807
version "1.0.1"
96109808
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
@@ -10853,7 +11051,14 @@ piscina@4.3.1:
1085311051
optionalDependencies:
1085411052
nice-napi "^1.0.2"
1085511053

10856-
piscina@4.3.2, piscina@^4.2.0:
11054+
piscina@4.4.0:
11055+
version "4.4.0"
11056+
resolved "https://registry.yarnpkg.com/piscina/-/piscina-4.4.0.tgz#e3af8e5721d8fad08c6ccaf8a64f9f42279efbb5"
11057+
integrity sha512-+AQduEJefrOApE4bV7KRmp3N2JnnyErlVqq4P/jmko4FPz9Z877BCccl/iB3FdrWSUkvbGV9Kan/KllJgat3Vg==
11058+
optionalDependencies:
11059+
nice-napi "^1.0.2"
11060+
11061+
piscina@^4.2.0:
1085711062
version "4.3.2"
1085811063
resolved "https://registry.yarnpkg.com/piscina/-/piscina-4.3.2.tgz#e390da6a7127a9f3a98047c8952526ae9a297c9f"
1085911064
integrity sha512-aXPak3A1LgbfDFrsmgYhQS4J7ElHRFL7iUkUqaiLNDRE69YQSFGqIZiHaXOH4NyC6EdD+awZVeE7MG0zVm9L4Q==
@@ -10920,6 +11125,15 @@ postcss-loader@8.1.0:
1092011125
jiti "^1.20.0"
1092111126
semver "^7.5.4"
1092211127

11128+
postcss-loader@8.1.1:
11129+
version "8.1.1"
11130+
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-8.1.1.tgz#2822589e7522927344954acb55bbf26e8b195dfe"
11131+
integrity sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==
11132+
dependencies:
11133+
cosmiconfig "^9.0.0"
11134+
jiti "^1.20.0"
11135+
semver "^7.5.4"
11136+
1092311137
postcss-modules-extract-imports@^3.0.0:
1092411138
version "3.0.0"
1092511139
resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz#cda1f047c0ae80c97dbe28c3e76a43b88025741d"

0 commit comments

Comments
 (0)