diff options
| author | Matweb Bot | 2024-05-15 04:15:31 +0000 |
|---|---|---|
| committer | jfriedli | 2024-05-29 13:56:41 +0000 |
| commit | be649a90edcc6290874be635a111cc1d6a43b0c9 (patch) | |
| tree | 73e209dd10132238f776d62eb869cb856b509efd /package-lock.json | |
| parent | 40f448b36ab3127c3c0b21d06ed04cb9a61d6018 (diff) | |
RenovateBot: Update dependency cssnano to v7
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 590 |
1 files changed, 295 insertions, 295 deletions
diff --git a/package-lock.json b/package-lock.json index 14aabde..d7d392b 100644 --- a/package-lock.json +++ b/package-lock.json | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | "dependencies": { | 11 | "dependencies": { |
| 12 | "@fullhuman/postcss-purgecss": "^6.0.0", | 12 | "@fullhuman/postcss-purgecss": "^6.0.0", |
| 13 | "autoprefixer": "^10.2.5", | 13 | "autoprefixer": "^10.2.5", |
| 14 | "cssnano": "^6.0.0", | 14 | "cssnano": "^7.0.0", |
| 15 | "postcss": "^8.4.5", | 15 | "postcss": "^8.4.5", |
| 16 | "postcss-cli": "^11.0.0", | 16 | "postcss-cli": "^11.0.0", |
| 17 | "tailwindcss": "^3.0.16" | 17 | "tailwindcss": "^3.0.16" |
| @@ -569,15 +569,15 @@ | |||
| 569 | } | 569 | } |
| 570 | }, | 570 | }, |
| 571 | "node_modules/cssnano": { | 571 | "node_modules/cssnano": { |
| 572 | "version": "6.1.2", | 572 | "version": "7.0.1", |
| 573 | "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-6.1.2.tgz", | 573 | "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.0.1.tgz", |
| 574 | "integrity": "sha512-rYk5UeX7VAM/u0lNqewCdasdtPK81CgX8wJFLEIXHbV2oldWRgJAsZrdhRXkV1NJzA2g850KiFm9mMU2HxNxMA==", | 574 | "integrity": "sha512-917Mej/4SdI7b55atsli3sU4MOJ9XDoKgnlCtQtXYj8XUFcM3riTuYHyqBBnnskawW+zWwp0KxJzpEUodlpqUg==", |
| 575 | "dependencies": { | 575 | "dependencies": { |
| 576 | "cssnano-preset-default": "^6.1.2", | 576 | "cssnano-preset-default": "^7.0.1", |
| 577 | "lilconfig": "^3.1.1" | 577 | "lilconfig": "^3.1.1" |
| 578 | }, | 578 | }, |
| 579 | "engines": { | 579 | "engines": { |
| 580 | "node": "^14 || ^16 || >=18.0" | 580 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 581 | }, | 581 | }, |
| 582 | "funding": { | 582 | "funding": { |
| 583 | "type": "opencollective", | 583 | "type": "opencollective", |
| @@ -588,54 +588,54 @@ | |||
| 588 | } | 588 | } |
| 589 | }, | 589 | }, |
| 590 | "node_modules/cssnano-preset-default": { | 590 | "node_modules/cssnano-preset-default": { |
| 591 | "version": "6.1.2", | 591 | "version": "7.0.1", |
| 592 | "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-6.1.2.tgz", | 592 | "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.1.tgz", |
| 593 | "integrity": "sha512-1C0C+eNaeN8OcHQa193aRgYexyJtU8XwbdieEjClw+J9d94E41LwT6ivKH0WT+fYwYWB0Zp3I3IZ7tI/BbUbrg==", | 593 | "integrity": "sha512-Fumyr+uZMcjYQeuHssAZxn0cKj3cdQc5GcxkBcmEzISGB+UW9CLNlU4tBOJbJGcPukFDlicG32eFbrc8K9V5pw==", |
| 594 | "dependencies": { | 594 | "dependencies": { |
| 595 | "browserslist": "^4.23.0", | 595 | "browserslist": "^4.23.0", |
| 596 | "css-declaration-sorter": "^7.2.0", | 596 | "css-declaration-sorter": "^7.2.0", |
| 597 | "cssnano-utils": "^4.0.2", | 597 | "cssnano-utils": "^5.0.0", |
| 598 | "postcss-calc": "^9.0.1", | 598 | "postcss-calc": "^10.0.0", |
| 599 | "postcss-colormin": "^6.1.0", | 599 | "postcss-colormin": "^7.0.0", |
| 600 | "postcss-convert-values": "^6.1.0", | 600 | "postcss-convert-values": "^7.0.0", |
| 601 | "postcss-discard-comments": "^6.0.2", | 601 | "postcss-discard-comments": "^7.0.0", |
| 602 | "postcss-discard-duplicates": "^6.0.3", | 602 | "postcss-discard-duplicates": "^7.0.0", |
| 603 | "postcss-discard-empty": "^6.0.3", | 603 | "postcss-discard-empty": "^7.0.0", |
| 604 | "postcss-discard-overridden": "^6.0.2", | 604 | "postcss-discard-overridden": "^7.0.0", |
| 605 | "postcss-merge-longhand": "^6.0.5", | 605 | "postcss-merge-longhand": "^7.0.0", |
| 606 | "postcss-merge-rules": "^6.1.1", | 606 | "postcss-merge-rules": "^7.0.0", |
| 607 | "postcss-minify-font-values": "^6.1.0", | 607 | "postcss-minify-font-values": "^7.0.0", |
| 608 | "postcss-minify-gradients": "^6.0.3", | 608 | "postcss-minify-gradients": "^7.0.0", |
| 609 | "postcss-minify-params": "^6.1.0", | 609 | "postcss-minify-params": "^7.0.0", |
| 610 | "postcss-minify-selectors": "^6.0.4", | 610 | "postcss-minify-selectors": "^7.0.0", |
| 611 | "postcss-normalize-charset": "^6.0.2", | 611 | "postcss-normalize-charset": "^7.0.0", |
| 612 | "postcss-normalize-display-values": "^6.0.2", | 612 | "postcss-normalize-display-values": "^7.0.0", |
| 613 | "postcss-normalize-positions": "^6.0.2", | 613 | "postcss-normalize-positions": "^7.0.0", |
| 614 | "postcss-normalize-repeat-style": "^6.0.2", | 614 | "postcss-normalize-repeat-style": "^7.0.0", |
| 615 | "postcss-normalize-string": "^6.0.2", | 615 | "postcss-normalize-string": "^7.0.0", |
| 616 | "postcss-normalize-timing-functions": "^6.0.2", | 616 | "postcss-normalize-timing-functions": "^7.0.0", |
| 617 | "postcss-normalize-unicode": "^6.1.0", | 617 | "postcss-normalize-unicode": "^7.0.0", |
| 618 | "postcss-normalize-url": "^6.0.2", | 618 | "postcss-normalize-url": "^7.0.0", |
| 619 | "postcss-normalize-whitespace": "^6.0.2", | 619 | "postcss-normalize-whitespace": "^7.0.0", |
| 620 | "postcss-ordered-values": "^6.0.2", | 620 | "postcss-ordered-values": "^7.0.0", |
| 621 | "postcss-reduce-initial": "^6.1.0", | 621 | "postcss-reduce-initial": "^7.0.0", |
| 622 | "postcss-reduce-transforms": "^6.0.2", | 622 | "postcss-reduce-transforms": "^7.0.0", |
| 623 | "postcss-svgo": "^6.0.3", | 623 | "postcss-svgo": "^7.0.0", |
| 624 | "postcss-unique-selectors": "^6.0.4" | 624 | "postcss-unique-selectors": "^7.0.0" |
| 625 | }, | 625 | }, |
| 626 | "engines": { | 626 | "engines": { |
| 627 | "node": "^14 || ^16 || >=18.0" | 627 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 628 | }, | 628 | }, |
| 629 | "peerDependencies": { | 629 | "peerDependencies": { |
| 630 | "postcss": "^8.4.31" | 630 | "postcss": "^8.4.31" |
| 631 | } | 631 | } |
| 632 | }, | 632 | }, |
| 633 | "node_modules/cssnano-utils": { | 633 | "node_modules/cssnano-utils": { |
| 634 | "version": "4.0.2", | 634 | "version": "5.0.0", |
| 635 | "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-4.0.2.tgz", | 635 | "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.0.tgz", |
| 636 | "integrity": "sha512-ZR1jHg+wZ8o4c3zqf1SIUSTIvm/9mU343FMR6Obe/unskbvpGhZOo1J6d/r8D1pzkRQYuwbcH3hToOuoA2G7oQ==", | 636 | "integrity": "sha512-Uij0Xdxc24L6SirFr25MlwC2rCFX6scyUmuKpzI+JQ7cyqDEwD42fJ0xfB3yLfOnRDU5LKGgjQ9FA6LYh76GWQ==", |
| 637 | "engines": { | 637 | "engines": { |
| 638 | "node": "^14 || ^16 || >=18.0" | 638 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 639 | }, | 639 | }, |
| 640 | "peerDependencies": { | 640 | "peerDependencies": { |
| 641 | "postcss": "^8.4.31" | 641 | "postcss": "^8.4.31" |
| @@ -1343,18 +1343,18 @@ | |||
| 1343 | } | 1343 | } |
| 1344 | }, | 1344 | }, |
| 1345 | "node_modules/postcss-calc": { | 1345 | "node_modules/postcss-calc": { |
| 1346 | "version": "9.0.1", | 1346 | "version": "10.0.0", |
| 1347 | "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-9.0.1.tgz", | 1347 | "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.0.0.tgz", |
| 1348 | "integrity": "sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==", | 1348 | "integrity": "sha512-OmjhudoNTP0QleZCwl1i6NeBwN+5MZbY5ersLZz69mjJiDVv/p57RjRuKDkHeDWr4T+S97wQfsqRTNoDHB2e3g==", |
| 1349 | "dependencies": { | 1349 | "dependencies": { |
| 1350 | "postcss-selector-parser": "^6.0.11", | 1350 | "postcss-selector-parser": "^6.0.16", |
| 1351 | "postcss-value-parser": "^4.2.0" | 1351 | "postcss-value-parser": "^4.2.0" |
| 1352 | }, | 1352 | }, |
| 1353 | "engines": { | 1353 | "engines": { |
| 1354 | "node": "^14 || ^16 || >=18.0" | 1354 | "node": "^18.12 || ^20.9 || >=22.0" |
| 1355 | }, | 1355 | }, |
| 1356 | "peerDependencies": { | 1356 | "peerDependencies": { |
| 1357 | "postcss": "^8.2.2" | 1357 | "postcss": "^8.4.38" |
| 1358 | } | 1358 | } |
| 1359 | }, | 1359 | }, |
| 1360 | "node_modules/postcss-cli": { | 1360 | "node_modules/postcss-cli": { |
| @@ -1428,9 +1428,9 @@ | |||
| 1428 | } | 1428 | } |
| 1429 | }, | 1429 | }, |
| 1430 | "node_modules/postcss-colormin": { | 1430 | "node_modules/postcss-colormin": { |
| 1431 | "version": "6.1.0", | 1431 | "version": "7.0.0", |
| 1432 | "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-6.1.0.tgz", | 1432 | "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.0.tgz", |
| 1433 | "integrity": "sha512-x9yX7DOxeMAR+BgGVnNSAxmAj98NX/YxEMNFP+SDCEeNLb2r3i6Hh1ksMsnW8Ub5SLCpbescQqn9YEbE9554Sw==", | 1433 | "integrity": "sha512-5CN6fqtsEtEtwf3mFV3B4UaZnlYljPpzmGeDB4yCK067PnAtfLe9uX2aFZaEwxHE7HopG5rUkW8gyHrNAesHEg==", |
| 1434 | "dependencies": { | 1434 | "dependencies": { |
| 1435 | "browserslist": "^4.23.0", | 1435 | "browserslist": "^4.23.0", |
| 1436 | "caniuse-api": "^3.0.0", | 1436 | "caniuse-api": "^3.0.0", |
| @@ -1438,66 +1438,66 @@ | |||
| 1438 | "postcss-value-parser": "^4.2.0" | 1438 | "postcss-value-parser": "^4.2.0" |
| 1439 | }, | 1439 | }, |
| 1440 | "engines": { | 1440 | "engines": { |
| 1441 | "node": "^14 || ^16 || >=18.0" | 1441 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1442 | }, | 1442 | }, |
| 1443 | "peerDependencies": { | 1443 | "peerDependencies": { |
| 1444 | "postcss": "^8.4.31" | 1444 | "postcss": "^8.4.31" |
| 1445 | } | 1445 | } |
| 1446 | }, | 1446 | }, |
| 1447 | "node_modules/postcss-convert-values": { | 1447 | "node_modules/postcss-convert-values": { |
| 1448 | "version": "6.1.0", | 1448 | "version": "7.0.0", |
| 1449 | "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-6.1.0.tgz", | 1449 | "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.0.tgz", |
| 1450 | "integrity": "sha512-zx8IwP/ts9WvUM6NkVSkiU902QZL1bwPhaVaLynPtCsOTqp+ZKbNi+s6XJg3rfqpKGA/oc7Oxk5t8pOQJcwl/w==", | 1450 | "integrity": "sha512-bMuzDgXBbFbByPgj+/r6va8zNuIDUaIIbvAFgdO1t3zdgJZ77BZvu6dfWyd6gHEJnYzmeVr9ayUsAQL3/qLJ0w==", |
| 1451 | "dependencies": { | 1451 | "dependencies": { |
| 1452 | "browserslist": "^4.23.0", | 1452 | "browserslist": "^4.23.0", |
| 1453 | "postcss-value-parser": "^4.2.0" | 1453 | "postcss-value-parser": "^4.2.0" |
| 1454 | }, | 1454 | }, |
| 1455 | "engines": { | 1455 | "engines": { |
| 1456 | "node": "^14 || ^16 || >=18.0" | 1456 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1457 | }, | 1457 | }, |
| 1458 | "peerDependencies": { | 1458 | "peerDependencies": { |
| 1459 | "postcss": "^8.4.31" | 1459 | "postcss": "^8.4.31" |
| 1460 | } | 1460 | } |
| 1461 | }, | 1461 | }, |
| 1462 | "node_modules/postcss-discard-comments": { | 1462 | "node_modules/postcss-discard-comments": { |
| 1463 | "version": "6.0.2", | 1463 | "version": "7.0.0", |
| 1464 | "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-6.0.2.tgz", | 1464 | "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.0.tgz", |
| 1465 | "integrity": "sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==", | 1465 | "integrity": "sha512-xpSdzRqYmy4YIVmjfGyYXKaI1SRnK6CTr+4Zmvyof8ANwvgfZgGdVtmgAvzh59gJm808mJCWQC9tFN0KF5dEXA==", |
| 1466 | "engines": { | 1466 | "engines": { |
| 1467 | "node": "^14 || ^16 || >=18.0" | 1467 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1468 | }, | 1468 | }, |
| 1469 | "peerDependencies": { | 1469 | "peerDependencies": { |
| 1470 | "postcss": "^8.4.31" | 1470 | "postcss": "^8.4.31" |
| 1471 | } | 1471 | } |
| 1472 | }, | 1472 | }, |
| 1473 | "node_modules/postcss-discard-duplicates": { | 1473 | "node_modules/postcss-discard-duplicates": { |
| 1474 | "version": "6.0.3", | 1474 | "version": "7.0.0", |
| 1475 | "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-6.0.3.tgz", | 1475 | "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.0.tgz", |
| 1476 | "integrity": "sha512-+JA0DCvc5XvFAxwx6f/e68gQu/7Z9ud584VLmcgto28eB8FqSFZwtrLwB5Kcp70eIoWP/HXqz4wpo8rD8gpsTw==", | 1476 | "integrity": "sha512-bAnSuBop5LpAIUmmOSsuvtKAAKREB6BBIYStWUTGq8oG5q9fClDMMuY8i4UPI/cEcDx2TN+7PMnXYIId20UVDw==", |
| 1477 | "engines": { | 1477 | "engines": { |
| 1478 | "node": "^14 || ^16 || >=18.0" | 1478 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1479 | }, | 1479 | }, |
| 1480 | "peerDependencies": { | 1480 | "peerDependencies": { |
| 1481 | "postcss": "^8.4.31" | 1481 | "postcss": "^8.4.31" |
| 1482 | } | 1482 | } |
| 1483 | }, | 1483 | }, |
| 1484 | "node_modules/postcss-discard-empty": { | 1484 | "node_modules/postcss-discard-empty": { |
| 1485 | "version": "6.0.3", | 1485 | "version": "7.0.0", |
| 1486 | "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-6.0.3.tgz", | 1486 | "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.0.tgz", |
| 1487 | "integrity": "sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==", | 1487 | "integrity": "sha512-e+QzoReTZ8IAwhnSdp/++7gBZ/F+nBq9y6PomfwORfP7q9nBpK5AMP64kOt0bA+lShBFbBDcgpJ3X4etHg4lzA==", |
| 1488 | "engines": { | 1488 | "engines": { |
| 1489 | "node": "^14 || ^16 || >=18.0" | 1489 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1490 | }, | 1490 | }, |
| 1491 | "peerDependencies": { | 1491 | "peerDependencies": { |
| 1492 | "postcss": "^8.4.31" | 1492 | "postcss": "^8.4.31" |
| 1493 | } | 1493 | } |
| 1494 | }, | 1494 | }, |
| 1495 | "node_modules/postcss-discard-overridden": { | 1495 | "node_modules/postcss-discard-overridden": { |
| 1496 | "version": "6.0.2", | 1496 | "version": "7.0.0", |
| 1497 | "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-6.0.2.tgz", | 1497 | "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.0.tgz", |
| 1498 | "integrity": "sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==", | 1498 | "integrity": "sha512-GmNAzx88u3k2+sBTZrJSDauR0ccpE24omTQCVmaTTZFz1du6AasspjaUPMJ2ud4RslZpoFKyf+6MSPETLojc6w==", |
| 1499 | "engines": { | 1499 | "engines": { |
| 1500 | "node": "^14 || ^16 || >=18.0" | 1500 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1501 | }, | 1501 | }, |
| 1502 | "peerDependencies": { | 1502 | "peerDependencies": { |
| 1503 | "postcss": "^8.4.31" | 1503 | "postcss": "^8.4.31" |
| @@ -1566,92 +1566,92 @@ | |||
| 1566 | } | 1566 | } |
| 1567 | }, | 1567 | }, |
| 1568 | "node_modules/postcss-merge-longhand": { | 1568 | "node_modules/postcss-merge-longhand": { |
| 1569 | "version": "6.0.5", | 1569 | "version": "7.0.0", |
| 1570 | "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-6.0.5.tgz", | 1570 | "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.0.tgz", |
| 1571 | "integrity": "sha512-5LOiordeTfi64QhICp07nzzuTDjNSO8g5Ksdibt44d+uvIIAE1oZdRn8y/W5ZtYgRH/lnLDlvi9F8btZcVzu3w==", | 1571 | "integrity": "sha512-0X8I4/9+G03X5/5NnrfopG/YEln2XU8heDh7YqBaiq2SeaKIG3n66ShZPjIolmVuLBQ0BEm3yS8o1mlCLHdW7A==", |
| 1572 | "dependencies": { | 1572 | "dependencies": { |
| 1573 | "postcss-value-parser": "^4.2.0", | 1573 | "postcss-value-parser": "^4.2.0", |
| 1574 | "stylehacks": "^6.1.1" | 1574 | "stylehacks": "^7.0.0" |
| 1575 | }, | 1575 | }, |
| 1576 | "engines": { | 1576 | "engines": { |
| 1577 | "node": "^14 || ^16 || >=18.0" | 1577 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1578 | }, | 1578 | }, |
| 1579 | "peerDependencies": { | 1579 | "peerDependencies": { |
| 1580 | "postcss": "^8.4.31" | 1580 | "postcss": "^8.4.31" |
| 1581 | } | 1581 | } |
| 1582 | }, | 1582 | }, |
| 1583 | "node_modules/postcss-merge-rules": { | 1583 | "node_modules/postcss-merge-rules": { |
| 1584 | "version": "6.1.1", | 1584 | "version": "7.0.0", |
| 1585 | "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-6.1.1.tgz", | 1585 | "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.0.tgz", |
| 1586 | "integrity": "sha512-KOdWF0gju31AQPZiD+2Ar9Qjowz1LTChSjFFbS+e2sFgc4uHOp3ZvVX4sNeTlk0w2O31ecFGgrFzhO0RSWbWwQ==", | 1586 | "integrity": "sha512-Zty3VlOsD6VSjBMu6PiHCVpLegtBT/qtZRVBcSeyEZ6q1iU5qTYT0WtEoLRV+YubZZguS5/ycfP+NRiKfjv6aw==", |
| 1587 | "dependencies": { | 1587 | "dependencies": { |
| 1588 | "browserslist": "^4.23.0", | 1588 | "browserslist": "^4.23.0", |
| 1589 | "caniuse-api": "^3.0.0", | 1589 | "caniuse-api": "^3.0.0", |
| 1590 | "cssnano-utils": "^4.0.2", | 1590 | "cssnano-utils": "^5.0.0", |
| 1591 | "postcss-selector-parser": "^6.0.16" | 1591 | "postcss-selector-parser": "^6.0.16" |
| 1592 | }, | 1592 | }, |
| 1593 | "engines": { | 1593 | "engines": { |
| 1594 | "node": "^14 || ^16 || >=18.0" | 1594 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1595 | }, | 1595 | }, |
| 1596 | "peerDependencies": { | 1596 | "peerDependencies": { |
| 1597 | "postcss": "^8.4.31" | 1597 | "postcss": "^8.4.31" |
| 1598 | } | 1598 | } |
| 1599 | }, | 1599 | }, |
| 1600 | "node_modules/postcss-minify-font-values": { | 1600 | "node_modules/postcss-minify-font-values": { |
| 1601 | "version": "6.1.0", | 1601 | "version": "7.0.0", |
| 1602 | "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-6.1.0.tgz", | 1602 | "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.0.tgz", |
| 1603 | "integrity": "sha512-gklfI/n+9rTh8nYaSJXlCo3nOKqMNkxuGpTn/Qm0gstL3ywTr9/WRKznE+oy6fvfolH6dF+QM4nCo8yPLdvGJg==", | 1603 | "integrity": "sha512-2ckkZtgT0zG8SMc5aoNwtm5234eUx1GGFJKf2b1bSp8UflqaeFzR50lid4PfqVI9NtGqJ2J4Y7fwvnP/u1cQog==", |
| 1604 | "dependencies": { | 1604 | "dependencies": { |
| 1605 | "postcss-value-parser": "^4.2.0" | 1605 | "postcss-value-parser": "^4.2.0" |
| 1606 | }, | 1606 | }, |
| 1607 | "engines": { | 1607 | "engines": { |
| 1608 | "node": "^14 || ^16 || >=18.0" | 1608 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1609 | }, | 1609 | }, |
| 1610 | "peerDependencies": { | 1610 | "peerDependencies": { |
| 1611 | "postcss": "^8.4.31" | 1611 | "postcss": "^8.4.31" |
| 1612 | } | 1612 | } |
| 1613 | }, | 1613 | }, |
| 1614 | "node_modules/postcss-minify-gradients": { | 1614 | "node_modules/postcss-minify-gradients": { |
| 1615 | "version": "6.0.3", | 1615 | "version": "7.0.0", |
| 1616 | "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-6.0.3.tgz", | 1616 | "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.0.tgz", |
| 1617 | "integrity": "sha512-4KXAHrYlzF0Rr7uc4VrfwDJ2ajrtNEpNEuLxFgwkhFZ56/7gaE4Nr49nLsQDZyUe+ds+kEhf+YAUolJiYXF8+Q==", | 1617 | "integrity": "sha512-pdUIIdj/C93ryCHew0UgBnL2DtUS3hfFa5XtERrs4x+hmpMYGhbzo6l/Ir5de41O0GaKVpK1ZbDNXSY6GkXvtg==", |
| 1618 | "dependencies": { | 1618 | "dependencies": { |
| 1619 | "colord": "^2.9.3", | 1619 | "colord": "^2.9.3", |
| 1620 | "cssnano-utils": "^4.0.2", | 1620 | "cssnano-utils": "^5.0.0", |
| 1621 | "postcss-value-parser": "^4.2.0" | 1621 | "postcss-value-parser": "^4.2.0" |
| 1622 | }, | 1622 | }, |
| 1623 | "engines": { | 1623 | "engines": { |
| 1624 | "node": "^14 || ^16 || >=18.0" | 1624 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1625 | }, | 1625 | }, |
| 1626 | "peerDependencies": { | 1626 | "peerDependencies": { |
| 1627 | "postcss": "^8.4.31" | 1627 | "postcss": "^8.4.31" |
| 1628 | } | 1628 | } |
| 1629 | }, | 1629 | }, |
| 1630 | "node_modules/postcss-minify-params": { | 1630 | "node_modules/postcss-minify-params": { |
| 1631 | "version": "6.1.0", | 1631 | "version": "7.0.0", |
| 1632 | "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-6.1.0.tgz", | 1632 | "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.0.tgz", |
| 1633 | "integrity": "sha512-bmSKnDtyyE8ujHQK0RQJDIKhQ20Jq1LYiez54WiaOoBtcSuflfK3Nm596LvbtlFcpipMjgClQGyGr7GAs+H1uA==", | 1633 | "integrity": "sha512-XOJAuX8Q/9GT1sGxlUvaFEe2H9n50bniLZblXXsAT/BwSfFYvzSZeFG7uupwc0KbKpTnflnQ7aMwGzX6JUWliQ==", |
| 1634 | "dependencies": { | 1634 | "dependencies": { |
| 1635 | "browserslist": "^4.23.0", | 1635 | "browserslist": "^4.23.0", |
| 1636 | "cssnano-utils": "^4.0.2", | 1636 | "cssnano-utils": "^5.0.0", |
| 1637 | "postcss-value-parser": "^4.2.0" | 1637 | "postcss-value-parser": "^4.2.0" |
| 1638 | }, | 1638 | }, |
| 1639 | "engines": { | 1639 | "engines": { |
| 1640 | "node": "^14 || ^16 || >=18.0" | 1640 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1641 | }, | 1641 | }, |
| 1642 | "peerDependencies": { | 1642 | "peerDependencies": { |
| 1643 | "postcss": "^8.4.31" | 1643 | "postcss": "^8.4.31" |
| 1644 | } | 1644 | } |
| 1645 | }, | 1645 | }, |
| 1646 | "node_modules/postcss-minify-selectors": { | 1646 | "node_modules/postcss-minify-selectors": { |
| 1647 | "version": "6.0.4", | 1647 | "version": "7.0.0", |
| 1648 | "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-6.0.4.tgz", | 1648 | "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.0.tgz", |
| 1649 | "integrity": "sha512-L8dZSwNLgK7pjTto9PzWRoMbnLq5vsZSTu8+j1P/2GB8qdtGQfn+K1uSvFgYvgh83cbyxT5m43ZZhUMTJDSClQ==", | 1649 | "integrity": "sha512-f00CExZhD6lNw2vTZbcnmfxVgaVKzUw6IRsIFX3JTT8GdsoABc1WnhhGwL1i8YPJ3sSWw39fv7XPtvLb+3Uitw==", |
| 1650 | "dependencies": { | 1650 | "dependencies": { |
| 1651 | "postcss-selector-parser": "^6.0.16" | 1651 | "postcss-selector-parser": "^6.0.16" |
| 1652 | }, | 1652 | }, |
| 1653 | "engines": { | 1653 | "engines": { |
| 1654 | "node": "^14 || ^16 || >=18.0" | 1654 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1655 | }, | 1655 | }, |
| 1656 | "peerDependencies": { | 1656 | "peerDependencies": { |
| 1657 | "postcss": "^8.4.31" | 1657 | "postcss": "^8.4.31" |
| @@ -1676,168 +1676,168 @@ | |||
| 1676 | } | 1676 | } |
| 1677 | }, | 1677 | }, |
| 1678 | "node_modules/postcss-normalize-charset": { | 1678 | "node_modules/postcss-normalize-charset": { |
| 1679 | "version": "6.0.2", | 1679 | "version": "7.0.0", |
| 1680 | "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-6.0.2.tgz", | 1680 | "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.0.tgz", |
| 1681 | "integrity": "sha512-a8N9czmdnrjPHa3DeFlwqst5eaL5W8jYu3EBbTTkI5FHkfMhFZh1EGbku6jhHhIzTA6tquI2P42NtZ59M/H/kQ==", | 1681 | "integrity": "sha512-ABisNUXMeZeDNzCQxPxBCkXexvBrUHV+p7/BXOY+ulxkcjUZO0cp8ekGBwvIh2LbCwnWbyMPNJVtBSdyhM2zYQ==", |
| 1682 | "engines": { | 1682 | "engines": { |
| 1683 | "node": "^14 || ^16 || >=18.0" | 1683 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1684 | }, | 1684 | }, |
| 1685 | "peerDependencies": { | 1685 | "peerDependencies": { |
| 1686 | "postcss": "^8.4.31" | 1686 | "postcss": "^8.4.31" |
| 1687 | } | 1687 | } |
| 1688 | }, | 1688 | }, |
| 1689 | "node_modules/postcss-normalize-display-values": { | 1689 | "node_modules/postcss-normalize-display-values": { |
| 1690 | "version": "6.0.2", | 1690 | "version": "7.0.0", |
| 1691 | "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-6.0.2.tgz", | 1691 | "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.0.tgz", |
| 1692 | "integrity": "sha512-8H04Mxsb82ON/aAkPeq8kcBbAtI5Q2a64X/mnRRfPXBq7XeogoQvReqxEfc0B4WPq1KimjezNC8flUtC3Qz6jg==", | 1692 | "integrity": "sha512-lnFZzNPeDf5uGMPYgGOw7v0BfB45+irSRz9gHQStdkkhiM0gTfvWkWB5BMxpn0OqgOQuZG/mRlZyJxp0EImr2Q==", |
| 1693 | "dependencies": { | 1693 | "dependencies": { |
| 1694 | "postcss-value-parser": "^4.2.0" | 1694 | "postcss-value-parser": "^4.2.0" |
| 1695 | }, | 1695 | }, |
| 1696 | "engines": { | 1696 | "engines": { |
| 1697 | "node": "^14 || ^16 || >=18.0" | 1697 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1698 | }, | 1698 | }, |
| 1699 | "peerDependencies": { | 1699 | "peerDependencies": { |
| 1700 | "postcss": "^8.4.31" | 1700 | "postcss": "^8.4.31" |
| 1701 | } | 1701 | } |
| 1702 | }, | 1702 | }, |
| 1703 | "node_modules/postcss-normalize-positions": { | 1703 | "node_modules/postcss-normalize-positions": { |
| 1704 | "version": "6.0.2", | 1704 | "version": "7.0.0", |
| 1705 | "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-6.0.2.tgz", | 1705 | "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.0.tgz", |
| 1706 | "integrity": "sha512-/JFzI441OAB9O7VnLA+RtSNZvQ0NCFZDOtp6QPFo1iIyawyXg0YI3CYM9HBy1WvwCRHnPep/BvI1+dGPKoXx/Q==", | 1706 | "integrity": "sha512-I0yt8wX529UKIGs2y/9Ybs2CelSvItfmvg/DBIjTnoUSrPxSV7Z0yZ8ShSVtKNaV/wAY+m7bgtyVQLhB00A1NQ==", |
| 1707 | "dependencies": { | 1707 | "dependencies": { |
| 1708 | "postcss-value-parser": "^4.2.0" | 1708 | "postcss-value-parser": "^4.2.0" |
| 1709 | }, | 1709 | }, |
| 1710 | "engines": { | 1710 | "engines": { |
| 1711 | "node": "^14 || ^16 || >=18.0" | 1711 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1712 | }, | 1712 | }, |
| 1713 | "peerDependencies": { | 1713 | "peerDependencies": { |
| 1714 | "postcss": "^8.4.31" | 1714 | "postcss": "^8.4.31" |
| 1715 | } | 1715 | } |
| 1716 | }, | 1716 | }, |
| 1717 | "node_modules/postcss-normalize-repeat-style": { | 1717 | "node_modules/postcss-normalize-repeat-style": { |
| 1718 | "version": "6.0.2", | 1718 | "version": "7.0.0", |
| 1719 | "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-6.0.2.tgz", | 1719 | "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.0.tgz", |
| 1720 | "integrity": "sha512-YdCgsfHkJ2jEXwR4RR3Tm/iOxSfdRt7jplS6XRh9Js9PyCR/aka/FCb6TuHT2U8gQubbm/mPmF6L7FY9d79VwQ==", | 1720 | "integrity": "sha512-o3uSGYH+2q30ieM3ppu9GTjSXIzOrRdCUn8UOMGNw7Af61bmurHTWI87hRybrP6xDHvOe5WlAj3XzN6vEO8jLw==", |
| 1721 | "dependencies": { | 1721 | "dependencies": { |
| 1722 | "postcss-value-parser": "^4.2.0" | 1722 | "postcss-value-parser": "^4.2.0" |
| 1723 | }, | 1723 | }, |
| 1724 | "engines": { | 1724 | "engines": { |
| 1725 | "node": "^14 || ^16 || >=18.0" | 1725 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1726 | }, | 1726 | }, |
| 1727 | "peerDependencies": { | 1727 | "peerDependencies": { |
| 1728 | "postcss": "^8.4.31" | 1728 | "postcss": "^8.4.31" |
| 1729 | } | 1729 | } |
| 1730 | }, | 1730 | }, |
| 1731 | "node_modules/postcss-normalize-string": { | 1731 | "node_modules/postcss-normalize-string": { |
| 1732 | "version": "6.0.2", | 1732 | "version": "7.0.0", |
| 1733 | "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-6.0.2.tgz", | 1733 | "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.0.tgz", |
| 1734 | "integrity": "sha512-vQZIivlxlfqqMp4L9PZsFE4YUkWniziKjQWUtsxUiVsSSPelQydwS8Wwcuw0+83ZjPWNTl02oxlIvXsmmG+CiQ==", | 1734 | "integrity": "sha512-w/qzL212DFVOpMy3UGyxrND+Kb0fvCiBBujiaONIihq7VvtC7bswjWgKQU/w4VcRyDD8gpfqUiBQ4DUOwEJ6Qg==", |
| 1735 | "dependencies": { | 1735 | "dependencies": { |
| 1736 | "postcss-value-parser": "^4.2.0" | 1736 | "postcss-value-parser": "^4.2.0" |
| 1737 | }, | 1737 | }, |
| 1738 | "engines": { | 1738 | "engines": { |
| 1739 | "node": "^14 || ^16 || >=18.0" | 1739 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1740 | }, | 1740 | }, |
| 1741 | "peerDependencies": { | 1741 | "peerDependencies": { |
| 1742 | "postcss": "^8.4.31" | 1742 | "postcss": "^8.4.31" |
| 1743 | } | 1743 | } |
| 1744 | }, | 1744 | }, |
| 1745 | "node_modules/postcss-normalize-timing-functions": { | 1745 | "node_modules/postcss-normalize-timing-functions": { |
| 1746 | "version": "6.0.2", | 1746 | "version": "7.0.0", |
| 1747 | "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-6.0.2.tgz", | 1747 | "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.0.tgz", |
| 1748 | "integrity": "sha512-a+YrtMox4TBtId/AEwbA03VcJgtyW4dGBizPl7e88cTFULYsprgHWTbfyjSLyHeBcK/Q9JhXkt2ZXiwaVHoMzA==", | 1748 | "integrity": "sha512-tNgw3YV0LYoRwg43N3lTe3AEWZ66W7Dh7lVEpJbHoKOuHc1sLrzMLMFjP8SNULHaykzsonUEDbKedv8C+7ej6g==", |
| 1749 | "dependencies": { | 1749 | "dependencies": { |
| 1750 | "postcss-value-parser": "^4.2.0" | 1750 | "postcss-value-parser": "^4.2.0" |
| 1751 | }, | 1751 | }, |
| 1752 | "engines": { | 1752 | "engines": { |
| 1753 | "node": "^14 || ^16 || >=18.0" | 1753 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1754 | }, | 1754 | }, |
| 1755 | "peerDependencies": { | 1755 | "peerDependencies": { |
| 1756 | "postcss": "^8.4.31" | 1756 | "postcss": "^8.4.31" |
| 1757 | } | 1757 | } |
| 1758 | }, | 1758 | }, |
| 1759 | "node_modules/postcss-normalize-unicode": { | 1759 | "node_modules/postcss-normalize-unicode": { |
| 1760 | "version": "6.1.0", | 1760 | "version": "7.0.0", |
| 1761 | "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-6.1.0.tgz", | 1761 | "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.0.tgz", |
| 1762 | "integrity": "sha512-QVC5TQHsVj33otj8/JD869Ndr5Xcc/+fwRh4HAsFsAeygQQXm+0PySrKbr/8tkDKzW+EVT3QkqZMfFrGiossDg==", | 1762 | "integrity": "sha512-OnKV52/VFFDAim4n0pdI+JAhsolLBdnCKxE6VV5lW5Q/JeVGFN8UM8ur6/A3EAMLsT1ZRm3fDHh/rBoBQpqi2w==", |
| 1763 | "dependencies": { | 1763 | "dependencies": { |
| 1764 | "browserslist": "^4.23.0", | 1764 | "browserslist": "^4.23.0", |
| 1765 | "postcss-value-parser": "^4.2.0" | 1765 | "postcss-value-parser": "^4.2.0" |
| 1766 | }, | 1766 | }, |
| 1767 | "engines": { | 1767 | "engines": { |
| 1768 | "node": "^14 || ^16 || >=18.0" | 1768 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1769 | }, | 1769 | }, |
| 1770 | "peerDependencies": { | 1770 | "peerDependencies": { |
| 1771 | "postcss": "^8.4.31" | 1771 | "postcss": "^8.4.31" |
| 1772 | } | 1772 | } |
| 1773 | }, | 1773 | }, |
| 1774 | "node_modules/postcss-normalize-url": { | 1774 | "node_modules/postcss-normalize-url": { |
| 1775 | "version": "6.0.2", | 1775 | "version": "7.0.0", |
| 1776 | "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-6.0.2.tgz", | 1776 | "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.0.tgz", |
| 1777 | "integrity": "sha512-kVNcWhCeKAzZ8B4pv/DnrU1wNh458zBNp8dh4y5hhxih5RZQ12QWMuQrDgPRw3LRl8mN9vOVfHl7uhvHYMoXsQ==", | 1777 | "integrity": "sha512-+d7+PpE+jyPX1hDQZYG+NaFD+Nd2ris6r8fPTBAjE8z/U41n/bib3vze8x7rKs5H1uEw5ppe9IojewouHk0klQ==", |
| 1778 | "dependencies": { | 1778 | "dependencies": { |
| 1779 | "postcss-value-parser": "^4.2.0" | 1779 | "postcss-value-parser": "^4.2.0" |
| 1780 | }, | 1780 | }, |
| 1781 | "engines": { | 1781 | "engines": { |
| 1782 | "node": "^14 || ^16 || >=18.0" | 1782 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1783 | }, | 1783 | }, |
| 1784 | "peerDependencies": { | 1784 | "peerDependencies": { |
| 1785 | "postcss": "^8.4.31" | 1785 | "postcss": "^8.4.31" |
| 1786 | } | 1786 | } |
| 1787 | }, | 1787 | }, |
| 1788 | "node_modules/postcss-normalize-whitespace": { | 1788 | "node_modules/postcss-normalize-whitespace": { |
| 1789 | "version": "6.0.2", | 1789 | "version": "7.0.0", |
| 1790 | "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-6.0.2.tgz", | 1790 | "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.0.tgz", |
| 1791 | "integrity": "sha512-sXZ2Nj1icbJOKmdjXVT9pnyHQKiSAyuNQHSgRCUgThn2388Y9cGVDR+E9J9iAYbSbLHI+UUwLVl1Wzco/zgv0Q==", | 1791 | "integrity": "sha512-37/toN4wwZErqohedXYqWgvcHUGlT8O/m2jVkAfAe9Bd4MzRqlBmXrJRePH0e9Wgnz2X7KymTgTOaaFizQe3AQ==", |
| 1792 | "dependencies": { | 1792 | "dependencies": { |
| 1793 | "postcss-value-parser": "^4.2.0" | 1793 | "postcss-value-parser": "^4.2.0" |
| 1794 | }, | 1794 | }, |
| 1795 | "engines": { | 1795 | "engines": { |
| 1796 | "node": "^14 || ^16 || >=18.0" | 1796 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1797 | }, | 1797 | }, |
| 1798 | "peerDependencies": { | 1798 | "peerDependencies": { |
| 1799 | "postcss": "^8.4.31" | 1799 | "postcss": "^8.4.31" |
| 1800 | } | 1800 | } |
| 1801 | }, | 1801 | }, |
| 1802 | "node_modules/postcss-ordered-values": { | 1802 | "node_modules/postcss-ordered-values": { |
| 1803 | "version": "6.0.2", | 1803 | "version": "7.0.0", |
| 1804 | "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-6.0.2.tgz", | 1804 | "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.0.tgz", |
| 1805 | "integrity": "sha512-VRZSOB+JU32RsEAQrO94QPkClGPKJEL/Z9PCBImXMhIeK5KAYo6slP/hBYlLgrCjFxyqvn5VC81tycFEDBLG1Q==", | 1805 | "integrity": "sha512-KROvC63A8UQW1eYDljQe1dtwc1E/M+mMwDT6z7khV/weHYLWTghaLRLunU7x1xw85lWFwVZOAGakxekYvKV+0w==", |
| 1806 | "dependencies": { | 1806 | "dependencies": { |
| 1807 | "cssnano-utils": "^4.0.2", | 1807 | "cssnano-utils": "^5.0.0", |
| 1808 | "postcss-value-parser": "^4.2.0" | 1808 | "postcss-value-parser": "^4.2.0" |
| 1809 | }, | 1809 | }, |
| 1810 | "engines": { | 1810 | "engines": { |
| 1811 | "node": "^14 || ^16 || >=18.0" | 1811 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1812 | }, | 1812 | }, |
| 1813 | "peerDependencies": { | 1813 | "peerDependencies": { |
| 1814 | "postcss": "^8.4.31" | 1814 | "postcss": "^8.4.31" |
| 1815 | } | 1815 | } |
| 1816 | }, | 1816 | }, |
| 1817 | "node_modules/postcss-reduce-initial": { | 1817 | "node_modules/postcss-reduce-initial": { |
| 1818 | "version": "6.1.0", | 1818 | "version": "7.0.0", |
| 1819 | "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-6.1.0.tgz", | 1819 | "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.0.tgz", |
| 1820 | "integrity": "sha512-RarLgBK/CrL1qZags04oKbVbrrVK2wcxhvta3GCxrZO4zveibqbRPmm2VI8sSgCXwoUHEliRSbOfpR0b/VIoiw==", | 1820 | "integrity": "sha512-iqGgmBxY9LrblZ0BKLjmrA1mC/cf9A/wYCCqSmD6tMi+xAyVl0+DfixZIHSVDMbCPRPjNmVF0DFGth/IDGelFQ==", |
| 1821 | "dependencies": { | 1821 | "dependencies": { |
| 1822 | "browserslist": "^4.23.0", | 1822 | "browserslist": "^4.23.0", |
| 1823 | "caniuse-api": "^3.0.0" | 1823 | "caniuse-api": "^3.0.0" |
| 1824 | }, | 1824 | }, |
| 1825 | "engines": { | 1825 | "engines": { |
| 1826 | "node": "^14 || ^16 || >=18.0" | 1826 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1827 | }, | 1827 | }, |
| 1828 | "peerDependencies": { | 1828 | "peerDependencies": { |
| 1829 | "postcss": "^8.4.31" | 1829 | "postcss": "^8.4.31" |
| 1830 | } | 1830 | } |
| 1831 | }, | 1831 | }, |
| 1832 | "node_modules/postcss-reduce-transforms": { | 1832 | "node_modules/postcss-reduce-transforms": { |
| 1833 | "version": "6.0.2", | 1833 | "version": "7.0.0", |
| 1834 | "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-6.0.2.tgz", | 1834 | "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.0.tgz", |
| 1835 | "integrity": "sha512-sB+Ya++3Xj1WaT9+5LOOdirAxP7dJZms3GRcYheSPi1PiTMigsxHAdkrbItHxwYHr4kt1zL7mmcHstgMYT+aiA==", | 1835 | "integrity": "sha512-pnt1HKKZ07/idH8cpATX/ujMbtOGhUfE+m8gbqwJE05aTaNw8gbo34a2e3if0xc0dlu75sUOiqvwCGY3fzOHew==", |
| 1836 | "dependencies": { | 1836 | "dependencies": { |
| 1837 | "postcss-value-parser": "^4.2.0" | 1837 | "postcss-value-parser": "^4.2.0" |
| 1838 | }, | 1838 | }, |
| 1839 | "engines": { | 1839 | "engines": { |
| 1840 | "node": "^14 || ^16 || >=18.0" | 1840 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1841 | }, | 1841 | }, |
| 1842 | "peerDependencies": { | 1842 | "peerDependencies": { |
| 1843 | "postcss": "^8.4.31" | 1843 | "postcss": "^8.4.31" |
| @@ -1875,29 +1875,29 @@ | |||
| 1875 | } | 1875 | } |
| 1876 | }, | 1876 | }, |
| 1877 | "node_modules/postcss-svgo": { | 1877 | "node_modules/postcss-svgo": { |
| 1878 | "version": "6.0.3", | 1878 | "version": "7.0.0", |
| 1879 | "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-6.0.3.tgz", | 1879 | "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.0.0.tgz", |
| 1880 | "integrity": "sha512-dlrahRmxP22bX6iKEjOM+c8/1p+81asjKT+V5lrgOH944ryx/OHpclnIbGsKVd3uWOXFLYJwCVf0eEkJGvO96g==", | 1880 | "integrity": "sha512-Xj5DRdvA97yRy3wjbCH2NKXtDUwEnph6EHr5ZXszsBVKCNrKXYBjzAXqav7/Afz5WwJ/1peZoTguCEJIg7ytmA==", |
| 1881 | "dependencies": { | 1881 | "dependencies": { |
| 1882 | "postcss-value-parser": "^4.2.0", | 1882 | "postcss-value-parser": "^4.2.0", |
| 1883 | "svgo": "^3.2.0" | 1883 | "svgo": "^3.2.0" |
| 1884 | }, | 1884 | }, |
| 1885 | "engines": { | 1885 | "engines": { |
| 1886 | "node": "^14 || ^16 || >= 18" | 1886 | "node": "^18.12.0 || ^20.9.0 || >= 18" |
| 1887 | }, | 1887 | }, |
| 1888 | "peerDependencies": { | 1888 | "peerDependencies": { |
| 1889 | "postcss": "^8.4.31" | 1889 | "postcss": "^8.4.31" |
| 1890 | } | 1890 | } |
| 1891 | }, | 1891 | }, |
| 1892 | "node_modules/postcss-unique-selectors": { | 1892 | "node_modules/postcss-unique-selectors": { |
| 1893 | "version": "6.0.4", | 1893 | "version": "7.0.0", |
| 1894 | "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-6.0.4.tgz", | 1894 | "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.0.tgz", |
| 1895 | "integrity": "sha512-K38OCaIrO8+PzpArzkLKB42dSARtC2tmG6PvD4b1o1Q2E9Os8jzfWFfSy/rixsHwohtsDdFtAWGjFVFUdwYaMg==", | 1895 | "integrity": "sha512-NYFqcft7vVQMZlQPsMdMPy+qU/zDpy95Malpw4GeA9ZZjM6dVXDshXtDmLc0m4WCD6XeZCJqjTfPT1USsdt+rA==", |
| 1896 | "dependencies": { | 1896 | "dependencies": { |
| 1897 | "postcss-selector-parser": "^6.0.16" | 1897 | "postcss-selector-parser": "^6.0.16" |
| 1898 | }, | 1898 | }, |
| 1899 | "engines": { | 1899 | "engines": { |
| 1900 | "node": "^14 || ^16 || >=18.0" | 1900 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 1901 | }, | 1901 | }, |
| 1902 | "peerDependencies": { | 1902 | "peerDependencies": { |
| 1903 | "postcss": "^8.4.31" | 1903 | "postcss": "^8.4.31" |
| @@ -2123,15 +2123,15 @@ | |||
| 2123 | } | 2123 | } |
| 2124 | }, | 2124 | }, |
| 2125 | "node_modules/stylehacks": { | 2125 | "node_modules/stylehacks": { |
| 2126 | "version": "6.1.1", | 2126 | "version": "7.0.0", |
| 2127 | "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-6.1.1.tgz", | 2127 | "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.0.tgz", |
| 2128 | "integrity": "sha512-gSTTEQ670cJNoaeIp9KX6lZmm8LJ3jPB5yJmX8Zq/wQxOsAFXV3qjWzHas3YYk1qesuVIyYWWUpZ0vSE/dTSGg==", | 2128 | "integrity": "sha512-47Nw4pQ6QJb4CA6dzF2m9810sjQik4dfk4UwAm5wlwhrW3syzZKF8AR4/cfO3Cr6lsFgAoznQq0Wg57qhjTA2A==", |
| 2129 | "dependencies": { | 2129 | "dependencies": { |
| 2130 | "browserslist": "^4.23.0", | 2130 | "browserslist": "^4.23.0", |
| 2131 | "postcss-selector-parser": "^6.0.16" | 2131 | "postcss-selector-parser": "^6.0.16" |
| 2132 | }, | 2132 | }, |
| 2133 | "engines": { | 2133 | "engines": { |
| 2134 | "node": "^14 || ^16 || >=18.0" | 2134 | "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| 2135 | }, | 2135 | }, |
| 2136 | "peerDependencies": { | 2136 | "peerDependencies": { |
| 2137 | "postcss": "^8.4.31" | 2137 | "postcss": "^8.4.31" |
| @@ -2217,9 +2217,9 @@ | |||
| 2217 | } | 2217 | } |
| 2218 | }, | 2218 | }, |
| 2219 | "node_modules/svgo": { | 2219 | "node_modules/svgo": { |
| 2220 | "version": "3.2.0", | 2220 | "version": "3.3.2", |
| 2221 | "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.2.0.tgz", | 2221 | "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz", |
| 2222 | "integrity": "sha512-4PP6CMW/V7l/GmKRKzsLR8xxjdHTV4IMvhTnpuHwwBazSIlw5W/5SmPjN8Dwyt7lKbSJrRDgp4t9ph0HgChFBQ==", | 2222 | "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==", |
| 2223 | "dependencies": { | 2223 | "dependencies": { |
| 2224 | "@trysound/sax": "0.2.0", | 2224 | "@trysound/sax": "0.2.0", |
| 2225 | "commander": "^7.2.0", | 2225 | "commander": "^7.2.0", |
| @@ -2843,11 +2843,11 @@ | |||
| 2843 | "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" | 2843 | "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" |
| 2844 | }, | 2844 | }, |
| 2845 | "cssnano": { | 2845 | "cssnano": { |
| 2846 | "version": "6.1.2", | 2846 | "version": "7.0.1", |
| 2847 | "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-6.1.2.tgz", | 2847 | "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-7.0.1.tgz", |
| 2848 | "integrity": "sha512-rYk5UeX7VAM/u0lNqewCdasdtPK81CgX8wJFLEIXHbV2oldWRgJAsZrdhRXkV1NJzA2g850KiFm9mMU2HxNxMA==", | 2848 | "integrity": "sha512-917Mej/4SdI7b55atsli3sU4MOJ9XDoKgnlCtQtXYj8XUFcM3riTuYHyqBBnnskawW+zWwp0KxJzpEUodlpqUg==", |
| 2849 | "requires": { | 2849 | "requires": { |
| 2850 | "cssnano-preset-default": "^6.1.2", | 2850 | "cssnano-preset-default": "^7.0.1", |
| 2851 | "lilconfig": "^3.1.1" | 2851 | "lilconfig": "^3.1.1" |
| 2852 | }, | 2852 | }, |
| 2853 | "dependencies": { | 2853 | "dependencies": { |
| @@ -2859,46 +2859,46 @@ | |||
| 2859 | } | 2859 | } |
| 2860 | }, | 2860 | }, |
| 2861 | "cssnano-preset-default": { | 2861 | "cssnano-preset-default": { |
| 2862 | "version": "6.1.2", | 2862 | "version": "7.0.1", |
| 2863 | "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-6.1.2.tgz", | 2863 | "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-7.0.1.tgz", |
| 2864 | "integrity": "sha512-1C0C+eNaeN8OcHQa193aRgYexyJtU8XwbdieEjClw+J9d94E41LwT6ivKH0WT+fYwYWB0Zp3I3IZ7tI/BbUbrg==", | 2864 | "integrity": "sha512-Fumyr+uZMcjYQeuHssAZxn0cKj3cdQc5GcxkBcmEzISGB+UW9CLNlU4tBOJbJGcPukFDlicG32eFbrc8K9V5pw==", |
| 2865 | "requires": { | 2865 | "requires": { |
| 2866 | "browserslist": "^4.23.0", | 2866 | "browserslist": "^4.23.0", |
| 2867 | "css-declaration-sorter": "^7.2.0", | 2867 | "css-declaration-sorter": "^7.2.0", |
| 2868 | "cssnano-utils": "^4.0.2", | 2868 | "cssnano-utils": "^5.0.0", |
| 2869 | "postcss-calc": "^9.0.1", | 2869 | "postcss-calc": "^10.0.0", |
| 2870 | "postcss-colormin": "^6.1.0", | 2870 | "postcss-colormin": "^7.0.0", |
| 2871 | "postcss-convert-values": "^6.1.0", | 2871 | "postcss-convert-values": "^7.0.0", |
| 2872 | "postcss-discard-comments": "^6.0.2", | 2872 | "postcss-discard-comments": "^7.0.0", |
| 2873 | "postcss-discard-duplicates": "^6.0.3", | 2873 | "postcss-discard-duplicates": "^7.0.0", |
| 2874 | "postcss-discard-empty": "^6.0.3", | 2874 | "postcss-discard-empty": "^7.0.0", |
| 2875 | "postcss-discard-overridden": "^6.0.2", | 2875 | "postcss-discard-overridden": "^7.0.0", |
| 2876 | "postcss-merge-longhand": "^6.0.5", | 2876 | "postcss-merge-longhand": "^7.0.0", |
| 2877 | "postcss-merge-rules": "^6.1.1", | 2877 | "postcss-merge-rules": "^7.0.0", |
| 2878 | "postcss-minify-font-values": "^6.1.0", | 2878 | "postcss-minify-font-values": "^7.0.0", |
| 2879 | "postcss-minify-gradients": "^6.0.3", | 2879 | "postcss-minify-gradients": "^7.0.0", |
| 2880 | "postcss-minify-params": "^6.1.0", | 2880 | "postcss-minify-params": "^7.0.0", |
| 2881 | "postcss-minify-selectors": "^6.0.4", | 2881 | "postcss-minify-selectors": "^7.0.0", |
| 2882 | "postcss-normalize-charset": "^6.0.2", | 2882 | "postcss-normalize-charset": "^7.0.0", |
| 2883 | "postcss-normalize-display-values": "^6.0.2", | 2883 | "postcss-normalize-display-values": "^7.0.0", |
| 2884 | "postcss-normalize-positions": "^6.0.2", | 2884 | "postcss-normalize-positions": "^7.0.0", |
| 2885 | "postcss-normalize-repeat-style": "^6.0.2", | 2885 | "postcss-normalize-repeat-style": "^7.0.0", |
| 2886 | "postcss-normalize-string": "^6.0.2", | 2886 | "postcss-normalize-string": "^7.0.0", |
| 2887 | "postcss-normalize-timing-functions": "^6.0.2", | 2887 | "postcss-normalize-timing-functions": "^7.0.0", |
| 2888 | "postcss-normalize-unicode": "^6.1.0", | 2888 | "postcss-normalize-unicode": "^7.0.0", |
| 2889 | "postcss-normalize-url": "^6.0.2", | 2889 | "postcss-normalize-url": "^7.0.0", |
| 2890 | "postcss-normalize-whitespace": "^6.0.2", | 2890 | "postcss-normalize-whitespace": "^7.0.0", |
| 2891 | "postcss-ordered-values": "^6.0.2", | 2891 | "postcss-ordered-values": "^7.0.0", |
| 2892 | "postcss-reduce-initial": "^6.1.0", | 2892 | "postcss-reduce-initial": "^7.0.0", |
| 2893 | "postcss-reduce-transforms": "^6.0.2", | 2893 | "postcss-reduce-transforms": "^7.0.0", |
| 2894 | "postcss-svgo": "^6.0.3", | 2894 | "postcss-svgo": "^7.0.0", |
| 2895 | "postcss-unique-selectors": "^6.0.4" | 2895 | "postcss-unique-selectors": "^7.0.0" |
| 2896 | } | 2896 | } |
| 2897 | }, | 2897 | }, |
| 2898 | "cssnano-utils": { | 2898 | "cssnano-utils": { |
| 2899 | "version": "4.0.2", | 2899 | "version": "5.0.0", |
| 2900 | "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-4.0.2.tgz", | 2900 | "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-5.0.0.tgz", |
| 2901 | "integrity": "sha512-ZR1jHg+wZ8o4c3zqf1SIUSTIvm/9mU343FMR6Obe/unskbvpGhZOo1J6d/r8D1pzkRQYuwbcH3hToOuoA2G7oQ==", | 2901 | "integrity": "sha512-Uij0Xdxc24L6SirFr25MlwC2rCFX6scyUmuKpzI+JQ7cyqDEwD42fJ0xfB3yLfOnRDU5LKGgjQ9FA6LYh76GWQ==", |
| 2902 | "requires": {} | 2902 | "requires": {} |
| 2903 | }, | 2903 | }, |
| 2904 | "csso": { | 2904 | "csso": { |
| @@ -3375,11 +3375,11 @@ | |||
| 3375 | } | 3375 | } |
| 3376 | }, | 3376 | }, |
| 3377 | "postcss-calc": { | 3377 | "postcss-calc": { |
| 3378 | "version": "9.0.1", | 3378 | "version": "10.0.0", |
| 3379 | "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-9.0.1.tgz", | 3379 | "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.0.0.tgz", |
| 3380 | "integrity": "sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==", | 3380 | "integrity": "sha512-OmjhudoNTP0QleZCwl1i6NeBwN+5MZbY5ersLZz69mjJiDVv/p57RjRuKDkHeDWr4T+S97wQfsqRTNoDHB2e3g==", |
| 3381 | "requires": { | 3381 | "requires": { |
| 3382 | "postcss-selector-parser": "^6.0.11", | 3382 | "postcss-selector-parser": "^6.0.16", |
| 3383 | "postcss-value-parser": "^4.2.0" | 3383 | "postcss-value-parser": "^4.2.0" |
| 3384 | } | 3384 | } |
| 3385 | }, | 3385 | }, |
| @@ -3419,9 +3419,9 @@ | |||
| 3419 | } | 3419 | } |
| 3420 | }, | 3420 | }, |
| 3421 | "postcss-colormin": { | 3421 | "postcss-colormin": { |
| 3422 | "version": "6.1.0", | 3422 | "version": "7.0.0", |
| 3423 | "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-6.1.0.tgz", | 3423 | "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.0.tgz", |
| 3424 | "integrity": "sha512-x9yX7DOxeMAR+BgGVnNSAxmAj98NX/YxEMNFP+SDCEeNLb2r3i6Hh1ksMsnW8Ub5SLCpbescQqn9YEbE9554Sw==", | 3424 | "integrity": "sha512-5CN6fqtsEtEtwf3mFV3B4UaZnlYljPpzmGeDB4yCK067PnAtfLe9uX2aFZaEwxHE7HopG5rUkW8gyHrNAesHEg==", |
| 3425 | "requires": { | 3425 | "requires": { |
| 3426 | "browserslist": "^4.23.0", | 3426 | "browserslist": "^4.23.0", |
| 3427 | "caniuse-api": "^3.0.0", | 3427 | "caniuse-api": "^3.0.0", |
| @@ -3430,36 +3430,36 @@ | |||
| 3430 | } | 3430 | } |
| 3431 | }, | 3431 | }, |
| 3432 | "postcss-convert-values": { | 3432 | "postcss-convert-values": { |
| 3433 | "version": "6.1.0", | 3433 | "version": "7.0.0", |
| 3434 | "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-6.1.0.tgz", | 3434 | "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.0.tgz", |
| 3435 | "integrity": "sha512-zx8IwP/ts9WvUM6NkVSkiU902QZL1bwPhaVaLynPtCsOTqp+ZKbNi+s6XJg3rfqpKGA/oc7Oxk5t8pOQJcwl/w==", | 3435 | "integrity": "sha512-bMuzDgXBbFbByPgj+/r6va8zNuIDUaIIbvAFgdO1t3zdgJZ77BZvu6dfWyd6gHEJnYzmeVr9ayUsAQL3/qLJ0w==", |
| 3436 | "requires": { | 3436 | "requires": { |
| 3437 | "browserslist": "^4.23.0", | 3437 | "browserslist": "^4.23.0", |
| 3438 | "postcss-value-parser": "^4.2.0" | 3438 | "postcss-value-parser": "^4.2.0" |
| 3439 | } | 3439 | } |
| 3440 | }, | 3440 | }, |
| 3441 | "postcss-discard-comments": { | 3441 | "postcss-discard-comments": { |
| 3442 | "version": "6.0.2", | 3442 | "version": "7.0.0", |
| 3443 | "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-6.0.2.tgz", | 3443 | "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-7.0.0.tgz", |
| 3444 | "integrity": "sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==", | 3444 | "integrity": "sha512-xpSdzRqYmy4YIVmjfGyYXKaI1SRnK6CTr+4Zmvyof8ANwvgfZgGdVtmgAvzh59gJm808mJCWQC9tFN0KF5dEXA==", |
| 3445 | "requires": {} | 3445 | "requires": {} |
| 3446 | }, | 3446 | }, |
| 3447 | "postcss-discard-duplicates": { | 3447 | "postcss-discard-duplicates": { |
| 3448 | "version": "6.0.3", | 3448 | "version": "7.0.0", |
| 3449 | "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-6.0.3.tgz", | 3449 | "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-7.0.0.tgz", |
| 3450 | "integrity": "sha512-+JA0DCvc5XvFAxwx6f/e68gQu/7Z9ud584VLmcgto28eB8FqSFZwtrLwB5Kcp70eIoWP/HXqz4wpo8rD8gpsTw==", | 3450 | "integrity": "sha512-bAnSuBop5LpAIUmmOSsuvtKAAKREB6BBIYStWUTGq8oG5q9fClDMMuY8i4UPI/cEcDx2TN+7PMnXYIId20UVDw==", |
| 3451 | "requires": {} | 3451 | "requires": {} |
| 3452 | }, | 3452 | }, |
| 3453 | "postcss-discard-empty": { | 3453 | "postcss-discard-empty": { |
| 3454 | "version": "6.0.3", | 3454 | "version": "7.0.0", |
| 3455 | "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-6.0.3.tgz", | 3455 | "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-7.0.0.tgz", |
| 3456 | "integrity": "sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==", | 3456 | "integrity": "sha512-e+QzoReTZ8IAwhnSdp/++7gBZ/F+nBq9y6PomfwORfP7q9nBpK5AMP64kOt0bA+lShBFbBDcgpJ3X4etHg4lzA==", |
| 3457 | "requires": {} | 3457 | "requires": {} |
| 3458 | }, | 3458 | }, |
| 3459 | "postcss-discard-overridden": { | 3459 | "postcss-discard-overridden": { |
| 3460 | "version": "6.0.2", | 3460 | "version": "7.0.0", |
| 3461 | "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-6.0.2.tgz", | 3461 | "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-7.0.0.tgz", |
| 3462 | "integrity": "sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==", | 3462 | "integrity": "sha512-GmNAzx88u3k2+sBTZrJSDauR0ccpE24omTQCVmaTTZFz1du6AasspjaUPMJ2ud4RslZpoFKyf+6MSPETLojc6w==", |
| 3463 | "requires": {} | 3463 | "requires": {} |
| 3464 | }, | 3464 | }, |
| 3465 | "postcss-import": { | 3465 | "postcss-import": { |
| @@ -3490,57 +3490,57 @@ | |||
| 3490 | } | 3490 | } |
| 3491 | }, | 3491 | }, |
| 3492 | "postcss-merge-longhand": { | 3492 | "postcss-merge-longhand": { |
| 3493 | "version": "6.0.5", | 3493 | "version": "7.0.0", |
| 3494 | "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-6.0.5.tgz", | 3494 | "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-7.0.0.tgz", |
| 3495 | "integrity": "sha512-5LOiordeTfi64QhICp07nzzuTDjNSO8g5Ksdibt44d+uvIIAE1oZdRn8y/W5ZtYgRH/lnLDlvi9F8btZcVzu3w==", | 3495 | "integrity": "sha512-0X8I4/9+G03X5/5NnrfopG/YEln2XU8heDh7YqBaiq2SeaKIG3n66ShZPjIolmVuLBQ0BEm3yS8o1mlCLHdW7A==", |
| 3496 | "requires": { | 3496 | "requires": { |
| 3497 | "postcss-value-parser": "^4.2.0", | 3497 | "postcss-value-parser": "^4.2.0", |
| 3498 | "stylehacks": "^6.1.1" | 3498 | "stylehacks": "^7.0.0" |
| 3499 | } | 3499 | } |
| 3500 | }, | 3500 | }, |
| 3501 | "postcss-merge-rules": { | 3501 | "postcss-merge-rules": { |
| 3502 | "version": "6.1.1", | 3502 | "version": "7.0.0", |
| 3503 | "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-6.1.1.tgz", | 3503 | "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-7.0.0.tgz", |
| 3504 | "integrity": "sha512-KOdWF0gju31AQPZiD+2Ar9Qjowz1LTChSjFFbS+e2sFgc4uHOp3ZvVX4sNeTlk0w2O31ecFGgrFzhO0RSWbWwQ==", | 3504 | "integrity": "sha512-Zty3VlOsD6VSjBMu6PiHCVpLegtBT/qtZRVBcSeyEZ6q1iU5qTYT0WtEoLRV+YubZZguS5/ycfP+NRiKfjv6aw==", |
| 3505 | "requires": { | 3505 | "requires": { |
| 3506 | "browserslist": "^4.23.0", | 3506 | "browserslist": "^4.23.0", |
| 3507 | "caniuse-api": "^3.0.0", | 3507 | "caniuse-api": "^3.0.0", |
| 3508 | "cssnano-utils": "^4.0.2", | 3508 | "cssnano-utils": "^5.0.0", |
| 3509 | "postcss-selector-parser": "^6.0.16" | 3509 | "postcss-selector-parser": "^6.0.16" |
| 3510 | } | 3510 | } |
| 3511 | }, | 3511 | }, |
| 3512 | "postcss-minify-font-values": { | 3512 | "postcss-minify-font-values": { |
| 3513 | "version": "6.1.0", | 3513 | "version": "7.0.0", |
| 3514 | "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-6.1.0.tgz", | 3514 | "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-7.0.0.tgz", |
| 3515 | "integrity": "sha512-gklfI/n+9rTh8nYaSJXlCo3nOKqMNkxuGpTn/Qm0gstL3ywTr9/WRKznE+oy6fvfolH6dF+QM4nCo8yPLdvGJg==", | 3515 | "integrity": "sha512-2ckkZtgT0zG8SMc5aoNwtm5234eUx1GGFJKf2b1bSp8UflqaeFzR50lid4PfqVI9NtGqJ2J4Y7fwvnP/u1cQog==", |
| 3516 | "requires": { | 3516 | "requires": { |
| 3517 | "postcss-value-parser": "^4.2.0" | 3517 | "postcss-value-parser": "^4.2.0" |
| 3518 | } | 3518 | } |
| 3519 | }, | 3519 | }, |
| 3520 | "postcss-minify-gradients": { | 3520 | "postcss-minify-gradients": { |
| 3521 | "version": "6.0.3", | 3521 | "version": "7.0.0", |
| 3522 | "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-6.0.3.tgz", | 3522 | "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-7.0.0.tgz", |
| 3523 | "integrity": "sha512-4KXAHrYlzF0Rr7uc4VrfwDJ2ajrtNEpNEuLxFgwkhFZ56/7gaE4Nr49nLsQDZyUe+ds+kEhf+YAUolJiYXF8+Q==", | 3523 | "integrity": "sha512-pdUIIdj/C93ryCHew0UgBnL2DtUS3hfFa5XtERrs4x+hmpMYGhbzo6l/Ir5de41O0GaKVpK1ZbDNXSY6GkXvtg==", |
| 3524 | "requires": { | 3524 | "requires": { |
| 3525 | "colord": "^2.9.3", | 3525 | "colord": "^2.9.3", |
| 3526 | "cssnano-utils": "^4.0.2", | 3526 | "cssnano-utils": "^5.0.0", |
| 3527 | "postcss-value-parser": "^4.2.0" | 3527 | "postcss-value-parser": "^4.2.0" |
| 3528 | } | 3528 | } |
| 3529 | }, | 3529 | }, |
| 3530 | "postcss-minify-params": { | 3530 | "postcss-minify-params": { |
| 3531 | "version": "6.1.0", | 3531 | "version": "7.0.0", |
| 3532 | "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-6.1.0.tgz", | 3532 | "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-7.0.0.tgz", |
| 3533 | "integrity": "sha512-bmSKnDtyyE8ujHQK0RQJDIKhQ20Jq1LYiez54WiaOoBtcSuflfK3Nm596LvbtlFcpipMjgClQGyGr7GAs+H1uA==", | 3533 | "integrity": "sha512-XOJAuX8Q/9GT1sGxlUvaFEe2H9n50bniLZblXXsAT/BwSfFYvzSZeFG7uupwc0KbKpTnflnQ7aMwGzX6JUWliQ==", |
| 3534 | "requires": { | 3534 | "requires": { |
| 3535 | "browserslist": "^4.23.0", | 3535 | "browserslist": "^4.23.0", |
| 3536 | "cssnano-utils": "^4.0.2", | 3536 | "cssnano-utils": "^5.0.0", |
| 3537 | "postcss-value-parser": "^4.2.0" | 3537 | "postcss-value-parser": "^4.2.0" |
| 3538 | } | 3538 | } |
| 3539 | }, | 3539 | }, |
| 3540 | "postcss-minify-selectors": { | 3540 | "postcss-minify-selectors": { |
| 3541 | "version": "6.0.4", | 3541 | "version": "7.0.0", |
| 3542 | "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-6.0.4.tgz", | 3542 | "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-7.0.0.tgz", |
| 3543 | "integrity": "sha512-L8dZSwNLgK7pjTto9PzWRoMbnLq5vsZSTu8+j1P/2GB8qdtGQfn+K1uSvFgYvgh83cbyxT5m43ZZhUMTJDSClQ==", | 3543 | "integrity": "sha512-f00CExZhD6lNw2vTZbcnmfxVgaVKzUw6IRsIFX3JTT8GdsoABc1WnhhGwL1i8YPJ3sSWw39fv7XPtvLb+3Uitw==", |
| 3544 | "requires": { | 3544 | "requires": { |
| 3545 | "postcss-selector-parser": "^6.0.16" | 3545 | "postcss-selector-parser": "^6.0.16" |
| 3546 | } | 3546 | } |
| @@ -3554,98 +3554,98 @@ | |||
| 3554 | } | 3554 | } |
| 3555 | }, | 3555 | }, |
| 3556 | "postcss-normalize-charset": { | 3556 | "postcss-normalize-charset": { |
| 3557 | "version": "6.0.2", | 3557 | "version": "7.0.0", |
| 3558 | "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-6.0.2.tgz", | 3558 | "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-7.0.0.tgz", |
| 3559 | "integrity": "sha512-a8N9czmdnrjPHa3DeFlwqst5eaL5W8jYu3EBbTTkI5FHkfMhFZh1EGbku6jhHhIzTA6tquI2P42NtZ59M/H/kQ==", | 3559 | "integrity": "sha512-ABisNUXMeZeDNzCQxPxBCkXexvBrUHV+p7/BXOY+ulxkcjUZO0cp8ekGBwvIh2LbCwnWbyMPNJVtBSdyhM2zYQ==", |
| 3560 | "requires": {} | 3560 | "requires": {} |
| 3561 | }, | 3561 | }, |
| 3562 | "postcss-normalize-display-values": { | 3562 | "postcss-normalize-display-values": { |
| 3563 | "version": "6.0.2", | 3563 | "version": "7.0.0", |
| 3564 | "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-6.0.2.tgz", | 3564 | "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-7.0.0.tgz", |
| 3565 | "integrity": "sha512-8H04Mxsb82ON/aAkPeq8kcBbAtI5Q2a64X/mnRRfPXBq7XeogoQvReqxEfc0B4WPq1KimjezNC8flUtC3Qz6jg==", | 3565 | "integrity": "sha512-lnFZzNPeDf5uGMPYgGOw7v0BfB45+irSRz9gHQStdkkhiM0gTfvWkWB5BMxpn0OqgOQuZG/mRlZyJxp0EImr2Q==", |
| 3566 | "requires": { | 3566 | "requires": { |
| 3567 | "postcss-value-parser": "^4.2.0" | 3567 | "postcss-value-parser": "^4.2.0" |
| 3568 | } | 3568 | } |
| 3569 | }, | 3569 | }, |
| 3570 | "postcss-normalize-positions": { | 3570 | "postcss-normalize-positions": { |
| 3571 | "version": "6.0.2", | 3571 | "version": "7.0.0", |
| 3572 | "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-6.0.2.tgz", | 3572 | "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-7.0.0.tgz", |
| 3573 | "integrity": "sha512-/JFzI441OAB9O7VnLA+RtSNZvQ0NCFZDOtp6QPFo1iIyawyXg0YI3CYM9HBy1WvwCRHnPep/BvI1+dGPKoXx/Q==", | 3573 | "integrity": "sha512-I0yt8wX529UKIGs2y/9Ybs2CelSvItfmvg/DBIjTnoUSrPxSV7Z0yZ8ShSVtKNaV/wAY+m7bgtyVQLhB00A1NQ==", |
| 3574 | "requires": { | 3574 | "requires": { |
| 3575 | "postcss-value-parser": "^4.2.0" | 3575 | "postcss-value-parser": "^4.2.0" |
| 3576 | } | 3576 | } |
| 3577 | }, | 3577 | }, |
| 3578 | "postcss-normalize-repeat-style": { | 3578 | "postcss-normalize-repeat-style": { |
| 3579 | "version": "6.0.2", | 3579 | "version": "7.0.0", |
| 3580 | "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-6.0.2.tgz", | 3580 | "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-7.0.0.tgz", |
| 3581 | "integrity": "sha512-YdCgsfHkJ2jEXwR4RR3Tm/iOxSfdRt7jplS6XRh9Js9PyCR/aka/FCb6TuHT2U8gQubbm/mPmF6L7FY9d79VwQ==", | 3581 | "integrity": "sha512-o3uSGYH+2q30ieM3ppu9GTjSXIzOrRdCUn8UOMGNw7Af61bmurHTWI87hRybrP6xDHvOe5WlAj3XzN6vEO8jLw==", |
| 3582 | "requires": { | 3582 | "requires": { |
| 3583 | "postcss-value-parser": "^4.2.0" | 3583 | "postcss-value-parser": "^4.2.0" |
| 3584 | } | 3584 | } |
| 3585 | }, | 3585 | }, |
| 3586 | "postcss-normalize-string": { | 3586 | "postcss-normalize-string": { |
| 3587 | "version": "6.0.2", | 3587 | "version": "7.0.0", |
| 3588 | "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-6.0.2.tgz", | 3588 | "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-7.0.0.tgz", |
| 3589 | "integrity": "sha512-vQZIivlxlfqqMp4L9PZsFE4YUkWniziKjQWUtsxUiVsSSPelQydwS8Wwcuw0+83ZjPWNTl02oxlIvXsmmG+CiQ==", | 3589 | "integrity": "sha512-w/qzL212DFVOpMy3UGyxrND+Kb0fvCiBBujiaONIihq7VvtC7bswjWgKQU/w4VcRyDD8gpfqUiBQ4DUOwEJ6Qg==", |
| 3590 | "requires": { | 3590 | "requires": { |
| 3591 | "postcss-value-parser": "^4.2.0" | 3591 | "postcss-value-parser": "^4.2.0" |
| 3592 | } | 3592 | } |
| 3593 | }, | 3593 | }, |
| 3594 | "postcss-normalize-timing-functions": { | 3594 | "postcss-normalize-timing-functions": { |
| 3595 | "version": "6.0.2", | 3595 | "version": "7.0.0", |
| 3596 | "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-6.0.2.tgz", | 3596 | "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-7.0.0.tgz", |
| 3597 | "integrity": "sha512-a+YrtMox4TBtId/AEwbA03VcJgtyW4dGBizPl7e88cTFULYsprgHWTbfyjSLyHeBcK/Q9JhXkt2ZXiwaVHoMzA==", | 3597 | "integrity": "sha512-tNgw3YV0LYoRwg43N3lTe3AEWZ66W7Dh7lVEpJbHoKOuHc1sLrzMLMFjP8SNULHaykzsonUEDbKedv8C+7ej6g==", |
| 3598 | "requires": { | 3598 | "requires": { |
| 3599 | "postcss-value-parser": "^4.2.0" | 3599 | "postcss-value-parser": "^4.2.0" |
| 3600 | } | 3600 | } |
| 3601 | }, | 3601 | }, |
| 3602 | "postcss-normalize-unicode": { | 3602 | "postcss-normalize-unicode": { |
| 3603 | "version": "6.1.0", | 3603 | "version": "7.0.0", |
| 3604 | "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-6.1.0.tgz", | 3604 | "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.0.tgz", |
| 3605 | "integrity": "sha512-QVC5TQHsVj33otj8/JD869Ndr5Xcc/+fwRh4HAsFsAeygQQXm+0PySrKbr/8tkDKzW+EVT3QkqZMfFrGiossDg==", | 3605 | "integrity": "sha512-OnKV52/VFFDAim4n0pdI+JAhsolLBdnCKxE6VV5lW5Q/JeVGFN8UM8ur6/A3EAMLsT1ZRm3fDHh/rBoBQpqi2w==", |
| 3606 | "requires": { | 3606 | "requires": { |
| 3607 | "browserslist": "^4.23.0", | 3607 | "browserslist": "^4.23.0", |
| 3608 | "postcss-value-parser": "^4.2.0" | 3608 | "postcss-value-parser": "^4.2.0" |
| 3609 | } | 3609 | } |
| 3610 | }, | 3610 | }, |
| 3611 | "postcss-normalize-url": { | 3611 | "postcss-normalize-url": { |
| 3612 | "version": "6.0.2", | 3612 | "version": "7.0.0", |
| 3613 | "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-6.0.2.tgz", | 3613 | "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-7.0.0.tgz", |
| 3614 | "integrity": "sha512-kVNcWhCeKAzZ8B4pv/DnrU1wNh458zBNp8dh4y5hhxih5RZQ12QWMuQrDgPRw3LRl8mN9vOVfHl7uhvHYMoXsQ==", | 3614 | "integrity": "sha512-+d7+PpE+jyPX1hDQZYG+NaFD+Nd2ris6r8fPTBAjE8z/U41n/bib3vze8x7rKs5H1uEw5ppe9IojewouHk0klQ==", |
| 3615 | "requires": { | 3615 | "requires": { |
| 3616 | "postcss-value-parser": "^4.2.0" | 3616 | "postcss-value-parser": "^4.2.0" |
| 3617 | } | 3617 | } |
| 3618 | }, | 3618 | }, |
| 3619 | "postcss-normalize-whitespace": { | 3619 | "postcss-normalize-whitespace": { |
| 3620 | "version": "6.0.2", | 3620 | "version": "7.0.0", |
| 3621 | "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-6.0.2.tgz", | 3621 | "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-7.0.0.tgz", |
| 3622 | "integrity": "sha512-sXZ2Nj1icbJOKmdjXVT9pnyHQKiSAyuNQHSgRCUgThn2388Y9cGVDR+E9J9iAYbSbLHI+UUwLVl1Wzco/zgv0Q==", | 3622 | "integrity": "sha512-37/toN4wwZErqohedXYqWgvcHUGlT8O/m2jVkAfAe9Bd4MzRqlBmXrJRePH0e9Wgnz2X7KymTgTOaaFizQe3AQ==", |
| 3623 | "requires": { | 3623 | "requires": { |
| 3624 | "postcss-value-parser": "^4.2.0" | 3624 | "postcss-value-parser": "^4.2.0" |
| 3625 | } | 3625 | } |
| 3626 | }, | 3626 | }, |
| 3627 | "postcss-ordered-values": { | 3627 | "postcss-ordered-values": { |
| 3628 | "version": "6.0.2", | 3628 | "version": "7.0.0", |
| 3629 | "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-6.0.2.tgz", | 3629 | "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-7.0.0.tgz", |
| 3630 | "integrity": "sha512-VRZSOB+JU32RsEAQrO94QPkClGPKJEL/Z9PCBImXMhIeK5KAYo6slP/hBYlLgrCjFxyqvn5VC81tycFEDBLG1Q==", | 3630 | "integrity": "sha512-KROvC63A8UQW1eYDljQe1dtwc1E/M+mMwDT6z7khV/weHYLWTghaLRLunU7x1xw85lWFwVZOAGakxekYvKV+0w==", |
| 3631 | "requires": { | 3631 | "requires": { |
| 3632 | "cssnano-utils": "^4.0.2", | 3632 | "cssnano-utils": "^5.0.0", |
| 3633 | "postcss-value-parser": "^4.2.0" | 3633 | "postcss-value-parser": "^4.2.0" |
| 3634 | } | 3634 | } |
| 3635 | }, | 3635 | }, |
| 3636 | "postcss-reduce-initial": { | 3636 | "postcss-reduce-initial": { |
| 3637 | "version": "6.1.0", | 3637 | "version": "7.0.0", |
| 3638 | "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-6.1.0.tgz", | 3638 | "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-7.0.0.tgz", |
| 3639 | "integrity": "sha512-RarLgBK/CrL1qZags04oKbVbrrVK2wcxhvta3GCxrZO4zveibqbRPmm2VI8sSgCXwoUHEliRSbOfpR0b/VIoiw==", | 3639 | "integrity": "sha512-iqGgmBxY9LrblZ0BKLjmrA1mC/cf9A/wYCCqSmD6tMi+xAyVl0+DfixZIHSVDMbCPRPjNmVF0DFGth/IDGelFQ==", |
| 3640 | "requires": { | 3640 | "requires": { |
| 3641 | "browserslist": "^4.23.0", | 3641 | "browserslist": "^4.23.0", |
| 3642 | "caniuse-api": "^3.0.0" | 3642 | "caniuse-api": "^3.0.0" |
| 3643 | } | 3643 | } |
| 3644 | }, | 3644 | }, |
| 3645 | "postcss-reduce-transforms": { | 3645 | "postcss-reduce-transforms": { |
| 3646 | "version": "6.0.2", | 3646 | "version": "7.0.0", |
| 3647 | "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-6.0.2.tgz", | 3647 | "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-7.0.0.tgz", |
| 3648 | "integrity": "sha512-sB+Ya++3Xj1WaT9+5LOOdirAxP7dJZms3GRcYheSPi1PiTMigsxHAdkrbItHxwYHr4kt1zL7mmcHstgMYT+aiA==", | 3648 | "integrity": "sha512-pnt1HKKZ07/idH8cpATX/ujMbtOGhUfE+m8gbqwJE05aTaNw8gbo34a2e3if0xc0dlu75sUOiqvwCGY3fzOHew==", |
| 3649 | "requires": { | 3649 | "requires": { |
| 3650 | "postcss-value-parser": "^4.2.0" | 3650 | "postcss-value-parser": "^4.2.0" |
| 3651 | } | 3651 | } |
| @@ -3669,18 +3669,18 @@ | |||
| 3669 | } | 3669 | } |
| 3670 | }, | 3670 | }, |
| 3671 | "postcss-svgo": { | 3671 | "postcss-svgo": { |
| 3672 | "version": "6.0.3", | 3672 | "version": "7.0.0", |
| 3673 | "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-6.0.3.tgz", | 3673 | "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-7.0.0.tgz", |
| 3674 | "integrity": "sha512-dlrahRmxP22bX6iKEjOM+c8/1p+81asjKT+V5lrgOH944ryx/OHpclnIbGsKVd3uWOXFLYJwCVf0eEkJGvO96g==", | 3674 | "integrity": "sha512-Xj5DRdvA97yRy3wjbCH2NKXtDUwEnph6EHr5ZXszsBVKCNrKXYBjzAXqav7/Afz5WwJ/1peZoTguCEJIg7ytmA==", |
| 3675 | "requires": { | 3675 | "requires": { |
| 3676 | "postcss-value-parser": "^4.2.0", | 3676 | "postcss-value-parser": "^4.2.0", |
| 3677 | "svgo": "^3.2.0" | 3677 | "svgo": "^3.2.0" |
| 3678 | } | 3678 | } |
| 3679 | }, | 3679 | }, |
| 3680 | "postcss-unique-selectors": { | 3680 | "postcss-unique-selectors": { |
| 3681 | "version": "6.0.4", | 3681 | "version": "7.0.0", |
| 3682 | "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-6.0.4.tgz", | 3682 | "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.0.tgz", |
| 3683 | "integrity": "sha512-K38OCaIrO8+PzpArzkLKB42dSARtC2tmG6PvD4b1o1Q2E9Os8jzfWFfSy/rixsHwohtsDdFtAWGjFVFUdwYaMg==", | 3683 | "integrity": "sha512-NYFqcft7vVQMZlQPsMdMPy+qU/zDpy95Malpw4GeA9ZZjM6dVXDshXtDmLc0m4WCD6XeZCJqjTfPT1USsdt+rA==", |
| 3684 | "requires": { | 3684 | "requires": { |
| 3685 | "postcss-selector-parser": "^6.0.16" | 3685 | "postcss-selector-parser": "^6.0.16" |
| 3686 | } | 3686 | } |
| @@ -3820,9 +3820,9 @@ | |||
| 3820 | } | 3820 | } |
| 3821 | }, | 3821 | }, |
| 3822 | "stylehacks": { | 3822 | "stylehacks": { |
| 3823 | "version": "6.1.1", | 3823 | "version": "7.0.0", |
| 3824 | "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-6.1.1.tgz", | 3824 | "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.0.tgz", |
| 3825 | "integrity": "sha512-gSTTEQ670cJNoaeIp9KX6lZmm8LJ3jPB5yJmX8Zq/wQxOsAFXV3qjWzHas3YYk1qesuVIyYWWUpZ0vSE/dTSGg==", | 3825 | "integrity": "sha512-47Nw4pQ6QJb4CA6dzF2m9810sjQik4dfk4UwAm5wlwhrW3syzZKF8AR4/cfO3Cr6lsFgAoznQq0Wg57qhjTA2A==", |
| 3826 | "requires": { | 3826 | "requires": { |
| 3827 | "browserslist": "^4.23.0", | 3827 | "browserslist": "^4.23.0", |
| 3828 | "postcss-selector-parser": "^6.0.16" | 3828 | "postcss-selector-parser": "^6.0.16" |
| @@ -3885,9 +3885,9 @@ | |||
| 3885 | "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" | 3885 | "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" |
| 3886 | }, | 3886 | }, |
| 3887 | "svgo": { | 3887 | "svgo": { |
| 3888 | "version": "3.2.0", | 3888 | "version": "3.3.2", |
| 3889 | "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.2.0.tgz", | 3889 | "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.3.2.tgz", |
| 3890 | "integrity": "sha512-4PP6CMW/V7l/GmKRKzsLR8xxjdHTV4IMvhTnpuHwwBazSIlw5W/5SmPjN8Dwyt7lKbSJrRDgp4t9ph0HgChFBQ==", | 3890 | "integrity": "sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==", |
| 3891 | "requires": { | 3891 | "requires": { |
| 3892 | "@trysound/sax": "0.2.0", | 3892 | "@trysound/sax": "0.2.0", |
| 3893 | "commander": "^7.2.0", | 3893 | "commander": "^7.2.0", |
