loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'Lock file maintenance (forgejo)' (#4936) from renovate/forgejo-lock-file-maintenance into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4936
Reviewed-by: Gusted <gusted@noreply.codeberg.org>

Gusted fdabcf5d 0d2efa2c

+234 -140
+164 -72
package-lock.json
··· 975 975 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" 976 976 } 977 977 }, 978 + "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { 979 + "version": "3.4.3", 980 + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", 981 + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", 982 + "dev": true, 983 + "license": "Apache-2.0", 984 + "engines": { 985 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 986 + }, 987 + "funding": { 988 + "url": "https://opencollective.com/eslint" 989 + } 990 + }, 978 991 "node_modules/@eslint-community/regexpp": { 979 992 "version": "4.11.0", 980 993 "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz", ··· 1035 1048 "dependencies": { 1036 1049 "balanced-match": "^1.0.0", 1037 1050 "concat-map": "0.0.1" 1051 + } 1052 + }, 1053 + "node_modules/@eslint/eslintrc/node_modules/eslint-visitor-keys": { 1054 + "version": "3.4.3", 1055 + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", 1056 + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", 1057 + "dev": true, 1058 + "license": "Apache-2.0", 1059 + "engines": { 1060 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 1061 + }, 1062 + "funding": { 1063 + "url": "https://opencollective.com/eslint" 1064 + } 1065 + }, 1066 + "node_modules/@eslint/eslintrc/node_modules/espree": { 1067 + "version": "9.6.1", 1068 + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", 1069 + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", 1070 + "dev": true, 1071 + "license": "BSD-2-Clause", 1072 + "dependencies": { 1073 + "acorn": "^8.9.0", 1074 + "acorn-jsx": "^5.3.2", 1075 + "eslint-visitor-keys": "^3.4.1" 1076 + }, 1077 + "engines": { 1078 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 1079 + }, 1080 + "funding": { 1081 + "url": "https://opencollective.com/eslint" 1038 1082 } 1039 1083 }, 1040 1084 "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": { ··· 2338 2382 "eslint": ">=8.40.0" 2339 2383 } 2340 2384 }, 2341 - "node_modules/@stylistic/eslint-plugin-js/node_modules/eslint-visitor-keys": { 2342 - "version": "4.0.0", 2343 - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz", 2344 - "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==", 2345 - "dev": true, 2346 - "license": "Apache-2.0", 2347 - "engines": { 2348 - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 2349 - }, 2350 - "funding": { 2351 - "url": "https://opencollective.com/eslint" 2352 - } 2353 - }, 2354 - "node_modules/@stylistic/eslint-plugin-js/node_modules/espree": { 2355 - "version": "10.1.0", 2356 - "resolved": "https://registry.npmjs.org/espree/-/espree-10.1.0.tgz", 2357 - "integrity": "sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==", 2358 - "dev": true, 2359 - "license": "BSD-2-Clause", 2360 - "dependencies": { 2361 - "acorn": "^8.12.0", 2362 - "acorn-jsx": "^5.3.2", 2363 - "eslint-visitor-keys": "^4.0.0" 2364 - }, 2365 - "engines": { 2366 - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 2367 - }, 2368 - "funding": { 2369 - "url": "https://opencollective.com/eslint" 2370 - } 2371 - }, 2372 2385 "node_modules/@stylistic/stylelint-plugin": { 2373 2386 "version": "3.0.0", 2374 2387 "resolved": "https://registry.npmjs.org/@stylistic/stylelint-plugin/-/stylelint-plugin-3.0.0.tgz", ··· 2518 2531 "license": "MIT" 2519 2532 }, 2520 2533 "node_modules/@types/node": { 2521 - "version": "22.1.0", 2522 - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.1.0.tgz", 2523 - "integrity": "sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==", 2534 + "version": "22.2.0", 2535 + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.2.0.tgz", 2536 + "integrity": "sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==", 2524 2537 "license": "MIT", 2525 2538 "dependencies": { 2526 2539 "undici-types": "~6.13.0" ··· 2771 2784 "url": "https://opencollective.com/typescript-eslint" 2772 2785 } 2773 2786 }, 2787 + "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": { 2788 + "version": "3.4.3", 2789 + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", 2790 + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", 2791 + "dev": true, 2792 + "license": "Apache-2.0", 2793 + "engines": { 2794 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 2795 + }, 2796 + "funding": { 2797 + "url": "https://opencollective.com/eslint" 2798 + } 2799 + }, 2774 2800 "node_modules/@ungap/structured-clone": { 2775 2801 "version": "1.2.0", 2776 2802 "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", ··· 3940 3966 } 3941 3967 }, 3942 3968 "node_modules/caniuse-lite": { 3943 - "version": "1.0.30001647", 3944 - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001647.tgz", 3945 - "integrity": "sha512-n83xdNiyeNcHpzWY+1aFbqCK7LuLfBricc4+alSQL2Xb6OR3XpnQAmlDG+pQcdTfiHRuLcQ96VOfrPSGiNJYSg==", 3969 + "version": "1.0.30001651", 3970 + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz", 3971 + "integrity": "sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==", 3946 3972 "funding": [ 3947 3973 { 3948 3974 "type": "opencollective", ··· 4504 4530 "license": "MIT" 4505 4531 }, 4506 4532 "node_modules/cytoscape": { 4507 - "version": "3.30.1", 4508 - "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.30.1.tgz", 4509 - "integrity": "sha512-TRJc3HbBPkHd50u9YfJh2FxD1lDLZ+JXnJoyBn5LkncoeuT7fapO/Hq/Ed8TdFclaKshzInge2i30bg7VKeoPQ==", 4533 + "version": "3.30.2", 4534 + "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.30.2.tgz", 4535 + "integrity": "sha512-oICxQsjW8uSaRmn4UK/jkczKOqTrVqt5/1WL0POiJUT2EKNc9STM4hYFHv917yu55aTBMFNRzymlJhVAiWPCxw==", 4510 4536 "license": "MIT", 4511 4537 "engines": { 4512 4538 "node": ">=0.10" ··· 5402 5428 } 5403 5429 }, 5404 5430 "node_modules/electron-to-chromium": { 5405 - "version": "1.5.4", 5406 - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz", 5407 - "integrity": "sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==", 5431 + "version": "1.5.6", 5432 + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.6.tgz", 5433 + "integrity": "sha512-jwXWsM5RPf6j9dPYzaorcBSUg6AiqocPEyMpkchkvntaH9HGfOOMZwxMJjDY/XEs3T5dM7uyH1VhRMkqUU9qVw==", 5408 5434 "license": "ISC" 5409 5435 }, 5410 5436 "node_modules/elkjs": { ··· 6538 6564 } 6539 6565 }, 6540 6566 "node_modules/eslint-visitor-keys": { 6541 - "version": "3.4.3", 6542 - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", 6543 - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", 6567 + "version": "4.0.0", 6568 + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz", 6569 + "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==", 6544 6570 "dev": true, 6545 6571 "license": "Apache-2.0", 6546 6572 "engines": { 6547 - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 6573 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 6548 6574 }, 6549 6575 "funding": { 6550 6576 "url": "https://opencollective.com/eslint" ··· 6578 6604 "concat-map": "0.0.1" 6579 6605 } 6580 6606 }, 6607 + "node_modules/eslint/node_modules/eslint-visitor-keys": { 6608 + "version": "3.4.3", 6609 + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", 6610 + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", 6611 + "dev": true, 6612 + "license": "Apache-2.0", 6613 + "engines": { 6614 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 6615 + }, 6616 + "funding": { 6617 + "url": "https://opencollective.com/eslint" 6618 + } 6619 + }, 6620 + "node_modules/eslint/node_modules/espree": { 6621 + "version": "9.6.1", 6622 + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", 6623 + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", 6624 + "dev": true, 6625 + "license": "BSD-2-Clause", 6626 + "dependencies": { 6627 + "acorn": "^8.9.0", 6628 + "acorn-jsx": "^5.3.2", 6629 + "eslint-visitor-keys": "^3.4.1" 6630 + }, 6631 + "engines": { 6632 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 6633 + }, 6634 + "funding": { 6635 + "url": "https://opencollective.com/eslint" 6636 + } 6637 + }, 6581 6638 "node_modules/eslint/node_modules/json-schema-traverse": { 6582 6639 "version": "0.4.1", 6583 6640 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", ··· 6599 6656 } 6600 6657 }, 6601 6658 "node_modules/espree": { 6602 - "version": "9.6.1", 6603 - "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", 6604 - "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", 6659 + "version": "10.1.0", 6660 + "resolved": "https://registry.npmjs.org/espree/-/espree-10.1.0.tgz", 6661 + "integrity": "sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==", 6605 6662 "dev": true, 6606 6663 "license": "BSD-2-Clause", 6607 6664 "dependencies": { 6608 - "acorn": "^8.9.0", 6665 + "acorn": "^8.12.0", 6609 6666 "acorn-jsx": "^5.3.2", 6610 - "eslint-visitor-keys": "^3.4.1" 6667 + "eslint-visitor-keys": "^4.0.0" 6611 6668 }, 6612 6669 "engines": { 6613 - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 6670 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 6614 6671 }, 6615 6672 "funding": { 6616 6673 "url": "https://opencollective.com/eslint" ··· 6887 6944 } 6888 6945 }, 6889 6946 "node_modules/foreground-child": { 6890 - "version": "3.2.1", 6891 - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz", 6892 - "integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==", 6947 + "version": "3.3.0", 6948 + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", 6949 + "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", 6893 6950 "license": "ISC", 6894 6951 "dependencies": { 6895 6952 "cross-spawn": "^7.0.0", ··· 8453 8510 } 8454 8511 }, 8455 8512 "node_modules/jsdoc-type-pratt-parser": { 8456 - "version": "4.0.0", 8457 - "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz", 8458 - "integrity": "sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==", 8513 + "version": "4.1.0", 8514 + "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.1.0.tgz", 8515 + "integrity": "sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==", 8459 8516 "dev": true, 8460 8517 "license": "MIT", 8461 8518 "engines": { ··· 10804 10861 } 10805 10862 }, 10806 10863 "node_modules/postcss-resolve-nested-selector": { 10807 - "version": "0.1.4", 10808 - "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.4.tgz", 10809 - "integrity": "sha512-R6vHqZWgVnTAPq0C+xjyHfEZqfIYboCBVSy24MjxEDm+tIh1BU4O6o7DP7AA7kHzf136d+Qc5duI4tlpHjixDw==", 10864 + "version": "0.1.5", 10865 + "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.5.tgz", 10866 + "integrity": "sha512-tum2m18S22ZSNjXatMG0FSk5ZL83pTttymeJx5Gzxg7RU0s1jNDU9rXltro4osQrukjyNormcb07IEjqEyPNaA==", 10810 10867 "dev": true, 10811 10868 "license": "MIT" 10812 10869 }, ··· 11902 11959 } 11903 11960 }, 11904 11961 "node_modules/solid-js": { 11905 - "version": "1.8.19", 11906 - "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.8.19.tgz", 11907 - "integrity": "sha512-h8z/TvTQYsf894LM9Iau/ZW2iAKrCzAWDwjPhMcXnonmW1OIIihc28wp82b1wwei1p81fH5+gnfNOe8RzLbDRQ==", 11962 + "version": "1.8.20", 11963 + "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.8.20.tgz", 11964 + "integrity": "sha512-SsgaExCJ97mPm9WpAusjZ484Z8zTp8ggiueQOsrm81iAP7UaxaN+wiOgnPcJ9u6B2SQpoQ4FiDPAZBqVWi1V4g==", 11908 11965 "license": "MIT", 11909 11966 "dependencies": { 11910 11967 "csstype": "^3.1.0", ··· 12778 12835 "license": "ISC" 12779 12836 }, 12780 12837 "node_modules/terser": { 12781 - "version": "5.31.3", 12782 - "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.3.tgz", 12783 - "integrity": "sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==", 12838 + "version": "5.31.5", 12839 + "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.5.tgz", 12840 + "integrity": "sha512-YPmas0L0rE1UyLL/llTWA0SiDOqIcAQYLeUj7cJYzXHlRTAnMSg9pPe4VJ5PlKvTrPQsdVFuiRiwyeNlYgwh2Q==", 12784 12841 "license": "BSD-2-Clause", 12785 12842 "dependencies": { 12786 12843 "@jridgewell/source-map": "^0.3.3", ··· 13438 13495 "license": "MIT" 13439 13496 }, 13440 13497 "node_modules/vite": { 13441 - "version": "5.3.5", 13442 - "resolved": "https://registry.npmjs.org/vite/-/vite-5.3.5.tgz", 13443 - "integrity": "sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA==", 13498 + "version": "5.4.0", 13499 + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.0.tgz", 13500 + "integrity": "sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==", 13444 13501 "dev": true, 13445 13502 "license": "MIT", 13446 13503 "dependencies": { 13447 13504 "esbuild": "^0.21.3", 13448 - "postcss": "^8.4.39", 13505 + "postcss": "^8.4.40", 13449 13506 "rollup": "^4.13.0" 13450 13507 }, 13451 13508 "bin": { ··· 13465 13522 "less": "*", 13466 13523 "lightningcss": "^1.21.0", 13467 13524 "sass": "*", 13525 + "sass-embedded": "*", 13468 13526 "stylus": "*", 13469 13527 "sugarss": "*", 13470 13528 "terser": "^5.4.0" ··· 13480 13538 "optional": true 13481 13539 }, 13482 13540 "sass": { 13541 + "optional": true 13542 + }, 13543 + "sass-embedded": { 13483 13544 "optional": true 13484 13545 }, 13485 13546 "stylus": { ··· 13717 13778 }, 13718 13779 "peerDependencies": { 13719 13780 "eslint": ">=6.0.0" 13781 + } 13782 + }, 13783 + "node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys": { 13784 + "version": "3.4.3", 13785 + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", 13786 + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", 13787 + "dev": true, 13788 + "license": "Apache-2.0", 13789 + "engines": { 13790 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 13791 + }, 13792 + "funding": { 13793 + "url": "https://opencollective.com/eslint" 13794 + } 13795 + }, 13796 + "node_modules/vue-eslint-parser/node_modules/espree": { 13797 + "version": "9.6.1", 13798 + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", 13799 + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", 13800 + "dev": true, 13801 + "license": "BSD-2-Clause", 13802 + "dependencies": { 13803 + "acorn": "^8.9.0", 13804 + "acorn-jsx": "^5.3.2", 13805 + "eslint-visitor-keys": "^3.4.1" 13806 + }, 13807 + "engines": { 13808 + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 13809 + }, 13810 + "funding": { 13811 + "url": "https://opencollective.com/eslint" 13720 13812 } 13721 13813 }, 13722 13814 "node_modules/vue-loader": {
+55 -53
poetry.lock
··· 152 152 153 153 [[package]] 154 154 name = "pyyaml" 155 - version = "6.0.1" 155 + version = "6.0.2" 156 156 description = "YAML parser and emitter for Python" 157 157 optional = false 158 - python-versions = ">=3.6" 158 + python-versions = ">=3.8" 159 159 files = [ 160 - {file = "PyYAML-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a"}, 161 - {file = "PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f"}, 162 - {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"}, 163 - {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"}, 164 - {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"}, 165 - {file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290"}, 166 - {file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"}, 167 - {file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"}, 168 - {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"}, 169 - {file = "PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab"}, 170 - {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"}, 171 - {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"}, 172 - {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"}, 173 - {file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"}, 174 - {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"}, 175 - {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, 176 - {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, 177 - {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, 178 - {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, 179 - {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, 180 - {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, 181 - {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, 182 - {file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df"}, 183 - {file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47"}, 184 - {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98"}, 185 - {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c"}, 186 - {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd"}, 187 - {file = "PyYAML-6.0.1-cp36-cp36m-win32.whl", hash = "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585"}, 188 - {file = "PyYAML-6.0.1-cp36-cp36m-win_amd64.whl", hash = "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa"}, 189 - {file = "PyYAML-6.0.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3"}, 190 - {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27"}, 191 - {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3"}, 192 - {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c"}, 193 - {file = "PyYAML-6.0.1-cp37-cp37m-win32.whl", hash = "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba"}, 194 - {file = "PyYAML-6.0.1-cp37-cp37m-win_amd64.whl", hash = "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867"}, 195 - {file = "PyYAML-6.0.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595"}, 196 - {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"}, 197 - {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"}, 198 - {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"}, 199 - {file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6"}, 200 - {file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"}, 201 - {file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"}, 202 - {file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"}, 203 - {file = "PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859"}, 204 - {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"}, 205 - {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"}, 206 - {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"}, 207 - {file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5"}, 208 - {file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"}, 209 - {file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"}, 210 - {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, 160 + {file = "PyYAML-6.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0a9a2848a5b7feac301353437eb7d5957887edbf81d56e903999a75a3d743086"}, 161 + {file = "PyYAML-6.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:29717114e51c84ddfba879543fb232a6ed60086602313ca38cce623c1d62cfbf"}, 162 + {file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8824b5a04a04a047e72eea5cec3bc266db09e35de6bdfe34c9436ac5ee27d237"}, 163 + {file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7c36280e6fb8385e520936c3cb3b8042851904eba0e58d277dca80a5cfed590b"}, 164 + {file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ec031d5d2feb36d1d1a24380e4db6d43695f3748343d99434e6f5f9156aaa2ed"}, 165 + {file = "PyYAML-6.0.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:936d68689298c36b53b29f23c6dbb74de12b4ac12ca6cfe0e047bedceea56180"}, 166 + {file = "PyYAML-6.0.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:23502f431948090f597378482b4812b0caae32c22213aecf3b55325e049a6c68"}, 167 + {file = "PyYAML-6.0.2-cp310-cp310-win32.whl", hash = "sha256:2e99c6826ffa974fe6e27cdb5ed0021786b03fc98e5ee3c5bfe1fd5015f42b99"}, 168 + {file = "PyYAML-6.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:a4d3091415f010369ae4ed1fc6b79def9416358877534caf6a0fdd2146c87a3e"}, 169 + {file = "PyYAML-6.0.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:cc1c1159b3d456576af7a3e4d1ba7e6924cb39de8f67111c735f6fc832082774"}, 170 + {file = "PyYAML-6.0.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:1e2120ef853f59c7419231f3bf4e7021f1b936f6ebd222406c3b60212205d2ee"}, 171 + {file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5d225db5a45f21e78dd9358e58a98702a0302f2659a3c6cd320564b75b86f47c"}, 172 + {file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5ac9328ec4831237bec75defaf839f7d4564be1e6b25ac710bd1a96321cc8317"}, 173 + {file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3ad2a3decf9aaba3d29c8f537ac4b243e36bef957511b4766cb0057d32b0be85"}, 174 + {file = "PyYAML-6.0.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:ff3824dc5261f50c9b0dfb3be22b4567a6f938ccce4587b38952d85fd9e9afe4"}, 175 + {file = "PyYAML-6.0.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:797b4f722ffa07cc8d62053e4cff1486fa6dc094105d13fea7b1de7d8bf71c9e"}, 176 + {file = "PyYAML-6.0.2-cp311-cp311-win32.whl", hash = "sha256:11d8f3dd2b9c1207dcaf2ee0bbbfd5991f571186ec9cc78427ba5bd32afae4b5"}, 177 + {file = "PyYAML-6.0.2-cp311-cp311-win_amd64.whl", hash = "sha256:e10ce637b18caea04431ce14fabcf5c64a1c61ec9c56b071a4b7ca131ca52d44"}, 178 + {file = "PyYAML-6.0.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:c70c95198c015b85feafc136515252a261a84561b7b1d51e3384e0655ddf25ab"}, 179 + {file = "PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ce826d6ef20b1bc864f0a68340c8b3287705cae2f8b4b1d932177dcc76721725"}, 180 + {file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1f71ea527786de97d1a0cc0eacd1defc0985dcf6b3f17bb77dcfc8c34bec4dc5"}, 181 + {file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9b22676e8097e9e22e36d6b7bda33190d0d400f345f23d4065d48f4ca7ae0425"}, 182 + {file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:80bab7bfc629882493af4aa31a4cfa43a4c57c83813253626916b8c7ada83476"}, 183 + {file = "PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48"}, 184 + {file = "PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8b9c7197f7cb2738065c481a0461e50ad02f18c78cd75775628afb4d7137fb3b"}, 185 + {file = "PyYAML-6.0.2-cp312-cp312-win32.whl", hash = "sha256:ef6107725bd54b262d6dedcc2af448a266975032bc85ef0172c5f059da6325b4"}, 186 + {file = "PyYAML-6.0.2-cp312-cp312-win_amd64.whl", hash = "sha256:7e7401d0de89a9a855c839bc697c079a4af81cf878373abd7dc625847d25cbd8"}, 187 + {file = "PyYAML-6.0.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:efdca5630322a10774e8e98e1af481aad470dd62c3170801852d752aa7a783ba"}, 188 + {file = "PyYAML-6.0.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:50187695423ffe49e2deacb8cd10510bc361faac997de9efef88badc3bb9e2d1"}, 189 + {file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0ffe8360bab4910ef1b9e87fb812d8bc0a308b0d0eef8c8f44e0254ab3b07133"}, 190 + {file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:17e311b6c678207928d649faa7cb0d7b4c26a0ba73d41e99c4fff6b6c3276484"}, 191 + {file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:70b189594dbe54f75ab3a1acec5f1e3faa7e8cf2f1e08d9b561cb41b845f69d5"}, 192 + {file = "PyYAML-6.0.2-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:41e4e3953a79407c794916fa277a82531dd93aad34e29c2a514c2c0c5fe971cc"}, 193 + {file = "PyYAML-6.0.2-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:68ccc6023a3400877818152ad9a1033e3db8625d899c72eacb5a668902e4d652"}, 194 + {file = "PyYAML-6.0.2-cp313-cp313-win32.whl", hash = "sha256:bc2fa7c6b47d6bc618dd7fb02ef6fdedb1090ec036abab80d4681424b84c1183"}, 195 + {file = "PyYAML-6.0.2-cp313-cp313-win_amd64.whl", hash = "sha256:8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563"}, 196 + {file = "PyYAML-6.0.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:24471b829b3bf607e04e88d79542a9d48bb037c2267d7927a874e6c205ca7e9a"}, 197 + {file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d7fded462629cfa4b685c5416b949ebad6cec74af5e2d42905d41e257e0869f5"}, 198 + {file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d84a1718ee396f54f3a086ea0a66d8e552b2ab2017ef8b420e92edbc841c352d"}, 199 + {file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9056c1ecd25795207ad294bcf39f2db3d845767be0ea6e6a34d856f006006083"}, 200 + {file = "PyYAML-6.0.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:82d09873e40955485746739bcb8b4586983670466c23382c19cffecbf1fd8706"}, 201 + {file = "PyYAML-6.0.2-cp38-cp38-win32.whl", hash = "sha256:43fa96a3ca0d6b1812e01ced1044a003533c47f6ee8aca31724f78e93ccc089a"}, 202 + {file = "PyYAML-6.0.2-cp38-cp38-win_amd64.whl", hash = "sha256:01179a4a8559ab5de078078f37e5c1a30d76bb88519906844fd7bdea1b7729ff"}, 203 + {file = "PyYAML-6.0.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:688ba32a1cffef67fd2e9398a2efebaea461578b0923624778664cc1c914db5d"}, 204 + {file = "PyYAML-6.0.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a8786accb172bd8afb8be14490a16625cbc387036876ab6ba70912730faf8e1f"}, 205 + {file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d8e03406cac8513435335dbab54c0d385e4a49e4945d2909a581c83647ca0290"}, 206 + {file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f753120cb8181e736c57ef7636e83f31b9c0d1722c516f7e86cf15b7aa57ff12"}, 207 + {file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3b1fdb9dc17f5a7677423d508ab4f243a726dea51fa5e70992e59a7411c89d19"}, 208 + {file = "PyYAML-6.0.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:0b69e4ce7a131fe56b7e4d770c67429700908fc0752af059838b1cfb41960e4e"}, 209 + {file = "PyYAML-6.0.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:a9f8c2e67970f13b16084e04f134610fd1d374bf477b17ec1599185cf611d725"}, 210 + {file = "PyYAML-6.0.2-cp39-cp39-win32.whl", hash = "sha256:6395c297d42274772abc367baaa79683958044e5d3835486c16da75d2a694631"}, 211 + {file = "PyYAML-6.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:39693e1f8320ae4f43943590b49779ffb98acb81f788220ea932a6b6c51004d8"}, 212 + {file = "pyyaml-6.0.2.tar.gz", hash = "sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"}, 211 213 ] 212 214 213 215 [[package]]
+15 -15
web_src/fomantic/package-lock.json
··· 492 492 "license": "MIT" 493 493 }, 494 494 "node_modules/@types/node": { 495 - "version": "22.1.0", 496 - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.1.0.tgz", 497 - "integrity": "sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==", 495 + "version": "22.2.0", 496 + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.2.0.tgz", 497 + "integrity": "sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==", 498 498 "license": "MIT", 499 499 "dependencies": { 500 500 "undici-types": "~6.13.0" ··· 1219 1219 } 1220 1220 }, 1221 1221 "node_modules/caniuse-lite": { 1222 - "version": "1.0.30001647", 1223 - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001647.tgz", 1224 - "integrity": "sha512-n83xdNiyeNcHpzWY+1aFbqCK7LuLfBricc4+alSQL2Xb6OR3XpnQAmlDG+pQcdTfiHRuLcQ96VOfrPSGiNJYSg==", 1222 + "version": "1.0.30001651", 1223 + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz", 1224 + "integrity": "sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==", 1225 1225 "funding": [ 1226 1226 { 1227 1227 "type": "opencollective", ··· 1962 1962 } 1963 1963 }, 1964 1964 "node_modules/electron-to-chromium": { 1965 - "version": "1.5.4", 1966 - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz", 1967 - "integrity": "sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==", 1965 + "version": "1.5.6", 1966 + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.6.tgz", 1967 + "integrity": "sha512-jwXWsM5RPf6j9dPYzaorcBSUg6AiqocPEyMpkchkvntaH9HGfOOMZwxMJjDY/XEs3T5dM7uyH1VhRMkqUU9qVw==", 1968 1968 "license": "ISC" 1969 1969 }, 1970 1970 "node_modules/emoji-regex": { ··· 2482 2482 } 2483 2483 }, 2484 2484 "node_modules/foreground-child": { 2485 - "version": "3.2.1", 2486 - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz", 2487 - "integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==", 2485 + "version": "3.3.0", 2486 + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", 2487 + "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", 2488 2488 "license": "ISC", 2489 2489 "dependencies": { 2490 2490 "cross-spawn": "^7.0.0", ··· 4105 4105 } 4106 4106 }, 4107 4107 "node_modules/gulp-uglify/node_modules/uglify-js": { 4108 - "version": "3.19.1", 4109 - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.1.tgz", 4110 - "integrity": "sha512-y/2wiW+ceTYR2TSSptAhfnEtpLaQ4Ups5zrjB2d3kuVxHj16j/QJwPl5PvuGy9uARb39J0+iKxcRPvtpsx4A4A==", 4108 + "version": "3.19.2", 4109 + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.2.tgz", 4110 + "integrity": "sha512-S8KA6DDI47nQXJSi2ctQ629YzwOVs+bQML6DAtvy0wgNdpi+0ySpQK0g2pxBq2xfF2z3YCscu7NNA8nXT9PlIQ==", 4111 4111 "license": "BSD-2-Clause", 4112 4112 "bin": { 4113 4113 "uglifyjs": "bin/uglifyjs"