[READ-ONLY] Mirror of https://github.com/FoxxMD/multi-scrobbler. Scrobble plays from multiple sources to multiple clients docs.multi-scrobbler.app
deezer docker jellyfin koito lastfm listenbrainz maloja mopidy mpris music music-assistant plex scrobble self-hosted spotify subsonic tautulli youtube-music
0

Configure Feed

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

Merge pull request #524 from FoxxMD/docusaursUpdateAndFix

Docusaurs update and fix

authored by

Matt Foxx and committed by
GitHub
(Apr 6, 2026, 10:35 AM EDT) 160ddac3 72639616

+2672 -1544
+6 -2
docsite/docusaurus.config.ts
··· 31 31 32 32 trailingSlash: true, 33 33 34 - onBrokenLinks: 'warn', 35 - onBrokenMarkdownLinks: 'warn', 34 + 35 + markdown: { 36 + hooks: { 37 + onBrokenMarkdownLinks: 'warn', 38 + } 39 + }, 36 40 37 41 // Even if you don't use internalization, you can use this field to set useful 38 42 // metadata like html lang. For example, if your site is Chinese, you may want
+2652 -1531
docsite/package-lock.json
··· 1 1 { 2 - "name": "my-website", 3 - "version": "0.0.0", 2 + "name": "multi-scrobbler-docs", 3 + "version": "0.12.1", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 - "name": "my-website", 9 - "version": "0.0.0", 8 + "name": "multi-scrobbler-docs", 9 + "version": "0.12.1", 10 10 "hasInstallScript": true, 11 11 "dependencies": { 12 - "@docusaurus/core": "3.8.1", 13 - "@docusaurus/faster": "3.8.1", 14 - "@docusaurus/plugin-client-redirects": "^3.8.1", 15 - "@docusaurus/preset-classic": "3.8.1", 12 + "@docusaurus/core": "3.9.2", 13 + "@docusaurus/faster": "3.9.2", 14 + "@docusaurus/plugin-client-redirects": "^3.9.2", 15 + "@docusaurus/preset-classic": "3.9.2", 16 16 "@easyops-cn/docusaurus-search-local": "0.51.1", 17 17 "@mdx-js/react": "^3.0.0", 18 18 "ajv": "^8.18.0", ··· 33 33 "sass": "^1.97.0" 34 34 }, 35 35 "devDependencies": { 36 - "@docusaurus/module-type-aliases": "^3.6.3", 37 - "@docusaurus/tsconfig": "^3.6.3", 38 - "@docusaurus/types": "^3.6.3", 39 - "@types/react": "^18.2.29", 36 + "@docusaurus/module-type-aliases": "^3.9.2", 37 + "@docusaurus/tsconfig": "^3.9.2", 38 + "@docusaurus/types": "^3.9.2", 39 + "@types/react": "^19.2.4", 40 40 "typescript": "~5.6.2" 41 41 }, 42 42 "engines": { 43 - "node": ">=20.18.1" 43 + "node": ">=24.14.0", 44 + "npm": ">=11.12.1" 44 45 } 45 46 }, 46 - "node_modules/@algolia/autocomplete-core": { 47 - "version": "1.17.9", 48 - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.17.9.tgz", 49 - "integrity": "sha512-O7BxrpLDPJWWHv/DLA9DRFWs+iY1uOJZkqUwjS5HSZAGcl0hIVCQ97LTLewiZmZ402JYUrun+8NqFP+hCknlbQ==", 47 + "node_modules/@algolia/abtesting": { 48 + "version": "1.16.1", 49 + "resolved": "https://registry.npmjs.org/@algolia/abtesting/-/abtesting-1.16.1.tgz", 50 + "integrity": "sha512-Xxk4l00pYI+jE0PNw8y0MvsQWh5278WRtZQav8/BMMi3HKi2xmeuqe11WJ3y8/6nuBHdv39w76OpJb09TMfAVQ==", 50 51 "license": "MIT", 51 52 "dependencies": { 52 - "@algolia/autocomplete-plugin-algolia-insights": "1.17.9", 53 - "@algolia/autocomplete-shared": "1.17.9" 53 + "@algolia/client-common": "5.50.1", 54 + "@algolia/requester-browser-xhr": "5.50.1", 55 + "@algolia/requester-fetch": "5.50.1", 56 + "@algolia/requester-node-http": "5.50.1" 57 + }, 58 + "engines": { 59 + "node": ">= 14.0.0" 54 60 } 55 61 }, 56 - "node_modules/@algolia/autocomplete-plugin-algolia-insights": { 57 - "version": "1.17.9", 58 - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.17.9.tgz", 59 - "integrity": "sha512-u1fEHkCbWF92DBeB/KHeMacsjsoI0wFhjZtlCq2ddZbAehshbZST6Hs0Avkc0s+4UyBGbMDnSuXHLuvRWK5iDQ==", 62 + "node_modules/@algolia/autocomplete-core": { 63 + "version": "1.19.2", 64 + "resolved": "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.19.2.tgz", 65 + "integrity": "sha512-mKv7RyuAzXvwmq+0XRK8HqZXt9iZ5Kkm2huLjgn5JoCPtDy+oh9yxUMfDDaVCw0oyzZ1isdJBc7l9nuCyyR7Nw==", 60 66 "license": "MIT", 61 67 "dependencies": { 62 - "@algolia/autocomplete-shared": "1.17.9" 63 - }, 64 - "peerDependencies": { 65 - "search-insights": ">= 1 < 3" 68 + "@algolia/autocomplete-plugin-algolia-insights": "1.19.2", 69 + "@algolia/autocomplete-shared": "1.19.2" 66 70 } 67 71 }, 68 - "node_modules/@algolia/autocomplete-preset-algolia": { 69 - "version": "1.17.9", 70 - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.17.9.tgz", 71 - "integrity": "sha512-Na1OuceSJeg8j7ZWn5ssMu/Ax3amtOwk76u4h5J4eK2Nx2KB5qt0Z4cOapCsxot9VcEN11ADV5aUSlQF4RhGjQ==", 72 + "node_modules/@algolia/autocomplete-plugin-algolia-insights": { 73 + "version": "1.19.2", 74 + "resolved": "https://registry.npmjs.org/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.19.2.tgz", 75 + "integrity": "sha512-TjxbcC/r4vwmnZaPwrHtkXNeqvlpdyR+oR9Wi2XyfORkiGkLTVhX2j+O9SaCCINbKoDfc+c2PB8NjfOnz7+oKg==", 72 76 "license": "MIT", 73 77 "dependencies": { 74 - "@algolia/autocomplete-shared": "1.17.9" 78 + "@algolia/autocomplete-shared": "1.19.2" 75 79 }, 76 80 "peerDependencies": { 77 - "@algolia/client-search": ">= 4.9.1 < 6", 78 - "algoliasearch": ">= 4.9.1 < 6" 81 + "search-insights": ">= 1 < 3" 79 82 } 80 83 }, 81 84 "node_modules/@algolia/autocomplete-shared": { 82 - "version": "1.17.9", 83 - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-shared/-/autocomplete-shared-1.17.9.tgz", 84 - "integrity": "sha512-iDf05JDQ7I0b7JEA/9IektxN/80a2MZ1ToohfmNS3rfeuQnIKI3IJlIafD0xu4StbtQTghx9T3Maa97ytkXenQ==", 85 + "version": "1.19.2", 86 + "resolved": "https://registry.npmjs.org/@algolia/autocomplete-shared/-/autocomplete-shared-1.19.2.tgz", 87 + "integrity": "sha512-jEazxZTVD2nLrC+wYlVHQgpBoBB5KPStrJxLzsIFl6Kqd1AlG9sIAGl39V5tECLpIQzB3Qa2T6ZPJ1ChkwMK/w==", 85 88 "license": "MIT", 86 89 "peerDependencies": { 87 90 "@algolia/client-search": ">= 4.9.1 < 6", ··· 89 92 } 90 93 }, 91 94 "node_modules/@algolia/client-abtesting": { 92 - "version": "5.32.0", 93 - "resolved": "https://registry.npmjs.org/@algolia/client-abtesting/-/client-abtesting-5.32.0.tgz", 94 - "integrity": "sha512-HG/6Eib6DnJYm/B2ijWFXr4txca/YOuA4K7AsEU0JBrOZSB+RU7oeDyNBPi3c0v0UDDqlkBqM3vBU/auwZlglA==", 95 + "version": "5.50.1", 96 + "resolved": "https://registry.npmjs.org/@algolia/client-abtesting/-/client-abtesting-5.50.1.tgz", 97 + "integrity": "sha512-4peZlPXMwTOey9q1rQKMdCnwZb/E95/1e+7KujXpLLSh0FawJzg//U2NM+r4AiJy4+naT2MTBhj0K30yshnVTA==", 95 98 "license": "MIT", 96 99 "dependencies": { 97 - "@algolia/client-common": "5.32.0", 98 - "@algolia/requester-browser-xhr": "5.32.0", 99 - "@algolia/requester-fetch": "5.32.0", 100 - "@algolia/requester-node-http": "5.32.0" 100 + "@algolia/client-common": "5.50.1", 101 + "@algolia/requester-browser-xhr": "5.50.1", 102 + "@algolia/requester-fetch": "5.50.1", 103 + "@algolia/requester-node-http": "5.50.1" 101 104 }, 102 105 "engines": { 103 106 "node": ">= 14.0.0" 104 107 } 105 108 }, 106 109 "node_modules/@algolia/client-analytics": { 107 - "version": "5.32.0", 108 - "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-5.32.0.tgz", 109 - "integrity": "sha512-8Y9MLU72WFQOW3HArYv16+Wvm6eGmsqbxxM1qxtm0hvSASJbxCm+zQAZe5stqysTlcWo4BJ82KEH1PfgHbJAmQ==", 110 + "version": "5.50.1", 111 + "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-5.50.1.tgz", 112 + "integrity": "sha512-i+aWHHG8NZvGFHtPeMZkxL2Loc6Fm7iaRo15lYSMx8gFL+at9vgdWxhka7mD1fqxkrxXsQstUBCIsSY8FvkEOw==", 110 113 "license": "MIT", 111 114 "dependencies": { 112 - "@algolia/client-common": "5.32.0", 113 - "@algolia/requester-browser-xhr": "5.32.0", 114 - "@algolia/requester-fetch": "5.32.0", 115 - "@algolia/requester-node-http": "5.32.0" 115 + "@algolia/client-common": "5.50.1", 116 + "@algolia/requester-browser-xhr": "5.50.1", 117 + "@algolia/requester-fetch": "5.50.1", 118 + "@algolia/requester-node-http": "5.50.1" 116 119 }, 117 120 "engines": { 118 121 "node": ">= 14.0.0" 119 122 } 120 123 }, 121 124 "node_modules/@algolia/client-common": { 122 - "version": "5.32.0", 123 - "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.32.0.tgz", 124 - "integrity": "sha512-w8L+rgyXMCPBKmEdOT+RfgMrF0mT6HK60vPYWLz8DBs/P7yFdGo7urn99XCJvVLMSKXrIbZ2FMZ/i50nZTXnuQ==", 125 + "version": "5.50.1", 126 + "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.50.1.tgz", 127 + "integrity": "sha512-Hw52Fwapyk/7hMSV/fI4+s3H9MGZEUcRh4VphyXLAk2oLYdndVUkc6KBi0zwHSzwPAr+ZBwFPe2x6naUt9mZGw==", 125 128 "license": "MIT", 126 129 "engines": { 127 130 "node": ">= 14.0.0" 128 131 } 129 132 }, 130 133 "node_modules/@algolia/client-insights": { 131 - "version": "5.32.0", 132 - "resolved": "https://registry.npmjs.org/@algolia/client-insights/-/client-insights-5.32.0.tgz", 133 - "integrity": "sha512-AdWfynhUeX7jz/LTiFU3wwzJembTbdLkQIOLs4n7PyBuxZ3jz4azV1CWbIP8AjUOFmul6uXbmYza+KqyS5CzOA==", 134 + "version": "5.50.1", 135 + "resolved": "https://registry.npmjs.org/@algolia/client-insights/-/client-insights-5.50.1.tgz", 136 + "integrity": "sha512-Bn/wtwhJ7p1OD/6pY+Zzn+zlu2N/SJnH46md/PAbvqIzmjVuwjNwD4y0vV5Ov8naeukXdd7UU9v550+v8+mtlg==", 134 137 "license": "MIT", 135 138 "dependencies": { 136 - "@algolia/client-common": "5.32.0", 137 - "@algolia/requester-browser-xhr": "5.32.0", 138 - "@algolia/requester-fetch": "5.32.0", 139 - "@algolia/requester-node-http": "5.32.0" 139 + "@algolia/client-common": "5.50.1", 140 + "@algolia/requester-browser-xhr": "5.50.1", 141 + "@algolia/requester-fetch": "5.50.1", 142 + "@algolia/requester-node-http": "5.50.1" 140 143 }, 141 144 "engines": { 142 145 "node": ">= 14.0.0" 143 146 } 144 147 }, 145 148 "node_modules/@algolia/client-personalization": { 146 - "version": "5.32.0", 147 - "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-5.32.0.tgz", 148 - "integrity": "sha512-bTupJY4xzGZYI4cEQcPlSjjIEzMvv80h7zXGrXY1Y0KC/n/SLiMv84v7Uy+B6AG1Kiy9FQm2ADChBLo1uEhGtQ==", 149 + "version": "5.50.1", 150 + "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-5.50.1.tgz", 151 + "integrity": "sha512-0V4Tu0RWR8YxkgI9EPVOZHGE4K5pEIhkLNN0CTkP/rnPsqaaSQpNMYW3/mGWdiKOWbX0iVmwLB9QESk3H0jS5g==", 149 152 "license": "MIT", 150 153 "dependencies": { 151 - "@algolia/client-common": "5.32.0", 152 - "@algolia/requester-browser-xhr": "5.32.0", 153 - "@algolia/requester-fetch": "5.32.0", 154 - "@algolia/requester-node-http": "5.32.0" 154 + "@algolia/client-common": "5.50.1", 155 + "@algolia/requester-browser-xhr": "5.50.1", 156 + "@algolia/requester-fetch": "5.50.1", 157 + "@algolia/requester-node-http": "5.50.1" 155 158 }, 156 159 "engines": { 157 160 "node": ">= 14.0.0" 158 161 } 159 162 }, 160 163 "node_modules/@algolia/client-query-suggestions": { 161 - "version": "5.32.0", 162 - "resolved": "https://registry.npmjs.org/@algolia/client-query-suggestions/-/client-query-suggestions-5.32.0.tgz", 163 - "integrity": "sha512-if+YTJw1G3nDKL2omSBjQltCHUQzbaHADkcPQrGFnIGhVyHU3Dzq4g46uEv8mrL5sxL8FjiS9LvekeUlL2NRqw==", 164 + "version": "5.50.1", 165 + "resolved": "https://registry.npmjs.org/@algolia/client-query-suggestions/-/client-query-suggestions-5.50.1.tgz", 166 + "integrity": "sha512-jofcWNYMXJDDr87Z2eivlWY6o71Zn7F7aOvQCXSDAo9QTlyf7BhXEsZymLUvF0O1yU9Q9wvrjAWn8uVHYnAvgw==", 164 167 "license": "MIT", 165 168 "dependencies": { 166 - "@algolia/client-common": "5.32.0", 167 - "@algolia/requester-browser-xhr": "5.32.0", 168 - "@algolia/requester-fetch": "5.32.0", 169 - "@algolia/requester-node-http": "5.32.0" 169 + "@algolia/client-common": "5.50.1", 170 + "@algolia/requester-browser-xhr": "5.50.1", 171 + "@algolia/requester-fetch": "5.50.1", 172 + "@algolia/requester-node-http": "5.50.1" 170 173 }, 171 174 "engines": { 172 175 "node": ">= 14.0.0" 173 176 } 174 177 }, 175 178 "node_modules/@algolia/client-search": { 176 - "version": "5.32.0", 177 - "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.32.0.tgz", 178 - "integrity": "sha512-kmK5nVkKb4DSUgwbveMKe4X3xHdMsPsOVJeEzBvFJ+oS7CkBPmpfHAEq+CcmiPJs20YMv6yVtUT9yPWL5WgAhg==", 179 + "version": "5.50.1", 180 + "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.50.1.tgz", 181 + "integrity": "sha512-OteRb8WubcmEvU0YlMJwCXs3Q6xrdkb0v50/qZBJP1TF0CvujFZQM++9BjEkTER/Jr9wbPHvjSFKnbMta0b4dQ==", 179 182 "license": "MIT", 180 183 "dependencies": { 181 - "@algolia/client-common": "5.32.0", 182 - "@algolia/requester-browser-xhr": "5.32.0", 183 - "@algolia/requester-fetch": "5.32.0", 184 - "@algolia/requester-node-http": "5.32.0" 184 + "@algolia/client-common": "5.50.1", 185 + "@algolia/requester-browser-xhr": "5.50.1", 186 + "@algolia/requester-fetch": "5.50.1", 187 + "@algolia/requester-node-http": "5.50.1" 185 188 }, 186 189 "engines": { 187 190 "node": ">= 14.0.0" ··· 194 197 "license": "MIT" 195 198 }, 196 199 "node_modules/@algolia/ingestion": { 197 - "version": "1.32.0", 198 - "resolved": "https://registry.npmjs.org/@algolia/ingestion/-/ingestion-1.32.0.tgz", 199 - "integrity": "sha512-PZTqjJbx+fmPuT2ud1n4vYDSF1yrT//vOGI9HNYKNA0PM0xGUBWigf5gRivHsXa3oBnUlTyHV9j7Kqx5BHbVHQ==", 200 + "version": "1.50.1", 201 + "resolved": "https://registry.npmjs.org/@algolia/ingestion/-/ingestion-1.50.1.tgz", 202 + "integrity": "sha512-0GmfSgDQK6oiIVXnJvGxtNFOfosBspRTR7csCOYCTL1P8QtxX2vDCIKwTM7xdSAEbJaZ43QlWg25q0Qdsndz8Q==", 200 203 "license": "MIT", 201 204 "dependencies": { 202 - "@algolia/client-common": "5.32.0", 203 - "@algolia/requester-browser-xhr": "5.32.0", 204 - "@algolia/requester-fetch": "5.32.0", 205 - "@algolia/requester-node-http": "5.32.0" 205 + "@algolia/client-common": "5.50.1", 206 + "@algolia/requester-browser-xhr": "5.50.1", 207 + "@algolia/requester-fetch": "5.50.1", 208 + "@algolia/requester-node-http": "5.50.1" 206 209 }, 207 210 "engines": { 208 211 "node": ">= 14.0.0" 209 212 } 210 213 }, 211 214 "node_modules/@algolia/monitoring": { 212 - "version": "1.32.0", 213 - "resolved": "https://registry.npmjs.org/@algolia/monitoring/-/monitoring-1.32.0.tgz", 214 - "integrity": "sha512-kYYoOGjvNQAmHDS1v5sBj+0uEL9RzYqH/TAdq8wmcV+/22weKt/fjh+6LfiqkS1SCZFYYrwGnirrUhUM36lBIQ==", 215 + "version": "1.50.1", 216 + "resolved": "https://registry.npmjs.org/@algolia/monitoring/-/monitoring-1.50.1.tgz", 217 + "integrity": "sha512-ySuigKEe4YjYV3si8NVk9BHQpFj/1B+ON7DhhvTvbrZJseHQQloxzq0yHwKmznSdlO6C956fx4pcfOKkZClsyg==", 215 218 "license": "MIT", 216 219 "dependencies": { 217 - "@algolia/client-common": "5.32.0", 218 - "@algolia/requester-browser-xhr": "5.32.0", 219 - "@algolia/requester-fetch": "5.32.0", 220 - "@algolia/requester-node-http": "5.32.0" 220 + "@algolia/client-common": "5.50.1", 221 + "@algolia/requester-browser-xhr": "5.50.1", 222 + "@algolia/requester-fetch": "5.50.1", 223 + "@algolia/requester-node-http": "5.50.1" 221 224 }, 222 225 "engines": { 223 226 "node": ">= 14.0.0" 224 227 } 225 228 }, 226 229 "node_modules/@algolia/recommend": { 227 - "version": "5.32.0", 228 - "resolved": "https://registry.npmjs.org/@algolia/recommend/-/recommend-5.32.0.tgz", 229 - "integrity": "sha512-jyIBLdskjPAL7T1g57UMfUNx+PzvYbxKslwRUKBrBA6sNEsYCFdxJAtZSLUMmw6MC98RDt4ksmEl5zVMT5bsuw==", 230 + "version": "5.50.1", 231 + "resolved": "https://registry.npmjs.org/@algolia/recommend/-/recommend-5.50.1.tgz", 232 + "integrity": "sha512-Cp8T/B0gVmjFlzzp6eP47hwKh5FGyeqQp1N48/ANDdvdiQkPqLyFHQVDwLBH0LddfIPQE+yqmZIgmKc82haF4A==", 230 233 "license": "MIT", 231 234 "dependencies": { 232 - "@algolia/client-common": "5.32.0", 233 - "@algolia/requester-browser-xhr": "5.32.0", 234 - "@algolia/requester-fetch": "5.32.0", 235 - "@algolia/requester-node-http": "5.32.0" 235 + "@algolia/client-common": "5.50.1", 236 + "@algolia/requester-browser-xhr": "5.50.1", 237 + "@algolia/requester-fetch": "5.50.1", 238 + "@algolia/requester-node-http": "5.50.1" 236 239 }, 237 240 "engines": { 238 241 "node": ">= 14.0.0" 239 242 } 240 243 }, 241 244 "node_modules/@algolia/requester-browser-xhr": { 242 - "version": "5.32.0", 243 - "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.32.0.tgz", 244 - "integrity": "sha512-eDp14z92Gt6JlFgiexImcWWH+Lk07s/FtxcoDaGrE4UVBgpwqOO6AfQM6dXh1pvHxlDFbMJihHc/vj3gBhPjqQ==", 245 + "version": "5.50.1", 246 + "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.50.1.tgz", 247 + "integrity": "sha512-XKdGGLikfrlK66ZSXh/vWcXZZ8Vg3byDFbJD8pwEvN1FoBRGxhxya476IY2ohoTymLa4qB5LBRlIa+2TLHx3Uw==", 245 248 "license": "MIT", 246 249 "dependencies": { 247 - "@algolia/client-common": "5.32.0" 250 + "@algolia/client-common": "5.50.1" 248 251 }, 249 252 "engines": { 250 253 "node": ">= 14.0.0" 251 254 } 252 255 }, 253 256 "node_modules/@algolia/requester-fetch": { 254 - "version": "5.32.0", 255 - "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.32.0.tgz", 256 - "integrity": "sha512-rnWVglh/K75hnaLbwSc2t7gCkbq1ldbPgeIKDUiEJxZ4mlguFgcltWjzpDQ/t1LQgxk9HdIFcQfM17Hid3aQ6Q==", 257 + "version": "5.50.1", 258 + "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.50.1.tgz", 259 + "integrity": "sha512-mBAU6WyVsDwhHyGM+nodt1/oebHxgvuLlOAoMGbj/1i6LygDHZWDgL1t5JEs37x9Aywv7ZGhqbM1GsfZ54sU6g==", 257 260 "license": "MIT", 258 261 "dependencies": { 259 - "@algolia/client-common": "5.32.0" 262 + "@algolia/client-common": "5.50.1" 260 263 }, 261 264 "engines": { 262 265 "node": ">= 14.0.0" 263 266 } 264 267 }, 265 268 "node_modules/@algolia/requester-node-http": { 266 - "version": "5.32.0", 267 - "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.32.0.tgz", 268 - "integrity": "sha512-LbzQ04+VLkzXY4LuOzgyjqEv/46Gwrk55PldaglMJ4i4eDXSRXGKkwJpXFwsoU+c1HMQlHIyjJBhrfsfdyRmyQ==", 269 + "version": "5.50.1", 270 + "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.50.1.tgz", 271 + "integrity": "sha512-qmo1LXrNKLHvJE6mdQbLnsZAoZvj7VyF2ft4xmbSGWI2WWm87fx/CjUX4kEExt4y0a6T6nEts6ofpUfH5TEE1A==", 269 272 "license": "MIT", 270 273 "dependencies": { 271 - "@algolia/client-common": "5.32.0" 274 + "@algolia/client-common": "5.50.1" 272 275 }, 273 276 "engines": { 274 277 "node": ">= 14.0.0" ··· 288 291 } 289 292 }, 290 293 "node_modules/@babel/code-frame": { 291 - "version": "7.27.1", 292 - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz", 293 - "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==", 294 + "version": "7.29.0", 295 + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz", 296 + "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==", 294 297 "license": "MIT", 295 298 "dependencies": { 296 - "@babel/helper-validator-identifier": "^7.27.1", 299 + "@babel/helper-validator-identifier": "^7.28.5", 297 300 "js-tokens": "^4.0.0", 298 301 "picocolors": "^1.1.1" 299 302 }, ··· 302 305 } 303 306 }, 304 307 "node_modules/@babel/compat-data": { 305 - "version": "7.28.0", 306 - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.0.tgz", 307 - "integrity": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==", 308 + "version": "7.29.0", 309 + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz", 310 + "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==", 308 311 "license": "MIT", 309 312 "engines": { 310 313 "node": ">=6.9.0" ··· 350 353 } 351 354 }, 352 355 "node_modules/@babel/generator": { 353 - "version": "7.28.0", 354 - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.0.tgz", 355 - "integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==", 356 + "version": "7.29.1", 357 + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz", 358 + "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==", 356 359 "license": "MIT", 357 360 "dependencies": { 358 - "@babel/parser": "^7.28.0", 359 - "@babel/types": "^7.28.0", 361 + "@babel/parser": "^7.29.0", 362 + "@babel/types": "^7.29.0", 360 363 "@jridgewell/gen-mapping": "^0.3.12", 361 364 "@jridgewell/trace-mapping": "^0.3.28", 362 365 "jsesc": "^3.0.2" ··· 378 381 } 379 382 }, 380 383 "node_modules/@babel/helper-compilation-targets": { 381 - "version": "7.27.2", 382 - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz", 383 - "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==", 384 + "version": "7.28.6", 385 + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz", 386 + "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==", 384 387 "license": "MIT", 385 388 "dependencies": { 386 - "@babel/compat-data": "^7.27.2", 389 + "@babel/compat-data": "^7.28.6", 387 390 "@babel/helper-validator-option": "^7.27.1", 388 391 "browserslist": "^4.24.0", 389 392 "lru-cache": "^5.1.1", ··· 403 406 } 404 407 }, 405 408 "node_modules/@babel/helper-create-class-features-plugin": { 406 - "version": "7.27.1", 407 - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz", 408 - "integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==", 409 + "version": "7.28.6", 410 + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz", 411 + "integrity": "sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==", 409 412 "license": "MIT", 410 413 "dependencies": { 411 - "@babel/helper-annotate-as-pure": "^7.27.1", 412 - "@babel/helper-member-expression-to-functions": "^7.27.1", 414 + "@babel/helper-annotate-as-pure": "^7.27.3", 415 + "@babel/helper-member-expression-to-functions": "^7.28.5", 413 416 "@babel/helper-optimise-call-expression": "^7.27.1", 414 - "@babel/helper-replace-supers": "^7.27.1", 417 + "@babel/helper-replace-supers": "^7.28.6", 415 418 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", 416 - "@babel/traverse": "^7.27.1", 419 + "@babel/traverse": "^7.28.6", 417 420 "semver": "^6.3.1" 418 421 }, 419 422 "engines": { ··· 433 436 } 434 437 }, 435 438 "node_modules/@babel/helper-create-regexp-features-plugin": { 436 - "version": "7.27.1", 437 - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz", 438 - "integrity": "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==", 439 + "version": "7.28.5", 440 + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz", 441 + "integrity": "sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==", 439 442 "license": "MIT", 440 443 "dependencies": { 441 - "@babel/helper-annotate-as-pure": "^7.27.1", 442 - "regexpu-core": "^6.2.0", 444 + "@babel/helper-annotate-as-pure": "^7.27.3", 445 + "regexpu-core": "^6.3.1", 443 446 "semver": "^6.3.1" 444 447 }, 445 448 "engines": { ··· 459 462 } 460 463 }, 461 464 "node_modules/@babel/helper-define-polyfill-provider": { 462 - "version": "0.6.5", 463 - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz", 464 - "integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==", 465 + "version": "0.6.8", 466 + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.8.tgz", 467 + "integrity": "sha512-47UwBLPpQi1NoWzLuHNjRoHlYXMwIJoBf7MFou6viC/sIHWYygpvr0B6IAyh5sBdA2nr2LPIRww8lfaUVQINBA==", 465 468 "license": "MIT", 466 469 "dependencies": { 467 - "@babel/helper-compilation-targets": "^7.27.2", 468 - "@babel/helper-plugin-utils": "^7.27.1", 469 - "debug": "^4.4.1", 470 + "@babel/helper-compilation-targets": "^7.28.6", 471 + "@babel/helper-plugin-utils": "^7.28.6", 472 + "debug": "^4.4.3", 470 473 "lodash.debounce": "^4.0.8", 471 - "resolve": "^1.22.10" 474 + "resolve": "^1.22.11" 472 475 }, 473 476 "peerDependencies": { 474 477 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" ··· 484 487 } 485 488 }, 486 489 "node_modules/@babel/helper-member-expression-to-functions": { 487 - "version": "7.27.1", 488 - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz", 489 - "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==", 490 + "version": "7.28.5", 491 + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz", 492 + "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==", 490 493 "license": "MIT", 491 494 "dependencies": { 492 - "@babel/traverse": "^7.27.1", 493 - "@babel/types": "^7.27.1" 495 + "@babel/traverse": "^7.28.5", 496 + "@babel/types": "^7.28.5" 494 497 }, 495 498 "engines": { 496 499 "node": ">=6.9.0" 497 500 } 498 501 }, 499 502 "node_modules/@babel/helper-module-imports": { 500 - "version": "7.27.1", 501 - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz", 502 - "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==", 503 + "version": "7.28.6", 504 + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz", 505 + "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==", 503 506 "license": "MIT", 504 507 "dependencies": { 505 - "@babel/traverse": "^7.27.1", 506 - "@babel/types": "^7.27.1" 508 + "@babel/traverse": "^7.28.6", 509 + "@babel/types": "^7.28.6" 507 510 }, 508 511 "engines": { 509 512 "node": ">=6.9.0" 510 513 } 511 514 }, 512 515 "node_modules/@babel/helper-module-transforms": { 513 - "version": "7.27.3", 514 - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz", 515 - "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==", 516 + "version": "7.28.6", 517 + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz", 518 + "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==", 516 519 "license": "MIT", 517 520 "dependencies": { 518 - "@babel/helper-module-imports": "^7.27.1", 519 - "@babel/helper-validator-identifier": "^7.27.1", 520 - "@babel/traverse": "^7.27.3" 521 + "@babel/helper-module-imports": "^7.28.6", 522 + "@babel/helper-validator-identifier": "^7.28.5", 523 + "@babel/traverse": "^7.28.6" 521 524 }, 522 525 "engines": { 523 526 "node": ">=6.9.0" ··· 539 542 } 540 543 }, 541 544 "node_modules/@babel/helper-plugin-utils": { 542 - "version": "7.27.1", 543 - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz", 544 - "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==", 545 + "version": "7.28.6", 546 + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz", 547 + "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==", 545 548 "license": "MIT", 546 549 "engines": { 547 550 "node": ">=6.9.0" ··· 565 568 } 566 569 }, 567 570 "node_modules/@babel/helper-replace-supers": { 568 - "version": "7.27.1", 569 - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz", 570 - "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==", 571 + "version": "7.28.6", 572 + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz", 573 + "integrity": "sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==", 571 574 "license": "MIT", 572 575 "dependencies": { 573 - "@babel/helper-member-expression-to-functions": "^7.27.1", 576 + "@babel/helper-member-expression-to-functions": "^7.28.5", 574 577 "@babel/helper-optimise-call-expression": "^7.27.1", 575 - "@babel/traverse": "^7.27.1" 578 + "@babel/traverse": "^7.28.6" 576 579 }, 577 580 "engines": { 578 581 "node": ">=6.9.0" ··· 604 607 } 605 608 }, 606 609 "node_modules/@babel/helper-validator-identifier": { 607 - "version": "7.27.1", 608 - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz", 609 - "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==", 610 + "version": "7.28.5", 611 + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", 612 + "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", 610 613 "license": "MIT", 611 614 "engines": { 612 615 "node": ">=6.9.0" ··· 622 625 } 623 626 }, 624 627 "node_modules/@babel/helper-wrap-function": { 625 - "version": "7.27.1", 626 - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz", 627 - "integrity": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==", 628 + "version": "7.28.6", 629 + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.6.tgz", 630 + "integrity": "sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ==", 628 631 "license": "MIT", 629 632 "dependencies": { 630 - "@babel/template": "^7.27.1", 631 - "@babel/traverse": "^7.27.1", 632 - "@babel/types": "^7.27.1" 633 + "@babel/template": "^7.28.6", 634 + "@babel/traverse": "^7.28.6", 635 + "@babel/types": "^7.28.6" 633 636 }, 634 637 "engines": { 635 638 "node": ">=6.9.0" ··· 649 652 } 650 653 }, 651 654 "node_modules/@babel/parser": { 652 - "version": "7.28.0", 653 - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz", 654 - "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==", 655 + "version": "7.29.2", 656 + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz", 657 + "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==", 655 658 "license": "MIT", 656 659 "dependencies": { 657 - "@babel/types": "^7.28.0" 660 + "@babel/types": "^7.29.0" 658 661 }, 659 662 "bin": { 660 663 "parser": "bin/babel-parser.js" ··· 664 667 } 665 668 }, 666 669 "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { 667 - "version": "7.27.1", 668 - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz", 669 - "integrity": "sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==", 670 + "version": "7.28.5", 671 + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz", 672 + "integrity": "sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==", 670 673 "license": "MIT", 671 674 "dependencies": { 672 675 "@babel/helper-plugin-utils": "^7.27.1", 673 - "@babel/traverse": "^7.27.1" 676 + "@babel/traverse": "^7.28.5" 674 677 }, 675 678 "engines": { 676 679 "node": ">=6.9.0" ··· 727 730 } 728 731 }, 729 732 "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { 730 - "version": "7.27.1", 731 - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.27.1.tgz", 732 - "integrity": "sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==", 733 + "version": "7.28.6", 734 + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.6.tgz", 735 + "integrity": "sha512-a0aBScVTlNaiUe35UtfxAN7A/tehvvG4/ByO6+46VPKTRSlfnAFsgKy0FUh+qAkQrDTmhDkT+IBOKlOoMUxQ0g==", 733 736 "license": "MIT", 734 737 "dependencies": { 735 - "@babel/helper-plugin-utils": "^7.27.1", 736 - "@babel/traverse": "^7.27.1" 738 + "@babel/helper-plugin-utils": "^7.28.6", 739 + "@babel/traverse": "^7.28.6" 737 740 }, 738 741 "engines": { 739 742 "node": ">=6.9.0" ··· 767 770 } 768 771 }, 769 772 "node_modules/@babel/plugin-syntax-import-assertions": { 770 - "version": "7.27.1", 771 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz", 772 - "integrity": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==", 773 + "version": "7.28.6", 774 + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.28.6.tgz", 775 + "integrity": "sha512-pSJUpFHdx9z5nqTSirOCMtYVP2wFgoWhP0p3g8ONK/4IHhLIBd0B9NYqAvIUAhq+OkhO4VM1tENCt0cjlsNShw==", 773 776 "license": "MIT", 774 777 "dependencies": { 775 - "@babel/helper-plugin-utils": "^7.27.1" 778 + "@babel/helper-plugin-utils": "^7.28.6" 776 779 }, 777 780 "engines": { 778 781 "node": ">=6.9.0" ··· 782 785 } 783 786 }, 784 787 "node_modules/@babel/plugin-syntax-import-attributes": { 785 - "version": "7.27.1", 786 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz", 787 - "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==", 788 + "version": "7.28.6", 789 + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.28.6.tgz", 790 + "integrity": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==", 788 791 "license": "MIT", 789 792 "dependencies": { 790 - "@babel/helper-plugin-utils": "^7.27.1" 793 + "@babel/helper-plugin-utils": "^7.28.6" 791 794 }, 792 795 "engines": { 793 796 "node": ">=6.9.0" ··· 797 800 } 798 801 }, 799 802 "node_modules/@babel/plugin-syntax-jsx": { 800 - "version": "7.27.1", 801 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz", 802 - "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==", 803 + "version": "7.28.6", 804 + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz", 805 + "integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==", 803 806 "license": "MIT", 804 807 "dependencies": { 805 - "@babel/helper-plugin-utils": "^7.27.1" 808 + "@babel/helper-plugin-utils": "^7.28.6" 806 809 }, 807 810 "engines": { 808 811 "node": ">=6.9.0" ··· 812 815 } 813 816 }, 814 817 "node_modules/@babel/plugin-syntax-typescript": { 815 - "version": "7.27.1", 816 - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz", 817 - "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==", 818 + "version": "7.28.6", 819 + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz", 820 + "integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==", 818 821 "license": "MIT", 819 822 "dependencies": { 820 - "@babel/helper-plugin-utils": "^7.27.1" 823 + "@babel/helper-plugin-utils": "^7.28.6" 821 824 }, 822 825 "engines": { 823 826 "node": ">=6.9.0" ··· 858 861 } 859 862 }, 860 863 "node_modules/@babel/plugin-transform-async-generator-functions": { 861 - "version": "7.28.0", 862 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz", 863 - "integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==", 864 + "version": "7.29.0", 865 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.29.0.tgz", 866 + "integrity": "sha512-va0VdWro4zlBr2JsXC+ofCPB2iG12wPtVGTWFx2WLDOM3nYQZZIGP82qku2eW/JR83sD+k2k+CsNtyEbUqhU6w==", 864 867 "license": "MIT", 865 868 "dependencies": { 866 - "@babel/helper-plugin-utils": "^7.27.1", 869 + "@babel/helper-plugin-utils": "^7.28.6", 867 870 "@babel/helper-remap-async-to-generator": "^7.27.1", 868 - "@babel/traverse": "^7.28.0" 871 + "@babel/traverse": "^7.29.0" 869 872 }, 870 873 "engines": { 871 874 "node": ">=6.9.0" ··· 875 878 } 876 879 }, 877 880 "node_modules/@babel/plugin-transform-async-to-generator": { 878 - "version": "7.27.1", 879 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz", 880 - "integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==", 881 + "version": "7.28.6", 882 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.28.6.tgz", 883 + "integrity": "sha512-ilTRcmbuXjsMmcZ3HASTe4caH5Tpo93PkTxF9oG2VZsSWsahydmcEHhix9Ik122RcTnZnUzPbmux4wh1swfv7g==", 881 884 "license": "MIT", 882 885 "dependencies": { 883 - "@babel/helper-module-imports": "^7.27.1", 884 - "@babel/helper-plugin-utils": "^7.27.1", 886 + "@babel/helper-module-imports": "^7.28.6", 887 + "@babel/helper-plugin-utils": "^7.28.6", 885 888 "@babel/helper-remap-async-to-generator": "^7.27.1" 886 889 }, 887 890 "engines": { ··· 907 910 } 908 911 }, 909 912 "node_modules/@babel/plugin-transform-block-scoping": { 910 - "version": "7.28.0", 911 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz", 912 - "integrity": "sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==", 913 + "version": "7.28.6", 914 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.6.tgz", 915 + "integrity": "sha512-tt/7wOtBmwHPNMPu7ax4pdPz6shjFrmHDghvNC+FG9Qvj7D6mJcoRQIF5dy4njmxR941l6rgtvfSB2zX3VlUIw==", 913 916 "license": "MIT", 914 917 "dependencies": { 915 - "@babel/helper-plugin-utils": "^7.27.1" 918 + "@babel/helper-plugin-utils": "^7.28.6" 916 919 }, 917 920 "engines": { 918 921 "node": ">=6.9.0" ··· 922 925 } 923 926 }, 924 927 "node_modules/@babel/plugin-transform-class-properties": { 925 - "version": "7.27.1", 926 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz", 927 - "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==", 928 + "version": "7.28.6", 929 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.28.6.tgz", 930 + "integrity": "sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw==", 928 931 "license": "MIT", 929 932 "dependencies": { 930 - "@babel/helper-create-class-features-plugin": "^7.27.1", 931 - "@babel/helper-plugin-utils": "^7.27.1" 933 + "@babel/helper-create-class-features-plugin": "^7.28.6", 934 + "@babel/helper-plugin-utils": "^7.28.6" 932 935 }, 933 936 "engines": { 934 937 "node": ">=6.9.0" ··· 938 941 } 939 942 }, 940 943 "node_modules/@babel/plugin-transform-class-static-block": { 941 - "version": "7.27.1", 942 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz", 943 - "integrity": "sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==", 944 + "version": "7.28.6", 945 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.6.tgz", 946 + "integrity": "sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ==", 944 947 "license": "MIT", 945 948 "dependencies": { 946 - "@babel/helper-create-class-features-plugin": "^7.27.1", 947 - "@babel/helper-plugin-utils": "^7.27.1" 949 + "@babel/helper-create-class-features-plugin": "^7.28.6", 950 + "@babel/helper-plugin-utils": "^7.28.6" 948 951 }, 949 952 "engines": { 950 953 "node": ">=6.9.0" ··· 954 957 } 955 958 }, 956 959 "node_modules/@babel/plugin-transform-classes": { 957 - "version": "7.28.0", 958 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz", 959 - "integrity": "sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==", 960 + "version": "7.28.6", 961 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.6.tgz", 962 + "integrity": "sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q==", 960 963 "license": "MIT", 961 964 "dependencies": { 962 965 "@babel/helper-annotate-as-pure": "^7.27.3", 963 - "@babel/helper-compilation-targets": "^7.27.2", 966 + "@babel/helper-compilation-targets": "^7.28.6", 964 967 "@babel/helper-globals": "^7.28.0", 965 - "@babel/helper-plugin-utils": "^7.27.1", 966 - "@babel/helper-replace-supers": "^7.27.1", 967 - "@babel/traverse": "^7.28.0" 968 + "@babel/helper-plugin-utils": "^7.28.6", 969 + "@babel/helper-replace-supers": "^7.28.6", 970 + "@babel/traverse": "^7.28.6" 968 971 }, 969 972 "engines": { 970 973 "node": ">=6.9.0" ··· 974 977 } 975 978 }, 976 979 "node_modules/@babel/plugin-transform-computed-properties": { 977 - "version": "7.27.1", 978 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz", 979 - "integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==", 980 + "version": "7.28.6", 981 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.28.6.tgz", 982 + "integrity": "sha512-bcc3k0ijhHbc2lEfpFHgx7eYw9KNXqOerKWfzbxEHUGKnS3sz9C4CNL9OiFN1297bDNfUiSO7DaLzbvHQQQ1BQ==", 980 983 "license": "MIT", 981 984 "dependencies": { 982 - "@babel/helper-plugin-utils": "^7.27.1", 983 - "@babel/template": "^7.27.1" 985 + "@babel/helper-plugin-utils": "^7.28.6", 986 + "@babel/template": "^7.28.6" 984 987 }, 985 988 "engines": { 986 989 "node": ">=6.9.0" ··· 990 993 } 991 994 }, 992 995 "node_modules/@babel/plugin-transform-destructuring": { 993 - "version": "7.28.0", 994 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz", 995 - "integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==", 996 + "version": "7.28.5", 997 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz", 998 + "integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==", 996 999 "license": "MIT", 997 1000 "dependencies": { 998 1001 "@babel/helper-plugin-utils": "^7.27.1", 999 - "@babel/traverse": "^7.28.0" 1002 + "@babel/traverse": "^7.28.5" 1000 1003 }, 1001 1004 "engines": { 1002 1005 "node": ">=6.9.0" ··· 1006 1009 } 1007 1010 }, 1008 1011 "node_modules/@babel/plugin-transform-dotall-regex": { 1009 - "version": "7.27.1", 1010 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz", 1011 - "integrity": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==", 1012 + "version": "7.28.6", 1013 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.28.6.tgz", 1014 + "integrity": "sha512-SljjowuNKB7q5Oayv4FoPzeB74g3QgLt8IVJw9ADvWy3QnUb/01aw8I4AVv8wYnPvQz2GDDZ/g3GhcNyDBI4Bg==", 1012 1015 "license": "MIT", 1013 1016 "dependencies": { 1014 - "@babel/helper-create-regexp-features-plugin": "^7.27.1", 1015 - "@babel/helper-plugin-utils": "^7.27.1" 1017 + "@babel/helper-create-regexp-features-plugin": "^7.28.5", 1018 + "@babel/helper-plugin-utils": "^7.28.6" 1016 1019 }, 1017 1020 "engines": { 1018 1021 "node": ">=6.9.0" ··· 1037 1040 } 1038 1041 }, 1039 1042 "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { 1040 - "version": "7.27.1", 1041 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz", 1042 - "integrity": "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==", 1043 + "version": "7.29.0", 1044 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.29.0.tgz", 1045 + "integrity": "sha512-zBPcW2lFGxdiD8PUnPwJjag2J9otbcLQzvbiOzDxpYXyCuYX9agOwMPGn1prVH0a4qzhCKu24rlH4c1f7yA8rw==", 1043 1046 "license": "MIT", 1044 1047 "dependencies": { 1045 - "@babel/helper-create-regexp-features-plugin": "^7.27.1", 1046 - "@babel/helper-plugin-utils": "^7.27.1" 1048 + "@babel/helper-create-regexp-features-plugin": "^7.28.5", 1049 + "@babel/helper-plugin-utils": "^7.28.6" 1047 1050 }, 1048 1051 "engines": { 1049 1052 "node": ">=6.9.0" ··· 1068 1071 } 1069 1072 }, 1070 1073 "node_modules/@babel/plugin-transform-explicit-resource-management": { 1071 - "version": "7.28.0", 1072 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.0.tgz", 1073 - "integrity": "sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==", 1074 + "version": "7.28.6", 1075 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.6.tgz", 1076 + "integrity": "sha512-Iao5Konzx2b6g7EPqTy40UZbcdXE126tTxVFr/nAIj+WItNxjKSYTEw3RC+A2/ZetmdJsgueL1KhaMCQHkLPIg==", 1074 1077 "license": "MIT", 1075 1078 "dependencies": { 1076 - "@babel/helper-plugin-utils": "^7.27.1", 1077 - "@babel/plugin-transform-destructuring": "^7.28.0" 1079 + "@babel/helper-plugin-utils": "^7.28.6", 1080 + "@babel/plugin-transform-destructuring": "^7.28.5" 1078 1081 }, 1079 1082 "engines": { 1080 1083 "node": ">=6.9.0" ··· 1084 1087 } 1085 1088 }, 1086 1089 "node_modules/@babel/plugin-transform-exponentiation-operator": { 1087 - "version": "7.27.1", 1088 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz", 1089 - "integrity": "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==", 1090 + "version": "7.28.6", 1091 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.6.tgz", 1092 + "integrity": "sha512-WitabqiGjV/vJ0aPOLSFfNY1u9U3R7W36B03r5I2KoNix+a3sOhJ3pKFB3R5It9/UiK78NiO0KE9P21cMhlPkw==", 1090 1093 "license": "MIT", 1091 1094 "dependencies": { 1092 - "@babel/helper-plugin-utils": "^7.27.1" 1095 + "@babel/helper-plugin-utils": "^7.28.6" 1093 1096 }, 1094 1097 "engines": { 1095 1098 "node": ">=6.9.0" ··· 1147 1150 } 1148 1151 }, 1149 1152 "node_modules/@babel/plugin-transform-json-strings": { 1150 - "version": "7.27.1", 1151 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz", 1152 - "integrity": "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==", 1153 + "version": "7.28.6", 1154 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.28.6.tgz", 1155 + "integrity": "sha512-Nr+hEN+0geQkzhbdgQVPoqr47lZbm+5fCUmO70722xJZd0Mvb59+33QLImGj6F+DkK3xgDi1YVysP8whD6FQAw==", 1153 1156 "license": "MIT", 1154 1157 "dependencies": { 1155 - "@babel/helper-plugin-utils": "^7.27.1" 1158 + "@babel/helper-plugin-utils": "^7.28.6" 1156 1159 }, 1157 1160 "engines": { 1158 1161 "node": ">=6.9.0" ··· 1177 1180 } 1178 1181 }, 1179 1182 "node_modules/@babel/plugin-transform-logical-assignment-operators": { 1180 - "version": "7.27.1", 1181 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz", 1182 - "integrity": "sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==", 1183 + "version": "7.28.6", 1184 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.6.tgz", 1185 + "integrity": "sha512-+anKKair6gpi8VsM/95kmomGNMD0eLz1NQ8+Pfw5sAwWH9fGYXT50E55ZpV0pHUHWf6IUTWPM+f/7AAff+wr9A==", 1183 1186 "license": "MIT", 1184 1187 "dependencies": { 1185 - "@babel/helper-plugin-utils": "^7.27.1" 1188 + "@babel/helper-plugin-utils": "^7.28.6" 1186 1189 }, 1187 1190 "engines": { 1188 1191 "node": ">=6.9.0" ··· 1223 1226 } 1224 1227 }, 1225 1228 "node_modules/@babel/plugin-transform-modules-commonjs": { 1226 - "version": "7.27.1", 1227 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz", 1228 - "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==", 1229 + "version": "7.28.6", 1230 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.28.6.tgz", 1231 + "integrity": "sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA==", 1229 1232 "license": "MIT", 1230 1233 "dependencies": { 1231 - "@babel/helper-module-transforms": "^7.27.1", 1232 - "@babel/helper-plugin-utils": "^7.27.1" 1234 + "@babel/helper-module-transforms": "^7.28.6", 1235 + "@babel/helper-plugin-utils": "^7.28.6" 1233 1236 }, 1234 1237 "engines": { 1235 1238 "node": ">=6.9.0" ··· 1239 1242 } 1240 1243 }, 1241 1244 "node_modules/@babel/plugin-transform-modules-systemjs": { 1242 - "version": "7.27.1", 1243 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz", 1244 - "integrity": "sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==", 1245 + "version": "7.29.0", 1246 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.0.tgz", 1247 + "integrity": "sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==", 1245 1248 "license": "MIT", 1246 1249 "dependencies": { 1247 - "@babel/helper-module-transforms": "^7.27.1", 1248 - "@babel/helper-plugin-utils": "^7.27.1", 1249 - "@babel/helper-validator-identifier": "^7.27.1", 1250 - "@babel/traverse": "^7.27.1" 1250 + "@babel/helper-module-transforms": "^7.28.6", 1251 + "@babel/helper-plugin-utils": "^7.28.6", 1252 + "@babel/helper-validator-identifier": "^7.28.5", 1253 + "@babel/traverse": "^7.29.0" 1251 1254 }, 1252 1255 "engines": { 1253 1256 "node": ">=6.9.0" ··· 1273 1276 } 1274 1277 }, 1275 1278 "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { 1276 - "version": "7.27.1", 1277 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz", 1278 - "integrity": "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==", 1279 + "version": "7.29.0", 1280 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.29.0.tgz", 1281 + "integrity": "sha512-1CZQA5KNAD6ZYQLPw7oi5ewtDNxH/2vuCh+6SmvgDfhumForvs8a1o9n0UrEoBD8HU4djO2yWngTQlXl1NDVEQ==", 1279 1282 "license": "MIT", 1280 1283 "dependencies": { 1281 - "@babel/helper-create-regexp-features-plugin": "^7.27.1", 1282 - "@babel/helper-plugin-utils": "^7.27.1" 1284 + "@babel/helper-create-regexp-features-plugin": "^7.28.5", 1285 + "@babel/helper-plugin-utils": "^7.28.6" 1283 1286 }, 1284 1287 "engines": { 1285 1288 "node": ">=6.9.0" ··· 1304 1307 } 1305 1308 }, 1306 1309 "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { 1307 - "version": "7.27.1", 1308 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz", 1309 - "integrity": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==", 1310 + "version": "7.28.6", 1311 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.28.6.tgz", 1312 + "integrity": "sha512-3wKbRgmzYbw24mDJXT7N+ADXw8BC/imU9yo9c9X9NKaLF1fW+e5H1U5QjMUBe4Qo4Ox/o++IyUkl1sVCLgevKg==", 1310 1313 "license": "MIT", 1311 1314 "dependencies": { 1312 - "@babel/helper-plugin-utils": "^7.27.1" 1315 + "@babel/helper-plugin-utils": "^7.28.6" 1313 1316 }, 1314 1317 "engines": { 1315 1318 "node": ">=6.9.0" ··· 1319 1322 } 1320 1323 }, 1321 1324 "node_modules/@babel/plugin-transform-numeric-separator": { 1322 - "version": "7.27.1", 1323 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz", 1324 - "integrity": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==", 1325 + "version": "7.28.6", 1326 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.28.6.tgz", 1327 + "integrity": "sha512-SJR8hPynj8outz+SlStQSwvziMN4+Bq99it4tMIf5/Caq+3iOc0JtKyse8puvyXkk3eFRIA5ID/XfunGgO5i6w==", 1325 1328 "license": "MIT", 1326 1329 "dependencies": { 1327 - "@babel/helper-plugin-utils": "^7.27.1" 1330 + "@babel/helper-plugin-utils": "^7.28.6" 1328 1331 }, 1329 1332 "engines": { 1330 1333 "node": ">=6.9.0" ··· 1334 1337 } 1335 1338 }, 1336 1339 "node_modules/@babel/plugin-transform-object-rest-spread": { 1337 - "version": "7.28.0", 1338 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz", 1339 - "integrity": "sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==", 1340 + "version": "7.28.6", 1341 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.6.tgz", 1342 + "integrity": "sha512-5rh+JR4JBC4pGkXLAcYdLHZjXudVxWMXbB6u6+E9lRL5TrGVbHt1TjxGbZ8CkmYw9zjkB7jutzOROArsqtncEA==", 1340 1343 "license": "MIT", 1341 1344 "dependencies": { 1342 - "@babel/helper-compilation-targets": "^7.27.2", 1343 - "@babel/helper-plugin-utils": "^7.27.1", 1344 - "@babel/plugin-transform-destructuring": "^7.28.0", 1345 + "@babel/helper-compilation-targets": "^7.28.6", 1346 + "@babel/helper-plugin-utils": "^7.28.6", 1347 + "@babel/plugin-transform-destructuring": "^7.28.5", 1345 1348 "@babel/plugin-transform-parameters": "^7.27.7", 1346 - "@babel/traverse": "^7.28.0" 1349 + "@babel/traverse": "^7.28.6" 1347 1350 }, 1348 1351 "engines": { 1349 1352 "node": ">=6.9.0" ··· 1369 1372 } 1370 1373 }, 1371 1374 "node_modules/@babel/plugin-transform-optional-catch-binding": { 1372 - "version": "7.27.1", 1373 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz", 1374 - "integrity": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==", 1375 + "version": "7.28.6", 1376 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.28.6.tgz", 1377 + "integrity": "sha512-R8ja/Pyrv0OGAvAXQhSTmWyPJPml+0TMqXlO5w+AsMEiwb2fg3WkOvob7UxFSL3OIttFSGSRFKQsOhJ/X6HQdQ==", 1375 1378 "license": "MIT", 1376 1379 "dependencies": { 1377 - "@babel/helper-plugin-utils": "^7.27.1" 1380 + "@babel/helper-plugin-utils": "^7.28.6" 1378 1381 }, 1379 1382 "engines": { 1380 1383 "node": ">=6.9.0" ··· 1384 1387 } 1385 1388 }, 1386 1389 "node_modules/@babel/plugin-transform-optional-chaining": { 1387 - "version": "7.27.1", 1388 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz", 1389 - "integrity": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==", 1390 + "version": "7.28.6", 1391 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.6.tgz", 1392 + "integrity": "sha512-A4zobikRGJTsX9uqVFdafzGkqD30t26ck2LmOzAuLL8b2x6k3TIqRiT2xVvA9fNmFeTX484VpsdgmKNA0bS23w==", 1390 1393 "license": "MIT", 1391 1394 "dependencies": { 1392 - "@babel/helper-plugin-utils": "^7.27.1", 1395 + "@babel/helper-plugin-utils": "^7.28.6", 1393 1396 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" 1394 1397 }, 1395 1398 "engines": { ··· 1415 1418 } 1416 1419 }, 1417 1420 "node_modules/@babel/plugin-transform-private-methods": { 1418 - "version": "7.27.1", 1419 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz", 1420 - "integrity": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==", 1421 + "version": "7.28.6", 1422 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.28.6.tgz", 1423 + "integrity": "sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg==", 1421 1424 "license": "MIT", 1422 1425 "dependencies": { 1423 - "@babel/helper-create-class-features-plugin": "^7.27.1", 1424 - "@babel/helper-plugin-utils": "^7.27.1" 1426 + "@babel/helper-create-class-features-plugin": "^7.28.6", 1427 + "@babel/helper-plugin-utils": "^7.28.6" 1425 1428 }, 1426 1429 "engines": { 1427 1430 "node": ">=6.9.0" ··· 1431 1434 } 1432 1435 }, 1433 1436 "node_modules/@babel/plugin-transform-private-property-in-object": { 1434 - "version": "7.27.1", 1435 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz", 1436 - "integrity": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==", 1437 + "version": "7.28.6", 1438 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.28.6.tgz", 1439 + "integrity": "sha512-b97jvNSOb5+ehyQmBpmhOCiUC5oVK4PMnpRvO7+ymFBoqYjeDHIU9jnrNUuwHOiL9RpGDoKBpSViarV+BU+eVA==", 1437 1440 "license": "MIT", 1438 1441 "dependencies": { 1439 - "@babel/helper-annotate-as-pure": "^7.27.1", 1440 - "@babel/helper-create-class-features-plugin": "^7.27.1", 1441 - "@babel/helper-plugin-utils": "^7.27.1" 1442 + "@babel/helper-annotate-as-pure": "^7.27.3", 1443 + "@babel/helper-create-class-features-plugin": "^7.28.6", 1444 + "@babel/helper-plugin-utils": "^7.28.6" 1442 1445 }, 1443 1446 "engines": { 1444 1447 "node": ">=6.9.0" ··· 1493 1496 } 1494 1497 }, 1495 1498 "node_modules/@babel/plugin-transform-react-jsx": { 1496 - "version": "7.27.1", 1497 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.27.1.tgz", 1498 - "integrity": "sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==", 1499 + "version": "7.28.6", 1500 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.28.6.tgz", 1501 + "integrity": "sha512-61bxqhiRfAACulXSLd/GxqmAedUSrRZIu/cbaT18T1CetkTmtDN15it7i80ru4DVqRK1WMxQhXs+Lf9kajm5Ow==", 1499 1502 "license": "MIT", 1500 1503 "dependencies": { 1501 - "@babel/helper-annotate-as-pure": "^7.27.1", 1502 - "@babel/helper-module-imports": "^7.27.1", 1503 - "@babel/helper-plugin-utils": "^7.27.1", 1504 - "@babel/plugin-syntax-jsx": "^7.27.1", 1505 - "@babel/types": "^7.27.1" 1504 + "@babel/helper-annotate-as-pure": "^7.27.3", 1505 + "@babel/helper-module-imports": "^7.28.6", 1506 + "@babel/helper-plugin-utils": "^7.28.6", 1507 + "@babel/plugin-syntax-jsx": "^7.28.6", 1508 + "@babel/types": "^7.28.6" 1506 1509 }, 1507 1510 "engines": { 1508 1511 "node": ">=6.9.0" ··· 1543 1546 } 1544 1547 }, 1545 1548 "node_modules/@babel/plugin-transform-regenerator": { 1546 - "version": "7.28.0", 1547 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.0.tgz", 1548 - "integrity": "sha512-LOAozRVbqxEVjSKfhGnuLoE4Kz4Oc5UJzuvFUhSsQzdCdaAQu06mG8zDv2GFSerM62nImUZ7K92vxnQcLSDlCQ==", 1549 + "version": "7.29.0", 1550 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.29.0.tgz", 1551 + "integrity": "sha512-FijqlqMA7DmRdg/aINBSs04y8XNTYw/lr1gJ2WsmBnnaNw1iS43EPkJW+zK7z65auG3AWRFXWj+NcTQwYptUog==", 1549 1552 "license": "MIT", 1550 1553 "dependencies": { 1551 - "@babel/helper-plugin-utils": "^7.27.1" 1554 + "@babel/helper-plugin-utils": "^7.28.6" 1552 1555 }, 1553 1556 "engines": { 1554 1557 "node": ">=6.9.0" ··· 1558 1561 } 1559 1562 }, 1560 1563 "node_modules/@babel/plugin-transform-regexp-modifiers": { 1561 - "version": "7.27.1", 1562 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz", 1563 - "integrity": "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==", 1564 + "version": "7.28.6", 1565 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.28.6.tgz", 1566 + "integrity": "sha512-QGWAepm9qxpaIs7UM9FvUSnCGlb8Ua1RhyM4/veAxLwt3gMat/LSGrZixyuj4I6+Kn9iwvqCyPTtbdxanYoWYg==", 1564 1567 "license": "MIT", 1565 1568 "dependencies": { 1566 - "@babel/helper-create-regexp-features-plugin": "^7.27.1", 1567 - "@babel/helper-plugin-utils": "^7.27.1" 1569 + "@babel/helper-create-regexp-features-plugin": "^7.28.5", 1570 + "@babel/helper-plugin-utils": "^7.28.6" 1568 1571 }, 1569 1572 "engines": { 1570 1573 "node": ">=6.9.0" ··· 1589 1592 } 1590 1593 }, 1591 1594 "node_modules/@babel/plugin-transform-runtime": { 1592 - "version": "7.28.0", 1593 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.0.tgz", 1594 - "integrity": "sha512-dGopk9nZrtCs2+nfIem25UuHyt5moSJamArzIoh9/vezUQPmYDOzjaHDCkAzuGJibCIkPup8rMT2+wYB6S73cA==", 1595 + "version": "7.29.0", 1596 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.29.0.tgz", 1597 + "integrity": "sha512-jlaRT5dJtMaMCV6fAuLbsQMSwz/QkvaHOHOSXRitGGwSpR1blCY4KUKoyP2tYO8vJcqYe8cEj96cqSztv3uF9w==", 1595 1598 "license": "MIT", 1596 1599 "dependencies": { 1597 - "@babel/helper-module-imports": "^7.27.1", 1598 - "@babel/helper-plugin-utils": "^7.27.1", 1600 + "@babel/helper-module-imports": "^7.28.6", 1601 + "@babel/helper-plugin-utils": "^7.28.6", 1599 1602 "babel-plugin-polyfill-corejs2": "^0.4.14", 1600 1603 "babel-plugin-polyfill-corejs3": "^0.13.0", 1601 1604 "babel-plugin-polyfill-regenerator": "^0.6.5", ··· 1633 1636 } 1634 1637 }, 1635 1638 "node_modules/@babel/plugin-transform-spread": { 1636 - "version": "7.27.1", 1637 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz", 1638 - "integrity": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==", 1639 + "version": "7.28.6", 1640 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.28.6.tgz", 1641 + "integrity": "sha512-9U4QObUC0FtJl05AsUcodau/RWDytrU6uKgkxu09mLR9HLDAtUMoPuuskm5huQsoktmsYpI+bGmq+iapDcriKA==", 1639 1642 "license": "MIT", 1640 1643 "dependencies": { 1641 - "@babel/helper-plugin-utils": "^7.27.1", 1644 + "@babel/helper-plugin-utils": "^7.28.6", 1642 1645 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" 1643 1646 }, 1644 1647 "engines": { ··· 1694 1697 } 1695 1698 }, 1696 1699 "node_modules/@babel/plugin-transform-typescript": { 1697 - "version": "7.28.0", 1698 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz", 1699 - "integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==", 1700 + "version": "7.28.6", 1701 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.6.tgz", 1702 + "integrity": "sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==", 1700 1703 "license": "MIT", 1701 1704 "dependencies": { 1702 1705 "@babel/helper-annotate-as-pure": "^7.27.3", 1703 - "@babel/helper-create-class-features-plugin": "^7.27.1", 1704 - "@babel/helper-plugin-utils": "^7.27.1", 1706 + "@babel/helper-create-class-features-plugin": "^7.28.6", 1707 + "@babel/helper-plugin-utils": "^7.28.6", 1705 1708 "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", 1706 - "@babel/plugin-syntax-typescript": "^7.27.1" 1709 + "@babel/plugin-syntax-typescript": "^7.28.6" 1707 1710 }, 1708 1711 "engines": { 1709 1712 "node": ">=6.9.0" ··· 1728 1731 } 1729 1732 }, 1730 1733 "node_modules/@babel/plugin-transform-unicode-property-regex": { 1731 - "version": "7.27.1", 1732 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz", 1733 - "integrity": "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==", 1734 + "version": "7.28.6", 1735 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.28.6.tgz", 1736 + "integrity": "sha512-4Wlbdl/sIZjzi/8St0evF0gEZrgOswVO6aOzqxh1kDZOl9WmLrHq2HtGhnOJZmHZYKP8WZ1MDLCt5DAWwRo57A==", 1734 1737 "license": "MIT", 1735 1738 "dependencies": { 1736 - "@babel/helper-create-regexp-features-plugin": "^7.27.1", 1737 - "@babel/helper-plugin-utils": "^7.27.1" 1739 + "@babel/helper-create-regexp-features-plugin": "^7.28.5", 1740 + "@babel/helper-plugin-utils": "^7.28.6" 1738 1741 }, 1739 1742 "engines": { 1740 1743 "node": ">=6.9.0" ··· 1760 1763 } 1761 1764 }, 1762 1765 "node_modules/@babel/plugin-transform-unicode-sets-regex": { 1763 - "version": "7.27.1", 1764 - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz", 1765 - "integrity": "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==", 1766 + "version": "7.28.6", 1767 + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.28.6.tgz", 1768 + "integrity": "sha512-/wHc/paTUmsDYN7SZkpWxogTOBNnlx7nBQYfy6JJlCT7G3mVhltk3e++N7zV0XfgGsrqBxd4rJQt9H16I21Y1Q==", 1766 1769 "license": "MIT", 1767 1770 "dependencies": { 1768 - "@babel/helper-create-regexp-features-plugin": "^7.27.1", 1769 - "@babel/helper-plugin-utils": "^7.27.1" 1771 + "@babel/helper-create-regexp-features-plugin": "^7.28.5", 1772 + "@babel/helper-plugin-utils": "^7.28.6" 1770 1773 }, 1771 1774 "engines": { 1772 1775 "node": ">=6.9.0" ··· 1776 1779 } 1777 1780 }, 1778 1781 "node_modules/@babel/preset-env": { 1779 - "version": "7.28.0", 1780 - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.0.tgz", 1781 - "integrity": "sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==", 1782 + "version": "7.29.2", 1783 + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.29.2.tgz", 1784 + "integrity": "sha512-DYD23veRYGvBFhcTY1iUvJnDNpuqNd/BzBwCvzOTKUnJjKg5kpUBh3/u9585Agdkgj+QuygG7jLfOPWMa2KVNw==", 1782 1785 "license": "MIT", 1783 1786 "dependencies": { 1784 - "@babel/compat-data": "^7.28.0", 1785 - "@babel/helper-compilation-targets": "^7.27.2", 1786 - "@babel/helper-plugin-utils": "^7.27.1", 1787 + "@babel/compat-data": "^7.29.0", 1788 + "@babel/helper-compilation-targets": "^7.28.6", 1789 + "@babel/helper-plugin-utils": "^7.28.6", 1787 1790 "@babel/helper-validator-option": "^7.27.1", 1788 - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.27.1", 1791 + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.28.5", 1789 1792 "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1", 1790 1793 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1", 1791 1794 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1", 1792 - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.27.1", 1795 + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.28.6", 1793 1796 "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", 1794 - "@babel/plugin-syntax-import-assertions": "^7.27.1", 1795 - "@babel/plugin-syntax-import-attributes": "^7.27.1", 1797 + "@babel/plugin-syntax-import-assertions": "^7.28.6", 1798 + "@babel/plugin-syntax-import-attributes": "^7.28.6", 1796 1799 "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", 1797 1800 "@babel/plugin-transform-arrow-functions": "^7.27.1", 1798 - "@babel/plugin-transform-async-generator-functions": "^7.28.0", 1799 - "@babel/plugin-transform-async-to-generator": "^7.27.1", 1801 + "@babel/plugin-transform-async-generator-functions": "^7.29.0", 1802 + "@babel/plugin-transform-async-to-generator": "^7.28.6", 1800 1803 "@babel/plugin-transform-block-scoped-functions": "^7.27.1", 1801 - "@babel/plugin-transform-block-scoping": "^7.28.0", 1802 - "@babel/plugin-transform-class-properties": "^7.27.1", 1803 - "@babel/plugin-transform-class-static-block": "^7.27.1", 1804 - "@babel/plugin-transform-classes": "^7.28.0", 1805 - "@babel/plugin-transform-computed-properties": "^7.27.1", 1806 - "@babel/plugin-transform-destructuring": "^7.28.0", 1807 - "@babel/plugin-transform-dotall-regex": "^7.27.1", 1804 + "@babel/plugin-transform-block-scoping": "^7.28.6", 1805 + "@babel/plugin-transform-class-properties": "^7.28.6", 1806 + "@babel/plugin-transform-class-static-block": "^7.28.6", 1807 + "@babel/plugin-transform-classes": "^7.28.6", 1808 + "@babel/plugin-transform-computed-properties": "^7.28.6", 1809 + "@babel/plugin-transform-destructuring": "^7.28.5", 1810 + "@babel/plugin-transform-dotall-regex": "^7.28.6", 1808 1811 "@babel/plugin-transform-duplicate-keys": "^7.27.1", 1809 - "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1", 1812 + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.29.0", 1810 1813 "@babel/plugin-transform-dynamic-import": "^7.27.1", 1811 - "@babel/plugin-transform-explicit-resource-management": "^7.28.0", 1812 - "@babel/plugin-transform-exponentiation-operator": "^7.27.1", 1814 + "@babel/plugin-transform-explicit-resource-management": "^7.28.6", 1815 + "@babel/plugin-transform-exponentiation-operator": "^7.28.6", 1813 1816 "@babel/plugin-transform-export-namespace-from": "^7.27.1", 1814 1817 "@babel/plugin-transform-for-of": "^7.27.1", 1815 1818 "@babel/plugin-transform-function-name": "^7.27.1", 1816 - "@babel/plugin-transform-json-strings": "^7.27.1", 1819 + "@babel/plugin-transform-json-strings": "^7.28.6", 1817 1820 "@babel/plugin-transform-literals": "^7.27.1", 1818 - "@babel/plugin-transform-logical-assignment-operators": "^7.27.1", 1821 + "@babel/plugin-transform-logical-assignment-operators": "^7.28.6", 1819 1822 "@babel/plugin-transform-member-expression-literals": "^7.27.1", 1820 1823 "@babel/plugin-transform-modules-amd": "^7.27.1", 1821 - "@babel/plugin-transform-modules-commonjs": "^7.27.1", 1822 - "@babel/plugin-transform-modules-systemjs": "^7.27.1", 1824 + "@babel/plugin-transform-modules-commonjs": "^7.28.6", 1825 + "@babel/plugin-transform-modules-systemjs": "^7.29.0", 1823 1826 "@babel/plugin-transform-modules-umd": "^7.27.1", 1824 - "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1", 1827 + "@babel/plugin-transform-named-capturing-groups-regex": "^7.29.0", 1825 1828 "@babel/plugin-transform-new-target": "^7.27.1", 1826 - "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1", 1827 - "@babel/plugin-transform-numeric-separator": "^7.27.1", 1828 - "@babel/plugin-transform-object-rest-spread": "^7.28.0", 1829 + "@babel/plugin-transform-nullish-coalescing-operator": "^7.28.6", 1830 + "@babel/plugin-transform-numeric-separator": "^7.28.6", 1831 + "@babel/plugin-transform-object-rest-spread": "^7.28.6", 1829 1832 "@babel/plugin-transform-object-super": "^7.27.1", 1830 - "@babel/plugin-transform-optional-catch-binding": "^7.27.1", 1831 - "@babel/plugin-transform-optional-chaining": "^7.27.1", 1833 + "@babel/plugin-transform-optional-catch-binding": "^7.28.6", 1834 + "@babel/plugin-transform-optional-chaining": "^7.28.6", 1832 1835 "@babel/plugin-transform-parameters": "^7.27.7", 1833 - "@babel/plugin-transform-private-methods": "^7.27.1", 1834 - "@babel/plugin-transform-private-property-in-object": "^7.27.1", 1836 + "@babel/plugin-transform-private-methods": "^7.28.6", 1837 + "@babel/plugin-transform-private-property-in-object": "^7.28.6", 1835 1838 "@babel/plugin-transform-property-literals": "^7.27.1", 1836 - "@babel/plugin-transform-regenerator": "^7.28.0", 1837 - "@babel/plugin-transform-regexp-modifiers": "^7.27.1", 1839 + "@babel/plugin-transform-regenerator": "^7.29.0", 1840 + "@babel/plugin-transform-regexp-modifiers": "^7.28.6", 1838 1841 "@babel/plugin-transform-reserved-words": "^7.27.1", 1839 1842 "@babel/plugin-transform-shorthand-properties": "^7.27.1", 1840 - "@babel/plugin-transform-spread": "^7.27.1", 1843 + "@babel/plugin-transform-spread": "^7.28.6", 1841 1844 "@babel/plugin-transform-sticky-regex": "^7.27.1", 1842 1845 "@babel/plugin-transform-template-literals": "^7.27.1", 1843 1846 "@babel/plugin-transform-typeof-symbol": "^7.27.1", 1844 1847 "@babel/plugin-transform-unicode-escapes": "^7.27.1", 1845 - "@babel/plugin-transform-unicode-property-regex": "^7.27.1", 1848 + "@babel/plugin-transform-unicode-property-regex": "^7.28.6", 1846 1849 "@babel/plugin-transform-unicode-regex": "^7.27.1", 1847 - "@babel/plugin-transform-unicode-sets-regex": "^7.27.1", 1850 + "@babel/plugin-transform-unicode-sets-regex": "^7.28.6", 1848 1851 "@babel/preset-modules": "0.1.6-no-external-plugins", 1849 - "babel-plugin-polyfill-corejs2": "^0.4.14", 1850 - "babel-plugin-polyfill-corejs3": "^0.13.0", 1851 - "babel-plugin-polyfill-regenerator": "^0.6.5", 1852 - "core-js-compat": "^3.43.0", 1852 + "babel-plugin-polyfill-corejs2": "^0.4.15", 1853 + "babel-plugin-polyfill-corejs3": "^0.14.0", 1854 + "babel-plugin-polyfill-regenerator": "^0.6.6", 1855 + "core-js-compat": "^3.48.0", 1853 1856 "semver": "^6.3.1" 1854 1857 }, 1855 1858 "engines": { ··· 1859 1862 "@babel/core": "^7.0.0-0" 1860 1863 } 1861 1864 }, 1865 + "node_modules/@babel/preset-env/node_modules/babel-plugin-polyfill-corejs3": { 1866 + "version": "0.14.2", 1867 + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.14.2.tgz", 1868 + "integrity": "sha512-coWpDLJ410R781Npmn/SIBZEsAetR4xVi0SxLMXPaMO4lSf1MwnkGYMtkFxew0Dn8B3/CpbpYxN0JCgg8mn67g==", 1869 + "license": "MIT", 1870 + "dependencies": { 1871 + "@babel/helper-define-polyfill-provider": "^0.6.8", 1872 + "core-js-compat": "^3.48.0" 1873 + }, 1874 + "peerDependencies": { 1875 + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" 1876 + } 1877 + }, 1862 1878 "node_modules/@babel/preset-env/node_modules/semver": { 1863 1879 "version": "6.3.1", 1864 1880 "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", ··· 1883 1899 } 1884 1900 }, 1885 1901 "node_modules/@babel/preset-react": { 1886 - "version": "7.27.1", 1887 - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.27.1.tgz", 1888 - "integrity": "sha512-oJHWh2gLhU9dW9HHr42q0cI0/iHHXTLGe39qvpAZZzagHy0MzYLCnCVV0symeRvzmjHyVU7mw2K06E6u/JwbhA==", 1902 + "version": "7.28.5", 1903 + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.28.5.tgz", 1904 + "integrity": "sha512-Z3J8vhRq7CeLjdC58jLv4lnZ5RKFUJWqH5emvxmv9Hv3BD1T9R/Im713R4MTKwvFaV74ejZ3sM01LyEKk4ugNQ==", 1889 1905 "license": "MIT", 1890 1906 "dependencies": { 1891 1907 "@babel/helper-plugin-utils": "^7.27.1", 1892 1908 "@babel/helper-validator-option": "^7.27.1", 1893 - "@babel/plugin-transform-react-display-name": "^7.27.1", 1909 + "@babel/plugin-transform-react-display-name": "^7.28.0", 1894 1910 "@babel/plugin-transform-react-jsx": "^7.27.1", 1895 1911 "@babel/plugin-transform-react-jsx-development": "^7.27.1", 1896 1912 "@babel/plugin-transform-react-pure-annotations": "^7.27.1" ··· 1903 1919 } 1904 1920 }, 1905 1921 "node_modules/@babel/preset-typescript": { 1906 - "version": "7.27.1", 1907 - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz", 1908 - "integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==", 1922 + "version": "7.28.5", 1923 + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz", 1924 + "integrity": "sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==", 1909 1925 "license": "MIT", 1910 1926 "dependencies": { 1911 1927 "@babel/helper-plugin-utils": "^7.27.1", 1912 1928 "@babel/helper-validator-option": "^7.27.1", 1913 1929 "@babel/plugin-syntax-jsx": "^7.27.1", 1914 1930 "@babel/plugin-transform-modules-commonjs": "^7.27.1", 1915 - "@babel/plugin-transform-typescript": "^7.27.1" 1931 + "@babel/plugin-transform-typescript": "^7.28.5" 1916 1932 }, 1917 1933 "engines": { 1918 1934 "node": ">=6.9.0" ··· 1931 1947 } 1932 1948 }, 1933 1949 "node_modules/@babel/runtime-corejs3": { 1934 - "version": "7.28.0", 1935 - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.28.0.tgz", 1936 - "integrity": "sha512-nlIXnSqLcBij8K8TtkxbBJgfzfvi75V1pAKSM7dUXejGw12vJAqez74jZrHTsJ3Z+Aczc5Q/6JgNjKRMsVU44g==", 1950 + "version": "7.29.2", 1951 + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.29.2.tgz", 1952 + "integrity": "sha512-Lc94FOD5+0aXhdb0Tdg3RUtqT6yWbI/BbFWvlaSJ3gAb9Ks+99nHRDKADVqC37er4eCB0fHyWT+y+K3QOvJKbw==", 1937 1953 "license": "MIT", 1938 1954 "dependencies": { 1939 - "core-js-pure": "^3.43.0" 1955 + "core-js-pure": "^3.48.0" 1940 1956 }, 1941 1957 "engines": { 1942 1958 "node": ">=6.9.0" 1943 1959 } 1944 1960 }, 1945 1961 "node_modules/@babel/template": { 1946 - "version": "7.27.2", 1947 - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz", 1948 - "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==", 1962 + "version": "7.28.6", 1963 + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz", 1964 + "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==", 1949 1965 "license": "MIT", 1950 1966 "dependencies": { 1951 - "@babel/code-frame": "^7.27.1", 1952 - "@babel/parser": "^7.27.2", 1953 - "@babel/types": "^7.27.1" 1967 + "@babel/code-frame": "^7.28.6", 1968 + "@babel/parser": "^7.28.6", 1969 + "@babel/types": "^7.28.6" 1954 1970 }, 1955 1971 "engines": { 1956 1972 "node": ">=6.9.0" 1957 1973 } 1958 1974 }, 1959 1975 "node_modules/@babel/traverse": { 1960 - "version": "7.28.0", 1961 - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.0.tgz", 1962 - "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==", 1976 + "version": "7.29.0", 1977 + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz", 1978 + "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==", 1963 1979 "license": "MIT", 1964 1980 "dependencies": { 1965 - "@babel/code-frame": "^7.27.1", 1966 - "@babel/generator": "^7.28.0", 1981 + "@babel/code-frame": "^7.29.0", 1982 + "@babel/generator": "^7.29.0", 1967 1983 "@babel/helper-globals": "^7.28.0", 1968 - "@babel/parser": "^7.28.0", 1969 - "@babel/template": "^7.27.2", 1970 - "@babel/types": "^7.28.0", 1984 + "@babel/parser": "^7.29.0", 1985 + "@babel/template": "^7.28.6", 1986 + "@babel/types": "^7.29.0", 1971 1987 "debug": "^4.3.1" 1972 1988 }, 1973 1989 "engines": { ··· 1975 1991 } 1976 1992 }, 1977 1993 "node_modules/@babel/types": { 1978 - "version": "7.28.0", 1979 - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.0.tgz", 1980 - "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==", 1994 + "version": "7.29.0", 1995 + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz", 1996 + "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==", 1981 1997 "license": "MIT", 1982 1998 "dependencies": { 1983 1999 "@babel/helper-string-parser": "^7.27.1", 1984 - "@babel/helper-validator-identifier": "^7.27.1" 2000 + "@babel/helper-validator-identifier": "^7.28.5" 1985 2001 }, 1986 2002 "engines": { 1987 2003 "node": ">=6.9.0" ··· 2165 2181 } 2166 2182 }, 2167 2183 "node_modules/@csstools/color-helpers": { 2168 - "version": "5.0.2", 2169 - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.2.tgz", 2170 - "integrity": "sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==", 2184 + "version": "5.1.0", 2185 + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz", 2186 + "integrity": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==", 2171 2187 "funding": [ 2172 2188 { 2173 2189 "type": "github", ··· 2207 2223 } 2208 2224 }, 2209 2225 "node_modules/@csstools/css-color-parser": { 2210 - "version": "3.0.10", 2211 - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.0.10.tgz", 2212 - "integrity": "sha512-TiJ5Ajr6WRd1r8HSiwJvZBiJOqtH86aHpUjq5aEKWHiII2Qfjqd/HCWKPOW8EP4vcspXbHnXrwIDlu5savQipg==", 2226 + "version": "3.1.0", 2227 + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.1.0.tgz", 2228 + "integrity": "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==", 2213 2229 "funding": [ 2214 2230 { 2215 2231 "type": "github", ··· 2222 2238 ], 2223 2239 "license": "MIT", 2224 2240 "dependencies": { 2225 - "@csstools/color-helpers": "^5.0.2", 2241 + "@csstools/color-helpers": "^5.1.0", 2226 2242 "@csstools/css-calc": "^2.1.4" 2227 2243 }, 2228 2244 "engines": { ··· 2295 2311 "peerDependencies": { 2296 2312 "@csstools/css-parser-algorithms": "^3.0.5", 2297 2313 "@csstools/css-tokenizer": "^3.0.4" 2314 + } 2315 + }, 2316 + "node_modules/@csstools/postcss-alpha-function": { 2317 + "version": "1.0.1", 2318 + "resolved": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-1.0.1.tgz", 2319 + "integrity": "sha512-isfLLwksH3yHkFXfCI2Gcaqg7wGGHZZwunoJzEZk0yKYIokgre6hYVFibKL3SYAoR1kBXova8LB+JoO5vZzi9w==", 2320 + "funding": [ 2321 + { 2322 + "type": "github", 2323 + "url": "https://github.com/sponsors/csstools" 2324 + }, 2325 + { 2326 + "type": "opencollective", 2327 + "url": "https://opencollective.com/csstools" 2328 + } 2329 + ], 2330 + "license": "MIT-0", 2331 + "dependencies": { 2332 + "@csstools/css-color-parser": "^3.1.0", 2333 + "@csstools/css-parser-algorithms": "^3.0.5", 2334 + "@csstools/css-tokenizer": "^3.0.4", 2335 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2336 + "@csstools/utilities": "^2.0.0" 2337 + }, 2338 + "engines": { 2339 + "node": ">=18" 2340 + }, 2341 + "peerDependencies": { 2342 + "postcss": "^8.4" 2298 2343 } 2299 2344 }, 2300 2345 "node_modules/@csstools/postcss-cascade-layers": { ··· 2346 2391 } 2347 2392 }, 2348 2393 "node_modules/@csstools/postcss-cascade-layers/node_modules/postcss-selector-parser": { 2349 - "version": "7.1.0", 2350 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", 2351 - "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", 2394 + "version": "7.1.1", 2395 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 2396 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 2352 2397 "license": "MIT", 2353 2398 "dependencies": { 2354 2399 "cssesc": "^3.0.0", ··· 2359 2404 } 2360 2405 }, 2361 2406 "node_modules/@csstools/postcss-color-function": { 2362 - "version": "4.0.10", 2363 - "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-4.0.10.tgz", 2364 - "integrity": "sha512-4dY0NBu7NVIpzxZRgh/Q/0GPSz/jLSw0i/u3LTUor0BkQcz/fNhN10mSWBDsL0p9nDb0Ky1PD6/dcGbhACuFTQ==", 2407 + "version": "4.0.12", 2408 + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-4.0.12.tgz", 2409 + "integrity": "sha512-yx3cljQKRaSBc2hfh8rMZFZzChaFgwmO2JfFgFr1vMcF3C/uyy5I4RFIBOIWGq1D+XbKCG789CGkG6zzkLpagA==", 2365 2410 "funding": [ 2366 2411 { 2367 2412 "type": "github", ··· 2374 2419 ], 2375 2420 "license": "MIT-0", 2376 2421 "dependencies": { 2377 - "@csstools/css-color-parser": "^3.0.10", 2422 + "@csstools/css-color-parser": "^3.1.0", 2378 2423 "@csstools/css-parser-algorithms": "^3.0.5", 2379 2424 "@csstools/css-tokenizer": "^3.0.4", 2380 - "@csstools/postcss-progressive-custom-properties": "^4.1.0", 2425 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2426 + "@csstools/utilities": "^2.0.0" 2427 + }, 2428 + "engines": { 2429 + "node": ">=18" 2430 + }, 2431 + "peerDependencies": { 2432 + "postcss": "^8.4" 2433 + } 2434 + }, 2435 + "node_modules/@csstools/postcss-color-function-display-p3-linear": { 2436 + "version": "1.0.1", 2437 + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function-display-p3-linear/-/postcss-color-function-display-p3-linear-1.0.1.tgz", 2438 + "integrity": "sha512-E5qusdzhlmO1TztYzDIi8XPdPoYOjoTY6HBYBCYSj+Gn4gQRBlvjgPQXzfzuPQqt8EhkC/SzPKObg4Mbn8/xMg==", 2439 + "funding": [ 2440 + { 2441 + "type": "github", 2442 + "url": "https://github.com/sponsors/csstools" 2443 + }, 2444 + { 2445 + "type": "opencollective", 2446 + "url": "https://opencollective.com/csstools" 2447 + } 2448 + ], 2449 + "license": "MIT-0", 2450 + "dependencies": { 2451 + "@csstools/css-color-parser": "^3.1.0", 2452 + "@csstools/css-parser-algorithms": "^3.0.5", 2453 + "@csstools/css-tokenizer": "^3.0.4", 2454 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2381 2455 "@csstools/utilities": "^2.0.0" 2382 2456 }, 2383 2457 "engines": { ··· 2388 2462 } 2389 2463 }, 2390 2464 "node_modules/@csstools/postcss-color-mix-function": { 2391 - "version": "3.0.10", 2392 - "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.10.tgz", 2393 - "integrity": "sha512-P0lIbQW9I4ShE7uBgZRib/lMTf9XMjJkFl/d6w4EMNHu2qvQ6zljJGEcBkw/NsBtq/6q3WrmgxSS8kHtPMkK4Q==", 2465 + "version": "3.0.12", 2466 + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.12.tgz", 2467 + "integrity": "sha512-4STERZfCP5Jcs13P1U5pTvI9SkgLgfMUMhdXW8IlJWkzOOOqhZIjcNhWtNJZes2nkBDsIKJ0CJtFtuaZ00moag==", 2394 2468 "funding": [ 2395 2469 { 2396 2470 "type": "github", ··· 2403 2477 ], 2404 2478 "license": "MIT-0", 2405 2479 "dependencies": { 2406 - "@csstools/css-color-parser": "^3.0.10", 2480 + "@csstools/css-color-parser": "^3.1.0", 2407 2481 "@csstools/css-parser-algorithms": "^3.0.5", 2408 2482 "@csstools/css-tokenizer": "^3.0.4", 2409 - "@csstools/postcss-progressive-custom-properties": "^4.1.0", 2483 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2410 2484 "@csstools/utilities": "^2.0.0" 2411 2485 }, 2412 2486 "engines": { ··· 2417 2491 } 2418 2492 }, 2419 2493 "node_modules/@csstools/postcss-color-mix-variadic-function-arguments": { 2420 - "version": "1.0.0", 2421 - "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-variadic-function-arguments/-/postcss-color-mix-variadic-function-arguments-1.0.0.tgz", 2422 - "integrity": "sha512-Z5WhouTyD74dPFPrVE7KydgNS9VvnjB8qcdes9ARpCOItb4jTnm7cHp4FhxCRUoyhabD0WVv43wbkJ4p8hLAlQ==", 2494 + "version": "1.0.2", 2495 + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-variadic-function-arguments/-/postcss-color-mix-variadic-function-arguments-1.0.2.tgz", 2496 + "integrity": "sha512-rM67Gp9lRAkTo+X31DUqMEq+iK+EFqsidfecmhrteErxJZb6tUoJBVQca1Vn1GpDql1s1rD1pKcuYzMsg7Z1KQ==", 2423 2497 "funding": [ 2424 2498 { 2425 2499 "type": "github", ··· 2432 2506 ], 2433 2507 "license": "MIT-0", 2434 2508 "dependencies": { 2435 - "@csstools/css-color-parser": "^3.0.10", 2509 + "@csstools/css-color-parser": "^3.1.0", 2436 2510 "@csstools/css-parser-algorithms": "^3.0.5", 2437 2511 "@csstools/css-tokenizer": "^3.0.4", 2438 - "@csstools/postcss-progressive-custom-properties": "^4.1.0", 2512 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2439 2513 "@csstools/utilities": "^2.0.0" 2440 2514 }, 2441 2515 "engines": { ··· 2446 2520 } 2447 2521 }, 2448 2522 "node_modules/@csstools/postcss-content-alt-text": { 2449 - "version": "2.0.6", 2450 - "resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-2.0.6.tgz", 2451 - "integrity": "sha512-eRjLbOjblXq+byyaedQRSrAejKGNAFued+LcbzT+LCL78fabxHkxYjBbxkroONxHHYu2qxhFK2dBStTLPG3jpQ==", 2523 + "version": "2.0.8", 2524 + "resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-2.0.8.tgz", 2525 + "integrity": "sha512-9SfEW9QCxEpTlNMnpSqFaHyzsiRpZ5J5+KqCu1u5/eEJAWsMhzT40qf0FIbeeglEvrGRMdDzAxMIz3wqoGSb+Q==", 2452 2526 "funding": [ 2453 2527 { 2454 2528 "type": "github", ··· 2463 2537 "dependencies": { 2464 2538 "@csstools/css-parser-algorithms": "^3.0.5", 2465 2539 "@csstools/css-tokenizer": "^3.0.4", 2466 - "@csstools/postcss-progressive-custom-properties": "^4.1.0", 2540 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2541 + "@csstools/utilities": "^2.0.0" 2542 + }, 2543 + "engines": { 2544 + "node": ">=18" 2545 + }, 2546 + "peerDependencies": { 2547 + "postcss": "^8.4" 2548 + } 2549 + }, 2550 + "node_modules/@csstools/postcss-contrast-color-function": { 2551 + "version": "2.0.12", 2552 + "resolved": "https://registry.npmjs.org/@csstools/postcss-contrast-color-function/-/postcss-contrast-color-function-2.0.12.tgz", 2553 + "integrity": "sha512-YbwWckjK3qwKjeYz/CijgcS7WDUCtKTd8ShLztm3/i5dhh4NaqzsbYnhm4bjrpFpnLZ31jVcbK8YL77z3GBPzA==", 2554 + "funding": [ 2555 + { 2556 + "type": "github", 2557 + "url": "https://github.com/sponsors/csstools" 2558 + }, 2559 + { 2560 + "type": "opencollective", 2561 + "url": "https://opencollective.com/csstools" 2562 + } 2563 + ], 2564 + "license": "MIT-0", 2565 + "dependencies": { 2566 + "@csstools/css-color-parser": "^3.1.0", 2567 + "@csstools/css-parser-algorithms": "^3.0.5", 2568 + "@csstools/css-tokenizer": "^3.0.4", 2569 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2467 2570 "@csstools/utilities": "^2.0.0" 2468 2571 }, 2469 2572 "engines": { ··· 2527 2630 } 2528 2631 }, 2529 2632 "node_modules/@csstools/postcss-gamut-mapping": { 2530 - "version": "2.0.10", 2531 - "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.10.tgz", 2532 - "integrity": "sha512-QDGqhJlvFnDlaPAfCYPsnwVA6ze+8hhrwevYWlnUeSjkkZfBpcCO42SaUD8jiLlq7niouyLgvup5lh+f1qessg==", 2633 + "version": "2.0.11", 2634 + "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.11.tgz", 2635 + "integrity": "sha512-fCpCUgZNE2piVJKC76zFsgVW1apF6dpYsqGyH8SIeCcM4pTEsRTWTLCaJIMKFEundsCKwY1rwfhtrio04RJ4Dw==", 2533 2636 "funding": [ 2534 2637 { 2535 2638 "type": "github", ··· 2542 2645 ], 2543 2646 "license": "MIT-0", 2544 2647 "dependencies": { 2545 - "@csstools/css-color-parser": "^3.0.10", 2648 + "@csstools/css-color-parser": "^3.1.0", 2546 2649 "@csstools/css-parser-algorithms": "^3.0.5", 2547 2650 "@csstools/css-tokenizer": "^3.0.4" 2548 2651 }, ··· 2554 2657 } 2555 2658 }, 2556 2659 "node_modules/@csstools/postcss-gradients-interpolation-method": { 2557 - "version": "5.0.10", 2558 - "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-5.0.10.tgz", 2559 - "integrity": "sha512-HHPauB2k7Oits02tKFUeVFEU2ox/H3OQVrP3fSOKDxvloOikSal+3dzlyTZmYsb9FlY9p5EUpBtz0//XBmy+aw==", 2660 + "version": "5.0.12", 2661 + "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-5.0.12.tgz", 2662 + "integrity": "sha512-jugzjwkUY0wtNrZlFeyXzimUL3hN4xMvoPnIXxoZqxDvjZRiSh+itgHcVUWzJ2VwD/VAMEgCLvtaJHX+4Vj3Ow==", 2560 2663 "funding": [ 2561 2664 { 2562 2665 "type": "github", ··· 2569 2672 ], 2570 2673 "license": "MIT-0", 2571 2674 "dependencies": { 2572 - "@csstools/css-color-parser": "^3.0.10", 2675 + "@csstools/css-color-parser": "^3.1.0", 2573 2676 "@csstools/css-parser-algorithms": "^3.0.5", 2574 2677 "@csstools/css-tokenizer": "^3.0.4", 2575 - "@csstools/postcss-progressive-custom-properties": "^4.1.0", 2678 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2576 2679 "@csstools/utilities": "^2.0.0" 2577 2680 }, 2578 2681 "engines": { ··· 2583 2686 } 2584 2687 }, 2585 2688 "node_modules/@csstools/postcss-hwb-function": { 2586 - "version": "4.0.10", 2587 - "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.10.tgz", 2588 - "integrity": "sha512-nOKKfp14SWcdEQ++S9/4TgRKchooLZL0TUFdun3nI4KPwCjETmhjta1QT4ICQcGVWQTvrsgMM/aLB5We+kMHhQ==", 2689 + "version": "4.0.12", 2690 + "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.12.tgz", 2691 + "integrity": "sha512-mL/+88Z53KrE4JdePYFJAQWFrcADEqsLprExCM04GDNgHIztwFzj0Mbhd/yxMBngq0NIlz58VVxjt5abNs1VhA==", 2589 2692 "funding": [ 2590 2693 { 2591 2694 "type": "github", ··· 2598 2701 ], 2599 2702 "license": "MIT-0", 2600 2703 "dependencies": { 2601 - "@csstools/css-color-parser": "^3.0.10", 2704 + "@csstools/css-color-parser": "^3.1.0", 2602 2705 "@csstools/css-parser-algorithms": "^3.0.5", 2603 2706 "@csstools/css-tokenizer": "^3.0.4", 2604 - "@csstools/postcss-progressive-custom-properties": "^4.1.0", 2707 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2605 2708 "@csstools/utilities": "^2.0.0" 2606 2709 }, 2607 2710 "engines": { ··· 2612 2715 } 2613 2716 }, 2614 2717 "node_modules/@csstools/postcss-ic-unit": { 2615 - "version": "4.0.2", 2616 - "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-4.0.2.tgz", 2617 - "integrity": "sha512-lrK2jjyZwh7DbxaNnIUjkeDmU8Y6KyzRBk91ZkI5h8nb1ykEfZrtIVArdIjX4DHMIBGpdHrgP0n4qXDr7OHaKA==", 2718 + "version": "4.0.4", 2719 + "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-4.0.4.tgz", 2720 + "integrity": "sha512-yQ4VmossuOAql65sCPppVO1yfb7hDscf4GseF0VCA/DTDaBc0Wtf8MTqVPfjGYlT5+2buokG0Gp7y0atYZpwjg==", 2618 2721 "funding": [ 2619 2722 { 2620 2723 "type": "github", ··· 2627 2730 ], 2628 2731 "license": "MIT-0", 2629 2732 "dependencies": { 2630 - "@csstools/postcss-progressive-custom-properties": "^4.1.0", 2733 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2631 2734 "@csstools/utilities": "^2.0.0", 2632 2735 "postcss-value-parser": "^4.2.0" 2633 2736 }, ··· 2709 2812 } 2710 2813 }, 2711 2814 "node_modules/@csstools/postcss-is-pseudo-class/node_modules/postcss-selector-parser": { 2712 - "version": "7.1.0", 2713 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", 2714 - "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", 2815 + "version": "7.1.1", 2816 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 2817 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 2715 2818 "license": "MIT", 2716 2819 "dependencies": { 2717 2820 "cssesc": "^3.0.0", ··· 2722 2825 } 2723 2826 }, 2724 2827 "node_modules/@csstools/postcss-light-dark-function": { 2725 - "version": "2.0.9", 2726 - "resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-2.0.9.tgz", 2727 - "integrity": "sha512-1tCZH5bla0EAkFAI2r0H33CDnIBeLUaJh1p+hvvsylJ4svsv2wOmJjJn+OXwUZLXef37GYbRIVKX+X+g6m+3CQ==", 2828 + "version": "2.0.11", 2829 + "resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-2.0.11.tgz", 2830 + "integrity": "sha512-fNJcKXJdPM3Lyrbmgw2OBbaioU7yuKZtiXClf4sGdQttitijYlZMD5K7HrC/eF83VRWRrYq6OZ0Lx92leV2LFA==", 2728 2831 "funding": [ 2729 2832 { 2730 2833 "type": "github", ··· 2739 2842 "dependencies": { 2740 2843 "@csstools/css-parser-algorithms": "^3.0.5", 2741 2844 "@csstools/css-tokenizer": "^3.0.4", 2742 - "@csstools/postcss-progressive-custom-properties": "^4.1.0", 2845 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2743 2846 "@csstools/utilities": "^2.0.0" 2744 2847 }, 2745 2848 "engines": { ··· 2948 3051 } 2949 3052 }, 2950 3053 "node_modules/@csstools/postcss-normalize-display-values": { 2951 - "version": "4.0.0", 2952 - "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.0.tgz", 2953 - "integrity": "sha512-HlEoG0IDRoHXzXnkV4in47dzsxdsjdz6+j7MLjaACABX2NfvjFS6XVAnpaDyGesz9gK2SC7MbNwdCHusObKJ9Q==", 3054 + "version": "4.0.1", 3055 + "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.1.tgz", 3056 + "integrity": "sha512-TQUGBuRvxdc7TgNSTevYqrL8oItxiwPDixk20qCB5me/W8uF7BPbhRrAvFuhEoywQp/woRsUZ6SJ+sU5idZAIA==", 2954 3057 "funding": [ 2955 3058 { 2956 3059 "type": "github", ··· 2973 3076 } 2974 3077 }, 2975 3078 "node_modules/@csstools/postcss-oklab-function": { 2976 - "version": "4.0.10", 2977 - "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-4.0.10.tgz", 2978 - "integrity": "sha512-ZzZUTDd0fgNdhv8UUjGCtObPD8LYxMH+MJsW9xlZaWTV8Ppr4PtxlHYNMmF4vVWGl0T6f8tyWAKjoI6vePSgAg==", 3079 + "version": "4.0.12", 3080 + "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-4.0.12.tgz", 3081 + "integrity": "sha512-HhlSmnE1NKBhXsTnNGjxvhryKtO7tJd1w42DKOGFD6jSHtYOrsJTQDKPMwvOfrzUAk8t7GcpIfRyM7ssqHpFjg==", 2979 3082 "funding": [ 2980 3083 { 2981 3084 "type": "github", ··· 2988 3091 ], 2989 3092 "license": "MIT-0", 2990 3093 "dependencies": { 2991 - "@csstools/css-color-parser": "^3.0.10", 3094 + "@csstools/css-color-parser": "^3.1.0", 2992 3095 "@csstools/css-parser-algorithms": "^3.0.5", 2993 3096 "@csstools/css-tokenizer": "^3.0.4", 2994 - "@csstools/postcss-progressive-custom-properties": "^4.1.0", 3097 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 2995 3098 "@csstools/utilities": "^2.0.0" 2996 3099 }, 2997 3100 "engines": { ··· 3001 3104 "postcss": "^8.4" 3002 3105 } 3003 3106 }, 3107 + "node_modules/@csstools/postcss-position-area-property": { 3108 + "version": "1.0.0", 3109 + "resolved": "https://registry.npmjs.org/@csstools/postcss-position-area-property/-/postcss-position-area-property-1.0.0.tgz", 3110 + "integrity": "sha512-fUP6KR8qV2NuUZV3Cw8itx0Ep90aRjAZxAEzC3vrl6yjFv+pFsQbR18UuQctEKmA72K9O27CoYiKEgXxkqjg8Q==", 3111 + "funding": [ 3112 + { 3113 + "type": "github", 3114 + "url": "https://github.com/sponsors/csstools" 3115 + }, 3116 + { 3117 + "type": "opencollective", 3118 + "url": "https://opencollective.com/csstools" 3119 + } 3120 + ], 3121 + "license": "MIT-0", 3122 + "engines": { 3123 + "node": ">=18" 3124 + }, 3125 + "peerDependencies": { 3126 + "postcss": "^8.4" 3127 + } 3128 + }, 3004 3129 "node_modules/@csstools/postcss-progressive-custom-properties": { 3005 - "version": "4.1.0", 3006 - "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-4.1.0.tgz", 3007 - "integrity": "sha512-YrkI9dx8U4R8Sz2EJaoeD9fI7s7kmeEBfmO+UURNeL6lQI7VxF6sBE+rSqdCBn4onwqmxFdBU3lTwyYb/lCmxA==", 3130 + "version": "4.2.1", 3131 + "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-4.2.1.tgz", 3132 + "integrity": "sha512-uPiiXf7IEKtUQXsxu6uWtOlRMXd2QWWy5fhxHDnPdXKCQckPP3E34ZgDoZ62r2iT+UOgWsSbM4NvHE5m3mAEdw==", 3008 3133 "funding": [ 3009 3134 { 3010 3135 "type": "github", ··· 3026 3151 "postcss": "^8.4" 3027 3152 } 3028 3153 }, 3154 + "node_modules/@csstools/postcss-property-rule-prelude-list": { 3155 + "version": "1.0.0", 3156 + "resolved": "https://registry.npmjs.org/@csstools/postcss-property-rule-prelude-list/-/postcss-property-rule-prelude-list-1.0.0.tgz", 3157 + "integrity": "sha512-IxuQjUXq19fobgmSSvUDO7fVwijDJaZMvWQugxfEUxmjBeDCVaDuMpsZ31MsTm5xbnhA+ElDi0+rQ7sQQGisFA==", 3158 + "funding": [ 3159 + { 3160 + "type": "github", 3161 + "url": "https://github.com/sponsors/csstools" 3162 + }, 3163 + { 3164 + "type": "opencollective", 3165 + "url": "https://opencollective.com/csstools" 3166 + } 3167 + ], 3168 + "license": "MIT-0", 3169 + "dependencies": { 3170 + "@csstools/css-parser-algorithms": "^3.0.5", 3171 + "@csstools/css-tokenizer": "^3.0.4" 3172 + }, 3173 + "engines": { 3174 + "node": ">=18" 3175 + }, 3176 + "peerDependencies": { 3177 + "postcss": "^8.4" 3178 + } 3179 + }, 3029 3180 "node_modules/@csstools/postcss-random-function": { 3030 3181 "version": "2.0.1", 3031 3182 "resolved": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-2.0.1.tgz", ··· 3054 3205 } 3055 3206 }, 3056 3207 "node_modules/@csstools/postcss-relative-color-syntax": { 3057 - "version": "3.0.10", 3058 - "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-3.0.10.tgz", 3059 - "integrity": "sha512-8+0kQbQGg9yYG8hv0dtEpOMLwB9M+P7PhacgIzVzJpixxV4Eq9AUQtQw8adMmAJU1RBBmIlpmtmm3XTRd/T00g==", 3208 + "version": "3.0.12", 3209 + "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-3.0.12.tgz", 3210 + "integrity": "sha512-0RLIeONxu/mtxRtf3o41Lq2ghLimw0w9ByLWnnEVuy89exmEEq8bynveBxNW3nyHqLAFEeNtVEmC1QK9MZ8Huw==", 3060 3211 "funding": [ 3061 3212 { 3062 3213 "type": "github", ··· 3069 3220 ], 3070 3221 "license": "MIT-0", 3071 3222 "dependencies": { 3072 - "@csstools/css-color-parser": "^3.0.10", 3223 + "@csstools/css-color-parser": "^3.1.0", 3073 3224 "@csstools/css-parser-algorithms": "^3.0.5", 3074 3225 "@csstools/css-tokenizer": "^3.0.4", 3075 - "@csstools/postcss-progressive-custom-properties": "^4.1.0", 3226 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 3076 3227 "@csstools/utilities": "^2.0.0" 3077 3228 }, 3078 3229 "engines": { ··· 3108 3259 } 3109 3260 }, 3110 3261 "node_modules/@csstools/postcss-scope-pseudo-class/node_modules/postcss-selector-parser": { 3111 - "version": "7.1.0", 3112 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", 3113 - "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", 3262 + "version": "7.1.1", 3263 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 3264 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 3114 3265 "license": "MIT", 3115 3266 "dependencies": { 3116 3267 "cssesc": "^3.0.0", ··· 3174 3325 "postcss": "^8.4" 3175 3326 } 3176 3327 }, 3328 + "node_modules/@csstools/postcss-syntax-descriptor-syntax-production": { 3329 + "version": "1.0.1", 3330 + "resolved": "https://registry.npmjs.org/@csstools/postcss-syntax-descriptor-syntax-production/-/postcss-syntax-descriptor-syntax-production-1.0.1.tgz", 3331 + "integrity": "sha512-GneqQWefjM//f4hJ/Kbox0C6f2T7+pi4/fqTqOFGTL3EjnvOReTqO1qUQ30CaUjkwjYq9qZ41hzarrAxCc4gow==", 3332 + "funding": [ 3333 + { 3334 + "type": "github", 3335 + "url": "https://github.com/sponsors/csstools" 3336 + }, 3337 + { 3338 + "type": "opencollective", 3339 + "url": "https://opencollective.com/csstools" 3340 + } 3341 + ], 3342 + "license": "MIT-0", 3343 + "dependencies": { 3344 + "@csstools/css-tokenizer": "^3.0.4" 3345 + }, 3346 + "engines": { 3347 + "node": ">=18" 3348 + }, 3349 + "peerDependencies": { 3350 + "postcss": "^8.4" 3351 + } 3352 + }, 3353 + "node_modules/@csstools/postcss-system-ui-font-family": { 3354 + "version": "1.0.0", 3355 + "resolved": "https://registry.npmjs.org/@csstools/postcss-system-ui-font-family/-/postcss-system-ui-font-family-1.0.0.tgz", 3356 + "integrity": "sha512-s3xdBvfWYfoPSBsikDXbuorcMG1nN1M6GdU0qBsGfcmNR0A/qhloQZpTxjA3Xsyrk1VJvwb2pOfiOT3at/DuIQ==", 3357 + "funding": [ 3358 + { 3359 + "type": "github", 3360 + "url": "https://github.com/sponsors/csstools" 3361 + }, 3362 + { 3363 + "type": "opencollective", 3364 + "url": "https://opencollective.com/csstools" 3365 + } 3366 + ], 3367 + "license": "MIT-0", 3368 + "dependencies": { 3369 + "@csstools/css-parser-algorithms": "^3.0.5", 3370 + "@csstools/css-tokenizer": "^3.0.4" 3371 + }, 3372 + "engines": { 3373 + "node": ">=18" 3374 + }, 3375 + "peerDependencies": { 3376 + "postcss": "^8.4" 3377 + } 3378 + }, 3177 3379 "node_modules/@csstools/postcss-text-decoration-shorthand": { 3178 - "version": "4.0.2", 3179 - "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-4.0.2.tgz", 3180 - "integrity": "sha512-8XvCRrFNseBSAGxeaVTaNijAu+FzUvjwFXtcrynmazGb/9WUdsPCpBX+mHEHShVRq47Gy4peYAoxYs8ltUnmzA==", 3380 + "version": "4.0.3", 3381 + "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-4.0.3.tgz", 3382 + "integrity": "sha512-KSkGgZfx0kQjRIYnpsD7X2Om9BUXX/Kii77VBifQW9Ih929hK0KNjVngHDH0bFB9GmfWcR9vJYJJRvw/NQjkrA==", 3181 3383 "funding": [ 3182 3384 { 3183 3385 "type": "github", ··· 3190 3392 ], 3191 3393 "license": "MIT-0", 3192 3394 "dependencies": { 3193 - "@csstools/color-helpers": "^5.0.2", 3395 + "@csstools/color-helpers": "^5.1.0", 3194 3396 "postcss-value-parser": "^4.2.0" 3195 3397 }, 3196 3398 "engines": { ··· 3280 3482 "node": ">=10.0.0" 3281 3483 } 3282 3484 }, 3485 + "node_modules/@docsearch/core": { 3486 + "version": "4.6.2", 3487 + "resolved": "https://registry.npmjs.org/@docsearch/core/-/core-4.6.2.tgz", 3488 + "integrity": "sha512-/S0e6Dj7Zcm8m9Rru49YEX49dhU11be68c+S/BCyN8zQsTTgkKzXlhRbVL5mV6lOLC2+ZRRryaTdcm070Ug2oA==", 3489 + "license": "MIT", 3490 + "peerDependencies": { 3491 + "@types/react": ">= 16.8.0 < 20.0.0", 3492 + "react": ">= 16.8.0 < 20.0.0", 3493 + "react-dom": ">= 16.8.0 < 20.0.0" 3494 + }, 3495 + "peerDependenciesMeta": { 3496 + "@types/react": { 3497 + "optional": true 3498 + }, 3499 + "react": { 3500 + "optional": true 3501 + }, 3502 + "react-dom": { 3503 + "optional": true 3504 + } 3505 + } 3506 + }, 3283 3507 "node_modules/@docsearch/css": { 3284 - "version": "3.9.0", 3285 - "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-3.9.0.tgz", 3286 - "integrity": "sha512-cQbnVbq0rrBwNAKegIac/t6a8nWoUAn8frnkLFW6YARaRmAQr5/Eoe6Ln2fqkUCZ40KpdrKbpSAmgrkviOxuWA==", 3508 + "version": "4.6.2", 3509 + "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-4.6.2.tgz", 3510 + "integrity": "sha512-fH/cn8BjEEdM2nJdjNMHIvOVYupG6AIDtFVDgIZrNzdCSj4KXr9kd+hsehqsNGYjpUjObeKYKvgy/IwCb1jZYQ==", 3287 3511 "license": "MIT" 3288 3512 }, 3289 3513 "node_modules/@docsearch/react": { 3290 - "version": "3.9.0", 3291 - "resolved": "https://registry.npmjs.org/@docsearch/react/-/react-3.9.0.tgz", 3292 - "integrity": "sha512-mb5FOZYZIkRQ6s/NWnM98k879vu5pscWqTLubLFBO87igYYT4VzVazh4h5o/zCvTIZgEt3PvsCOMOswOUo9yHQ==", 3514 + "version": "4.6.2", 3515 + "resolved": "https://registry.npmjs.org/@docsearch/react/-/react-4.6.2.tgz", 3516 + "integrity": "sha512-/BbtGFtqVOGwZx0dw/UfhN/0/DmMQYnulY4iv0tPRhC2JCXv0ka/+izwt3Jzo1ZxXS/2eMvv9zHsBJOK1I9f/w==", 3293 3517 "license": "MIT", 3294 3518 "dependencies": { 3295 - "@algolia/autocomplete-core": "1.17.9", 3296 - "@algolia/autocomplete-preset-algolia": "1.17.9", 3297 - "@docsearch/css": "3.9.0", 3298 - "algoliasearch": "^5.14.2" 3519 + "@algolia/autocomplete-core": "1.19.2", 3520 + "@docsearch/core": "4.6.2", 3521 + "@docsearch/css": "4.6.2" 3299 3522 }, 3300 3523 "peerDependencies": { 3301 3524 "@types/react": ">= 16.8.0 < 20.0.0", ··· 3319 3542 } 3320 3543 }, 3321 3544 "node_modules/@docusaurus/babel": { 3322 - "version": "3.8.1", 3323 - "resolved": "https://registry.npmjs.org/@docusaurus/babel/-/babel-3.8.1.tgz", 3324 - "integrity": "sha512-3brkJrml8vUbn9aeoZUlJfsI/GqyFcDgQJwQkmBtclJgWDEQBKKeagZfOgx0WfUQhagL1sQLNW0iBdxnI863Uw==", 3545 + "version": "3.9.2", 3546 + "resolved": "https://registry.npmjs.org/@docusaurus/babel/-/babel-3.9.2.tgz", 3547 + "integrity": "sha512-GEANdi/SgER+L7Japs25YiGil/AUDnFFHaCGPBbundxoWtCkA2lmy7/tFmgED4y1htAy6Oi4wkJEQdGssnw9MA==", 3325 3548 "license": "MIT", 3326 3549 "dependencies": { 3327 3550 "@babel/core": "^7.25.9", ··· 3334 3557 "@babel/runtime": "^7.25.9", 3335 3558 "@babel/runtime-corejs3": "^7.25.9", 3336 3559 "@babel/traverse": "^7.25.9", 3337 - "@docusaurus/logger": "3.8.1", 3338 - "@docusaurus/utils": "3.8.1", 3560 + "@docusaurus/logger": "3.9.2", 3561 + "@docusaurus/utils": "3.9.2", 3339 3562 "babel-plugin-dynamic-import-node": "^2.3.3", 3340 3563 "fs-extra": "^11.1.1", 3341 3564 "tslib": "^2.6.0" 3342 3565 }, 3343 3566 "engines": { 3344 - "node": ">=18.0" 3567 + "node": ">=20.0" 3345 3568 } 3346 3569 }, 3347 3570 "node_modules/@docusaurus/bundler": { 3348 - "version": "3.8.1", 3349 - "resolved": "https://registry.npmjs.org/@docusaurus/bundler/-/bundler-3.8.1.tgz", 3350 - "integrity": "sha512-/z4V0FRoQ0GuSLToNjOSGsk6m2lQUG4FRn8goOVoZSRsTrU8YR2aJacX5K3RG18EaX9b+52pN4m1sL3MQZVsQA==", 3571 + "version": "3.9.2", 3572 + "resolved": "https://registry.npmjs.org/@docusaurus/bundler/-/bundler-3.9.2.tgz", 3573 + "integrity": "sha512-ZOVi6GYgTcsZcUzjblpzk3wH1Fya2VNpd5jtHoCCFcJlMQ1EYXZetfAnRHLcyiFeBABaI1ltTYbOBtH/gahGVA==", 3351 3574 "license": "MIT", 3352 3575 "dependencies": { 3353 3576 "@babel/core": "^7.25.9", 3354 - "@docusaurus/babel": "3.8.1", 3355 - "@docusaurus/cssnano-preset": "3.8.1", 3356 - "@docusaurus/logger": "3.8.1", 3357 - "@docusaurus/types": "3.8.1", 3358 - "@docusaurus/utils": "3.8.1", 3577 + "@docusaurus/babel": "3.9.2", 3578 + "@docusaurus/cssnano-preset": "3.9.2", 3579 + "@docusaurus/logger": "3.9.2", 3580 + "@docusaurus/types": "3.9.2", 3581 + "@docusaurus/utils": "3.9.2", 3359 3582 "babel-loader": "^9.2.1", 3360 3583 "clean-css": "^5.3.3", 3361 3584 "copy-webpack-plugin": "^11.0.0", ··· 3376 3599 "webpackbar": "^6.0.1" 3377 3600 }, 3378 3601 "engines": { 3379 - "node": ">=18.0" 3602 + "node": ">=20.0" 3380 3603 }, 3381 3604 "peerDependencies": { 3382 3605 "@docusaurus/faster": "*" ··· 3388 3611 } 3389 3612 }, 3390 3613 "node_modules/@docusaurus/core": { 3391 - "version": "3.8.1", 3392 - "resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-3.8.1.tgz", 3393 - "integrity": "sha512-ENB01IyQSqI2FLtOzqSI3qxG2B/jP4gQPahl2C3XReiLebcVh5B5cB9KYFvdoOqOWPyr5gXK4sjgTKv7peXCrA==", 3614 + "version": "3.9.2", 3615 + "resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-3.9.2.tgz", 3616 + "integrity": "sha512-HbjwKeC+pHUFBfLMNzuSjqFE/58+rLVKmOU3lxQrpsxLBOGosYco/Q0GduBb0/jEMRiyEqjNT/01rRdOMWq5pw==", 3394 3617 "license": "MIT", 3395 3618 "dependencies": { 3396 - "@docusaurus/babel": "3.8.1", 3397 - "@docusaurus/bundler": "3.8.1", 3398 - "@docusaurus/logger": "3.8.1", 3399 - "@docusaurus/mdx-loader": "3.8.1", 3400 - "@docusaurus/utils": "3.8.1", 3401 - "@docusaurus/utils-common": "3.8.1", 3402 - "@docusaurus/utils-validation": "3.8.1", 3619 + "@docusaurus/babel": "3.9.2", 3620 + "@docusaurus/bundler": "3.9.2", 3621 + "@docusaurus/logger": "3.9.2", 3622 + "@docusaurus/mdx-loader": "3.9.2", 3623 + "@docusaurus/utils": "3.9.2", 3624 + "@docusaurus/utils-common": "3.9.2", 3625 + "@docusaurus/utils-validation": "3.9.2", 3403 3626 "boxen": "^6.2.1", 3404 3627 "chalk": "^4.1.2", 3405 3628 "chokidar": "^3.5.3", ··· 3433 3656 "update-notifier": "^6.0.2", 3434 3657 "webpack": "^5.95.0", 3435 3658 "webpack-bundle-analyzer": "^4.10.2", 3436 - "webpack-dev-server": "^4.15.2", 3659 + "webpack-dev-server": "^5.2.2", 3437 3660 "webpack-merge": "^6.0.1" 3438 3661 }, 3439 3662 "bin": { 3440 3663 "docusaurus": "bin/docusaurus.mjs" 3441 3664 }, 3442 3665 "engines": { 3443 - "node": ">=18.0" 3666 + "node": ">=20.0" 3444 3667 }, 3445 3668 "peerDependencies": { 3446 3669 "@mdx-js/react": "^3.0.0", ··· 3449 3672 } 3450 3673 }, 3451 3674 "node_modules/@docusaurus/cssnano-preset": { 3452 - "version": "3.8.1", 3453 - "resolved": "https://registry.npmjs.org/@docusaurus/cssnano-preset/-/cssnano-preset-3.8.1.tgz", 3454 - "integrity": "sha512-G7WyR2N6SpyUotqhGznERBK+x84uyhfMQM2MmDLs88bw4Flom6TY46HzkRkSEzaP9j80MbTN8naiL1fR17WQug==", 3675 + "version": "3.9.2", 3676 + "resolved": "https://registry.npmjs.org/@docusaurus/cssnano-preset/-/cssnano-preset-3.9.2.tgz", 3677 + "integrity": "sha512-8gBKup94aGttRduABsj7bpPFTX7kbwu+xh3K9NMCF5K4bWBqTFYW+REKHF6iBVDHRJ4grZdIPbvkiHd/XNKRMQ==", 3455 3678 "license": "MIT", 3456 3679 "dependencies": { 3457 3680 "cssnano-preset-advanced": "^6.1.2", ··· 3460 3683 "tslib": "^2.6.0" 3461 3684 }, 3462 3685 "engines": { 3463 - "node": ">=18.0" 3686 + "node": ">=20.0" 3464 3687 } 3465 3688 }, 3466 3689 "node_modules/@docusaurus/faster": { 3467 - "version": "3.8.1", 3468 - "resolved": "https://registry.npmjs.org/@docusaurus/faster/-/faster-3.8.1.tgz", 3469 - "integrity": "sha512-XYrj3qnTm+o2d5ih5drCq9s63GJoM8vZ26WbLG5FZhURsNxTSXgHJcx11Qo7nWPUStCQkuqk1HvItzscCUnd4A==", 3690 + "version": "3.9.2", 3691 + "resolved": "https://registry.npmjs.org/@docusaurus/faster/-/faster-3.9.2.tgz", 3692 + "integrity": "sha512-DEVIwhbrZZ4ir31X+qQNEQqDWkgCJUV6kiPPAd2MGTY8n5/n0c4B8qA5k1ipF2izwH00JEf0h6Daaut71zzkyw==", 3470 3693 "license": "MIT", 3471 3694 "dependencies": { 3472 - "@docusaurus/types": "3.8.1", 3473 - "@rspack/core": "^1.3.15", 3695 + "@docusaurus/types": "3.9.2", 3696 + "@rspack/core": "^1.5.0", 3474 3697 "@swc/core": "^1.7.39", 3475 - "@swc/html": "^1.7.39", 3698 + "@swc/html": "^1.13.5", 3476 3699 "browserslist": "^4.24.2", 3477 3700 "lightningcss": "^1.27.0", 3478 3701 "swc-loader": "^0.2.6", ··· 3480 3703 "webpack": "^5.95.0" 3481 3704 }, 3482 3705 "engines": { 3483 - "node": ">=18.0" 3706 + "node": ">=20.0" 3484 3707 }, 3485 3708 "peerDependencies": { 3486 3709 "@docusaurus/types": "*" 3487 3710 } 3488 3711 }, 3489 3712 "node_modules/@docusaurus/logger": { 3490 - "version": "3.8.1", 3491 - "resolved": "https://registry.npmjs.org/@docusaurus/logger/-/logger-3.8.1.tgz", 3492 - "integrity": "sha512-2wjeGDhKcExEmjX8k1N/MRDiPKXGF2Pg+df/bDDPnnJWHXnVEZxXj80d6jcxp1Gpnksl0hF8t/ZQw9elqj2+ww==", 3713 + "version": "3.9.2", 3714 + "resolved": "https://registry.npmjs.org/@docusaurus/logger/-/logger-3.9.2.tgz", 3715 + "integrity": "sha512-/SVCc57ByARzGSU60c50rMyQlBuMIJCjcsJlkphxY6B0GV4UH3tcA1994N8fFfbJ9kX3jIBe/xg3XP5qBtGDbA==", 3493 3716 "license": "MIT", 3494 3717 "dependencies": { 3495 3718 "chalk": "^4.1.2", 3496 3719 "tslib": "^2.6.0" 3497 3720 }, 3498 3721 "engines": { 3499 - "node": ">=18.0" 3722 + "node": ">=20.0" 3500 3723 } 3501 3724 }, 3502 3725 "node_modules/@docusaurus/mdx-loader": { 3503 - "version": "3.8.1", 3504 - "resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-3.8.1.tgz", 3505 - "integrity": "sha512-DZRhagSFRcEq1cUtBMo4TKxSNo/W6/s44yhr8X+eoXqCLycFQUylebOMPseHi5tc4fkGJqwqpWJLz6JStU9L4w==", 3726 + "version": "3.9.2", 3727 + "resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-3.9.2.tgz", 3728 + "integrity": "sha512-wiYoGwF9gdd6rev62xDU8AAM8JuLI/hlwOtCzMmYcspEkzecKrP8J8X+KpYnTlACBUUtXNJpSoCwFWJhLRevzQ==", 3506 3729 "license": "MIT", 3507 3730 "dependencies": { 3508 - "@docusaurus/logger": "3.8.1", 3509 - "@docusaurus/utils": "3.8.1", 3510 - "@docusaurus/utils-validation": "3.8.1", 3731 + "@docusaurus/logger": "3.9.2", 3732 + "@docusaurus/utils": "3.9.2", 3733 + "@docusaurus/utils-validation": "3.9.2", 3511 3734 "@mdx-js/mdx": "^3.0.0", 3512 3735 "@slorber/remark-comment": "^1.0.0", 3513 3736 "escape-html": "^1.0.3", ··· 3531 3754 "webpack": "^5.88.1" 3532 3755 }, 3533 3756 "engines": { 3534 - "node": ">=18.0" 3757 + "node": ">=20.0" 3535 3758 }, 3536 3759 "peerDependencies": { 3537 3760 "react": "^18.0.0 || ^19.0.0", ··· 3539 3762 } 3540 3763 }, 3541 3764 "node_modules/@docusaurus/module-type-aliases": { 3542 - "version": "3.8.1", 3543 - "resolved": "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-3.8.1.tgz", 3544 - "integrity": "sha512-6xhvAJiXzsaq3JdosS7wbRt/PwEPWHr9eM4YNYqVlbgG1hSK3uQDXTVvQktasp3VO6BmfYWPozueLWuj4gB+vg==", 3765 + "version": "3.9.2", 3766 + "resolved": "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-3.9.2.tgz", 3767 + "integrity": "sha512-8qVe2QA9hVLzvnxP46ysuofJUIc/yYQ82tvA/rBTrnpXtCjNSFLxEZfd5U8cYZuJIVlkPxamsIgwd5tGZXfvew==", 3545 3768 "license": "MIT", 3546 3769 "dependencies": { 3547 - "@docusaurus/types": "3.8.1", 3770 + "@docusaurus/types": "3.9.2", 3548 3771 "@types/history": "^4.7.11", 3549 3772 "@types/react": "*", 3550 3773 "@types/react-router-config": "*", ··· 3558 3781 } 3559 3782 }, 3560 3783 "node_modules/@docusaurus/plugin-client-redirects": { 3561 - "version": "3.8.1", 3562 - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-client-redirects/-/plugin-client-redirects-3.8.1.tgz", 3563 - "integrity": "sha512-F+86R7PBn6VNgy/Ux8w3ZRypJGJEzksbejQKlbTC8u6uhBUhfdXWkDp6qdOisIoW0buY5nLqucvZt1zNJzhJhA==", 3784 + "version": "3.9.2", 3785 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-client-redirects/-/plugin-client-redirects-3.9.2.tgz", 3786 + "integrity": "sha512-lUgMArI9vyOYMzLRBUILcg9vcPTCyyI2aiuXq/4npcMVqOr6GfmwtmBYWSbNMlIUM0147smm4WhpXD0KFboffw==", 3564 3787 "license": "MIT", 3565 3788 "dependencies": { 3566 - "@docusaurus/core": "3.8.1", 3567 - "@docusaurus/logger": "3.8.1", 3568 - "@docusaurus/utils": "3.8.1", 3569 - "@docusaurus/utils-common": "3.8.1", 3570 - "@docusaurus/utils-validation": "3.8.1", 3789 + "@docusaurus/core": "3.9.2", 3790 + "@docusaurus/logger": "3.9.2", 3791 + "@docusaurus/utils": "3.9.2", 3792 + "@docusaurus/utils-common": "3.9.2", 3793 + "@docusaurus/utils-validation": "3.9.2", 3571 3794 "eta": "^2.2.0", 3572 3795 "fs-extra": "^11.1.1", 3573 3796 "lodash": "^4.17.21", 3574 3797 "tslib": "^2.6.0" 3575 3798 }, 3576 3799 "engines": { 3577 - "node": ">=18.0" 3800 + "node": ">=20.0" 3578 3801 }, 3579 3802 "peerDependencies": { 3580 3803 "react": "^18.0.0 || ^19.0.0", ··· 3582 3805 } 3583 3806 }, 3584 3807 "node_modules/@docusaurus/plugin-content-blog": { 3585 - "version": "3.8.1", 3586 - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.8.1.tgz", 3587 - "integrity": "sha512-vNTpMmlvNP9n3hGEcgPaXyvTljanAKIUkuG9URQ1DeuDup0OR7Ltvoc8yrmH+iMZJbcQGhUJF+WjHLwuk8HSdw==", 3808 + "version": "3.9.2", 3809 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.9.2.tgz", 3810 + "integrity": "sha512-3I2HXy3L1QcjLJLGAoTvoBnpOwa6DPUa3Q0dMK19UTY9mhPkKQg/DYhAGTiBUKcTR0f08iw7kLPqOhIgdV3eVQ==", 3588 3811 "license": "MIT", 3589 3812 "dependencies": { 3590 - "@docusaurus/core": "3.8.1", 3591 - "@docusaurus/logger": "3.8.1", 3592 - "@docusaurus/mdx-loader": "3.8.1", 3593 - "@docusaurus/theme-common": "3.8.1", 3594 - "@docusaurus/types": "3.8.1", 3595 - "@docusaurus/utils": "3.8.1", 3596 - "@docusaurus/utils-common": "3.8.1", 3597 - "@docusaurus/utils-validation": "3.8.1", 3813 + "@docusaurus/core": "3.9.2", 3814 + "@docusaurus/logger": "3.9.2", 3815 + "@docusaurus/mdx-loader": "3.9.2", 3816 + "@docusaurus/theme-common": "3.9.2", 3817 + "@docusaurus/types": "3.9.2", 3818 + "@docusaurus/utils": "3.9.2", 3819 + "@docusaurus/utils-common": "3.9.2", 3820 + "@docusaurus/utils-validation": "3.9.2", 3598 3821 "cheerio": "1.0.0-rc.12", 3599 3822 "feed": "^4.2.2", 3600 3823 "fs-extra": "^11.1.1", ··· 3607 3830 "webpack": "^5.88.1" 3608 3831 }, 3609 3832 "engines": { 3610 - "node": ">=18.0" 3833 + "node": ">=20.0" 3611 3834 }, 3612 3835 "peerDependencies": { 3613 3836 "@docusaurus/plugin-content-docs": "*", ··· 3616 3839 } 3617 3840 }, 3618 3841 "node_modules/@docusaurus/plugin-content-docs": { 3619 - "version": "3.8.1", 3620 - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.8.1.tgz", 3621 - "integrity": "sha512-oByRkSZzeGNQByCMaX+kif5Nl2vmtj2IHQI2fWjCfCootsdKZDPFLonhIp5s3IGJO7PLUfe0POyw0Xh/RrGXJA==", 3842 + "version": "3.9.2", 3843 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.9.2.tgz", 3844 + "integrity": "sha512-C5wZsGuKTY8jEYsqdxhhFOe1ZDjH0uIYJ9T/jebHwkyxqnr4wW0jTkB72OMqNjsoQRcb0JN3PcSeTwFlVgzCZg==", 3622 3845 "license": "MIT", 3623 3846 "dependencies": { 3624 - "@docusaurus/core": "3.8.1", 3625 - "@docusaurus/logger": "3.8.1", 3626 - "@docusaurus/mdx-loader": "3.8.1", 3627 - "@docusaurus/module-type-aliases": "3.8.1", 3628 - "@docusaurus/theme-common": "3.8.1", 3629 - "@docusaurus/types": "3.8.1", 3630 - "@docusaurus/utils": "3.8.1", 3631 - "@docusaurus/utils-common": "3.8.1", 3632 - "@docusaurus/utils-validation": "3.8.1", 3847 + "@docusaurus/core": "3.9.2", 3848 + "@docusaurus/logger": "3.9.2", 3849 + "@docusaurus/mdx-loader": "3.9.2", 3850 + "@docusaurus/module-type-aliases": "3.9.2", 3851 + "@docusaurus/theme-common": "3.9.2", 3852 + "@docusaurus/types": "3.9.2", 3853 + "@docusaurus/utils": "3.9.2", 3854 + "@docusaurus/utils-common": "3.9.2", 3855 + "@docusaurus/utils-validation": "3.9.2", 3633 3856 "@types/react-router-config": "^5.0.7", 3634 3857 "combine-promises": "^1.1.0", 3635 3858 "fs-extra": "^11.1.1", ··· 3641 3864 "webpack": "^5.88.1" 3642 3865 }, 3643 3866 "engines": { 3644 - "node": ">=18.0" 3867 + "node": ">=20.0" 3645 3868 }, 3646 3869 "peerDependencies": { 3647 3870 "react": "^18.0.0 || ^19.0.0", ··· 3649 3872 } 3650 3873 }, 3651 3874 "node_modules/@docusaurus/plugin-content-pages": { 3652 - "version": "3.8.1", 3653 - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.8.1.tgz", 3654 - "integrity": "sha512-a+V6MS2cIu37E/m7nDJn3dcxpvXb6TvgdNI22vJX8iUTp8eoMoPa0VArEbWvCxMY/xdC26WzNv4wZ6y0iIni/w==", 3875 + "version": "3.9.2", 3876 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.9.2.tgz", 3877 + "integrity": "sha512-s4849w/p4noXUrGpPUF0BPqIAfdAe76BLaRGAGKZ1gTDNiGxGcpsLcwJ9OTi1/V8A+AzvsmI9pkjie2zjIQZKA==", 3655 3878 "license": "MIT", 3656 3879 "dependencies": { 3657 - "@docusaurus/core": "3.8.1", 3658 - "@docusaurus/mdx-loader": "3.8.1", 3659 - "@docusaurus/types": "3.8.1", 3660 - "@docusaurus/utils": "3.8.1", 3661 - "@docusaurus/utils-validation": "3.8.1", 3880 + "@docusaurus/core": "3.9.2", 3881 + "@docusaurus/mdx-loader": "3.9.2", 3882 + "@docusaurus/types": "3.9.2", 3883 + "@docusaurus/utils": "3.9.2", 3884 + "@docusaurus/utils-validation": "3.9.2", 3662 3885 "fs-extra": "^11.1.1", 3663 3886 "tslib": "^2.6.0", 3664 3887 "webpack": "^5.88.1" 3665 3888 }, 3666 3889 "engines": { 3667 - "node": ">=18.0" 3890 + "node": ">=20.0" 3668 3891 }, 3669 3892 "peerDependencies": { 3670 3893 "react": "^18.0.0 || ^19.0.0", ··· 3672 3895 } 3673 3896 }, 3674 3897 "node_modules/@docusaurus/plugin-css-cascade-layers": { 3675 - "version": "3.8.1", 3676 - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-css-cascade-layers/-/plugin-css-cascade-layers-3.8.1.tgz", 3677 - "integrity": "sha512-VQ47xRxfNKjHS5ItzaVXpxeTm7/wJLFMOPo1BkmoMG4Cuz4nuI+Hs62+RMk1OqVog68Swz66xVPK8g9XTrBKRw==", 3898 + "version": "3.9.2", 3899 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-css-cascade-layers/-/plugin-css-cascade-layers-3.9.2.tgz", 3900 + "integrity": "sha512-w1s3+Ss+eOQbscGM4cfIFBlVg/QKxyYgj26k5AnakuHkKxH6004ZtuLe5awMBotIYF2bbGDoDhpgQ4r/kcj4rQ==", 3678 3901 "license": "MIT", 3679 3902 "dependencies": { 3680 - "@docusaurus/core": "3.8.1", 3681 - "@docusaurus/types": "3.8.1", 3682 - "@docusaurus/utils": "3.8.1", 3683 - "@docusaurus/utils-validation": "3.8.1", 3903 + "@docusaurus/core": "3.9.2", 3904 + "@docusaurus/types": "3.9.2", 3905 + "@docusaurus/utils": "3.9.2", 3906 + "@docusaurus/utils-validation": "3.9.2", 3684 3907 "tslib": "^2.6.0" 3685 3908 }, 3686 3909 "engines": { 3687 - "node": ">=18.0" 3910 + "node": ">=20.0" 3688 3911 } 3689 3912 }, 3690 3913 "node_modules/@docusaurus/plugin-debug": { 3691 - "version": "3.8.1", 3692 - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-3.8.1.tgz", 3693 - "integrity": "sha512-nT3lN7TV5bi5hKMB7FK8gCffFTBSsBsAfV84/v293qAmnHOyg1nr9okEw8AiwcO3bl9vije5nsUvP0aRl2lpaw==", 3914 + "version": "3.9.2", 3915 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-3.9.2.tgz", 3916 + "integrity": "sha512-j7a5hWuAFxyQAkilZwhsQ/b3T7FfHZ+0dub6j/GxKNFJp2h9qk/P1Bp7vrGASnvA9KNQBBL1ZXTe7jlh4VdPdA==", 3694 3917 "license": "MIT", 3695 3918 "dependencies": { 3696 - "@docusaurus/core": "3.8.1", 3697 - "@docusaurus/types": "3.8.1", 3698 - "@docusaurus/utils": "3.8.1", 3919 + "@docusaurus/core": "3.9.2", 3920 + "@docusaurus/types": "3.9.2", 3921 + "@docusaurus/utils": "3.9.2", 3699 3922 "fs-extra": "^11.1.1", 3700 3923 "react-json-view-lite": "^2.3.0", 3701 3924 "tslib": "^2.6.0" 3702 3925 }, 3703 3926 "engines": { 3704 - "node": ">=18.0" 3927 + "node": ">=20.0" 3705 3928 }, 3706 3929 "peerDependencies": { 3707 3930 "react": "^18.0.0 || ^19.0.0", ··· 3709 3932 } 3710 3933 }, 3711 3934 "node_modules/@docusaurus/plugin-google-analytics": { 3712 - "version": "3.8.1", 3713 - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.8.1.tgz", 3714 - "integrity": "sha512-Hrb/PurOJsmwHAsfMDH6oVpahkEGsx7F8CWMjyP/dw1qjqmdS9rcV1nYCGlM8nOtD3Wk/eaThzUB5TSZsGz+7Q==", 3935 + "version": "3.9.2", 3936 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.9.2.tgz", 3937 + "integrity": "sha512-mAwwQJ1Us9jL/lVjXtErXto4p4/iaLlweC54yDUK1a97WfkC6Z2k5/769JsFgwOwOP+n5mUQGACXOEQ0XDuVUw==", 3715 3938 "license": "MIT", 3716 3939 "dependencies": { 3717 - "@docusaurus/core": "3.8.1", 3718 - "@docusaurus/types": "3.8.1", 3719 - "@docusaurus/utils-validation": "3.8.1", 3940 + "@docusaurus/core": "3.9.2", 3941 + "@docusaurus/types": "3.9.2", 3942 + "@docusaurus/utils-validation": "3.9.2", 3720 3943 "tslib": "^2.6.0" 3721 3944 }, 3722 3945 "engines": { 3723 - "node": ">=18.0" 3946 + "node": ">=20.0" 3724 3947 }, 3725 3948 "peerDependencies": { 3726 3949 "react": "^18.0.0 || ^19.0.0", ··· 3728 3951 } 3729 3952 }, 3730 3953 "node_modules/@docusaurus/plugin-google-gtag": { 3731 - "version": "3.8.1", 3732 - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.8.1.tgz", 3733 - "integrity": "sha512-tKE8j1cEZCh8KZa4aa80zpSTxsC2/ZYqjx6AAfd8uA8VHZVw79+7OTEP2PoWi0uL5/1Is0LF5Vwxd+1fz5HlKg==", 3954 + "version": "3.9.2", 3955 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.9.2.tgz", 3956 + "integrity": "sha512-YJ4lDCphabBtw19ooSlc1MnxtYGpjFV9rEdzjLsUnBCeis2djUyCozZaFhCg6NGEwOn7HDDyMh0yzcdRpnuIvA==", 3734 3957 "license": "MIT", 3735 3958 "dependencies": { 3736 - "@docusaurus/core": "3.8.1", 3737 - "@docusaurus/types": "3.8.1", 3738 - "@docusaurus/utils-validation": "3.8.1", 3959 + "@docusaurus/core": "3.9.2", 3960 + "@docusaurus/types": "3.9.2", 3961 + "@docusaurus/utils-validation": "3.9.2", 3739 3962 "@types/gtag.js": "^0.0.12", 3740 3963 "tslib": "^2.6.0" 3741 3964 }, 3742 3965 "engines": { 3743 - "node": ">=18.0" 3966 + "node": ">=20.0" 3744 3967 }, 3745 3968 "peerDependencies": { 3746 3969 "react": "^18.0.0 || ^19.0.0", ··· 3748 3971 } 3749 3972 }, 3750 3973 "node_modules/@docusaurus/plugin-google-tag-manager": { 3751 - "version": "3.8.1", 3752 - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.8.1.tgz", 3753 - "integrity": "sha512-iqe3XKITBquZq+6UAXdb1vI0fPY5iIOitVjPQ581R1ZKpHr0qe+V6gVOrrcOHixPDD/BUKdYwkxFjpNiEN+vBw==", 3974 + "version": "3.9.2", 3975 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.9.2.tgz", 3976 + "integrity": "sha512-LJtIrkZN/tuHD8NqDAW1Tnw0ekOwRTfobWPsdO15YxcicBo2ykKF0/D6n0vVBfd3srwr9Z6rzrIWYrMzBGrvNw==", 3754 3977 "license": "MIT", 3755 3978 "dependencies": { 3756 - "@docusaurus/core": "3.8.1", 3757 - "@docusaurus/types": "3.8.1", 3758 - "@docusaurus/utils-validation": "3.8.1", 3979 + "@docusaurus/core": "3.9.2", 3980 + "@docusaurus/types": "3.9.2", 3981 + "@docusaurus/utils-validation": "3.9.2", 3759 3982 "tslib": "^2.6.0" 3760 3983 }, 3761 3984 "engines": { 3762 - "node": ">=18.0" 3985 + "node": ">=20.0" 3763 3986 }, 3764 3987 "peerDependencies": { 3765 3988 "react": "^18.0.0 || ^19.0.0", ··· 3767 3990 } 3768 3991 }, 3769 3992 "node_modules/@docusaurus/plugin-sitemap": { 3770 - "version": "3.8.1", 3771 - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.8.1.tgz", 3772 - "integrity": "sha512-+9YV/7VLbGTq8qNkjiugIelmfUEVkTyLe6X8bWq7K5qPvGXAjno27QAfFq63mYfFFbJc7z+pudL63acprbqGzw==", 3993 + "version": "3.9.2", 3994 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.9.2.tgz", 3995 + "integrity": "sha512-WLh7ymgDXjG8oPoM/T4/zUP7KcSuFYRZAUTl8vR6VzYkfc18GBM4xLhcT+AKOwun6kBivYKUJf+vlqYJkm+RHw==", 3773 3996 "license": "MIT", 3774 3997 "dependencies": { 3775 - "@docusaurus/core": "3.8.1", 3776 - "@docusaurus/logger": "3.8.1", 3777 - "@docusaurus/types": "3.8.1", 3778 - "@docusaurus/utils": "3.8.1", 3779 - "@docusaurus/utils-common": "3.8.1", 3780 - "@docusaurus/utils-validation": "3.8.1", 3998 + "@docusaurus/core": "3.9.2", 3999 + "@docusaurus/logger": "3.9.2", 4000 + "@docusaurus/types": "3.9.2", 4001 + "@docusaurus/utils": "3.9.2", 4002 + "@docusaurus/utils-common": "3.9.2", 4003 + "@docusaurus/utils-validation": "3.9.2", 3781 4004 "fs-extra": "^11.1.1", 3782 4005 "sitemap": "^7.1.1", 3783 4006 "tslib": "^2.6.0" 3784 4007 }, 3785 4008 "engines": { 3786 - "node": ">=18.0" 4009 + "node": ">=20.0" 3787 4010 }, 3788 4011 "peerDependencies": { 3789 4012 "react": "^18.0.0 || ^19.0.0", ··· 3791 4014 } 3792 4015 }, 3793 4016 "node_modules/@docusaurus/plugin-svgr": { 3794 - "version": "3.8.1", 3795 - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-svgr/-/plugin-svgr-3.8.1.tgz", 3796 - "integrity": "sha512-rW0LWMDsdlsgowVwqiMb/7tANDodpy1wWPwCcamvhY7OECReN3feoFwLjd/U4tKjNY3encj0AJSTxJA+Fpe+Gw==", 4017 + "version": "3.9.2", 4018 + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-svgr/-/plugin-svgr-3.9.2.tgz", 4019 + "integrity": "sha512-n+1DE+5b3Lnf27TgVU5jM1d4x5tUh2oW5LTsBxJX4PsAPV0JGcmI6p3yLYtEY0LRVEIJh+8RsdQmRE66wSV8mw==", 3797 4020 "license": "MIT", 3798 4021 "dependencies": { 3799 - "@docusaurus/core": "3.8.1", 3800 - "@docusaurus/types": "3.8.1", 3801 - "@docusaurus/utils": "3.8.1", 3802 - "@docusaurus/utils-validation": "3.8.1", 4022 + "@docusaurus/core": "3.9.2", 4023 + "@docusaurus/types": "3.9.2", 4024 + "@docusaurus/utils": "3.9.2", 4025 + "@docusaurus/utils-validation": "3.9.2", 3803 4026 "@svgr/core": "8.1.0", 3804 4027 "@svgr/webpack": "^8.1.0", 3805 4028 "tslib": "^2.6.0", 3806 4029 "webpack": "^5.88.1" 3807 4030 }, 3808 4031 "engines": { 3809 - "node": ">=18.0" 4032 + "node": ">=20.0" 3810 4033 }, 3811 4034 "peerDependencies": { 3812 4035 "react": "^18.0.0 || ^19.0.0", ··· 3814 4037 } 3815 4038 }, 3816 4039 "node_modules/@docusaurus/preset-classic": { 3817 - "version": "3.8.1", 3818 - "resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-3.8.1.tgz", 3819 - "integrity": "sha512-yJSjYNHXD8POMGc2mKQuj3ApPrN+eG0rO1UPgSx7jySpYU+n4WjBikbrA2ue5ad9A7aouEtMWUoiSRXTH/g7KQ==", 4040 + "version": "3.9.2", 4041 + "resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-3.9.2.tgz", 4042 + "integrity": "sha512-IgyYO2Gvaigi21LuDIe+nvmN/dfGXAiMcV/murFqcpjnZc7jxFAxW+9LEjdPt61uZLxG4ByW/oUmX/DDK9t/8w==", 3820 4043 "license": "MIT", 3821 4044 "dependencies": { 3822 - "@docusaurus/core": "3.8.1", 3823 - "@docusaurus/plugin-content-blog": "3.8.1", 3824 - "@docusaurus/plugin-content-docs": "3.8.1", 3825 - "@docusaurus/plugin-content-pages": "3.8.1", 3826 - "@docusaurus/plugin-css-cascade-layers": "3.8.1", 3827 - "@docusaurus/plugin-debug": "3.8.1", 3828 - "@docusaurus/plugin-google-analytics": "3.8.1", 3829 - "@docusaurus/plugin-google-gtag": "3.8.1", 3830 - "@docusaurus/plugin-google-tag-manager": "3.8.1", 3831 - "@docusaurus/plugin-sitemap": "3.8.1", 3832 - "@docusaurus/plugin-svgr": "3.8.1", 3833 - "@docusaurus/theme-classic": "3.8.1", 3834 - "@docusaurus/theme-common": "3.8.1", 3835 - "@docusaurus/theme-search-algolia": "3.8.1", 3836 - "@docusaurus/types": "3.8.1" 4045 + "@docusaurus/core": "3.9.2", 4046 + "@docusaurus/plugin-content-blog": "3.9.2", 4047 + "@docusaurus/plugin-content-docs": "3.9.2", 4048 + "@docusaurus/plugin-content-pages": "3.9.2", 4049 + "@docusaurus/plugin-css-cascade-layers": "3.9.2", 4050 + "@docusaurus/plugin-debug": "3.9.2", 4051 + "@docusaurus/plugin-google-analytics": "3.9.2", 4052 + "@docusaurus/plugin-google-gtag": "3.9.2", 4053 + "@docusaurus/plugin-google-tag-manager": "3.9.2", 4054 + "@docusaurus/plugin-sitemap": "3.9.2", 4055 + "@docusaurus/plugin-svgr": "3.9.2", 4056 + "@docusaurus/theme-classic": "3.9.2", 4057 + "@docusaurus/theme-common": "3.9.2", 4058 + "@docusaurus/theme-search-algolia": "3.9.2", 4059 + "@docusaurus/types": "3.9.2" 3837 4060 }, 3838 4061 "engines": { 3839 - "node": ">=18.0" 4062 + "node": ">=20.0" 3840 4063 }, 3841 4064 "peerDependencies": { 3842 4065 "react": "^18.0.0 || ^19.0.0", ··· 3844 4067 } 3845 4068 }, 3846 4069 "node_modules/@docusaurus/theme-classic": { 3847 - "version": "3.8.1", 3848 - "resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-3.8.1.tgz", 3849 - "integrity": "sha512-bqDUCNqXeYypMCsE1VcTXSI1QuO4KXfx8Cvl6rYfY0bhhqN6d2WZlRkyLg/p6pm+DzvanqHOyYlqdPyP0iz+iw==", 4070 + "version": "3.9.2", 4071 + "resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-3.9.2.tgz", 4072 + "integrity": "sha512-IGUsArG5hhekXd7RDb11v94ycpJpFdJPkLnt10fFQWOVxAtq5/D7hT6lzc2fhyQKaaCE62qVajOMKL7OiAFAIA==", 3850 4073 "license": "MIT", 3851 4074 "dependencies": { 3852 - "@docusaurus/core": "3.8.1", 3853 - "@docusaurus/logger": "3.8.1", 3854 - "@docusaurus/mdx-loader": "3.8.1", 3855 - "@docusaurus/module-type-aliases": "3.8.1", 3856 - "@docusaurus/plugin-content-blog": "3.8.1", 3857 - "@docusaurus/plugin-content-docs": "3.8.1", 3858 - "@docusaurus/plugin-content-pages": "3.8.1", 3859 - "@docusaurus/theme-common": "3.8.1", 3860 - "@docusaurus/theme-translations": "3.8.1", 3861 - "@docusaurus/types": "3.8.1", 3862 - "@docusaurus/utils": "3.8.1", 3863 - "@docusaurus/utils-common": "3.8.1", 3864 - "@docusaurus/utils-validation": "3.8.1", 4075 + "@docusaurus/core": "3.9.2", 4076 + "@docusaurus/logger": "3.9.2", 4077 + "@docusaurus/mdx-loader": "3.9.2", 4078 + "@docusaurus/module-type-aliases": "3.9.2", 4079 + "@docusaurus/plugin-content-blog": "3.9.2", 4080 + "@docusaurus/plugin-content-docs": "3.9.2", 4081 + "@docusaurus/plugin-content-pages": "3.9.2", 4082 + "@docusaurus/theme-common": "3.9.2", 4083 + "@docusaurus/theme-translations": "3.9.2", 4084 + "@docusaurus/types": "3.9.2", 4085 + "@docusaurus/utils": "3.9.2", 4086 + "@docusaurus/utils-common": "3.9.2", 4087 + "@docusaurus/utils-validation": "3.9.2", 3865 4088 "@mdx-js/react": "^3.0.0", 3866 4089 "clsx": "^2.0.0", 3867 - "copy-text-to-clipboard": "^3.2.0", 3868 4090 "infima": "0.2.0-alpha.45", 3869 4091 "lodash": "^4.17.21", 3870 4092 "nprogress": "^0.2.0", ··· 3877 4099 "utility-types": "^3.10.0" 3878 4100 }, 3879 4101 "engines": { 3880 - "node": ">=18.0" 4102 + "node": ">=20.0" 3881 4103 }, 3882 4104 "peerDependencies": { 3883 4105 "react": "^18.0.0 || ^19.0.0", ··· 3885 4107 } 3886 4108 }, 3887 4109 "node_modules/@docusaurus/theme-common": { 3888 - "version": "3.8.1", 3889 - "resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-3.8.1.tgz", 3890 - "integrity": "sha512-UswMOyTnPEVRvN5Qzbo+l8k4xrd5fTFu2VPPfD6FcW/6qUtVLmJTQCktbAL3KJ0BVXGm5aJXz/ZrzqFuZERGPw==", 4110 + "version": "3.9.2", 4111 + "resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-3.9.2.tgz", 4112 + "integrity": "sha512-6c4DAbR6n6nPbnZhY2V3tzpnKnGL+6aOsLvFL26VRqhlczli9eWG0VDUNoCQEPnGwDMhPS42UhSAnz5pThm5Ag==", 3891 4113 "license": "MIT", 3892 4114 "dependencies": { 3893 - "@docusaurus/mdx-loader": "3.8.1", 3894 - "@docusaurus/module-type-aliases": "3.8.1", 3895 - "@docusaurus/utils": "3.8.1", 3896 - "@docusaurus/utils-common": "3.8.1", 4115 + "@docusaurus/mdx-loader": "3.9.2", 4116 + "@docusaurus/module-type-aliases": "3.9.2", 4117 + "@docusaurus/utils": "3.9.2", 4118 + "@docusaurus/utils-common": "3.9.2", 3897 4119 "@types/history": "^4.7.11", 3898 4120 "@types/react": "*", 3899 4121 "@types/react-router-config": "*", ··· 3904 4126 "utility-types": "^3.10.0" 3905 4127 }, 3906 4128 "engines": { 3907 - "node": ">=18.0" 4129 + "node": ">=20.0" 3908 4130 }, 3909 4131 "peerDependencies": { 3910 4132 "@docusaurus/plugin-content-docs": "*", ··· 3913 4135 } 3914 4136 }, 3915 4137 "node_modules/@docusaurus/theme-search-algolia": { 3916 - "version": "3.8.1", 3917 - "resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.8.1.tgz", 3918 - "integrity": "sha512-NBFH5rZVQRAQM087aYSRKQ9yGEK9eHd+xOxQjqNpxMiV85OhJDD4ZGz6YJIod26Fbooy54UWVdzNU0TFeUUUzQ==", 4138 + "version": "3.9.2", 4139 + "resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.9.2.tgz", 4140 + "integrity": "sha512-GBDSFNwjnh5/LdkxCKQHkgO2pIMX1447BxYUBG2wBiajS21uj64a+gH/qlbQjDLxmGrbrllBrtJkUHxIsiwRnw==", 3919 4141 "license": "MIT", 3920 4142 "dependencies": { 3921 - "@docsearch/react": "^3.9.0", 3922 - "@docusaurus/core": "3.8.1", 3923 - "@docusaurus/logger": "3.8.1", 3924 - "@docusaurus/plugin-content-docs": "3.8.1", 3925 - "@docusaurus/theme-common": "3.8.1", 3926 - "@docusaurus/theme-translations": "3.8.1", 3927 - "@docusaurus/utils": "3.8.1", 3928 - "@docusaurus/utils-validation": "3.8.1", 3929 - "algoliasearch": "^5.17.1", 3930 - "algoliasearch-helper": "^3.22.6", 4143 + "@docsearch/react": "^3.9.0 || ^4.1.0", 4144 + "@docusaurus/core": "3.9.2", 4145 + "@docusaurus/logger": "3.9.2", 4146 + "@docusaurus/plugin-content-docs": "3.9.2", 4147 + "@docusaurus/theme-common": "3.9.2", 4148 + "@docusaurus/theme-translations": "3.9.2", 4149 + "@docusaurus/utils": "3.9.2", 4150 + "@docusaurus/utils-validation": "3.9.2", 4151 + "algoliasearch": "^5.37.0", 4152 + "algoliasearch-helper": "^3.26.0", 3931 4153 "clsx": "^2.0.0", 3932 4154 "eta": "^2.2.0", 3933 4155 "fs-extra": "^11.1.1", ··· 3936 4158 "utility-types": "^3.10.0" 3937 4159 }, 3938 4160 "engines": { 3939 - "node": ">=18.0" 4161 + "node": ">=20.0" 3940 4162 }, 3941 4163 "peerDependencies": { 3942 4164 "react": "^18.0.0 || ^19.0.0", ··· 3944 4166 } 3945 4167 }, 3946 4168 "node_modules/@docusaurus/theme-translations": { 3947 - "version": "3.8.1", 3948 - "resolved": "https://registry.npmjs.org/@docusaurus/theme-translations/-/theme-translations-3.8.1.tgz", 3949 - "integrity": "sha512-OTp6eebuMcf2rJt4bqnvuwmm3NVXfzfYejL+u/Y1qwKhZPrjPoKWfk1CbOP5xH5ZOPkiAsx4dHdQBRJszK3z2g==", 4169 + "version": "3.9.2", 4170 + "resolved": "https://registry.npmjs.org/@docusaurus/theme-translations/-/theme-translations-3.9.2.tgz", 4171 + "integrity": "sha512-vIryvpP18ON9T9rjgMRFLr2xJVDpw1rtagEGf8Ccce4CkTrvM/fRB8N2nyWYOW5u3DdjkwKw5fBa+3tbn9P4PA==", 3950 4172 "license": "MIT", 3951 4173 "dependencies": { 3952 4174 "fs-extra": "^11.1.1", 3953 4175 "tslib": "^2.6.0" 3954 4176 }, 3955 4177 "engines": { 3956 - "node": ">=18.0" 4178 + "node": ">=20.0" 3957 4179 } 3958 4180 }, 3959 4181 "node_modules/@docusaurus/tsconfig": { 3960 - "version": "3.7.0", 3961 - "resolved": "https://registry.npmjs.org/@docusaurus/tsconfig/-/tsconfig-3.7.0.tgz", 3962 - "integrity": "sha512-vRsyj3yUZCjscgfgcFYjIsTcAru/4h4YH2/XAE8Rs7wWdnng98PgWKvP5ovVc4rmRpRg2WChVW0uOy2xHDvDBQ==", 3963 - "dev": true 4182 + "version": "3.9.2", 4183 + "resolved": "https://registry.npmjs.org/@docusaurus/tsconfig/-/tsconfig-3.9.2.tgz", 4184 + "integrity": "sha512-j6/Fp4Rlpxsc632cnRnl5HpOWeb6ZKssDj6/XzzAzVGXXfm9Eptx3rxCC+fDzySn9fHTS+CWJjPineCR1bB5WQ==", 4185 + "dev": true, 4186 + "license": "MIT" 3964 4187 }, 3965 4188 "node_modules/@docusaurus/types": { 3966 - "version": "3.8.1", 3967 - "resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-3.8.1.tgz", 3968 - "integrity": "sha512-ZPdW5AB+pBjiVrcLuw3dOS6BFlrG0XkS2lDGsj8TizcnREQg3J8cjsgfDviszOk4CweNfwo1AEELJkYaMUuOPg==", 4189 + "version": "3.9.2", 4190 + "resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-3.9.2.tgz", 4191 + "integrity": "sha512-Ux1JUNswg+EfUEmajJjyhIohKceitY/yzjRUpu04WXgvVz+fbhVC0p+R0JhvEu4ytw8zIAys2hrdpQPBHRIa8Q==", 3969 4192 "license": "MIT", 3970 4193 "dependencies": { 3971 4194 "@mdx-js/mdx": "^3.0.0", 3972 4195 "@types/history": "^4.7.11", 4196 + "@types/mdast": "^4.0.2", 3973 4197 "@types/react": "*", 3974 4198 "commander": "^5.1.0", 3975 4199 "joi": "^17.9.2", ··· 3998 4222 } 3999 4223 }, 4000 4224 "node_modules/@docusaurus/utils": { 4001 - "version": "3.8.1", 4002 - "resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-3.8.1.tgz", 4003 - "integrity": "sha512-P1ml0nvOmEFdmu0smSXOqTS1sxU5tqvnc0dA4MTKV39kye+bhQnjkIKEE18fNOvxjyB86k8esoCIFM3x4RykOQ==", 4225 + "version": "3.9.2", 4226 + "resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-3.9.2.tgz", 4227 + "integrity": "sha512-lBSBiRruFurFKXr5Hbsl2thmGweAPmddhF3jb99U4EMDA5L+e5Y1rAkOS07Nvrup7HUMBDrCV45meaxZnt28nQ==", 4004 4228 "license": "MIT", 4005 4229 "dependencies": { 4006 - "@docusaurus/logger": "3.8.1", 4007 - "@docusaurus/types": "3.8.1", 4008 - "@docusaurus/utils-common": "3.8.1", 4230 + "@docusaurus/logger": "3.9.2", 4231 + "@docusaurus/types": "3.9.2", 4232 + "@docusaurus/utils-common": "3.9.2", 4009 4233 "escape-string-regexp": "^4.0.0", 4010 4234 "execa": "5.1.1", 4011 4235 "file-loader": "^6.2.0", ··· 4026 4250 "webpack": "^5.88.1" 4027 4251 }, 4028 4252 "engines": { 4029 - "node": ">=18.0" 4253 + "node": ">=20.0" 4030 4254 } 4031 4255 }, 4032 4256 "node_modules/@docusaurus/utils-common": { 4033 - "version": "3.8.1", 4034 - "resolved": "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-3.8.1.tgz", 4035 - "integrity": "sha512-zTZiDlvpvoJIrQEEd71c154DkcriBecm4z94OzEE9kz7ikS3J+iSlABhFXM45mZ0eN5pVqqr7cs60+ZlYLewtg==", 4257 + "version": "3.9.2", 4258 + "resolved": "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-3.9.2.tgz", 4259 + "integrity": "sha512-I53UC1QctruA6SWLvbjbhCpAw7+X7PePoe5pYcwTOEXD/PxeP8LnECAhTHHwWCblyUX5bMi4QLRkxvyZ+IT8Aw==", 4036 4260 "license": "MIT", 4037 4261 "dependencies": { 4038 - "@docusaurus/types": "3.8.1", 4262 + "@docusaurus/types": "3.9.2", 4039 4263 "tslib": "^2.6.0" 4040 4264 }, 4041 4265 "engines": { 4042 - "node": ">=18.0" 4266 + "node": ">=20.0" 4043 4267 } 4044 4268 }, 4045 4269 "node_modules/@docusaurus/utils-validation": { 4046 - "version": "3.8.1", 4047 - "resolved": "https://registry.npmjs.org/@docusaurus/utils-validation/-/utils-validation-3.8.1.tgz", 4048 - "integrity": "sha512-gs5bXIccxzEbyVecvxg6upTwaUbfa0KMmTj7HhHzc016AGyxH2o73k1/aOD0IFrdCsfJNt37MqNI47s2MgRZMA==", 4270 + "version": "3.9.2", 4271 + "resolved": "https://registry.npmjs.org/@docusaurus/utils-validation/-/utils-validation-3.9.2.tgz", 4272 + "integrity": "sha512-l7yk3X5VnNmATbwijJkexdhulNsQaNDwoagiwujXoxFbWLcxHQqNQ+c/IAlzrfMMOfa/8xSBZ7KEKDesE/2J7A==", 4049 4273 "license": "MIT", 4050 4274 "dependencies": { 4051 - "@docusaurus/logger": "3.8.1", 4052 - "@docusaurus/utils": "3.8.1", 4053 - "@docusaurus/utils-common": "3.8.1", 4275 + "@docusaurus/logger": "3.9.2", 4276 + "@docusaurus/utils": "3.9.2", 4277 + "@docusaurus/utils-common": "3.9.2", 4054 4278 "fs-extra": "^11.2.0", 4055 4279 "joi": "^17.9.2", 4056 4280 "js-yaml": "^4.1.0", ··· 4058 4282 "tslib": "^2.6.0" 4059 4283 }, 4060 4284 "engines": { 4061 - "node": ">=18.0" 4285 + "node": ">=20.0" 4062 4286 } 4063 4287 }, 4064 4288 "node_modules/@easyops-cn/autocomplete.js": { ··· 4159 4383 } 4160 4384 }, 4161 4385 "node_modules/@emnapi/core": { 4162 - "version": "1.4.4", 4163 - "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.4.4.tgz", 4164 - "integrity": "sha512-A9CnAbC6ARNMKcIcrQwq6HeHCjpcBZ5wSx4U01WXCqEKlrzB9F9315WDNHkrs2xbx7YjjSxbUYxuN6EQzpcY2g==", 4386 + "version": "1.9.2", 4387 + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.2.tgz", 4388 + "integrity": "sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==", 4165 4389 "license": "MIT", 4166 4390 "optional": true, 4167 4391 "dependencies": { 4168 - "@emnapi/wasi-threads": "1.0.3", 4392 + "@emnapi/wasi-threads": "1.2.1", 4169 4393 "tslib": "^2.4.0" 4170 4394 } 4171 4395 }, 4172 4396 "node_modules/@emnapi/runtime": { 4173 - "version": "1.4.4", 4174 - "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.4.tgz", 4175 - "integrity": "sha512-hHyapA4A3gPaDCNfiqyZUStTMqIkKRshqPIuDOXv1hcBnD4U3l8cP0T1HMCfGRxQ6V64TGCcoswChANyOAwbQg==", 4397 + "version": "1.9.2", 4398 + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz", 4399 + "integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==", 4176 4400 "license": "MIT", 4177 4401 "optional": true, 4178 4402 "dependencies": { ··· 4180 4404 } 4181 4405 }, 4182 4406 "node_modules/@emnapi/wasi-threads": { 4183 - "version": "1.0.3", 4184 - "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.3.tgz", 4185 - "integrity": "sha512-8K5IFFsQqF9wQNJptGbS6FNKgUTsSRYnTqNCG1vPP8jFdjSv18n2mQfJpkt2Oibo9iBEzcDnDxNwKTzC7svlJw==", 4407 + "version": "1.2.1", 4408 + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz", 4409 + "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==", 4186 4410 "license": "MIT", 4187 4411 "optional": true, 4188 4412 "dependencies": { ··· 4379 4603 "jsep": "^0.4.0||^1.0.0" 4380 4604 } 4381 4605 }, 4606 + "node_modules/@jsonjoy.com/base64": { 4607 + "version": "1.1.2", 4608 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz", 4609 + "integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==", 4610 + "license": "Apache-2.0", 4611 + "engines": { 4612 + "node": ">=10.0" 4613 + }, 4614 + "funding": { 4615 + "type": "github", 4616 + "url": "https://github.com/sponsors/streamich" 4617 + }, 4618 + "peerDependencies": { 4619 + "tslib": "2" 4620 + } 4621 + }, 4622 + "node_modules/@jsonjoy.com/buffers": { 4623 + "version": "17.67.0", 4624 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-17.67.0.tgz", 4625 + "integrity": "sha512-tfExRpYxBvi32vPs9ZHaTjSP4fHAfzSmcahOfNxtvGHcyJel+aibkPlGeBB+7AoC6hL7lXIE++8okecBxx7lcw==", 4626 + "license": "Apache-2.0", 4627 + "engines": { 4628 + "node": ">=10.0" 4629 + }, 4630 + "funding": { 4631 + "type": "github", 4632 + "url": "https://github.com/sponsors/streamich" 4633 + }, 4634 + "peerDependencies": { 4635 + "tslib": "2" 4636 + } 4637 + }, 4638 + "node_modules/@jsonjoy.com/codegen": { 4639 + "version": "1.0.0", 4640 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz", 4641 + "integrity": "sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==", 4642 + "license": "Apache-2.0", 4643 + "engines": { 4644 + "node": ">=10.0" 4645 + }, 4646 + "funding": { 4647 + "type": "github", 4648 + "url": "https://github.com/sponsors/streamich" 4649 + }, 4650 + "peerDependencies": { 4651 + "tslib": "2" 4652 + } 4653 + }, 4654 + "node_modules/@jsonjoy.com/fs-core": { 4655 + "version": "4.57.1", 4656 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-core/-/fs-core-4.57.1.tgz", 4657 + "integrity": "sha512-YrEi/ZPmgc+GfdO0esBF04qv8boK9Dg9WpRQw/+vM8Qt3nnVIJWIa8HwZ/LXVZ0DB11XUROM8El/7yYTJX+WtA==", 4658 + "license": "Apache-2.0", 4659 + "dependencies": { 4660 + "@jsonjoy.com/fs-node-builtins": "4.57.1", 4661 + "@jsonjoy.com/fs-node-utils": "4.57.1", 4662 + "thingies": "^2.5.0" 4663 + }, 4664 + "engines": { 4665 + "node": ">=10.0" 4666 + }, 4667 + "funding": { 4668 + "type": "github", 4669 + "url": "https://github.com/sponsors/streamich" 4670 + }, 4671 + "peerDependencies": { 4672 + "tslib": "2" 4673 + } 4674 + }, 4675 + "node_modules/@jsonjoy.com/fs-fsa": { 4676 + "version": "4.57.1", 4677 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-fsa/-/fs-fsa-4.57.1.tgz", 4678 + "integrity": "sha512-ooEPvSW/HQDivPDPZMibHGKZf/QS4WRir1czGZmXmp3MsQqLECZEpN0JobrD8iV9BzsuwdIv+PxtWX9WpPLsIA==", 4679 + "license": "Apache-2.0", 4680 + "dependencies": { 4681 + "@jsonjoy.com/fs-core": "4.57.1", 4682 + "@jsonjoy.com/fs-node-builtins": "4.57.1", 4683 + "@jsonjoy.com/fs-node-utils": "4.57.1", 4684 + "thingies": "^2.5.0" 4685 + }, 4686 + "engines": { 4687 + "node": ">=10.0" 4688 + }, 4689 + "funding": { 4690 + "type": "github", 4691 + "url": "https://github.com/sponsors/streamich" 4692 + }, 4693 + "peerDependencies": { 4694 + "tslib": "2" 4695 + } 4696 + }, 4697 + "node_modules/@jsonjoy.com/fs-node": { 4698 + "version": "4.57.1", 4699 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node/-/fs-node-4.57.1.tgz", 4700 + "integrity": "sha512-3YaKhP8gXEKN+2O49GLNfNb5l2gbnCFHyAaybbA2JkkbQP3dpdef7WcUaHAulg/c5Dg4VncHsA3NWAUSZMR5KQ==", 4701 + "license": "Apache-2.0", 4702 + "dependencies": { 4703 + "@jsonjoy.com/fs-core": "4.57.1", 4704 + "@jsonjoy.com/fs-node-builtins": "4.57.1", 4705 + "@jsonjoy.com/fs-node-utils": "4.57.1", 4706 + "@jsonjoy.com/fs-print": "4.57.1", 4707 + "@jsonjoy.com/fs-snapshot": "4.57.1", 4708 + "glob-to-regex.js": "^1.0.0", 4709 + "thingies": "^2.5.0" 4710 + }, 4711 + "engines": { 4712 + "node": ">=10.0" 4713 + }, 4714 + "funding": { 4715 + "type": "github", 4716 + "url": "https://github.com/sponsors/streamich" 4717 + }, 4718 + "peerDependencies": { 4719 + "tslib": "2" 4720 + } 4721 + }, 4722 + "node_modules/@jsonjoy.com/fs-node-builtins": { 4723 + "version": "4.57.1", 4724 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-builtins/-/fs-node-builtins-4.57.1.tgz", 4725 + "integrity": "sha512-XHkFKQ5GSH3uxm8c3ZYXVrexGdscpWKIcMWKFQpMpMJc8gA3AwOMBJXJlgpdJqmrhPyQXxaY9nbkNeYpacC0Og==", 4726 + "license": "Apache-2.0", 4727 + "engines": { 4728 + "node": ">=10.0" 4729 + }, 4730 + "funding": { 4731 + "type": "github", 4732 + "url": "https://github.com/sponsors/streamich" 4733 + }, 4734 + "peerDependencies": { 4735 + "tslib": "2" 4736 + } 4737 + }, 4738 + "node_modules/@jsonjoy.com/fs-node-to-fsa": { 4739 + "version": "4.57.1", 4740 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-to-fsa/-/fs-node-to-fsa-4.57.1.tgz", 4741 + "integrity": "sha512-pqGHyWWzNck4jRfaGV39hkqpY5QjRUQ/nRbNT7FYbBa0xf4bDG+TE1Gt2KWZrSkrkZZDE3qZUjYMbjwSliX6pg==", 4742 + "license": "Apache-2.0", 4743 + "dependencies": { 4744 + "@jsonjoy.com/fs-fsa": "4.57.1", 4745 + "@jsonjoy.com/fs-node-builtins": "4.57.1", 4746 + "@jsonjoy.com/fs-node-utils": "4.57.1" 4747 + }, 4748 + "engines": { 4749 + "node": ">=10.0" 4750 + }, 4751 + "funding": { 4752 + "type": "github", 4753 + "url": "https://github.com/sponsors/streamich" 4754 + }, 4755 + "peerDependencies": { 4756 + "tslib": "2" 4757 + } 4758 + }, 4759 + "node_modules/@jsonjoy.com/fs-node-utils": { 4760 + "version": "4.57.1", 4761 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-utils/-/fs-node-utils-4.57.1.tgz", 4762 + "integrity": "sha512-vp+7ZzIB8v43G+GLXTS4oDUSQmhAsRz532QmmWBbdYA20s465JvwhkSFvX9cVTqRRAQg+vZ7zWDaIEh0lFe2gw==", 4763 + "license": "Apache-2.0", 4764 + "dependencies": { 4765 + "@jsonjoy.com/fs-node-builtins": "4.57.1" 4766 + }, 4767 + "engines": { 4768 + "node": ">=10.0" 4769 + }, 4770 + "funding": { 4771 + "type": "github", 4772 + "url": "https://github.com/sponsors/streamich" 4773 + }, 4774 + "peerDependencies": { 4775 + "tslib": "2" 4776 + } 4777 + }, 4778 + "node_modules/@jsonjoy.com/fs-print": { 4779 + "version": "4.57.1", 4780 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-print/-/fs-print-4.57.1.tgz", 4781 + "integrity": "sha512-Ynct7ZJmfk6qoXDOKfpovNA36ITUx8rChLmRQtW08J73VOiuNsU8PB6d/Xs7fxJC2ohWR3a5AqyjmLojfrw5yw==", 4782 + "license": "Apache-2.0", 4783 + "dependencies": { 4784 + "@jsonjoy.com/fs-node-utils": "4.57.1", 4785 + "tree-dump": "^1.1.0" 4786 + }, 4787 + "engines": { 4788 + "node": ">=10.0" 4789 + }, 4790 + "funding": { 4791 + "type": "github", 4792 + "url": "https://github.com/sponsors/streamich" 4793 + }, 4794 + "peerDependencies": { 4795 + "tslib": "2" 4796 + } 4797 + }, 4798 + "node_modules/@jsonjoy.com/fs-snapshot": { 4799 + "version": "4.57.1", 4800 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-snapshot/-/fs-snapshot-4.57.1.tgz", 4801 + "integrity": "sha512-/oG8xBNFMbDXTq9J7vepSA1kerS5vpgd3p5QZSPd+nX59uwodGJftI51gDYyHRpP57P3WCQf7LHtBYPqwUg2Bg==", 4802 + "license": "Apache-2.0", 4803 + "dependencies": { 4804 + "@jsonjoy.com/buffers": "^17.65.0", 4805 + "@jsonjoy.com/fs-node-utils": "4.57.1", 4806 + "@jsonjoy.com/json-pack": "^17.65.0", 4807 + "@jsonjoy.com/util": "^17.65.0" 4808 + }, 4809 + "engines": { 4810 + "node": ">=10.0" 4811 + }, 4812 + "funding": { 4813 + "type": "github", 4814 + "url": "https://github.com/sponsors/streamich" 4815 + }, 4816 + "peerDependencies": { 4817 + "tslib": "2" 4818 + } 4819 + }, 4820 + "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/base64": { 4821 + "version": "17.67.0", 4822 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-17.67.0.tgz", 4823 + "integrity": "sha512-5SEsJGsm15aP8TQGkDfJvz9axgPwAEm98S5DxOuYe8e1EbfajcDmgeXXzccEjh+mLnjqEKrkBdjHWS5vFNwDdw==", 4824 + "license": "Apache-2.0", 4825 + "engines": { 4826 + "node": ">=10.0" 4827 + }, 4828 + "funding": { 4829 + "type": "github", 4830 + "url": "https://github.com/sponsors/streamich" 4831 + }, 4832 + "peerDependencies": { 4833 + "tslib": "2" 4834 + } 4835 + }, 4836 + "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/codegen": { 4837 + "version": "17.67.0", 4838 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-17.67.0.tgz", 4839 + "integrity": "sha512-idnkUplROpdBOV0HMcwhsCUS5TRUi9poagdGs70A6S4ux9+/aPuKbh8+UYRTLYQHtXvAdNfQWXDqZEx5k4Dj2Q==", 4840 + "license": "Apache-2.0", 4841 + "engines": { 4842 + "node": ">=10.0" 4843 + }, 4844 + "funding": { 4845 + "type": "github", 4846 + "url": "https://github.com/sponsors/streamich" 4847 + }, 4848 + "peerDependencies": { 4849 + "tslib": "2" 4850 + } 4851 + }, 4852 + "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/json-pack": { 4853 + "version": "17.67.0", 4854 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-17.67.0.tgz", 4855 + "integrity": "sha512-t0ejURcGaZsn1ClbJ/3kFqSOjlryd92eQY465IYrezsXmPcfHPE/av4twRSxf6WE+TkZgLY+71vCZbiIiFKA/w==", 4856 + "license": "Apache-2.0", 4857 + "dependencies": { 4858 + "@jsonjoy.com/base64": "17.67.0", 4859 + "@jsonjoy.com/buffers": "17.67.0", 4860 + "@jsonjoy.com/codegen": "17.67.0", 4861 + "@jsonjoy.com/json-pointer": "17.67.0", 4862 + "@jsonjoy.com/util": "17.67.0", 4863 + "hyperdyperid": "^1.2.0", 4864 + "thingies": "^2.5.0", 4865 + "tree-dump": "^1.1.0" 4866 + }, 4867 + "engines": { 4868 + "node": ">=10.0" 4869 + }, 4870 + "funding": { 4871 + "type": "github", 4872 + "url": "https://github.com/sponsors/streamich" 4873 + }, 4874 + "peerDependencies": { 4875 + "tslib": "2" 4876 + } 4877 + }, 4878 + "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/json-pointer": { 4879 + "version": "17.67.0", 4880 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-17.67.0.tgz", 4881 + "integrity": "sha512-+iqOFInH+QZGmSuaybBUNdh7yvNrXvqR+h3wjXm0N/3JK1EyyFAeGJvqnmQL61d1ARLlk/wJdFKSL+LHJ1eaUA==", 4882 + "license": "Apache-2.0", 4883 + "dependencies": { 4884 + "@jsonjoy.com/util": "17.67.0" 4885 + }, 4886 + "engines": { 4887 + "node": ">=10.0" 4888 + }, 4889 + "funding": { 4890 + "type": "github", 4891 + "url": "https://github.com/sponsors/streamich" 4892 + }, 4893 + "peerDependencies": { 4894 + "tslib": "2" 4895 + } 4896 + }, 4897 + "node_modules/@jsonjoy.com/fs-snapshot/node_modules/@jsonjoy.com/util": { 4898 + "version": "17.67.0", 4899 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-17.67.0.tgz", 4900 + "integrity": "sha512-6+8xBaz1rLSohlGh68D1pdw3AwDi9xydm8QNlAFkvnavCJYSze+pxoW2VKP8p308jtlMRLs5NTHfPlZLd4w7ew==", 4901 + "license": "Apache-2.0", 4902 + "dependencies": { 4903 + "@jsonjoy.com/buffers": "17.67.0", 4904 + "@jsonjoy.com/codegen": "17.67.0" 4905 + }, 4906 + "engines": { 4907 + "node": ">=10.0" 4908 + }, 4909 + "funding": { 4910 + "type": "github", 4911 + "url": "https://github.com/sponsors/streamich" 4912 + }, 4913 + "peerDependencies": { 4914 + "tslib": "2" 4915 + } 4916 + }, 4917 + "node_modules/@jsonjoy.com/json-pack": { 4918 + "version": "1.21.0", 4919 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.21.0.tgz", 4920 + "integrity": "sha512-+AKG+R2cfZMShzrF2uQw34v3zbeDYUqnQ+jg7ORic3BGtfw9p/+N6RJbq/kkV8JmYZaINknaEQ2m0/f693ZPpg==", 4921 + "license": "Apache-2.0", 4922 + "dependencies": { 4923 + "@jsonjoy.com/base64": "^1.1.2", 4924 + "@jsonjoy.com/buffers": "^1.2.0", 4925 + "@jsonjoy.com/codegen": "^1.0.0", 4926 + "@jsonjoy.com/json-pointer": "^1.0.2", 4927 + "@jsonjoy.com/util": "^1.9.0", 4928 + "hyperdyperid": "^1.2.0", 4929 + "thingies": "^2.5.0", 4930 + "tree-dump": "^1.1.0" 4931 + }, 4932 + "engines": { 4933 + "node": ">=10.0" 4934 + }, 4935 + "funding": { 4936 + "type": "github", 4937 + "url": "https://github.com/sponsors/streamich" 4938 + }, 4939 + "peerDependencies": { 4940 + "tslib": "2" 4941 + } 4942 + }, 4943 + "node_modules/@jsonjoy.com/json-pack/node_modules/@jsonjoy.com/buffers": { 4944 + "version": "1.2.1", 4945 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.2.1.tgz", 4946 + "integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==", 4947 + "license": "Apache-2.0", 4948 + "engines": { 4949 + "node": ">=10.0" 4950 + }, 4951 + "funding": { 4952 + "type": "github", 4953 + "url": "https://github.com/sponsors/streamich" 4954 + }, 4955 + "peerDependencies": { 4956 + "tslib": "2" 4957 + } 4958 + }, 4959 + "node_modules/@jsonjoy.com/json-pointer": { 4960 + "version": "1.0.2", 4961 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-1.0.2.tgz", 4962 + "integrity": "sha512-Fsn6wM2zlDzY1U+v4Nc8bo3bVqgfNTGcn6dMgs6FjrEnt4ZCe60o6ByKRjOGlI2gow0aE/Q41QOigdTqkyK5fg==", 4963 + "license": "Apache-2.0", 4964 + "dependencies": { 4965 + "@jsonjoy.com/codegen": "^1.0.0", 4966 + "@jsonjoy.com/util": "^1.9.0" 4967 + }, 4968 + "engines": { 4969 + "node": ">=10.0" 4970 + }, 4971 + "funding": { 4972 + "type": "github", 4973 + "url": "https://github.com/sponsors/streamich" 4974 + }, 4975 + "peerDependencies": { 4976 + "tslib": "2" 4977 + } 4978 + }, 4979 + "node_modules/@jsonjoy.com/util": { 4980 + "version": "1.9.0", 4981 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.9.0.tgz", 4982 + "integrity": "sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==", 4983 + "license": "Apache-2.0", 4984 + "dependencies": { 4985 + "@jsonjoy.com/buffers": "^1.0.0", 4986 + "@jsonjoy.com/codegen": "^1.0.0" 4987 + }, 4988 + "engines": { 4989 + "node": ">=10.0" 4990 + }, 4991 + "funding": { 4992 + "type": "github", 4993 + "url": "https://github.com/sponsors/streamich" 4994 + }, 4995 + "peerDependencies": { 4996 + "tslib": "2" 4997 + } 4998 + }, 4999 + "node_modules/@jsonjoy.com/util/node_modules/@jsonjoy.com/buffers": { 5000 + "version": "1.2.1", 5001 + "resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.2.1.tgz", 5002 + "integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==", 5003 + "license": "Apache-2.0", 5004 + "engines": { 5005 + "node": ">=10.0" 5006 + }, 5007 + "funding": { 5008 + "type": "github", 5009 + "url": "https://github.com/sponsors/streamich" 5010 + }, 5011 + "peerDependencies": { 5012 + "tslib": "2" 5013 + } 5014 + }, 4382 5015 "node_modules/@jsonquerylang/jsonquery": { 4383 5016 "version": "5.1.1", 4384 5017 "resolved": "https://registry.npmjs.org/@jsonquerylang/jsonquery/-/jsonquery-5.1.1.tgz", ··· 4487 5120 } 4488 5121 }, 4489 5122 "node_modules/@module-federation/error-codes": { 4490 - "version": "0.15.0", 4491 - "resolved": "https://registry.npmjs.org/@module-federation/error-codes/-/error-codes-0.15.0.tgz", 4492 - "integrity": "sha512-CFJSF+XKwTcy0PFZ2l/fSUpR4z247+Uwzp1sXVkdIfJ/ATsnqf0Q01f51qqSEA6MYdQi6FKos9FIcu3dCpQNdg==", 5123 + "version": "0.22.0", 5124 + "resolved": "https://registry.npmjs.org/@module-federation/error-codes/-/error-codes-0.22.0.tgz", 5125 + "integrity": "sha512-xF9SjnEy7vTdx+xekjPCV5cIHOGCkdn3pIxo9vU7gEZMIw0SvAEdsy6Uh17xaCpm8V0FWvR0SZoK9Ik6jGOaug==", 4493 5126 "license": "MIT" 4494 5127 }, 4495 5128 "node_modules/@module-federation/runtime": { 4496 - "version": "0.15.0", 4497 - "resolved": "https://registry.npmjs.org/@module-federation/runtime/-/runtime-0.15.0.tgz", 4498 - "integrity": "sha512-dTPsCNum9Bhu3yPOcrPYq0YnM9eCMMMNB1wuiqf1+sFbQlNApF0vfZxooqz3ln0/MpgE0jerVvFsLVGfqvC9Ug==", 5129 + "version": "0.22.0", 5130 + "resolved": "https://registry.npmjs.org/@module-federation/runtime/-/runtime-0.22.0.tgz", 5131 + "integrity": "sha512-38g5iPju2tPC3KHMPxRKmy4k4onNp6ypFPS1eKGsNLUkXgHsPMBFqAjDw96iEcjri91BrahG4XcdyKi97xZzlA==", 4499 5132 "license": "MIT", 4500 5133 "dependencies": { 4501 - "@module-federation/error-codes": "0.15.0", 4502 - "@module-federation/runtime-core": "0.15.0", 4503 - "@module-federation/sdk": "0.15.0" 5134 + "@module-federation/error-codes": "0.22.0", 5135 + "@module-federation/runtime-core": "0.22.0", 5136 + "@module-federation/sdk": "0.22.0" 4504 5137 } 4505 5138 }, 4506 5139 "node_modules/@module-federation/runtime-core": { 4507 - "version": "0.15.0", 4508 - "resolved": "https://registry.npmjs.org/@module-federation/runtime-core/-/runtime-core-0.15.0.tgz", 4509 - "integrity": "sha512-RYzI61fRDrhyhaEOXH3AgIGlHiot0wPFXu7F43cr+ZnTi+VlSYWLdlZ4NBuT9uV6JSmH54/c+tEZm5SXgKR2sQ==", 5140 + "version": "0.22.0", 5141 + "resolved": "https://registry.npmjs.org/@module-federation/runtime-core/-/runtime-core-0.22.0.tgz", 5142 + "integrity": "sha512-GR1TcD6/s7zqItfhC87zAp30PqzvceoeDGYTgF3Vx2TXvsfDrhP6Qw9T4vudDQL3uJRne6t7CzdT29YyVxlgIA==", 4510 5143 "license": "MIT", 4511 5144 "dependencies": { 4512 - "@module-federation/error-codes": "0.15.0", 4513 - "@module-federation/sdk": "0.15.0" 5145 + "@module-federation/error-codes": "0.22.0", 5146 + "@module-federation/sdk": "0.22.0" 4514 5147 } 4515 5148 }, 4516 5149 "node_modules/@module-federation/runtime-tools": { 4517 - "version": "0.15.0", 4518 - "resolved": "https://registry.npmjs.org/@module-federation/runtime-tools/-/runtime-tools-0.15.0.tgz", 4519 - "integrity": "sha512-kzFn3ObUeBp5vaEtN1WMxhTYBuYEErxugu1RzFUERD21X3BZ+b4cWwdFJuBDlsmVjctIg/QSOoZoPXRKAO0foA==", 5150 + "version": "0.22.0", 5151 + "resolved": "https://registry.npmjs.org/@module-federation/runtime-tools/-/runtime-tools-0.22.0.tgz", 5152 + "integrity": "sha512-4ScUJ/aUfEernb+4PbLdhM/c60VHl698Gn1gY21m9vyC1Ucn69fPCA1y2EwcCB7IItseRMoNhdcWQnzt/OPCNA==", 4520 5153 "license": "MIT", 4521 5154 "dependencies": { 4522 - "@module-federation/runtime": "0.15.0", 4523 - "@module-federation/webpack-bundler-runtime": "0.15.0" 5155 + "@module-federation/runtime": "0.22.0", 5156 + "@module-federation/webpack-bundler-runtime": "0.22.0" 4524 5157 } 4525 5158 }, 4526 5159 "node_modules/@module-federation/sdk": { 4527 - "version": "0.15.0", 4528 - "resolved": "https://registry.npmjs.org/@module-federation/sdk/-/sdk-0.15.0.tgz", 4529 - "integrity": "sha512-PWiYbGcJrKUD6JZiEPihrXhV3bgXdll4bV7rU+opV7tHaun+Z0CdcawjZ82Xnpb8MCPGmqHwa1MPFeUs66zksw==", 5160 + "version": "0.22.0", 5161 + "resolved": "https://registry.npmjs.org/@module-federation/sdk/-/sdk-0.22.0.tgz", 5162 + "integrity": "sha512-x4aFNBKn2KVQRuNVC5A7SnrSCSqyfIWmm1DvubjbO9iKFe7ith5niw8dqSFBekYBg2Fwy+eMg4sEFNVvCAdo6g==", 4530 5163 "license": "MIT" 4531 5164 }, 4532 5165 "node_modules/@module-federation/webpack-bundler-runtime": { 4533 - "version": "0.15.0", 4534 - "resolved": "https://registry.npmjs.org/@module-federation/webpack-bundler-runtime/-/webpack-bundler-runtime-0.15.0.tgz", 4535 - "integrity": "sha512-i+3wu2Ljh2TmuUpsnjwZVupOVqV50jP0ndA8PSP4gwMKlgdGeaZ4VH5KkHAXGr2eiYUxYLMrJXz1+eILJqeGDg==", 5166 + "version": "0.22.0", 5167 + "resolved": "https://registry.npmjs.org/@module-federation/webpack-bundler-runtime/-/webpack-bundler-runtime-0.22.0.tgz", 5168 + "integrity": "sha512-aM8gCqXu+/4wBmJtVeMeeMN5guw3chf+2i6HajKtQv7SJfxV/f4IyNQJUeUQu9HfiAZHjqtMV5Lvq/Lvh8LdyA==", 4536 5169 "license": "MIT", 4537 5170 "dependencies": { 4538 - "@module-federation/runtime": "0.15.0", 4539 - "@module-federation/sdk": "0.15.0" 5171 + "@module-federation/runtime": "0.22.0", 5172 + "@module-federation/sdk": "0.22.0" 4540 5173 } 4541 5174 }, 4542 5175 "node_modules/@napi-rs/wasm-runtime": { ··· 4549 5182 "@emnapi/core": "^1.4.3", 4550 5183 "@emnapi/runtime": "^1.4.3", 4551 5184 "@tybys/wasm-util": "^0.10.0" 5185 + } 5186 + }, 5187 + "node_modules/@noble/hashes": { 5188 + "version": "1.4.0", 5189 + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz", 5190 + "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==", 5191 + "license": "MIT", 5192 + "engines": { 5193 + "node": ">= 16" 5194 + }, 5195 + "funding": { 5196 + "url": "https://paulmillr.com/funding/" 4552 5197 } 4553 5198 }, 4554 5199 "node_modules/@node-rs/jieba": { ··· 5130 5775 "node": ">=0.10" 5131 5776 } 5132 5777 }, 5778 + "node_modules/@peculiar/asn1-cms": { 5779 + "version": "2.6.1", 5780 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-cms/-/asn1-cms-2.6.1.tgz", 5781 + "integrity": "sha512-vdG4fBF6Lkirkcl53q6eOdn3XYKt+kJTG59edgRZORlg/3atWWEReRCx5rYE1ZzTTX6vLK5zDMjHh7vbrcXGtw==", 5782 + "license": "MIT", 5783 + "dependencies": { 5784 + "@peculiar/asn1-schema": "^2.6.0", 5785 + "@peculiar/asn1-x509": "^2.6.1", 5786 + "@peculiar/asn1-x509-attr": "^2.6.1", 5787 + "asn1js": "^3.0.6", 5788 + "tslib": "^2.8.1" 5789 + } 5790 + }, 5791 + "node_modules/@peculiar/asn1-csr": { 5792 + "version": "2.6.1", 5793 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-csr/-/asn1-csr-2.6.1.tgz", 5794 + "integrity": "sha512-WRWnKfIocHyzFYQTka8O/tXCiBquAPSrRjXbOkHbO4qdmS6loffCEGs+rby6WxxGdJCuunnhS2duHURhjyio6w==", 5795 + "license": "MIT", 5796 + "dependencies": { 5797 + "@peculiar/asn1-schema": "^2.6.0", 5798 + "@peculiar/asn1-x509": "^2.6.1", 5799 + "asn1js": "^3.0.6", 5800 + "tslib": "^2.8.1" 5801 + } 5802 + }, 5803 + "node_modules/@peculiar/asn1-ecc": { 5804 + "version": "2.6.1", 5805 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-ecc/-/asn1-ecc-2.6.1.tgz", 5806 + "integrity": "sha512-+Vqw8WFxrtDIN5ehUdvlN2m73exS2JVG0UAyfVB31gIfor3zWEAQPD+K9ydCxaj3MLen9k0JhKpu9LqviuCE1g==", 5807 + "license": "MIT", 5808 + "dependencies": { 5809 + "@peculiar/asn1-schema": "^2.6.0", 5810 + "@peculiar/asn1-x509": "^2.6.1", 5811 + "asn1js": "^3.0.6", 5812 + "tslib": "^2.8.1" 5813 + } 5814 + }, 5815 + "node_modules/@peculiar/asn1-pfx": { 5816 + "version": "2.6.1", 5817 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-pfx/-/asn1-pfx-2.6.1.tgz", 5818 + "integrity": "sha512-nB5jVQy3MAAWvq0KY0R2JUZG8bO/bTLpnwyOzXyEh/e54ynGTatAR+csOnXkkVD9AFZ2uL8Z7EV918+qB1qDvw==", 5819 + "license": "MIT", 5820 + "dependencies": { 5821 + "@peculiar/asn1-cms": "^2.6.1", 5822 + "@peculiar/asn1-pkcs8": "^2.6.1", 5823 + "@peculiar/asn1-rsa": "^2.6.1", 5824 + "@peculiar/asn1-schema": "^2.6.0", 5825 + "asn1js": "^3.0.6", 5826 + "tslib": "^2.8.1" 5827 + } 5828 + }, 5829 + "node_modules/@peculiar/asn1-pkcs8": { 5830 + "version": "2.6.1", 5831 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-pkcs8/-/asn1-pkcs8-2.6.1.tgz", 5832 + "integrity": "sha512-JB5iQ9Izn5yGMw3ZG4Nw3Xn/hb/G38GYF3lf7WmJb8JZUydhVGEjK/ZlFSWhnlB7K/4oqEs8HnfFIKklhR58Tw==", 5833 + "license": "MIT", 5834 + "dependencies": { 5835 + "@peculiar/asn1-schema": "^2.6.0", 5836 + "@peculiar/asn1-x509": "^2.6.1", 5837 + "asn1js": "^3.0.6", 5838 + "tslib": "^2.8.1" 5839 + } 5840 + }, 5841 + "node_modules/@peculiar/asn1-pkcs9": { 5842 + "version": "2.6.1", 5843 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-pkcs9/-/asn1-pkcs9-2.6.1.tgz", 5844 + "integrity": "sha512-5EV8nZoMSxeWmcxWmmcolg22ojZRgJg+Y9MX2fnE2bGRo5KQLqV5IL9kdSQDZxlHz95tHvIq9F//bvL1OeNILw==", 5845 + "license": "MIT", 5846 + "dependencies": { 5847 + "@peculiar/asn1-cms": "^2.6.1", 5848 + "@peculiar/asn1-pfx": "^2.6.1", 5849 + "@peculiar/asn1-pkcs8": "^2.6.1", 5850 + "@peculiar/asn1-schema": "^2.6.0", 5851 + "@peculiar/asn1-x509": "^2.6.1", 5852 + "@peculiar/asn1-x509-attr": "^2.6.1", 5853 + "asn1js": "^3.0.6", 5854 + "tslib": "^2.8.1" 5855 + } 5856 + }, 5857 + "node_modules/@peculiar/asn1-rsa": { 5858 + "version": "2.6.1", 5859 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-rsa/-/asn1-rsa-2.6.1.tgz", 5860 + "integrity": "sha512-1nVMEh46SElUt5CB3RUTV4EG/z7iYc7EoaDY5ECwganibQPkZ/Y2eMsTKB/LeyrUJ+W/tKoD9WUqIy8vB+CEdA==", 5861 + "license": "MIT", 5862 + "dependencies": { 5863 + "@peculiar/asn1-schema": "^2.6.0", 5864 + "@peculiar/asn1-x509": "^2.6.1", 5865 + "asn1js": "^3.0.6", 5866 + "tslib": "^2.8.1" 5867 + } 5868 + }, 5869 + "node_modules/@peculiar/asn1-schema": { 5870 + "version": "2.6.0", 5871 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-schema/-/asn1-schema-2.6.0.tgz", 5872 + "integrity": "sha512-xNLYLBFTBKkCzEZIw842BxytQQATQv+lDTCEMZ8C196iJcJJMBUZxrhSTxLaohMyKK8QlzRNTRkUmanucnDSqg==", 5873 + "license": "MIT", 5874 + "dependencies": { 5875 + "asn1js": "^3.0.6", 5876 + "pvtsutils": "^1.3.6", 5877 + "tslib": "^2.8.1" 5878 + } 5879 + }, 5880 + "node_modules/@peculiar/asn1-x509": { 5881 + "version": "2.6.1", 5882 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-x509/-/asn1-x509-2.6.1.tgz", 5883 + "integrity": "sha512-O9jT5F1A2+t3r7C4VT7LYGXqkGLK7Kj1xFpz7U0isPrubwU5PbDoyYtx6MiGst29yq7pXN5vZbQFKRCP+lLZlA==", 5884 + "license": "MIT", 5885 + "dependencies": { 5886 + "@peculiar/asn1-schema": "^2.6.0", 5887 + "asn1js": "^3.0.6", 5888 + "pvtsutils": "^1.3.6", 5889 + "tslib": "^2.8.1" 5890 + } 5891 + }, 5892 + "node_modules/@peculiar/asn1-x509-attr": { 5893 + "version": "2.6.1", 5894 + "resolved": "https://registry.npmjs.org/@peculiar/asn1-x509-attr/-/asn1-x509-attr-2.6.1.tgz", 5895 + "integrity": "sha512-tlW6cxoHwgcQghnJwv3YS+9OO1737zgPogZ+CgWRUK4roEwIPzRH4JEiG770xe5HX2ATfCpmX60gurfWIF9dcQ==", 5896 + "license": "MIT", 5897 + "dependencies": { 5898 + "@peculiar/asn1-schema": "^2.6.0", 5899 + "@peculiar/asn1-x509": "^2.6.1", 5900 + "asn1js": "^3.0.6", 5901 + "tslib": "^2.8.1" 5902 + } 5903 + }, 5904 + "node_modules/@peculiar/x509": { 5905 + "version": "1.14.3", 5906 + "resolved": "https://registry.npmjs.org/@peculiar/x509/-/x509-1.14.3.tgz", 5907 + "integrity": "sha512-C2Xj8FZ0uHWeCXXqX5B4/gVFQmtSkiuOolzAgutjTfseNOHT3pUjljDZsTSxXFGgio54bCzVFqmEOUrIVk8RDA==", 5908 + "license": "MIT", 5909 + "dependencies": { 5910 + "@peculiar/asn1-cms": "^2.6.0", 5911 + "@peculiar/asn1-csr": "^2.6.0", 5912 + "@peculiar/asn1-ecc": "^2.6.0", 5913 + "@peculiar/asn1-pkcs9": "^2.6.0", 5914 + "@peculiar/asn1-rsa": "^2.6.0", 5915 + "@peculiar/asn1-schema": "^2.6.0", 5916 + "@peculiar/asn1-x509": "^2.6.0", 5917 + "pvtsutils": "^1.3.6", 5918 + "reflect-metadata": "^0.2.2", 5919 + "tslib": "^2.8.1", 5920 + "tsyringe": "^4.10.0" 5921 + }, 5922 + "engines": { 5923 + "node": ">=20.0.0" 5924 + } 5925 + }, 5133 5926 "node_modules/@phosphor-icons/react": { 5134 5927 "version": "2.1.10", 5135 5928 "resolved": "https://registry.npmjs.org/@phosphor-icons/react/-/react-2.1.10.tgz", ··· 5202 5995 } 5203 5996 }, 5204 5997 "node_modules/@rspack/binding": { 5205 - "version": "1.4.6", 5206 - "resolved": "https://registry.npmjs.org/@rspack/binding/-/binding-1.4.6.tgz", 5207 - "integrity": "sha512-rRc6sbKWxhomxxJeqi4QS3S/2T6pKf4JwC/VHXs7KXw7lHXHa3yxPynmn3xHstL0H6VLaM5xQj87Wh7lQYRAPg==", 5998 + "version": "1.7.11", 5999 + "resolved": "https://registry.npmjs.org/@rspack/binding/-/binding-1.7.11.tgz", 6000 + "integrity": "sha512-2MGdy2s2HimsDT444Bp5XnALzNRxuBNc7y0JzyuqKbHBywd4x2NeXyhWXXoxufaCFu5PBc9Qq9jyfjW2Aeh06Q==", 5208 6001 "license": "MIT", 5209 6002 "optionalDependencies": { 5210 - "@rspack/binding-darwin-arm64": "1.4.6", 5211 - "@rspack/binding-darwin-x64": "1.4.6", 5212 - "@rspack/binding-linux-arm64-gnu": "1.4.6", 5213 - "@rspack/binding-linux-arm64-musl": "1.4.6", 5214 - "@rspack/binding-linux-x64-gnu": "1.4.6", 5215 - "@rspack/binding-linux-x64-musl": "1.4.6", 5216 - "@rspack/binding-wasm32-wasi": "1.4.6", 5217 - "@rspack/binding-win32-arm64-msvc": "1.4.6", 5218 - "@rspack/binding-win32-ia32-msvc": "1.4.6", 5219 - "@rspack/binding-win32-x64-msvc": "1.4.6" 6003 + "@rspack/binding-darwin-arm64": "1.7.11", 6004 + "@rspack/binding-darwin-x64": "1.7.11", 6005 + "@rspack/binding-linux-arm64-gnu": "1.7.11", 6006 + "@rspack/binding-linux-arm64-musl": "1.7.11", 6007 + "@rspack/binding-linux-x64-gnu": "1.7.11", 6008 + "@rspack/binding-linux-x64-musl": "1.7.11", 6009 + "@rspack/binding-wasm32-wasi": "1.7.11", 6010 + "@rspack/binding-win32-arm64-msvc": "1.7.11", 6011 + "@rspack/binding-win32-ia32-msvc": "1.7.11", 6012 + "@rspack/binding-win32-x64-msvc": "1.7.11" 5220 6013 } 5221 6014 }, 5222 6015 "node_modules/@rspack/binding-darwin-arm64": { 5223 - "version": "1.4.6", 5224 - "resolved": "https://registry.npmjs.org/@rspack/binding-darwin-arm64/-/binding-darwin-arm64-1.4.6.tgz", 5225 - "integrity": "sha512-K37H8e58eY7zBHGeMVtT7m0Z5XvlNQX7YDuaxlbiA4hZxqeRoS5BMX/YOcDiGdNbSuqv+iG5GSckJ99YUI67Cw==", 6016 + "version": "1.7.11", 6017 + "resolved": "https://registry.npmjs.org/@rspack/binding-darwin-arm64/-/binding-darwin-arm64-1.7.11.tgz", 6018 + "integrity": "sha512-oduECiZVqbO5zlVw+q7Vy65sJFth99fWPTyucwvLJJtJkPL5n17Uiql2cYP6Ijn0pkqtf1SXgK8WjiKLG5bIig==", 5226 6019 "cpu": [ 5227 6020 "arm64" 5228 6021 ], ··· 5233 6026 ] 5234 6027 }, 5235 6028 "node_modules/@rspack/binding-darwin-x64": { 5236 - "version": "1.4.6", 5237 - "resolved": "https://registry.npmjs.org/@rspack/binding-darwin-x64/-/binding-darwin-x64-1.4.6.tgz", 5238 - "integrity": "sha512-3p5u9q/Q9MMVe+5XFJ/WiFrzNrrxUjJFR19kB1k/KMcf8ox982xWjnfJuBkET/k7Hn0EZL7L06ym447uIfAVAg==", 6029 + "version": "1.7.11", 6030 + "resolved": "https://registry.npmjs.org/@rspack/binding-darwin-x64/-/binding-darwin-x64-1.7.11.tgz", 6031 + "integrity": "sha512-a1+TtTE9ap6RalgFi7FGIgkJP6O4Vy6ctv+9WGJy53E4kuqHR0RygzaiVxCI/GMc/vBT9vY23hyrpWb3d1vtXA==", 5239 6032 "cpu": [ 5240 6033 "x64" 5241 6034 ], ··· 5246 6039 ] 5247 6040 }, 5248 6041 "node_modules/@rspack/binding-linux-arm64-gnu": { 5249 - "version": "1.4.6", 5250 - "resolved": "https://registry.npmjs.org/@rspack/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.4.6.tgz", 5251 - "integrity": "sha512-ZrrCn5b037ImZfZ3MShJrRw4d5M3Tq2rFJupr+SGMg7GTl2T6xEmo3ER/evHlT6e0ETi6tRWPxC9A1125jbSQA==", 6042 + "version": "1.7.11", 6043 + "resolved": "https://registry.npmjs.org/@rspack/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.7.11.tgz", 6044 + "integrity": "sha512-P0QrGRPbTWu6RKWfN0bDtbnEps3rXH0MWIMreZABoUrVmNQKtXR6e73J3ub6a+di5s2+K0M2LJ9Bh2/H4UsDUA==", 5252 6045 "cpu": [ 5253 6046 "arm64" 5254 6047 ], 6048 + "libc": [ 6049 + "glibc" 6050 + ], 5255 6051 "license": "MIT", 5256 6052 "optional": true, 5257 6053 "os": [ ··· 5259 6055 ] 5260 6056 }, 5261 6057 "node_modules/@rspack/binding-linux-arm64-musl": { 5262 - "version": "1.4.6", 5263 - "resolved": "https://registry.npmjs.org/@rspack/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.4.6.tgz", 5264 - "integrity": "sha512-0a30oR6ZmZrqmsOHQYrbZPCxAgnqAiqlbFozdhHs+Yu2bS7SDiLpdjMg0PHwLZT2+siiMWsLodFZlXRJE54oAQ==", 6058 + "version": "1.7.11", 6059 + "resolved": "https://registry.npmjs.org/@rspack/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.7.11.tgz", 6060 + "integrity": "sha512-6ky7R43VMjWwmx3Yx7Jl7faLBBMAgMDt+/bN35RgwjiPgsIByz65EwytUVuW9rikB43BGHvA/eqlnjLrUzNBqw==", 5265 6061 "cpu": [ 5266 6062 "arm64" 6063 + ], 6064 + "libc": [ 6065 + "musl" 5267 6066 ], 5268 6067 "license": "MIT", 5269 6068 "optional": true, ··· 5272 6071 ] 5273 6072 }, 5274 6073 "node_modules/@rspack/binding-linux-x64-gnu": { 5275 - "version": "1.4.6", 5276 - "resolved": "https://registry.npmjs.org/@rspack/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.4.6.tgz", 5277 - "integrity": "sha512-u6pq1aq7bX+NABVDDTOzH64KMj1KJn8fUWO+FaX7Kr7PBjhmxNRs4OaWZjbXEY6COhMYEJZ04h4DhY+lRzcKjA==", 6074 + "version": "1.7.11", 6075 + "resolved": "https://registry.npmjs.org/@rspack/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.7.11.tgz", 6076 + "integrity": "sha512-cuOJMfCOvb2Wgsry5enXJ3iT1FGUjdPqtGUBVupQlEG4ntSYsQ2PtF4wIDVasR3wdxC5nQbipOrDiN/u6fYsdQ==", 5278 6077 "cpu": [ 5279 6078 "x64" 6079 + ], 6080 + "libc": [ 6081 + "glibc" 5280 6082 ], 5281 6083 "license": "MIT", 5282 6084 "optional": true, ··· 5285 6087 ] 5286 6088 }, 5287 6089 "node_modules/@rspack/binding-linux-x64-musl": { 5288 - "version": "1.4.6", 5289 - "resolved": "https://registry.npmjs.org/@rspack/binding-linux-x64-musl/-/binding-linux-x64-musl-1.4.6.tgz", 5290 - "integrity": "sha512-rjP/1dWKB828kzd4/QpDYNVasUAKDj0OeRJGh5L/RluSH3pEqhxm5FwvndpmFDv6m3iPekZ4IO26UrpGJmE9fw==", 6090 + "version": "1.7.11", 6091 + "resolved": "https://registry.npmjs.org/@rspack/binding-linux-x64-musl/-/binding-linux-x64-musl-1.7.11.tgz", 6092 + "integrity": "sha512-CoK37hva4AmHGh3VCsQXmGr40L36m1/AdnN5LEjUX6kx5rEH7/1nEBN6Ii72pejqDVvk9anEROmPDiPw10tpFg==", 5291 6093 "cpu": [ 5292 6094 "x64" 5293 6095 ], 6096 + "libc": [ 6097 + "musl" 6098 + ], 5294 6099 "license": "MIT", 5295 6100 "optional": true, 5296 6101 "os": [ ··· 5298 6103 ] 5299 6104 }, 5300 6105 "node_modules/@rspack/binding-wasm32-wasi": { 5301 - "version": "1.4.6", 5302 - "resolved": "https://registry.npmjs.org/@rspack/binding-wasm32-wasi/-/binding-wasm32-wasi-1.4.6.tgz", 5303 - "integrity": "sha512-5M0g7TaWgCFQJr4NKYW2bTLbQJuAQIgZL7WmiDwotgscBJDQWJVBayFEsnM6PYX1Inmu6RNhQ44BKIYwwoSyYw==", 6106 + "version": "1.7.11", 6107 + "resolved": "https://registry.npmjs.org/@rspack/binding-wasm32-wasi/-/binding-wasm32-wasi-1.7.11.tgz", 6108 + "integrity": "sha512-OtrmnPUVJMxjNa3eDMfHyPdtlLRmmp/aIm0fQHlAOATbZvlGm12q7rhPW5BXTu1yh+1rQ1/uqvz+SzKEZXuJaQ==", 5304 6109 "cpu": [ 5305 6110 "wasm32" 5306 6111 ], 5307 6112 "license": "MIT", 5308 6113 "optional": true, 5309 6114 "dependencies": { 5310 - "@napi-rs/wasm-runtime": "^0.2.11" 6115 + "@napi-rs/wasm-runtime": "1.0.7" 6116 + } 6117 + }, 6118 + "node_modules/@rspack/binding-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { 6119 + "version": "1.0.7", 6120 + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.0.7.tgz", 6121 + "integrity": "sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==", 6122 + "license": "MIT", 6123 + "optional": true, 6124 + "dependencies": { 6125 + "@emnapi/core": "^1.5.0", 6126 + "@emnapi/runtime": "^1.5.0", 6127 + "@tybys/wasm-util": "^0.10.1" 5311 6128 } 5312 6129 }, 5313 6130 "node_modules/@rspack/binding-win32-arm64-msvc": { 5314 - "version": "1.4.6", 5315 - "resolved": "https://registry.npmjs.org/@rspack/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.4.6.tgz", 5316 - "integrity": "sha512-thPCdbh4O+uEAJ8AvXBWZIOW0ZopJAN3CX2zlprso8Cnhi4wDseTtrIxFQh7cTo6pR3xSZAIv/zHd+MMF8TImA==", 6131 + "version": "1.7.11", 6132 + "resolved": "https://registry.npmjs.org/@rspack/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.7.11.tgz", 6133 + "integrity": "sha512-lObFW6e5lCWNgTBNwT//yiEDbsxm9QG4BYUojqeXxothuzJ/L6ibXz6+gLMvbOvLGV3nKgkXmx8GvT9WDKR0mA==", 5317 6134 "cpu": [ 5318 6135 "arm64" 5319 6136 ], ··· 5324 6141 ] 5325 6142 }, 5326 6143 "node_modules/@rspack/binding-win32-ia32-msvc": { 5327 - "version": "1.4.6", 5328 - "resolved": "https://registry.npmjs.org/@rspack/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.4.6.tgz", 5329 - "integrity": "sha512-KQmm6c/ZfJKQ/TpzbY6J0pDvUB9kwTXzp+xl2FhGq2RXid8uyDS8ZqbeJA6LDxgttsmp4PRVJjMdLVYjZenfLw==", 6144 + "version": "1.7.11", 6145 + "resolved": "https://registry.npmjs.org/@rspack/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.7.11.tgz", 6146 + "integrity": "sha512-0pYGnZd8PPqNR68zQ8skamqNAXEA1sUfXuAdYcknIIRq2wsbiwFzIc0Pov1cIfHYab37G7sSIPBiOUdOWF5Ivw==", 5330 6147 "cpu": [ 5331 6148 "ia32" 5332 6149 ], ··· 5337 6154 ] 5338 6155 }, 5339 6156 "node_modules/@rspack/binding-win32-x64-msvc": { 5340 - "version": "1.4.6", 5341 - "resolved": "https://registry.npmjs.org/@rspack/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.4.6.tgz", 5342 - "integrity": "sha512-WRRhCsJ+xcOmvzo/r/b2UTejPLnDEbaD/te1yQwHe97sUaFGr3u1Njk6lVYRTV6mEvUopEChb8yAq/S4dvaGLg==", 6157 + "version": "1.7.11", 6158 + "resolved": "https://registry.npmjs.org/@rspack/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.7.11.tgz", 6159 + "integrity": "sha512-EeQXayoQk/uBkI3pdoXfQBXNIUrADq56L3s/DFyM2pJeUDrWmhfIw2UFIGkYPTMSCo8F2JcdcGM32FGJrSnU0Q==", 5343 6160 "cpu": [ 5344 6161 "x64" 5345 6162 ], ··· 5350 6167 ] 5351 6168 }, 5352 6169 "node_modules/@rspack/core": { 5353 - "version": "1.4.6", 5354 - "resolved": "https://registry.npmjs.org/@rspack/core/-/core-1.4.6.tgz", 5355 - "integrity": "sha512-/OpJLv7dPEE7x/qCXGecRm9suNxz5w0Dheq2sh0TjTCUHodtMET3T+FlRWznBAlZeNuHLECDp0DWhchgS8BWuA==", 6170 + "version": "1.7.11", 6171 + "resolved": "https://registry.npmjs.org/@rspack/core/-/core-1.7.11.tgz", 6172 + "integrity": "sha512-rsD9b+Khmot5DwCMiB3cqTQo53ioPG3M/A7BySu8+0+RS7GCxKm+Z+mtsjtG/vsu4Tn2tcqCdZtA3pgLoJB+ew==", 5356 6173 "license": "MIT", 5357 6174 "dependencies": { 5358 - "@module-federation/runtime-tools": "0.15.0", 5359 - "@rspack/binding": "1.4.6", 5360 - "@rspack/lite-tapable": "1.0.1" 6175 + "@module-federation/runtime-tools": "0.22.0", 6176 + "@rspack/binding": "1.7.11", 6177 + "@rspack/lite-tapable": "1.1.0" 5361 6178 }, 5362 6179 "engines": { 5363 - "node": ">=16.0.0" 6180 + "node": ">=18.12.0" 5364 6181 }, 5365 6182 "peerDependencies": { 5366 6183 "@swc/helpers": ">=0.5.1" ··· 5372 6189 } 5373 6190 }, 5374 6191 "node_modules/@rspack/lite-tapable": { 5375 - "version": "1.0.1", 5376 - "resolved": "https://registry.npmjs.org/@rspack/lite-tapable/-/lite-tapable-1.0.1.tgz", 5377 - "integrity": "sha512-VynGOEsVw2s8TAlLf/uESfrgfrq2+rcXB1muPJYBWbsm1Oa6r5qVQhjA5ggM6z/coYPrsVMgovl3Ff7Q7OCp1w==", 5378 - "engines": { 5379 - "node": ">=16.0.0" 5380 - } 6192 + "version": "1.1.0", 6193 + "resolved": "https://registry.npmjs.org/@rspack/lite-tapable/-/lite-tapable-1.1.0.tgz", 6194 + "integrity": "sha512-E2B0JhYFmVAwdDiG14+DW0Di4Ze4Jg10Pc4/lILUrd5DRCaklduz2OvJ5HYQ6G+hd+WTzqQb3QnDNfK4yvAFYw==", 6195 + "license": "MIT" 5381 6196 }, 5382 6197 "node_modules/@sideway/address": { 5383 6198 "version": "4.1.5", ··· 5398 6213 "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==" 5399 6214 }, 5400 6215 "node_modules/@sinclair/typebox": { 5401 - "version": "0.27.8", 5402 - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", 5403 - "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", 6216 + "version": "0.27.10", 6217 + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.10.tgz", 6218 + "integrity": "sha512-MTBk/3jGLNB2tVxv6uLlFh1iu64iYOQ2PbdOSK3NW8JZsmlaOh2q6sdtKowBhfw8QFLmYNzTW4/oK4uATIi6ZA==", 5404 6219 "license": "MIT" 5405 6220 }, 5406 6221 "node_modules/@sindresorhus/is": { ··· 5783 6598 } 5784 6599 }, 5785 6600 "node_modules/@swc/core": { 5786 - "version": "1.12.11", 5787 - "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.12.11.tgz", 5788 - "integrity": "sha512-P3GM+0lqjFctcp5HhR9mOcvLSX3SptI9L1aux0Fuvgt8oH4f92rCUrkodAa0U2ktmdjcyIiG37xg2mb/dSCYSA==", 6601 + "version": "1.15.24", 6602 + "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.15.24.tgz", 6603 + "integrity": "sha512-5Hj8aNasue7yusUt8LGCUe/AjM7RMAce8ZoyDyiFwx7Al+GbYKL+yE7g4sJk8vEr1dKIkTRARkNIJENc4CjkBQ==", 5789 6604 "hasInstallScript": true, 5790 6605 "license": "Apache-2.0", 5791 6606 "dependencies": { 5792 6607 "@swc/counter": "^0.1.3", 5793 - "@swc/types": "^0.1.23" 6608 + "@swc/types": "^0.1.26" 5794 6609 }, 5795 6610 "engines": { 5796 6611 "node": ">=10" ··· 5800 6615 "url": "https://opencollective.com/swc" 5801 6616 }, 5802 6617 "optionalDependencies": { 5803 - "@swc/core-darwin-arm64": "1.12.11", 5804 - "@swc/core-darwin-x64": "1.12.11", 5805 - "@swc/core-linux-arm-gnueabihf": "1.12.11", 5806 - "@swc/core-linux-arm64-gnu": "1.12.11", 5807 - "@swc/core-linux-arm64-musl": "1.12.11", 5808 - "@swc/core-linux-x64-gnu": "1.12.11", 5809 - "@swc/core-linux-x64-musl": "1.12.11", 5810 - "@swc/core-win32-arm64-msvc": "1.12.11", 5811 - "@swc/core-win32-ia32-msvc": "1.12.11", 5812 - "@swc/core-win32-x64-msvc": "1.12.11" 6618 + "@swc/core-darwin-arm64": "1.15.24", 6619 + "@swc/core-darwin-x64": "1.15.24", 6620 + "@swc/core-linux-arm-gnueabihf": "1.15.24", 6621 + "@swc/core-linux-arm64-gnu": "1.15.24", 6622 + "@swc/core-linux-arm64-musl": "1.15.24", 6623 + "@swc/core-linux-ppc64-gnu": "1.15.24", 6624 + "@swc/core-linux-s390x-gnu": "1.15.24", 6625 + "@swc/core-linux-x64-gnu": "1.15.24", 6626 + "@swc/core-linux-x64-musl": "1.15.24", 6627 + "@swc/core-win32-arm64-msvc": "1.15.24", 6628 + "@swc/core-win32-ia32-msvc": "1.15.24", 6629 + "@swc/core-win32-x64-msvc": "1.15.24" 5813 6630 }, 5814 6631 "peerDependencies": { 5815 6632 "@swc/helpers": ">=0.5.17" ··· 5821 6638 } 5822 6639 }, 5823 6640 "node_modules/@swc/core-darwin-arm64": { 5824 - "version": "1.12.11", 5825 - "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.12.11.tgz", 5826 - "integrity": "sha512-J19Jj9Y5x/N0loExH7W0OI9OwwoVyxutDdkyq1o/kgXyBqmmzV7Y/Q9QekI2Fm/qc5mNeAdP7aj4boY4AY/JPw==", 6641 + "version": "1.15.24", 6642 + "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.15.24.tgz", 6643 + "integrity": "sha512-uM5ZGfFXjtvtJ+fe448PVBEbn/CSxS3UAyLj3O9xOqKIWy3S6hPTXSPbszxkSsGDYKi+YFhzAsR4r/eXLxEQ0g==", 5827 6644 "cpu": [ 5828 6645 "arm64" 5829 6646 ], ··· 5837 6654 } 5838 6655 }, 5839 6656 "node_modules/@swc/core-darwin-x64": { 5840 - "version": "1.12.11", 5841 - "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.12.11.tgz", 5842 - "integrity": "sha512-PTuUQrfStQ6cjW+uprGO2lpQHy84/l0v+GqRqq8s/jdK55rFRjMfCeyf6FAR0l6saO5oNOQl+zWR1aNpj8pMQw==", 6657 + "version": "1.15.24", 6658 + "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.15.24.tgz", 6659 + "integrity": "sha512-fMIb/Zfn929pw25VMBhV7Ji2Dl+lCWtUPNdYJQYOke+00E5fcQ9ynxtP8+qhUo/HZc+mYQb1gJxwHM9vty+lXg==", 5843 6660 "cpu": [ 5844 6661 "x64" 5845 6662 ], ··· 5853 6670 } 5854 6671 }, 5855 6672 "node_modules/@swc/core-linux-arm-gnueabihf": { 5856 - "version": "1.12.11", 5857 - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.12.11.tgz", 5858 - "integrity": "sha512-poxBq152HsupOtnZilenvHmxZ9a8SRj4LtfxUnkMDNOGrZR9oxbQNwEzNKfi3RXEcXz+P8c0Rai1ubBazXv8oQ==", 6673 + "version": "1.15.24", 6674 + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.15.24.tgz", 6675 + "integrity": "sha512-vOkjsyjjxnoYx3hMEWcGxQrMgnNrRm6WAegBXrN8foHtDAR+zpdhpGF5a4lj1bNPgXAvmysjui8cM1ov/Clkaw==", 5859 6676 "cpu": [ 5860 6677 "arm" 5861 6678 ], ··· 5869 6686 } 5870 6687 }, 5871 6688 "node_modules/@swc/core-linux-arm64-gnu": { 5872 - "version": "1.12.11", 5873 - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.12.11.tgz", 5874 - "integrity": "sha512-y1HNamR/D0Hc8xIE910ysyLe269UYiGaQPoLjQS0phzWFfWdMj9bHM++oydVXZ4RSWycO7KyJ3uvw4NilvyMKQ==", 6689 + "version": "1.15.24", 6690 + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.15.24.tgz", 6691 + "integrity": "sha512-h/oNu+upkXJ6Cicnq7YGVj9PkdfarLCdQa8l/FlHYvfv8CEiMaeeTnpLU7gSBH/rGxosM6Qkfa/J9mThGF9CLA==", 5875 6692 "cpu": [ 5876 6693 "arm64" 5877 6694 ], 6695 + "libc": [ 6696 + "glibc" 6697 + ], 5878 6698 "license": "Apache-2.0 AND MIT", 5879 6699 "optional": true, 5880 6700 "os": [ ··· 5885 6705 } 5886 6706 }, 5887 6707 "node_modules/@swc/core-linux-arm64-musl": { 5888 - "version": "1.12.11", 5889 - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.12.11.tgz", 5890 - "integrity": "sha512-LlBxPh/32pyQsu2emMEOFRm7poEFLsw12Y1mPY7FWZiZeptomKSOSHRzKDz9EolMiV4qhK1caP1lvW4vminYgQ==", 6708 + "version": "1.15.24", 6709 + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.15.24.tgz", 6710 + "integrity": "sha512-ZpF/pRe1guk6sKzQI9D1jAORtjTdNlyeXn9GDz8ophof/w2WhojRblvSDJaGe7rJjcPN8AaOkhwdRUh7q8oYIg==", 5891 6711 "cpu": [ 5892 6712 "arm64" 5893 6713 ], 6714 + "libc": [ 6715 + "musl" 6716 + ], 6717 + "license": "Apache-2.0 AND MIT", 6718 + "optional": true, 6719 + "os": [ 6720 + "linux" 6721 + ], 6722 + "engines": { 6723 + "node": ">=10" 6724 + } 6725 + }, 6726 + "node_modules/@swc/core-linux-ppc64-gnu": { 6727 + "version": "1.15.24", 6728 + "resolved": "https://registry.npmjs.org/@swc/core-linux-ppc64-gnu/-/core-linux-ppc64-gnu-1.15.24.tgz", 6729 + "integrity": "sha512-QZEsZfisHTSJlmyChgDFNmKPb3W6Lhbfo/O76HhIngfEdnQNmukS38/VSe1feho+xkV5A5hETyCbx3sALBZKAQ==", 6730 + "cpu": [ 6731 + "ppc64" 6732 + ], 6733 + "libc": [ 6734 + "glibc" 6735 + ], 6736 + "license": "Apache-2.0 AND MIT", 6737 + "optional": true, 6738 + "os": [ 6739 + "linux" 6740 + ], 6741 + "engines": { 6742 + "node": ">=10" 6743 + } 6744 + }, 6745 + "node_modules/@swc/core-linux-s390x-gnu": { 6746 + "version": "1.15.24", 6747 + "resolved": "https://registry.npmjs.org/@swc/core-linux-s390x-gnu/-/core-linux-s390x-gnu-1.15.24.tgz", 6748 + "integrity": "sha512-DLdJKVsJgglqQrJBuoUYNmzm3leI7kUZhLbZGHv42onfKsGf6JDS3+bzCUQfte/XOqDjh/tmmn1DR/CF/tCJFw==", 6749 + "cpu": [ 6750 + "s390x" 6751 + ], 6752 + "libc": [ 6753 + "glibc" 6754 + ], 5894 6755 "license": "Apache-2.0 AND MIT", 5895 6756 "optional": true, 5896 6757 "os": [ ··· 5901 6762 } 5902 6763 }, 5903 6764 "node_modules/@swc/core-linux-x64-gnu": { 5904 - "version": "1.12.11", 5905 - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.12.11.tgz", 5906 - "integrity": "sha512-bOjiZB8O/1AzHkzjge1jqX62HGRIpOHqFUrGPfAln/NC6NR+Z2A78u3ixV7k5KesWZFhCV0YVGJL+qToL27myA==", 6765 + "version": "1.15.24", 6766 + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.15.24.tgz", 6767 + "integrity": "sha512-IpLYfposPA/XLxYOKpRfeccl1p5dDa3+okZDHHTchBkXEaVCnq5MADPmIWwIYj1tudt7hORsEHccG5no6IUQRw==", 5907 6768 "cpu": [ 5908 6769 "x64" 6770 + ], 6771 + "libc": [ 6772 + "glibc" 5909 6773 ], 5910 6774 "license": "Apache-2.0 AND MIT", 5911 6775 "optional": true, ··· 5917 6781 } 5918 6782 }, 5919 6783 "node_modules/@swc/core-linux-x64-musl": { 5920 - "version": "1.12.11", 5921 - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.12.11.tgz", 5922 - "integrity": "sha512-4dzAtbT/m3/UjF045+33gLiHd8aSXJDoqof7gTtu4q0ZyAf7XJ3HHspz+/AvOJLVo4FHHdFcdXhmo/zi1nFn8A==", 6784 + "version": "1.15.24", 6785 + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.15.24.tgz", 6786 + "integrity": "sha512-JHy3fMSc0t/EPWgo74+OK5TGr51aElnzqfUPaiRf2qJ/BfX5CUCfMiWVBuhI7qmVMBnk1jTRnL/xZnOSHDPLYg==", 5923 6787 "cpu": [ 5924 6788 "x64" 6789 + ], 6790 + "libc": [ 6791 + "musl" 5925 6792 ], 5926 6793 "license": "Apache-2.0 AND MIT", 5927 6794 "optional": true, ··· 5933 6800 } 5934 6801 }, 5935 6802 "node_modules/@swc/core-win32-arm64-msvc": { 5936 - "version": "1.12.11", 5937 - "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.12.11.tgz", 5938 - "integrity": "sha512-h8HiwBZErKvCAmjW92JvQp0iOqm6bncU4ac5jxBGkRApabpUenNJcj3h2g5O6GL5K6T9/WhnXE5gyq/s1fhPQg==", 6803 + "version": "1.15.24", 6804 + "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.15.24.tgz", 6805 + "integrity": "sha512-Txj+qUH1z2bUd1P3JvwByfjKFti3cptlAxhWgmunBUUxy/IW3CXLZ6l6Gk4liANadKkU71nIU1X30Z5vpMT3BA==", 5939 6806 "cpu": [ 5940 6807 "arm64" 5941 6808 ], ··· 5949 6816 } 5950 6817 }, 5951 6818 "node_modules/@swc/core-win32-ia32-msvc": { 5952 - "version": "1.12.11", 5953 - "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.12.11.tgz", 5954 - "integrity": "sha512-1pwr325mXRNUhxTtXmx1IokV5SiRL+6iDvnt3FRXj+X5UvXXKtg2zeyftk+03u8v8v8WUr5I32hIypVJPTNxNg==", 6819 + "version": "1.15.24", 6820 + "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.15.24.tgz", 6821 + "integrity": "sha512-15D/nl3XwrhFpMv+MADFOiVwv3FvH9j8c6Rf8EXBT3Q5LoMh8YnDnSgPYqw1JzPnksvsBX6QPXLiPqmcR/Z4qQ==", 5955 6822 "cpu": [ 5956 6823 "ia32" 5957 6824 ], ··· 5965 6832 } 5966 6833 }, 5967 6834 "node_modules/@swc/core-win32-x64-msvc": { 5968 - "version": "1.12.11", 5969 - "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.12.11.tgz", 5970 - "integrity": "sha512-5gggWo690Gvs7XiPxAmb5tHwzB9RTVXUV7AWoGb6bmyUd1OXYaebQF0HAOtade5jIoNhfQMQJ7QReRgt/d2jAA==", 6835 + "version": "1.15.24", 6836 + "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.15.24.tgz", 6837 + "integrity": "sha512-PR0PlTlPra2JbaDphrOAzm6s0v9rA0F17YzB+XbWD95B4g2cWcZY9LAeTa4xll70VLw9Jr7xBrlohqlQmelMFQ==", 5971 6838 "cpu": [ 5972 6839 "x64" 5973 6840 ], ··· 5987 6854 "license": "Apache-2.0" 5988 6855 }, 5989 6856 "node_modules/@swc/html": { 5990 - "version": "1.12.11", 5991 - "resolved": "https://registry.npmjs.org/@swc/html/-/html-1.12.11.tgz", 5992 - "integrity": "sha512-J45O3rOyxpYsllPvKNcght+LJbaxWaILZJY0DtqhKKbS/HtXatLpflXOl0cAZrlV0YYQNW7UsBwO3ZOIcCGfkQ==", 6857 + "version": "1.15.24", 6858 + "resolved": "https://registry.npmjs.org/@swc/html/-/html-1.15.24.tgz", 6859 + "integrity": "sha512-2kWRCU09lBBg3bZLz8Kc37azQ6sBwiV1P7VDvqwKEJC2CtREe5y1XgLLd78kqSpFli52hZ6l3CNPDqkaX6ceAg==", 5993 6860 "license": "Apache-2.0", 5994 6861 "dependencies": { 5995 6862 "@swc/counter": "^0.1.3" ··· 5998 6865 "node": ">=14" 5999 6866 }, 6000 6867 "optionalDependencies": { 6001 - "@swc/html-darwin-arm64": "1.12.11", 6002 - "@swc/html-darwin-x64": "1.12.11", 6003 - "@swc/html-linux-arm-gnueabihf": "1.12.11", 6004 - "@swc/html-linux-arm64-gnu": "1.12.11", 6005 - "@swc/html-linux-arm64-musl": "1.12.11", 6006 - "@swc/html-linux-x64-gnu": "1.12.11", 6007 - "@swc/html-linux-x64-musl": "1.12.11", 6008 - "@swc/html-win32-arm64-msvc": "1.12.11", 6009 - "@swc/html-win32-ia32-msvc": "1.12.11", 6010 - "@swc/html-win32-x64-msvc": "1.12.11" 6868 + "@swc/html-darwin-arm64": "1.15.24", 6869 + "@swc/html-darwin-x64": "1.15.24", 6870 + "@swc/html-linux-arm-gnueabihf": "1.15.24", 6871 + "@swc/html-linux-arm64-gnu": "1.15.24", 6872 + "@swc/html-linux-arm64-musl": "1.15.24", 6873 + "@swc/html-linux-ppc64-gnu": "1.15.24", 6874 + "@swc/html-linux-s390x-gnu": "1.15.24", 6875 + "@swc/html-linux-x64-gnu": "1.15.24", 6876 + "@swc/html-linux-x64-musl": "1.15.24", 6877 + "@swc/html-win32-arm64-msvc": "1.15.24", 6878 + "@swc/html-win32-ia32-msvc": "1.15.24", 6879 + "@swc/html-win32-x64-msvc": "1.15.24" 6011 6880 } 6012 6881 }, 6013 6882 "node_modules/@swc/html-darwin-arm64": { 6014 - "version": "1.12.11", 6015 - "resolved": "https://registry.npmjs.org/@swc/html-darwin-arm64/-/html-darwin-arm64-1.12.11.tgz", 6016 - "integrity": "sha512-Lqu4Y07jl+IVS5NTv0bsMuj9W2HkW6DDQUJW4YXODaVGN8kxitYBUKb0pTNwDzT/73lwNEi2foxryTQtIw86hQ==", 6883 + "version": "1.15.24", 6884 + "resolved": "https://registry.npmjs.org/@swc/html-darwin-arm64/-/html-darwin-arm64-1.15.24.tgz", 6885 + "integrity": "sha512-2yH5kkeBM6mcSajWdIvh482HZDthvWM+SkH17CAzmgDgP2WGZ3IpdeIQxdV8Jj9kRdJaI0VqdXGT0qRRt6zw4A==", 6017 6886 "cpu": [ 6018 6887 "arm64" 6019 6888 ], ··· 6027 6896 } 6028 6897 }, 6029 6898 "node_modules/@swc/html-darwin-x64": { 6030 - "version": "1.12.11", 6031 - "resolved": "https://registry.npmjs.org/@swc/html-darwin-x64/-/html-darwin-x64-1.12.11.tgz", 6032 - "integrity": "sha512-nVNAkQ2pChsR1v2O2EDZAOFYtSwPK+2o9WbQNnYW0jJi0foPtbU5RXvNlVjuqsvSg1MQ7D4U2nzNXF3tXol1Vg==", 6899 + "version": "1.15.24", 6900 + "resolved": "https://registry.npmjs.org/@swc/html-darwin-x64/-/html-darwin-x64-1.15.24.tgz", 6901 + "integrity": "sha512-1k4Wl1eExT9yal3fX6MGcrpWOvYo+f7jnzw+ksg+8ifpYqpcrcy6Rv6cB78SgXzZJRpx8zBY1luk+zYyoDlrWA==", 6033 6902 "cpu": [ 6034 6903 "x64" 6035 6904 ], ··· 6043 6912 } 6044 6913 }, 6045 6914 "node_modules/@swc/html-linux-arm-gnueabihf": { 6046 - "version": "1.12.11", 6047 - "resolved": "https://registry.npmjs.org/@swc/html-linux-arm-gnueabihf/-/html-linux-arm-gnueabihf-1.12.11.tgz", 6048 - "integrity": "sha512-ao0853lDM9WWTNpMD3j/QfvMSUzJTrjZRCWko/+OhgdzFi0srcRyrSWiAS1CC7tdlZy5cXQbNQeUBsjWdzO8LA==", 6915 + "version": "1.15.24", 6916 + "resolved": "https://registry.npmjs.org/@swc/html-linux-arm-gnueabihf/-/html-linux-arm-gnueabihf-1.15.24.tgz", 6917 + "integrity": "sha512-XbqWgyBE6tukUs+0zwzW+Xo3N/P6SoiJJ44QfB3RCb5Naz/1vwJbNgn9erFDgoq7CChmCooFuMfNnmh/E/Orsg==", 6049 6918 "cpu": [ 6050 6919 "arm" 6051 6920 ], ··· 6059 6928 } 6060 6929 }, 6061 6930 "node_modules/@swc/html-linux-arm64-gnu": { 6062 - "version": "1.12.11", 6063 - "resolved": "https://registry.npmjs.org/@swc/html-linux-arm64-gnu/-/html-linux-arm64-gnu-1.12.11.tgz", 6064 - "integrity": "sha512-MhWRHHzxzdRZRQD8MdH1IsYWABbFjD5uTzTI8vOc3LajbOe5w6Lygb6h4gHaXJryhYXvh2DRTHzDW9tavkBOug==", 6931 + "version": "1.15.24", 6932 + "resolved": "https://registry.npmjs.org/@swc/html-linux-arm64-gnu/-/html-linux-arm64-gnu-1.15.24.tgz", 6933 + "integrity": "sha512-GqJgkJHTlLM0tzJHX0tmU0ZAU4rIfMYZ2yJwCBwnFaLw4NacpimyWnWGJxH83SViVZ33DfLD2LG/dHN8xDAmRA==", 6065 6934 "cpu": [ 6066 6935 "arm64" 6936 + ], 6937 + "libc": [ 6938 + "glibc" 6067 6939 ], 6068 6940 "license": "Apache-2.0 AND MIT", 6069 6941 "optional": true, ··· 6075 6947 } 6076 6948 }, 6077 6949 "node_modules/@swc/html-linux-arm64-musl": { 6078 - "version": "1.12.11", 6079 - "resolved": "https://registry.npmjs.org/@swc/html-linux-arm64-musl/-/html-linux-arm64-musl-1.12.11.tgz", 6080 - "integrity": "sha512-ea6mcjJR56cPcDdxI8woUV86ngHrv9/BpFDQo1A0eeSQfQFeRRMaTD2jD5BAFrv5ECgf/yN2VZBinHywVVYnvA==", 6950 + "version": "1.15.24", 6951 + "resolved": "https://registry.npmjs.org/@swc/html-linux-arm64-musl/-/html-linux-arm64-musl-1.15.24.tgz", 6952 + "integrity": "sha512-+7Xw69Y4p/LwhudMJZOQ++mKeXWTnh3vpNv5Ar+X1x8kfPBHKRXI3sRKf5JqE0oJqJXTgFP5xByzmO/KBee3sQ==", 6081 6953 "cpu": [ 6082 6954 "arm64" 6955 + ], 6956 + "libc": [ 6957 + "musl" 6958 + ], 6959 + "license": "Apache-2.0 AND MIT", 6960 + "optional": true, 6961 + "os": [ 6962 + "linux" 6963 + ], 6964 + "engines": { 6965 + "node": ">=10" 6966 + } 6967 + }, 6968 + "node_modules/@swc/html-linux-ppc64-gnu": { 6969 + "version": "1.15.24", 6970 + "resolved": "https://registry.npmjs.org/@swc/html-linux-ppc64-gnu/-/html-linux-ppc64-gnu-1.15.24.tgz", 6971 + "integrity": "sha512-ZKxckgQkOY2a54jiCnIBs5TkMNx7zvuKbe1WsM/WV0BiTfMfw5iMmtCKAIuYCz/PJRXVK0dY4VH3DS7jabBvwg==", 6972 + "cpu": [ 6973 + "ppc64" 6974 + ], 6975 + "libc": [ 6976 + "glibc" 6977 + ], 6978 + "license": "Apache-2.0 AND MIT", 6979 + "optional": true, 6980 + "os": [ 6981 + "linux" 6982 + ], 6983 + "engines": { 6984 + "node": ">=10" 6985 + } 6986 + }, 6987 + "node_modules/@swc/html-linux-s390x-gnu": { 6988 + "version": "1.15.24", 6989 + "resolved": "https://registry.npmjs.org/@swc/html-linux-s390x-gnu/-/html-linux-s390x-gnu-1.15.24.tgz", 6990 + "integrity": "sha512-y0WBjqDZALqOzasxrEOlgHq6SX34nAE4+0MATufmSoFEdiQIBYkm9m4C8XQNCNHv52ERCu/EPGK3Q8RfXaBLhQ==", 6991 + "cpu": [ 6992 + "s390x" 6993 + ], 6994 + "libc": [ 6995 + "glibc" 6083 6996 ], 6084 6997 "license": "Apache-2.0 AND MIT", 6085 6998 "optional": true, ··· 6091 7004 } 6092 7005 }, 6093 7006 "node_modules/@swc/html-linux-x64-gnu": { 6094 - "version": "1.12.11", 6095 - "resolved": "https://registry.npmjs.org/@swc/html-linux-x64-gnu/-/html-linux-x64-gnu-1.12.11.tgz", 6096 - "integrity": "sha512-Op3fFsagdOXq78NJMtQlkN6nQyre1h/NT6yHQhNns9MvsbqwGUYVlt3oio1dhPxqWxrKYOFEzI5DIayMq/870A==", 7007 + "version": "1.15.24", 7008 + "resolved": "https://registry.npmjs.org/@swc/html-linux-x64-gnu/-/html-linux-x64-gnu-1.15.24.tgz", 7009 + "integrity": "sha512-U//u302yBSgh6vFfJmrw17Xm7k9a17m/E3AcHK4w12CZOFtsKHQnxE3i9uFWhNbW5F70w2A9QENml5b0Us8XMg==", 6097 7010 "cpu": [ 6098 7011 "x64" 7012 + ], 7013 + "libc": [ 7014 + "glibc" 6099 7015 ], 6100 7016 "license": "Apache-2.0 AND MIT", 6101 7017 "optional": true, ··· 6107 7023 } 6108 7024 }, 6109 7025 "node_modules/@swc/html-linux-x64-musl": { 6110 - "version": "1.12.11", 6111 - "resolved": "https://registry.npmjs.org/@swc/html-linux-x64-musl/-/html-linux-x64-musl-1.12.11.tgz", 6112 - "integrity": "sha512-RII4slH21EuJcr1E9LMy6K7VQHNAXA2EMCEeiVEnjT/vqBESeyMcxNnrv4SxzlKZDD+doQO6QMHe4AfO/lCGKw==", 7026 + "version": "1.15.24", 7027 + "resolved": "https://registry.npmjs.org/@swc/html-linux-x64-musl/-/html-linux-x64-musl-1.15.24.tgz", 7028 + "integrity": "sha512-U9gsAQCPiCROWKhLhSnW4JzkkOY6X4q0ZP/nA6UeKoahDdw4E8onPujtRSivt4ZxwdJKfAnsxeJY07V9YLZu9Q==", 6113 7029 "cpu": [ 6114 7030 "x64" 7031 + ], 7032 + "libc": [ 7033 + "musl" 6115 7034 ], 6116 7035 "license": "Apache-2.0 AND MIT", 6117 7036 "optional": true, ··· 6123 7042 } 6124 7043 }, 6125 7044 "node_modules/@swc/html-win32-arm64-msvc": { 6126 - "version": "1.12.11", 6127 - "resolved": "https://registry.npmjs.org/@swc/html-win32-arm64-msvc/-/html-win32-arm64-msvc-1.12.11.tgz", 6128 - "integrity": "sha512-vdcNdmxjZpbuJ5ORxRbNGO3Vj7OR8AQOykcs2/SrlvTWgZ3wqTNi8GDCUkmKU/TuGMzuOUMNC0SOY5uwR0paqg==", 7045 + "version": "1.15.24", 7046 + "resolved": "https://registry.npmjs.org/@swc/html-win32-arm64-msvc/-/html-win32-arm64-msvc-1.15.24.tgz", 7047 + "integrity": "sha512-AETh78z9ig4e1eAlx8a02BnIS5iNIJ7C43swQsxMraSDZvZuBxnvEXHqnt94jRlw7fzmJRRpJdVcInQ21u/xGA==", 6129 7048 "cpu": [ 6130 7049 "arm64" 6131 7050 ], ··· 6139 7058 } 6140 7059 }, 6141 7060 "node_modules/@swc/html-win32-ia32-msvc": { 6142 - "version": "1.12.11", 6143 - "resolved": "https://registry.npmjs.org/@swc/html-win32-ia32-msvc/-/html-win32-ia32-msvc-1.12.11.tgz", 6144 - "integrity": "sha512-7LJsxSePjlVJl8klwwotEtMrlcwOqjUWht5U0wkg9D7x+sqkwj2clTEzaGFJBrPGuhAJnZwiK0ktaVWqTDTo0A==", 7061 + "version": "1.15.24", 7062 + "resolved": "https://registry.npmjs.org/@swc/html-win32-ia32-msvc/-/html-win32-ia32-msvc-1.15.24.tgz", 7063 + "integrity": "sha512-ymJkEATvFF1+So41/SkulPBoRzRXP6HxUGfvdSJ29qeYejxWMrIWyjDE1+vAalo4IAR0cWFE2Ef2A2Qeg8QbGA==", 6145 7064 "cpu": [ 6146 7065 "ia32" 6147 7066 ], ··· 6155 7074 } 6156 7075 }, 6157 7076 "node_modules/@swc/html-win32-x64-msvc": { 6158 - "version": "1.12.11", 6159 - "resolved": "https://registry.npmjs.org/@swc/html-win32-x64-msvc/-/html-win32-x64-msvc-1.12.11.tgz", 6160 - "integrity": "sha512-wuOYXuFFGpb702NPfy7AoazjhFHj/Y6WAl8JGO3fG7iAx3xDeJh2KpDFb0jk40kDii+jV8drwN11LKwUfOGTiQ==", 7077 + "version": "1.15.24", 7078 + "resolved": "https://registry.npmjs.org/@swc/html-win32-x64-msvc/-/html-win32-x64-msvc-1.15.24.tgz", 7079 + "integrity": "sha512-l+Gv0+jcSaDILljpEMC8pQE+ubRoZcft+woUgKTTlJQEFS+MgxKKLQjNCXx3hzhuru5/Yo8x71Ng/aVT7PwprA==", 6161 7080 "cpu": [ 6162 7081 "x64" 6163 7082 ], ··· 6171 7090 } 6172 7091 }, 6173 7092 "node_modules/@swc/types": { 6174 - "version": "0.1.23", 6175 - "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.23.tgz", 6176 - "integrity": "sha512-u1iIVZV9Q0jxY+yM2vw/hZGDNudsN85bBpTqzAQ9rzkxW9D+e3aEM4Han+ow518gSewkXgjmEK0BD79ZcNVgPw==", 7093 + "version": "0.1.26", 7094 + "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.26.tgz", 7095 + "integrity": "sha512-lyMwd7WGgG79RS7EERZV3T8wMdmPq3xwyg+1nmAM64kIhx5yl+juO2PYIHb7vTiPgPCj8LYjsNV2T5wiQHUEaw==", 6177 7096 "license": "Apache-2.0", 6178 7097 "dependencies": { 6179 7098 "@swc/counter": "^0.1.3" ··· 6192 7111 } 6193 7112 }, 6194 7113 "node_modules/@tybys/wasm-util": { 6195 - "version": "0.10.0", 6196 - "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.0.tgz", 6197 - "integrity": "sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ==", 7114 + "version": "0.10.1", 7115 + "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz", 7116 + "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==", 6198 7117 "license": "MIT", 6199 7118 "optional": true, 6200 7119 "dependencies": { ··· 6288 7207 } 6289 7208 }, 6290 7209 "node_modules/@types/express": { 6291 - "version": "4.17.23", 6292 - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.23.tgz", 6293 - "integrity": "sha512-Crp6WY9aTYP3qPi2wGDo9iUe/rceX01UMhnF1jmwDcKCFM6cx7YhGP/Mpr3y9AASpfHixIG0E6azCcL5OcDHsQ==", 7210 + "version": "4.17.25", 7211 + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.25.tgz", 7212 + "integrity": "sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==", 6294 7213 "license": "MIT", 6295 7214 "dependencies": { 6296 7215 "@types/body-parser": "*", 6297 7216 "@types/express-serve-static-core": "^4.17.33", 6298 7217 "@types/qs": "*", 6299 - "@types/serve-static": "*" 7218 + "@types/serve-static": "^1" 6300 7219 } 6301 7220 }, 6302 7221 "node_modules/@types/express-serve-static-core": { 6303 - "version": "5.0.7", 6304 - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.7.tgz", 6305 - "integrity": "sha512-R+33OsgWw7rOhD1emjU7dzCDHucJrgJXMA5PYCzJxVil0dsyx5iBEPHqpPfiKNJQb7lZ1vxwoLR4Z87bBUpeGQ==", 6306 - "license": "MIT", 6307 - "dependencies": { 6308 - "@types/node": "*", 6309 - "@types/qs": "*", 6310 - "@types/range-parser": "*", 6311 - "@types/send": "*" 6312 - } 6313 - }, 6314 - "node_modules/@types/express/node_modules/@types/express-serve-static-core": { 6315 - "version": "4.19.6", 6316 - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz", 6317 - "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==", 7222 + "version": "4.19.8", 7223 + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.8.tgz", 7224 + "integrity": "sha512-02S5fmqeoKzVZCHPZid4b8JH2eM5HzQLZWN2FohQEy/0eXTq8VXZfSN6Pcr3F6N9R/vNrj7cpgbhjie6m/1tCA==", 6318 7225 "license": "MIT", 6319 7226 "dependencies": { 6320 7227 "@types/node": "*", ··· 6361 7268 "license": "MIT" 6362 7269 }, 6363 7270 "node_modules/@types/http-proxy": { 6364 - "version": "1.17.16", 6365 - "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.16.tgz", 6366 - "integrity": "sha512-sdWoUajOB1cd0A8cRRQ1cfyWNbmFKLAqBB89Y8x5iYyG/mkJHc0YUH8pdWBy2omi9qtCpiIgGjuwO0dQST2l5w==", 7271 + "version": "1.17.17", 7272 + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.17.tgz", 7273 + "integrity": "sha512-ED6LB+Z1AVylNTu7hdzuBqOgMnvG/ld6wGCG8wFnAzKX5uyW2K3WD52v0gnLCTK/VLpXtKckgWuyScYK6cSPaw==", 6367 7274 "license": "MIT", 6368 7275 "dependencies": { 6369 7276 "@types/node": "*" ··· 6430 7337 "undici-types": "~6.20.0" 6431 7338 } 6432 7339 }, 6433 - "node_modules/@types/node-forge": { 6434 - "version": "1.3.12", 6435 - "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.12.tgz", 6436 - "integrity": "sha512-a0ToKlRVnUw3aXKQq2F+krxZKq7B8LEQijzPn5RdFAMatARD2JX9o8FBpMXOOrjob0uc13aN+V/AXniOXW4d9A==", 6437 - "license": "MIT", 6438 - "dependencies": { 6439 - "@types/node": "*" 6440 - } 6441 - }, 6442 7340 "node_modules/@types/prismjs": { 6443 7341 "version": "1.26.5", 6444 7342 "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.5.tgz", 6445 7343 "integrity": "sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ==" 6446 7344 }, 6447 - "node_modules/@types/prop-types": { 6448 - "version": "15.7.14", 6449 - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.14.tgz", 6450 - "integrity": "sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==" 6451 - }, 6452 7345 "node_modules/@types/qs": { 6453 - "version": "6.14.0", 6454 - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz", 6455 - "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==", 7346 + "version": "6.15.0", 7347 + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.0.tgz", 7348 + "integrity": "sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==", 6456 7349 "license": "MIT" 6457 7350 }, 6458 7351 "node_modules/@types/range-parser": { ··· 6462 7355 "license": "MIT" 6463 7356 }, 6464 7357 "node_modules/@types/react": { 6465 - "version": "18.3.18", 6466 - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.18.tgz", 6467 - "integrity": "sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==", 7358 + "version": "19.2.14", 7359 + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", 7360 + "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", 7361 + "license": "MIT", 6468 7362 "dependencies": { 6469 - "@types/prop-types": "*", 6470 - "csstype": "^3.0.2" 7363 + "csstype": "^3.2.2" 6471 7364 } 6472 7365 }, 6473 7366 "node_modules/@types/react-router": { ··· 6501 7394 } 6502 7395 }, 6503 7396 "node_modules/@types/retry": { 6504 - "version": "0.12.0", 6505 - "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", 6506 - "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", 7397 + "version": "0.12.2", 7398 + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.2.tgz", 7399 + "integrity": "sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==", 6507 7400 "license": "MIT" 6508 7401 }, 6509 7402 "node_modules/@types/sax": { ··· 6516 7409 } 6517 7410 }, 6518 7411 "node_modules/@types/send": { 6519 - "version": "0.17.5", 6520 - "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.5.tgz", 6521 - "integrity": "sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==", 7412 + "version": "1.2.1", 7413 + "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz", 7414 + "integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==", 6522 7415 "license": "MIT", 6523 7416 "dependencies": { 6524 - "@types/mime": "^1", 6525 7417 "@types/node": "*" 6526 7418 } 6527 7419 }, ··· 6535 7427 } 6536 7428 }, 6537 7429 "node_modules/@types/serve-static": { 6538 - "version": "1.15.8", 6539 - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.8.tgz", 6540 - "integrity": "sha512-roei0UY3LhpOJvjbIP6ZZFngyLKl5dskOtDhxY5THRSpO+ZI+nzJ+m5yUMzGrp89YRa7lvknKkMYjqQFGwA7Sg==", 7430 + "version": "1.15.10", 7431 + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.10.tgz", 7432 + "integrity": "sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==", 6541 7433 "license": "MIT", 6542 7434 "dependencies": { 6543 7435 "@types/http-errors": "*", 6544 7436 "@types/node": "*", 6545 - "@types/send": "*" 7437 + "@types/send": "<1" 7438 + } 7439 + }, 7440 + "node_modules/@types/serve-static/node_modules/@types/send": { 7441 + "version": "0.17.6", 7442 + "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.6.tgz", 7443 + "integrity": "sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og==", 7444 + "license": "MIT", 7445 + "dependencies": { 7446 + "@types/mime": "^1", 7447 + "@types/node": "*" 6546 7448 } 6547 7449 }, 6548 7450 "node_modules/@types/sockjs": { ··· 6575 7477 } 6576 7478 }, 6577 7479 "node_modules/@types/yargs": { 6578 - "version": "17.0.33", 6579 - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz", 6580 - "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==", 7480 + "version": "17.0.35", 7481 + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.35.tgz", 7482 + "integrity": "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==", 6581 7483 "license": "MIT", 6582 7484 "dependencies": { 6583 7485 "@types/yargs-parser": "*" ··· 6895 7797 } 6896 7798 }, 6897 7799 "node_modules/algoliasearch": { 6898 - "version": "5.32.0", 6899 - "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-5.32.0.tgz", 6900 - "integrity": "sha512-84xBncKNPBK8Ae89F65+SyVcOihrIbm/3N7to+GpRBHEUXGjA3ydWTMpcRW6jmFzkBQ/eqYy/y+J+NBpJWYjBg==", 7800 + "version": "5.50.1", 7801 + "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-5.50.1.tgz", 7802 + "integrity": "sha512-/bwdue1/8LWELn/DBalGRfuLsXBLXULJo/yOeavJtDu8rBwxIzC6/Rz9Jg19S21VkJvRuZO1k8CZXBMS73mYbA==", 6901 7803 "license": "MIT", 6902 7804 "dependencies": { 6903 - "@algolia/client-abtesting": "5.32.0", 6904 - "@algolia/client-analytics": "5.32.0", 6905 - "@algolia/client-common": "5.32.0", 6906 - "@algolia/client-insights": "5.32.0", 6907 - "@algolia/client-personalization": "5.32.0", 6908 - "@algolia/client-query-suggestions": "5.32.0", 6909 - "@algolia/client-search": "5.32.0", 6910 - "@algolia/ingestion": "1.32.0", 6911 - "@algolia/monitoring": "1.32.0", 6912 - "@algolia/recommend": "5.32.0", 6913 - "@algolia/requester-browser-xhr": "5.32.0", 6914 - "@algolia/requester-fetch": "5.32.0", 6915 - "@algolia/requester-node-http": "5.32.0" 7805 + "@algolia/abtesting": "1.16.1", 7806 + "@algolia/client-abtesting": "5.50.1", 7807 + "@algolia/client-analytics": "5.50.1", 7808 + "@algolia/client-common": "5.50.1", 7809 + "@algolia/client-insights": "5.50.1", 7810 + "@algolia/client-personalization": "5.50.1", 7811 + "@algolia/client-query-suggestions": "5.50.1", 7812 + "@algolia/client-search": "5.50.1", 7813 + "@algolia/ingestion": "1.50.1", 7814 + "@algolia/monitoring": "1.50.1", 7815 + "@algolia/recommend": "5.50.1", 7816 + "@algolia/requester-browser-xhr": "5.50.1", 7817 + "@algolia/requester-fetch": "5.50.1", 7818 + "@algolia/requester-node-http": "5.50.1" 6916 7819 }, 6917 7820 "engines": { 6918 7821 "node": ">= 14.0.0" 6919 7822 } 6920 7823 }, 6921 7824 "node_modules/algoliasearch-helper": { 6922 - "version": "3.26.0", 6923 - "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.26.0.tgz", 6924 - "integrity": "sha512-Rv2x3GXleQ3ygwhkhJubhhYGsICmShLAiqtUuJTUkr9uOCOXyF2E71LVT4XDnVffbknv8XgScP4U0Oxtgm+hIw==", 7825 + "version": "3.28.1", 7826 + "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.28.1.tgz", 7827 + "integrity": "sha512-6iXpbkkrAI5HFpCWXlNmIDSBuoN/U1XnEvb2yJAoWfqrZ+DrybI7MQ5P5mthFaprmocq+zbi6HxnR28xnZAYBw==", 6925 7828 "license": "MIT", 6926 7829 "dependencies": { 6927 7830 "@algolia/events": "^4.0.1" ··· 7068 7971 "node": ">=8" 7069 7972 } 7070 7973 }, 7974 + "node_modules/asn1js": { 7975 + "version": "3.0.7", 7976 + "resolved": "https://registry.npmjs.org/asn1js/-/asn1js-3.0.7.tgz", 7977 + "integrity": "sha512-uLvq6KJu04qoQM6gvBfKFjlh6Gl0vOKQuR5cJMDHQkmwfMOQeN3F3SHCv9SNYSL+CRoHvOGFfllDlVz03GQjvQ==", 7978 + "license": "BSD-3-Clause", 7979 + "dependencies": { 7980 + "pvtsutils": "^1.3.6", 7981 + "pvutils": "^1.1.3", 7982 + "tslib": "^2.8.1" 7983 + }, 7984 + "engines": { 7985 + "node": ">=12.0.0" 7986 + } 7987 + }, 7071 7988 "node_modules/astring": { 7072 7989 "version": "1.9.0", 7073 7990 "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz", ··· 7077 7994 } 7078 7995 }, 7079 7996 "node_modules/autoprefixer": { 7080 - "version": "10.4.21", 7081 - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz", 7082 - "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==", 7997 + "version": "10.4.27", 7998 + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.27.tgz", 7999 + "integrity": "sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==", 7083 8000 "funding": [ 7084 8001 { 7085 8002 "type": "opencollective", ··· 7096 8013 ], 7097 8014 "license": "MIT", 7098 8015 "dependencies": { 7099 - "browserslist": "^4.24.4", 7100 - "caniuse-lite": "^1.0.30001702", 7101 - "fraction.js": "^4.3.7", 7102 - "normalize-range": "^0.1.2", 8016 + "browserslist": "^4.28.1", 8017 + "caniuse-lite": "^1.0.30001774", 8018 + "fraction.js": "^5.3.4", 7103 8019 "picocolors": "^1.1.1", 7104 8020 "postcss-value-parser": "^4.2.0" 7105 8021 }, ··· 7149 8065 } 7150 8066 }, 7151 8067 "node_modules/babel-plugin-polyfill-corejs2": { 7152 - "version": "0.4.14", 7153 - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz", 7154 - "integrity": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==", 8068 + "version": "0.4.17", 8069 + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.17.tgz", 8070 + "integrity": "sha512-aTyf30K/rqAsNwN76zYrdtx8obu0E4KoUME29B1xj+B3WxgvWkp943vYQ+z8Mv3lw9xHXMHpvSPOBxzAkIa94w==", 7155 8071 "license": "MIT", 7156 8072 "dependencies": { 7157 - "@babel/compat-data": "^7.27.7", 7158 - "@babel/helper-define-polyfill-provider": "^0.6.5", 8073 + "@babel/compat-data": "^7.28.6", 8074 + "@babel/helper-define-polyfill-provider": "^0.6.8", 7159 8075 "semver": "^6.3.1" 7160 8076 }, 7161 8077 "peerDependencies": { ··· 7185 8101 } 7186 8102 }, 7187 8103 "node_modules/babel-plugin-polyfill-regenerator": { 7188 - "version": "0.6.5", 7189 - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz", 7190 - "integrity": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==", 8104 + "version": "0.6.8", 8105 + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.8.tgz", 8106 + "integrity": "sha512-M762rNHfSF1EV3SLtnCJXFoQbbIIz0OyRwnCmV0KPC7qosSfCO0QLTSuJX3ayAebubhE6oYBAYPrBA5ljowaZg==", 7191 8107 "license": "MIT", 7192 8108 "dependencies": { 7193 - "@babel/helper-define-polyfill-provider": "^0.6.5" 8109 + "@babel/helper-define-polyfill-provider": "^0.6.8" 7194 8110 }, 7195 8111 "peerDependencies": { 7196 8112 "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" ··· 7392 8308 "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", 7393 8309 "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" 7394 8310 }, 8311 + "node_modules/bundle-name": { 8312 + "version": "4.1.0", 8313 + "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz", 8314 + "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==", 8315 + "license": "MIT", 8316 + "dependencies": { 8317 + "run-applescript": "^7.0.0" 8318 + }, 8319 + "engines": { 8320 + "node": ">=18" 8321 + }, 8322 + "funding": { 8323 + "url": "https://github.com/sponsors/sindresorhus" 8324 + } 8325 + }, 7395 8326 "node_modules/bytes": { 7396 8327 "version": "3.0.0", 7397 8328 "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", ··· 7399 8330 "license": "MIT", 7400 8331 "engines": { 7401 8332 "node": ">= 0.8" 8333 + } 8334 + }, 8335 + "node_modules/bytestreamjs": { 8336 + "version": "2.0.1", 8337 + "resolved": "https://registry.npmjs.org/bytestreamjs/-/bytestreamjs-2.0.1.tgz", 8338 + "integrity": "sha512-U1Z/ob71V/bXfVABvNr/Kumf5VyeQRBEm6Txb0PQ6S7V5GpBM3w4Cbqz/xPDicR5tN0uvDifng8C+5qECeGwyQ==", 8339 + "license": "BSD-3-Clause", 8340 + "engines": { 8341 + "node": ">=6.0.0" 7402 8342 } 7403 8343 }, 7404 8344 "node_modules/cacheable-lookup": { ··· 8097 9037 } 8098 9038 }, 8099 9039 "node_modules/cookie-signature": { 8100 - "version": "1.0.6", 8101 - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", 8102 - "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", 9040 + "version": "1.0.7", 9041 + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz", 9042 + "integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==", 8103 9043 "license": "MIT" 8104 - }, 8105 - "node_modules/copy-text-to-clipboard": { 8106 - "version": "3.2.0", 8107 - "resolved": "https://registry.npmjs.org/copy-text-to-clipboard/-/copy-text-to-clipboard-3.2.0.tgz", 8108 - "integrity": "sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==", 8109 - "engines": { 8110 - "node": ">=12" 8111 - }, 8112 - "funding": { 8113 - "url": "https://github.com/sponsors/sindresorhus" 8114 - } 8115 9044 }, 8116 9045 "node_modules/copy-webpack-plugin": { 8117 9046 "version": "11.0.0", ··· 8192 9121 } 8193 9122 }, 8194 9123 "node_modules/core-js-compat": { 8195 - "version": "3.44.0", 8196 - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.44.0.tgz", 8197 - "integrity": "sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==", 9124 + "version": "3.49.0", 9125 + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.49.0.tgz", 9126 + "integrity": "sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==", 8198 9127 "license": "MIT", 8199 9128 "dependencies": { 8200 - "browserslist": "^4.25.1" 9129 + "browserslist": "^4.28.1" 8201 9130 }, 8202 9131 "funding": { 8203 9132 "type": "opencollective", ··· 8205 9134 } 8206 9135 }, 8207 9136 "node_modules/core-js-pure": { 8208 - "version": "3.44.0", 8209 - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.44.0.tgz", 8210 - "integrity": "sha512-gvMQAGB4dfVUxpYD0k3Fq8J+n5bB6Ytl15lqlZrOIXFzxOhtPaObfkQGHtMRdyjIf7z2IeNULwi1jEwyS+ltKQ==", 9137 + "version": "3.49.0", 9138 + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.49.0.tgz", 9139 + "integrity": "sha512-XM4RFka59xATyJv/cS3O3Kml72hQXUeGRuuTmMYFxwzc9/7C8OYTaIR/Ji+Yt8DXzsFLNhat15cE/JP15HrCgw==", 8211 9140 "hasInstallScript": true, 8212 9141 "license": "MIT", 8213 9142 "funding": { ··· 8320 9249 } 8321 9250 }, 8322 9251 "node_modules/css-blank-pseudo/node_modules/postcss-selector-parser": { 8323 - "version": "7.1.0", 8324 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", 8325 - "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", 9252 + "version": "7.1.1", 9253 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 9254 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 8326 9255 "license": "MIT", 8327 9256 "dependencies": { 8328 9257 "cssesc": "^3.0.0", ··· 8333 9262 } 8334 9263 }, 8335 9264 "node_modules/css-declaration-sorter": { 8336 - "version": "7.2.0", 8337 - "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz", 8338 - "integrity": "sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==", 9265 + "version": "7.3.1", 9266 + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.3.1.tgz", 9267 + "integrity": "sha512-gz6x+KkgNCjxq3Var03pRYLhyNfwhkKF1g/yoLgDNtFvVu0/fOLV9C8fFEZRjACp/XQLumjAYo7JVjzH3wLbxA==", 8339 9268 "license": "ISC", 8340 9269 "engines": { 8341 9270 "node": "^14 || ^16 || >=18" ··· 8345 9274 } 8346 9275 }, 8347 9276 "node_modules/css-has-pseudo": { 8348 - "version": "7.0.2", 8349 - "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-7.0.2.tgz", 8350 - "integrity": "sha512-nzol/h+E0bId46Kn2dQH5VElaknX2Sr0hFuB/1EomdC7j+OISt2ZzK7EHX9DZDY53WbIVAR7FYKSO2XnSf07MQ==", 9277 + "version": "7.0.3", 9278 + "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-7.0.3.tgz", 9279 + "integrity": "sha512-oG+vKuGyqe/xvEMoxAQrhi7uY16deJR3i7wwhBerVrGQKSqUC5GiOVxTpM9F9B9hw0J+eKeOWLH7E9gZ1Dr5rA==", 8351 9280 "funding": [ 8352 9281 { 8353 9282 "type": "github", ··· 8394 9323 } 8395 9324 }, 8396 9325 "node_modules/css-has-pseudo/node_modules/postcss-selector-parser": { 8397 - "version": "7.1.0", 8398 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", 8399 - "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", 9326 + "version": "7.1.1", 9327 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 9328 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 8400 9329 "license": "MIT", 8401 9330 "dependencies": { 8402 9331 "cssesc": "^3.0.0", ··· 8547 9476 } 8548 9477 }, 8549 9478 "node_modules/cssdb": { 8550 - "version": "8.3.1", 8551 - "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.3.1.tgz", 8552 - "integrity": "sha512-XnDRQMXucLueX92yDe0LPKupXetWoFOgawr4O4X41l5TltgK2NVbJJVDnnOywDYfW1sTJ28AcXGKOqdRKwCcmQ==", 9479 + "version": "8.8.0", 9480 + "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.8.0.tgz", 9481 + "integrity": "sha512-QbLeyz2Bgso1iRlh7IpWk6OKa3lLNGXsujVjDMPl9rOZpxKeiG69icLpbLCFxeURwmcdIfZqQyhlooKJYM4f8Q==", 8553 9482 "funding": [ 8554 9483 { 8555 9484 "type": "opencollective", ··· 8716 9645 "license": "MIT" 8717 9646 }, 8718 9647 "node_modules/debug": { 8719 - "version": "4.4.1", 8720 - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", 8721 - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", 9648 + "version": "4.4.3", 9649 + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", 9650 + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", 8722 9651 "license": "MIT", 8723 9652 "dependencies": { 8724 9653 "ms": "^2.1.3" ··· 8789 9718 "node": ">=0.10.0" 8790 9719 } 8791 9720 }, 8792 - "node_modules/default-gateway": { 8793 - "version": "6.0.3", 8794 - "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", 8795 - "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", 8796 - "license": "BSD-2-Clause", 9721 + "node_modules/default-browser": { 9722 + "version": "5.5.0", 9723 + "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.0.tgz", 9724 + "integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==", 9725 + "license": "MIT", 8797 9726 "dependencies": { 8798 - "execa": "^5.0.0" 9727 + "bundle-name": "^4.1.0", 9728 + "default-browser-id": "^5.0.0" 8799 9729 }, 8800 9730 "engines": { 8801 - "node": ">= 10" 9731 + "node": ">=18" 9732 + }, 9733 + "funding": { 9734 + "url": "https://github.com/sponsors/sindresorhus" 9735 + } 9736 + }, 9737 + "node_modules/default-browser-id": { 9738 + "version": "5.0.1", 9739 + "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.1.tgz", 9740 + "integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==", 9741 + "license": "MIT", 9742 + "engines": { 9743 + "node": ">=18" 9744 + }, 9745 + "funding": { 9746 + "url": "https://github.com/sponsors/sindresorhus" 8802 9747 } 8803 9748 }, 8804 9749 "node_modules/defer-to-connect": { ··· 8881 9826 } 8882 9827 }, 8883 9828 "node_modules/detect-libc": { 8884 - "version": "2.0.4", 8885 - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", 8886 - "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", 9829 + "version": "2.1.2", 9830 + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", 9831 + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", 8887 9832 "license": "Apache-2.0", 8888 9833 "engines": { 8889 9834 "node": ">=8" ··· 9202 10147 } 9203 10148 }, 9204 10149 "node_modules/error-ex": { 9205 - "version": "1.3.2", 9206 - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", 9207 - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", 10150 + "version": "1.3.4", 10151 + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz", 10152 + "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==", 9208 10153 "license": "MIT", 9209 10154 "dependencies": { 9210 10155 "is-arrayish": "^0.2.1" ··· 9842 10787 } 9843 10788 }, 9844 10789 "node_modules/finalhandler": { 9845 - "version": "1.3.1", 9846 - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", 9847 - "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", 10790 + "version": "1.3.2", 10791 + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.2.tgz", 10792 + "integrity": "sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==", 9848 10793 "license": "MIT", 9849 10794 "dependencies": { 9850 10795 "debug": "2.6.9", 9851 10796 "encodeurl": "~2.0.0", 9852 10797 "escape-html": "~1.0.3", 9853 - "on-finished": "2.4.1", 10798 + "on-finished": "~2.4.1", 9854 10799 "parseurl": "~1.3.3", 9855 - "statuses": "2.0.1", 10800 + "statuses": "~2.0.2", 9856 10801 "unpipe": "~1.0.0" 9857 10802 }, 9858 10803 "engines": { ··· 9924 10869 } 9925 10870 }, 9926 10871 "node_modules/follow-redirects": { 9927 - "version": "1.15.9", 9928 - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", 9929 - "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", 10872 + "version": "1.15.11", 10873 + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", 10874 + "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", 9930 10875 "funding": [ 9931 10876 { 9932 10877 "type": "individual", ··· 9970 10915 } 9971 10916 }, 9972 10917 "node_modules/fraction.js": { 9973 - "version": "4.3.7", 9974 - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", 9975 - "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", 10918 + "version": "5.3.4", 10919 + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz", 10920 + "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==", 9976 10921 "license": "MIT", 9977 10922 "engines": { 9978 10923 "node": "*" 9979 10924 }, 9980 10925 "funding": { 9981 - "type": "patreon", 10926 + "type": "github", 9982 10927 "url": "https://github.com/sponsors/rawify" 9983 10928 } 9984 10929 }, ··· 10004 10949 "node": ">=14.14" 10005 10950 } 10006 10951 }, 10007 - "node_modules/fs-monkey": { 10008 - "version": "1.0.6", 10009 - "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.6.tgz", 10010 - "integrity": "sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==", 10011 - "license": "Unlicense" 10012 - }, 10013 - "node_modules/fs.realpath": { 10014 - "version": "1.0.0", 10015 - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", 10016 - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", 10017 - "license": "ISC" 10018 - }, 10019 10952 "node_modules/fsevents": { 10020 10953 "version": "2.3.3", 10021 10954 "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", ··· 10108 11041 "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.5.0.tgz", 10109 11042 "integrity": "sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==" 10110 11043 }, 10111 - "node_modules/glob": { 10112 - "version": "7.2.3", 10113 - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", 10114 - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", 10115 - "deprecated": "Glob versions prior to v9 are no longer supported", 10116 - "license": "ISC", 10117 - "dependencies": { 10118 - "fs.realpath": "^1.0.0", 10119 - "inflight": "^1.0.4", 10120 - "inherits": "2", 10121 - "minimatch": "^3.1.1", 10122 - "once": "^1.3.0", 10123 - "path-is-absolute": "^1.0.0" 10124 - }, 10125 - "engines": { 10126 - "node": "*" 10127 - }, 10128 - "funding": { 10129 - "url": "https://github.com/sponsors/isaacs" 10130 - } 10131 - }, 10132 11044 "node_modules/glob-parent": { 10133 11045 "version": "5.1.2", 10134 11046 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", ··· 10138 11050 }, 10139 11051 "engines": { 10140 11052 "node": ">= 6" 11053 + } 11054 + }, 11055 + "node_modules/glob-to-regex.js": { 11056 + "version": "1.2.0", 11057 + "resolved": "https://registry.npmjs.org/glob-to-regex.js/-/glob-to-regex.js-1.2.0.tgz", 11058 + "integrity": "sha512-QMwlOQKU/IzqMUOAZWubUOT8Qft+Y0KQWnX9nK3ch0CJg0tTp4TvGZsTfudYKv2NzoQSyPcnA6TYeIQ3jGichQ==", 11059 + "license": "Apache-2.0", 11060 + "engines": { 11061 + "node": ">=10.0" 11062 + }, 11063 + "funding": { 11064 + "type": "github", 11065 + "url": "https://github.com/sponsors/streamich" 11066 + }, 11067 + "peerDependencies": { 11068 + "tslib": "2" 10141 11069 } 10142 11070 }, 10143 11071 "node_modules/glob-to-regexp": { ··· 10603 11531 "safe-buffer": "~5.1.0" 10604 11532 } 10605 11533 }, 10606 - "node_modules/html-entities": { 10607 - "version": "2.6.0", 10608 - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.6.0.tgz", 10609 - "integrity": "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==", 10610 - "funding": [ 10611 - { 10612 - "type": "github", 10613 - "url": "https://github.com/sponsors/mdevils" 10614 - }, 10615 - { 10616 - "type": "patreon", 10617 - "url": "https://patreon.com/mdevils" 10618 - } 10619 - ], 10620 - "license": "MIT" 10621 - }, 10622 11534 "node_modules/html-escaper": { 10623 11535 "version": "2.0.2", 10624 11536 "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", ··· 10800 11712 "url": "https://opencollective.com/express" 10801 11713 } 10802 11714 }, 10803 - "node_modules/http-errors/node_modules/statuses": { 10804 - "version": "2.0.2", 10805 - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", 10806 - "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", 10807 - "license": "MIT", 10808 - "engines": { 10809 - "node": ">= 0.8" 10810 - } 10811 - }, 10812 11715 "node_modules/http-parser-js": { 10813 11716 "version": "0.5.10", 10814 11717 "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.10.tgz", ··· 10885 11788 "license": "Apache-2.0", 10886 11789 "engines": { 10887 11790 "node": ">=10.17.0" 11791 + } 11792 + }, 11793 + "node_modules/hyperdyperid": { 11794 + "version": "1.2.0", 11795 + "resolved": "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz", 11796 + "integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==", 11797 + "license": "MIT", 11798 + "engines": { 11799 + "node": ">=10.18" 10888 11800 } 10889 11801 }, 10890 11802 "node_modules/iconv-lite": { ··· 10995 11907 "version": "0.2.0-alpha.45", 10996 11908 "resolved": "https://registry.npmjs.org/infima/-/infima-0.2.0-alpha.45.tgz", 10997 11909 "integrity": "sha512-uyH0zfr1erU1OohLk0fT4Rrb94AOhguWNOcD9uGrSpRvNB+6gZXUoJX5J0NtvzBO10YZ9PgvA4NFgt+fYg8ojw==", 11910 + "license": "MIT", 10998 11911 "engines": { 10999 11912 "node": ">=12" 11000 11913 } 11001 11914 }, 11002 - "node_modules/inflight": { 11003 - "version": "1.0.6", 11004 - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", 11005 - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", 11006 - "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", 11007 - "license": "ISC", 11008 - "dependencies": { 11009 - "once": "^1.3.0", 11010 - "wrappy": "1" 11011 - } 11012 - }, 11013 11915 "node_modules/inherits": { 11014 11916 "version": "2.0.4", 11015 11917 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", ··· 11040 11942 } 11041 11943 }, 11042 11944 "node_modules/ipaddr.js": { 11043 - "version": "2.2.0", 11044 - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.2.0.tgz", 11045 - "integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==", 11945 + "version": "2.3.0", 11946 + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.3.0.tgz", 11947 + "integrity": "sha512-Zv/pA+ciVFbCSBBjGfaKUya/CcGmUHzTydLMaTwrUUEM2DIEO3iZvueGxmacvmN50fGpGVKeTXpb2LcYQxeVdg==", 11046 11948 "license": "MIT", 11047 11949 "engines": { 11048 11950 "node": ">= 10" ··· 11184 12086 "url": "https://github.com/sponsors/wooorm" 11185 12087 } 11186 12088 }, 12089 + "node_modules/is-inside-container": { 12090 + "version": "1.0.0", 12091 + "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", 12092 + "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", 12093 + "license": "MIT", 12094 + "dependencies": { 12095 + "is-docker": "^3.0.0" 12096 + }, 12097 + "bin": { 12098 + "is-inside-container": "cli.js" 12099 + }, 12100 + "engines": { 12101 + "node": ">=14.16" 12102 + }, 12103 + "funding": { 12104 + "url": "https://github.com/sponsors/sindresorhus" 12105 + } 12106 + }, 12107 + "node_modules/is-inside-container/node_modules/is-docker": { 12108 + "version": "3.0.0", 12109 + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", 12110 + "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", 12111 + "license": "MIT", 12112 + "bin": { 12113 + "is-docker": "cli.js" 12114 + }, 12115 + "engines": { 12116 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 12117 + }, 12118 + "funding": { 12119 + "url": "https://github.com/sponsors/sindresorhus" 12120 + } 12121 + }, 11187 12122 "node_modules/is-installed-globally": { 11188 12123 "version": "0.4.0", 11189 12124 "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", ··· 11195 12130 }, 11196 12131 "engines": { 11197 12132 "node": ">=10" 12133 + }, 12134 + "funding": { 12135 + "url": "https://github.com/sponsors/sindresorhus" 12136 + } 12137 + }, 12138 + "node_modules/is-network-error": { 12139 + "version": "1.3.1", 12140 + "resolved": "https://registry.npmjs.org/is-network-error/-/is-network-error-1.3.1.tgz", 12141 + "integrity": "sha512-6QCxa49rQbmUWLfk0nuGqzql9U8uaV2H6279bRErPBHe/109hCzsLUBUHfbEtvLIHBd6hyXbgedBSHevm43Edw==", 12142 + "license": "MIT", 12143 + "engines": { 12144 + "node": ">=16" 11198 12145 }, 11199 12146 "funding": { 11200 12147 "url": "https://github.com/sponsors/sindresorhus" ··· 11618 12565 } 11619 12566 }, 11620 12567 "node_modules/launch-editor": { 11621 - "version": "2.10.0", 11622 - "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.10.0.tgz", 11623 - "integrity": "sha512-D7dBRJo/qcGX9xlvt/6wUYzQxjh5G1RvZPgPv8vi4KRU99DVQL/oW7tnVOCCTm2HGeo3C5HvGE5Yrh6UBoZ0vA==", 12568 + "version": "2.13.2", 12569 + "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.13.2.tgz", 12570 + "integrity": "sha512-4VVDnbOpLXy/s8rdRCSXb+zfMeFR0WlJWpET1iA9CQdlZDfwyLjUuGQzXU4VeOoey6AicSAluWan7Etga6Kcmg==", 11624 12571 "license": "MIT", 11625 12572 "dependencies": { 11626 - "picocolors": "^1.0.0", 11627 - "shell-quote": "^1.8.1" 12573 + "picocolors": "^1.1.1", 12574 + "shell-quote": "^1.8.3" 11628 12575 } 11629 12576 }, 11630 12577 "node_modules/leven": { ··· 11637 12584 } 11638 12585 }, 11639 12586 "node_modules/lightningcss": { 11640 - "version": "1.30.1", 11641 - "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.1.tgz", 11642 - "integrity": "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==", 12587 + "version": "1.32.0", 12588 + "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz", 12589 + "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==", 11643 12590 "license": "MPL-2.0", 11644 12591 "dependencies": { 11645 12592 "detect-libc": "^2.0.3" ··· 11652 12599 "url": "https://opencollective.com/parcel" 11653 12600 }, 11654 12601 "optionalDependencies": { 11655 - "lightningcss-darwin-arm64": "1.30.1", 11656 - "lightningcss-darwin-x64": "1.30.1", 11657 - "lightningcss-freebsd-x64": "1.30.1", 11658 - "lightningcss-linux-arm-gnueabihf": "1.30.1", 11659 - "lightningcss-linux-arm64-gnu": "1.30.1", 11660 - "lightningcss-linux-arm64-musl": "1.30.1", 11661 - "lightningcss-linux-x64-gnu": "1.30.1", 11662 - "lightningcss-linux-x64-musl": "1.30.1", 11663 - "lightningcss-win32-arm64-msvc": "1.30.1", 11664 - "lightningcss-win32-x64-msvc": "1.30.1" 12602 + "lightningcss-android-arm64": "1.32.0", 12603 + "lightningcss-darwin-arm64": "1.32.0", 12604 + "lightningcss-darwin-x64": "1.32.0", 12605 + "lightningcss-freebsd-x64": "1.32.0", 12606 + "lightningcss-linux-arm-gnueabihf": "1.32.0", 12607 + "lightningcss-linux-arm64-gnu": "1.32.0", 12608 + "lightningcss-linux-arm64-musl": "1.32.0", 12609 + "lightningcss-linux-x64-gnu": "1.32.0", 12610 + "lightningcss-linux-x64-musl": "1.32.0", 12611 + "lightningcss-win32-arm64-msvc": "1.32.0", 12612 + "lightningcss-win32-x64-msvc": "1.32.0" 12613 + } 12614 + }, 12615 + "node_modules/lightningcss-android-arm64": { 12616 + "version": "1.32.0", 12617 + "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz", 12618 + "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==", 12619 + "cpu": [ 12620 + "arm64" 12621 + ], 12622 + "license": "MPL-2.0", 12623 + "optional": true, 12624 + "os": [ 12625 + "android" 12626 + ], 12627 + "engines": { 12628 + "node": ">= 12.0.0" 12629 + }, 12630 + "funding": { 12631 + "type": "opencollective", 12632 + "url": "https://opencollective.com/parcel" 11665 12633 } 11666 12634 }, 11667 12635 "node_modules/lightningcss-darwin-arm64": { 11668 - "version": "1.30.1", 11669 - "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.1.tgz", 11670 - "integrity": "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==", 12636 + "version": "1.32.0", 12637 + "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz", 12638 + "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==", 11671 12639 "cpu": [ 11672 12640 "arm64" 11673 12641 ], ··· 11685 12653 } 11686 12654 }, 11687 12655 "node_modules/lightningcss-darwin-x64": { 11688 - "version": "1.30.1", 11689 - "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.1.tgz", 11690 - "integrity": "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==", 12656 + "version": "1.32.0", 12657 + "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz", 12658 + "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==", 11691 12659 "cpu": [ 11692 12660 "x64" 11693 12661 ], ··· 11705 12673 } 11706 12674 }, 11707 12675 "node_modules/lightningcss-freebsd-x64": { 11708 - "version": "1.30.1", 11709 - "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.1.tgz", 11710 - "integrity": "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==", 12676 + "version": "1.32.0", 12677 + "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz", 12678 + "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==", 11711 12679 "cpu": [ 11712 12680 "x64" 11713 12681 ], ··· 11725 12693 } 11726 12694 }, 11727 12695 "node_modules/lightningcss-linux-arm-gnueabihf": { 11728 - "version": "1.30.1", 11729 - "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.1.tgz", 11730 - "integrity": "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==", 12696 + "version": "1.32.0", 12697 + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz", 12698 + "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==", 11731 12699 "cpu": [ 11732 12700 "arm" 11733 12701 ], ··· 11745 12713 } 11746 12714 }, 11747 12715 "node_modules/lightningcss-linux-arm64-gnu": { 11748 - "version": "1.30.1", 11749 - "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.1.tgz", 11750 - "integrity": "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==", 12716 + "version": "1.32.0", 12717 + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz", 12718 + "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==", 11751 12719 "cpu": [ 11752 12720 "arm64" 11753 12721 ], 12722 + "libc": [ 12723 + "glibc" 12724 + ], 11754 12725 "license": "MPL-2.0", 11755 12726 "optional": true, 11756 12727 "os": [ ··· 11765 12736 } 11766 12737 }, 11767 12738 "node_modules/lightningcss-linux-arm64-musl": { 11768 - "version": "1.30.1", 11769 - "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.1.tgz", 11770 - "integrity": "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==", 12739 + "version": "1.32.0", 12740 + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz", 12741 + "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==", 11771 12742 "cpu": [ 11772 12743 "arm64" 11773 12744 ], 12745 + "libc": [ 12746 + "musl" 12747 + ], 11774 12748 "license": "MPL-2.0", 11775 12749 "optional": true, 11776 12750 "os": [ ··· 11785 12759 } 11786 12760 }, 11787 12761 "node_modules/lightningcss-linux-x64-gnu": { 11788 - "version": "1.30.1", 11789 - "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.1.tgz", 11790 - "integrity": "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==", 12762 + "version": "1.32.0", 12763 + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz", 12764 + "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==", 11791 12765 "cpu": [ 11792 12766 "x64" 12767 + ], 12768 + "libc": [ 12769 + "glibc" 11793 12770 ], 11794 12771 "license": "MPL-2.0", 11795 12772 "optional": true, ··· 11805 12782 } 11806 12783 }, 11807 12784 "node_modules/lightningcss-linux-x64-musl": { 11808 - "version": "1.30.1", 11809 - "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.1.tgz", 11810 - "integrity": "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==", 12785 + "version": "1.32.0", 12786 + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz", 12787 + "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==", 11811 12788 "cpu": [ 11812 12789 "x64" 12790 + ], 12791 + "libc": [ 12792 + "musl" 11813 12793 ], 11814 12794 "license": "MPL-2.0", 11815 12795 "optional": true, ··· 11825 12805 } 11826 12806 }, 11827 12807 "node_modules/lightningcss-win32-arm64-msvc": { 11828 - "version": "1.30.1", 11829 - "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.1.tgz", 11830 - "integrity": "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==", 12808 + "version": "1.32.0", 12809 + "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz", 12810 + "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==", 11831 12811 "cpu": [ 11832 12812 "arm64" 11833 12813 ], ··· 11845 12825 } 11846 12826 }, 11847 12827 "node_modules/lightningcss-win32-x64-msvc": { 11848 - "version": "1.30.1", 11849 - "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.1.tgz", 11850 - "integrity": "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==", 12828 + "version": "1.32.0", 12829 + "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz", 12830 + "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==", 11851 12831 "cpu": [ 11852 12832 "x64" 11853 12833 ], ··· 11930 12910 } 11931 12911 }, 11932 12912 "node_modules/lodash": { 11933 - "version": "4.18.0", 11934 - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.0.tgz", 11935 - "integrity": "sha512-l1mfj2atMqndAHI3ls7XqPxEjV2J9ZkcNyHpoZA3r2T1LLwDB69jgkMWh71YKwhBbK0G2f4WSn05ahmQXVxupA==", 12913 + "version": "4.18.1", 12914 + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", 12915 + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", 11936 12916 "license": "MIT" 11937 12917 }, 11938 12918 "node_modules/lodash-es": { ··· 12481 13461 } 12482 13462 }, 12483 13463 "node_modules/memfs": { 12484 - "version": "3.5.3", 12485 - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", 12486 - "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", 12487 - "license": "Unlicense", 13464 + "version": "4.57.1", 13465 + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.57.1.tgz", 13466 + "integrity": "sha512-WvzrWPwMQT+PtbX2Et64R4qXKK0fj/8pO85MrUCzymX3twwCiJCdvntW3HdhG1teLJcHDDLIKx5+c3HckWYZtQ==", 13467 + "license": "Apache-2.0", 12488 13468 "dependencies": { 12489 - "fs-monkey": "^1.0.4" 13469 + "@jsonjoy.com/fs-core": "4.57.1", 13470 + "@jsonjoy.com/fs-fsa": "4.57.1", 13471 + "@jsonjoy.com/fs-node": "4.57.1", 13472 + "@jsonjoy.com/fs-node-builtins": "4.57.1", 13473 + "@jsonjoy.com/fs-node-to-fsa": "4.57.1", 13474 + "@jsonjoy.com/fs-node-utils": "4.57.1", 13475 + "@jsonjoy.com/fs-print": "4.57.1", 13476 + "@jsonjoy.com/fs-snapshot": "4.57.1", 13477 + "@jsonjoy.com/json-pack": "^1.11.0", 13478 + "@jsonjoy.com/util": "^1.9.0", 13479 + "glob-to-regex.js": "^1.0.1", 13480 + "thingies": "^2.5.0", 13481 + "tree-dump": "^1.0.3", 13482 + "tslib": "^2.0.0" 13483 + }, 13484 + "funding": { 13485 + "type": "github", 13486 + "url": "https://github.com/sponsors/streamich" 12490 13487 }, 12491 - "engines": { 12492 - "node": ">= 4.0.0" 13488 + "peerDependencies": { 13489 + "tslib": "2" 12493 13490 } 12494 13491 }, 12495 13492 "node_modules/memoize-one": { ··· 14315 15312 } 14316 15313 }, 14317 15314 "node_modules/mini-css-extract-plugin": { 14318 - "version": "2.9.2", 14319 - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz", 14320 - "integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==", 15315 + "version": "2.10.2", 15316 + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.10.2.tgz", 15317 + "integrity": "sha512-AOSS0IdEB95ayVkxn5oGzNQwqAi2J0Jb/kKm43t7H73s8+f5873g0yuj0PNvK4dO75mu5DHg4nlgp4k6Kga8eg==", 14321 15318 "license": "MIT", 14322 15319 "dependencies": { 14323 15320 "schema-utils": "^4.0.0", ··· 14470 15467 "node": ">=18" 14471 15468 } 14472 15469 }, 14473 - "node_modules/node-forge": { 14474 - "version": "1.4.0", 14475 - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.4.0.tgz", 14476 - "integrity": "sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==", 14477 - "license": "(BSD-3-Clause OR GPL-2.0)", 14478 - "engines": { 14479 - "node": ">= 6.13.0" 14480 - } 14481 - }, 14482 15470 "node_modules/node-releases": { 14483 15471 "version": "2.0.36", 14484 15472 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.36.tgz", ··· 14494 15482 "node": ">=0.10.0" 14495 15483 } 14496 15484 }, 14497 - "node_modules/normalize-range": { 14498 - "version": "0.1.2", 14499 - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", 14500 - "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", 14501 - "license": "MIT", 14502 - "engines": { 14503 - "node": ">=0.10.0" 14504 - } 14505 - }, 14506 15485 "node_modules/normalize-url": { 14507 15486 "version": "8.0.2", 14508 15487 "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.2.tgz", ··· 14530 15509 "node_modules/nprogress": { 14531 15510 "version": "0.2.0", 14532 15511 "resolved": "https://registry.npmjs.org/nprogress/-/nprogress-0.2.0.tgz", 14533 - "integrity": "sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==" 15512 + "integrity": "sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==", 15513 + "license": "MIT" 14534 15514 }, 14535 15515 "node_modules/nth-check": { 14536 15516 "version": "2.1.1", ··· 14564 15544 } 14565 15545 }, 14566 15546 "node_modules/null-loader/node_modules/ajv": { 14567 - "version": "6.12.6", 14568 - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", 14569 - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", 15547 + "version": "6.14.0", 15548 + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz", 15549 + "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==", 14570 15550 "license": "MIT", 14571 15551 "dependencies": { 14572 15552 "fast-deep-equal": "^3.1.1", ··· 14688 15668 "node": ">= 0.8" 14689 15669 } 14690 15670 }, 14691 - "node_modules/once": { 14692 - "version": "1.4.0", 14693 - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 14694 - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", 14695 - "license": "ISC", 14696 - "dependencies": { 14697 - "wrappy": "1" 14698 - } 14699 - }, 14700 15671 "node_modules/onetime": { 14701 15672 "version": "5.1.2", 14702 15673 "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", ··· 14818 15789 } 14819 15790 }, 14820 15791 "node_modules/p-retry": { 14821 - "version": "4.6.2", 14822 - "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", 14823 - "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", 15792 + "version": "6.2.1", 15793 + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-6.2.1.tgz", 15794 + "integrity": "sha512-hEt02O4hUct5wtwg4H4KcWgDdm+l1bOaEy/hWzd8xtXB9BqxTWBBhb+2ImAtH4Cv4rPjV76xN3Zumqk3k3AhhQ==", 14824 15795 "license": "MIT", 14825 15796 "dependencies": { 14826 - "@types/retry": "0.12.0", 15797 + "@types/retry": "0.12.2", 15798 + "is-network-error": "^1.0.0", 14827 15799 "retry": "^0.13.1" 14828 15800 }, 14829 15801 "engines": { 14830 - "node": ">=8" 15802 + "node": ">=16.17" 15803 + }, 15804 + "funding": { 15805 + "url": "https://github.com/sponsors/sindresorhus" 14831 15806 } 14832 15807 }, 14833 15808 "node_modules/p-timeout": { ··· 15059 16034 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 15060 16035 } 15061 16036 }, 15062 - "node_modules/path-is-absolute": { 15063 - "version": "1.0.1", 15064 - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", 15065 - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", 15066 - "license": "MIT", 15067 - "engines": { 15068 - "node": ">=0.10.0" 15069 - } 15070 - }, 15071 16037 "node_modules/path-is-inside": { 15072 16038 "version": "1.0.2", 15073 16039 "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", ··· 15137 16103 "url": "https://github.com/sponsors/sindresorhus" 15138 16104 } 15139 16105 }, 16106 + "node_modules/pkijs": { 16107 + "version": "3.4.0", 16108 + "resolved": "https://registry.npmjs.org/pkijs/-/pkijs-3.4.0.tgz", 16109 + "integrity": "sha512-emEcLuomt2j03vxD54giVB4SxTjnsqkU692xZOZXHDVoYyypEm+b3jpiTcc+Cf+myooc+/Ly0z01jqeNHVgJGw==", 16110 + "license": "BSD-3-Clause", 16111 + "dependencies": { 16112 + "@noble/hashes": "1.4.0", 16113 + "asn1js": "^3.0.6", 16114 + "bytestreamjs": "^2.0.1", 16115 + "pvtsutils": "^1.3.6", 16116 + "pvutils": "^1.1.3", 16117 + "tslib": "^2.8.1" 16118 + }, 16119 + "engines": { 16120 + "node": ">=16.0.0" 16121 + } 16122 + }, 15140 16123 "node_modules/postcss": { 15141 - "version": "8.5.6", 15142 - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", 15143 - "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", 16124 + "version": "8.5.8", 16125 + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz", 16126 + "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==", 15144 16127 "funding": [ 15145 16128 { 15146 16129 "type": "opencollective", ··· 15191 16174 } 15192 16175 }, 15193 16176 "node_modules/postcss-attribute-case-insensitive/node_modules/postcss-selector-parser": { 15194 - "version": "7.1.0", 15195 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", 15196 - "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", 16177 + "version": "7.1.1", 16178 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 16179 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 15197 16180 "license": "MIT", 15198 16181 "dependencies": { 15199 16182 "cssesc": "^3.0.0", ··· 15235 16218 } 15236 16219 }, 15237 16220 "node_modules/postcss-color-functional-notation": { 15238 - "version": "7.0.10", 15239 - "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-7.0.10.tgz", 15240 - "integrity": "sha512-k9qX+aXHBiLTRrWoCJuUFI6F1iF6QJQUXNVWJVSbqZgj57jDhBlOvD8gNUGl35tgqDivbGLhZeW3Ongz4feuKA==", 16221 + "version": "7.0.12", 16222 + "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-7.0.12.tgz", 16223 + "integrity": "sha512-TLCW9fN5kvO/u38/uesdpbx3e8AkTYhMvDZYa9JpmImWuTE99bDQ7GU7hdOADIZsiI9/zuxfAJxny/khknp1Zw==", 15241 16224 "funding": [ 15242 16225 { 15243 16226 "type": "github", ··· 15250 16233 ], 15251 16234 "license": "MIT-0", 15252 16235 "dependencies": { 15253 - "@csstools/css-color-parser": "^3.0.10", 16236 + "@csstools/css-color-parser": "^3.1.0", 15254 16237 "@csstools/css-parser-algorithms": "^3.0.5", 15255 16238 "@csstools/css-tokenizer": "^3.0.4", 15256 - "@csstools/postcss-progressive-custom-properties": "^4.1.0", 16239 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 15257 16240 "@csstools/utilities": "^2.0.0" 15258 16241 }, 15259 16242 "engines": { ··· 15435 16418 } 15436 16419 }, 15437 16420 "node_modules/postcss-custom-selectors/node_modules/postcss-selector-parser": { 15438 - "version": "7.1.0", 15439 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", 15440 - "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", 16421 + "version": "7.1.1", 16422 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 16423 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 15441 16424 "license": "MIT", 15442 16425 "dependencies": { 15443 16426 "cssesc": "^3.0.0", ··· 15473 16456 } 15474 16457 }, 15475 16458 "node_modules/postcss-dir-pseudo-class/node_modules/postcss-selector-parser": { 15476 - "version": "7.1.0", 15477 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", 15478 - "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", 16459 + "version": "7.1.1", 16460 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 16461 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 15479 16462 "license": "MIT", 15480 16463 "dependencies": { 15481 16464 "cssesc": "^3.0.0", ··· 15549 16532 } 15550 16533 }, 15551 16534 "node_modules/postcss-double-position-gradients": { 15552 - "version": "6.0.2", 15553 - "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-6.0.2.tgz", 15554 - "integrity": "sha512-7qTqnL7nfLRyJK/AHSVrrXOuvDDzettC+wGoienURV8v2svNbu6zJC52ruZtHaO6mfcagFmuTGFdzRsJKB3k5Q==", 16535 + "version": "6.0.4", 16536 + "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-6.0.4.tgz", 16537 + "integrity": "sha512-m6IKmxo7FxSP5nF2l63QbCC3r+bWpFUWmZXZf096WxG0m7Vl1Q1+ruFOhpdDRmKrRS+S3Jtk+TVk/7z0+BVK6g==", 15555 16538 "funding": [ 15556 16539 { 15557 16540 "type": "github", ··· 15564 16547 ], 15565 16548 "license": "MIT-0", 15566 16549 "dependencies": { 15567 - "@csstools/postcss-progressive-custom-properties": "^4.1.0", 16550 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 15568 16551 "@csstools/utilities": "^2.0.0", 15569 16552 "postcss-value-parser": "^4.2.0" 15570 16553 }, ··· 15601 16584 } 15602 16585 }, 15603 16586 "node_modules/postcss-focus-visible/node_modules/postcss-selector-parser": { 15604 - "version": "7.1.0", 15605 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", 15606 - "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", 16587 + "version": "7.1.1", 16588 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 16589 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 15607 16590 "license": "MIT", 15608 16591 "dependencies": { 15609 16592 "cssesc": "^3.0.0", ··· 15639 16622 } 15640 16623 }, 15641 16624 "node_modules/postcss-focus-within/node_modules/postcss-selector-parser": { 15642 - "version": "7.1.0", 15643 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", 15644 - "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", 16625 + "version": "7.1.1", 16626 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 16627 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 15645 16628 "license": "MIT", 15646 16629 "dependencies": { 15647 16630 "cssesc": "^3.0.0", ··· 15709 16692 } 15710 16693 }, 15711 16694 "node_modules/postcss-lab-function": { 15712 - "version": "7.0.10", 15713 - "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-7.0.10.tgz", 15714 - "integrity": "sha512-tqs6TCEv9tC1Riq6fOzHuHcZyhg4k3gIAMB8GGY/zA1ssGdm6puHMVE7t75aOSoFg7UD2wyrFFhbldiCMyyFTQ==", 16695 + "version": "7.0.12", 16696 + "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-7.0.12.tgz", 16697 + "integrity": "sha512-tUcyRk1ZTPec3OuKFsqtRzW2Go5lehW29XA21lZ65XmzQkz43VY2tyWEC202F7W3mILOjw0voOiuxRGTsN+J9w==", 15715 16698 "funding": [ 15716 16699 { 15717 16700 "type": "github", ··· 15724 16707 ], 15725 16708 "license": "MIT-0", 15726 16709 "dependencies": { 15727 - "@csstools/css-color-parser": "^3.0.10", 16710 + "@csstools/css-color-parser": "^3.1.0", 15728 16711 "@csstools/css-parser-algorithms": "^3.0.5", 15729 16712 "@csstools/css-tokenizer": "^3.0.4", 15730 - "@csstools/postcss-progressive-custom-properties": "^4.1.0", 16713 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 15731 16714 "@csstools/utilities": "^2.0.0" 15732 16715 }, 15733 16716 "engines": { ··· 15928 16911 } 15929 16912 }, 15930 16913 "node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser": { 15931 - "version": "7.1.0", 15932 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", 15933 - "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", 16914 + "version": "7.1.1", 16915 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 16916 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 15934 16917 "license": "MIT", 15935 16918 "dependencies": { 15936 16919 "cssesc": "^3.0.0", ··· 15956 16939 } 15957 16940 }, 15958 16941 "node_modules/postcss-modules-scope/node_modules/postcss-selector-parser": { 15959 - "version": "7.1.0", 15960 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", 15961 - "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", 16942 + "version": "7.1.1", 16943 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 16944 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 15962 16945 "license": "MIT", 15963 16946 "dependencies": { 15964 16947 "cssesc": "^3.0.0", ··· 16055 17038 } 16056 17039 }, 16057 17040 "node_modules/postcss-nesting/node_modules/postcss-selector-parser": { 16058 - "version": "7.1.0", 16059 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", 16060 - "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", 17041 + "version": "7.1.1", 17042 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 17043 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 16061 17044 "license": "MIT", 16062 17045 "dependencies": { 16063 17046 "cssesc": "^3.0.0", ··· 16298 17281 } 16299 17282 }, 16300 17283 "node_modules/postcss-preset-env": { 16301 - "version": "10.2.4", 16302 - "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.2.4.tgz", 16303 - "integrity": "sha512-q+lXgqmTMdB0Ty+EQ31SuodhdfZetUlwCA/F0zRcd/XdxjzI+Rl2JhZNz5US2n/7t9ePsvuhCnEN4Bmu86zXlA==", 17284 + "version": "10.6.1", 17285 + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.6.1.tgz", 17286 + "integrity": "sha512-yrk74d9EvY+W7+lO9Aj1QmjWY9q5NsKjK2V9drkOPZB/X6KZ0B3igKsHUYakb7oYVhnioWypQX3xGuePf89f3g==", 16304 17287 "funding": [ 16305 17288 { 16306 17289 "type": "github", ··· 16313 17296 ], 16314 17297 "license": "MIT-0", 16315 17298 "dependencies": { 17299 + "@csstools/postcss-alpha-function": "^1.0.1", 16316 17300 "@csstools/postcss-cascade-layers": "^5.0.2", 16317 - "@csstools/postcss-color-function": "^4.0.10", 16318 - "@csstools/postcss-color-mix-function": "^3.0.10", 16319 - "@csstools/postcss-color-mix-variadic-function-arguments": "^1.0.0", 16320 - "@csstools/postcss-content-alt-text": "^2.0.6", 17301 + "@csstools/postcss-color-function": "^4.0.12", 17302 + "@csstools/postcss-color-function-display-p3-linear": "^1.0.1", 17303 + "@csstools/postcss-color-mix-function": "^3.0.12", 17304 + "@csstools/postcss-color-mix-variadic-function-arguments": "^1.0.2", 17305 + "@csstools/postcss-content-alt-text": "^2.0.8", 17306 + "@csstools/postcss-contrast-color-function": "^2.0.12", 16321 17307 "@csstools/postcss-exponential-functions": "^2.0.9", 16322 17308 "@csstools/postcss-font-format-keywords": "^4.0.0", 16323 - "@csstools/postcss-gamut-mapping": "^2.0.10", 16324 - "@csstools/postcss-gradients-interpolation-method": "^5.0.10", 16325 - "@csstools/postcss-hwb-function": "^4.0.10", 16326 - "@csstools/postcss-ic-unit": "^4.0.2", 17309 + "@csstools/postcss-gamut-mapping": "^2.0.11", 17310 + "@csstools/postcss-gradients-interpolation-method": "^5.0.12", 17311 + "@csstools/postcss-hwb-function": "^4.0.12", 17312 + "@csstools/postcss-ic-unit": "^4.0.4", 16327 17313 "@csstools/postcss-initial": "^2.0.1", 16328 17314 "@csstools/postcss-is-pseudo-class": "^5.0.3", 16329 - "@csstools/postcss-light-dark-function": "^2.0.9", 17315 + "@csstools/postcss-light-dark-function": "^2.0.11", 16330 17316 "@csstools/postcss-logical-float-and-clear": "^3.0.0", 16331 17317 "@csstools/postcss-logical-overflow": "^2.0.0", 16332 17318 "@csstools/postcss-logical-overscroll-behavior": "^2.0.0", ··· 16335 17321 "@csstools/postcss-media-minmax": "^2.0.9", 16336 17322 "@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.5", 16337 17323 "@csstools/postcss-nested-calc": "^4.0.0", 16338 - "@csstools/postcss-normalize-display-values": "^4.0.0", 16339 - "@csstools/postcss-oklab-function": "^4.0.10", 16340 - "@csstools/postcss-progressive-custom-properties": "^4.1.0", 17324 + "@csstools/postcss-normalize-display-values": "^4.0.1", 17325 + "@csstools/postcss-oklab-function": "^4.0.12", 17326 + "@csstools/postcss-position-area-property": "^1.0.0", 17327 + "@csstools/postcss-progressive-custom-properties": "^4.2.1", 17328 + "@csstools/postcss-property-rule-prelude-list": "^1.0.0", 16341 17329 "@csstools/postcss-random-function": "^2.0.1", 16342 - "@csstools/postcss-relative-color-syntax": "^3.0.10", 17330 + "@csstools/postcss-relative-color-syntax": "^3.0.12", 16343 17331 "@csstools/postcss-scope-pseudo-class": "^4.0.1", 16344 17332 "@csstools/postcss-sign-functions": "^1.1.4", 16345 17333 "@csstools/postcss-stepped-value-functions": "^4.0.9", 16346 - "@csstools/postcss-text-decoration-shorthand": "^4.0.2", 17334 + "@csstools/postcss-syntax-descriptor-syntax-production": "^1.0.1", 17335 + "@csstools/postcss-system-ui-font-family": "^1.0.0", 17336 + "@csstools/postcss-text-decoration-shorthand": "^4.0.3", 16347 17337 "@csstools/postcss-trigonometric-functions": "^4.0.9", 16348 17338 "@csstools/postcss-unset-value": "^4.0.0", 16349 - "autoprefixer": "^10.4.21", 16350 - "browserslist": "^4.25.0", 17339 + "autoprefixer": "^10.4.23", 17340 + "browserslist": "^4.28.1", 16351 17341 "css-blank-pseudo": "^7.0.1", 16352 - "css-has-pseudo": "^7.0.2", 17342 + "css-has-pseudo": "^7.0.3", 16353 17343 "css-prefers-color-scheme": "^10.0.0", 16354 - "cssdb": "^8.3.0", 17344 + "cssdb": "^8.6.0", 16355 17345 "postcss-attribute-case-insensitive": "^7.0.1", 16356 17346 "postcss-clamp": "^4.1.0", 16357 - "postcss-color-functional-notation": "^7.0.10", 17347 + "postcss-color-functional-notation": "^7.0.12", 16358 17348 "postcss-color-hex-alpha": "^10.0.0", 16359 17349 "postcss-color-rebeccapurple": "^10.0.0", 16360 17350 "postcss-custom-media": "^11.0.6", 16361 17351 "postcss-custom-properties": "^14.0.6", 16362 17352 "postcss-custom-selectors": "^8.0.5", 16363 17353 "postcss-dir-pseudo-class": "^9.0.1", 16364 - "postcss-double-position-gradients": "^6.0.2", 17354 + "postcss-double-position-gradients": "^6.0.4", 16365 17355 "postcss-focus-visible": "^10.0.1", 16366 17356 "postcss-focus-within": "^9.0.1", 16367 17357 "postcss-font-variant": "^5.0.0", 16368 17358 "postcss-gap-properties": "^6.0.0", 16369 17359 "postcss-image-set-function": "^7.0.0", 16370 - "postcss-lab-function": "^7.0.10", 17360 + "postcss-lab-function": "^7.0.12", 16371 17361 "postcss-logical": "^8.1.0", 16372 17362 "postcss-nesting": "^13.0.2", 16373 17363 "postcss-opacity-percentage": "^3.0.0", ··· 16411 17401 } 16412 17402 }, 16413 17403 "node_modules/postcss-pseudo-class-any-link/node_modules/postcss-selector-parser": { 16414 - "version": "7.1.0", 16415 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", 16416 - "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", 17404 + "version": "7.1.1", 17405 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 17406 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 16417 17407 "license": "MIT", 16418 17408 "dependencies": { 16419 17409 "cssesc": "^3.0.0", ··· 16504 17494 } 16505 17495 }, 16506 17496 "node_modules/postcss-selector-not/node_modules/postcss-selector-parser": { 16507 - "version": "7.1.0", 16508 - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", 16509 - "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", 17497 + "version": "7.1.1", 17498 + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", 17499 + "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", 16510 17500 "license": "MIT", 16511 17501 "dependencies": { 16512 17502 "cssesc": "^3.0.0", ··· 16625 17615 } 16626 17616 }, 16627 17617 "node_modules/prismjs": { 16628 - "version": "1.29.0", 16629 - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", 16630 - "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", 17618 + "version": "1.30.0", 17619 + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz", 17620 + "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==", 17621 + "license": "MIT", 16631 17622 "engines": { 16632 17623 "node": ">=6" 16633 17624 } ··· 16720 17711 "url": "https://github.com/sponsors/sindresorhus" 16721 17712 } 16722 17713 }, 17714 + "node_modules/pvtsutils": { 17715 + "version": "1.3.6", 17716 + "resolved": "https://registry.npmjs.org/pvtsutils/-/pvtsutils-1.3.6.tgz", 17717 + "integrity": "sha512-PLgQXQ6H2FWCaeRak8vvk1GW462lMxB5s3Jm673N82zI4vqtVUPuZdffdZbPDFRoU8kAhItWFtPCWiPpp4/EDg==", 17718 + "license": "MIT", 17719 + "dependencies": { 17720 + "tslib": "^2.8.1" 17721 + } 17722 + }, 17723 + "node_modules/pvutils": { 17724 + "version": "1.1.5", 17725 + "resolved": "https://registry.npmjs.org/pvutils/-/pvutils-1.1.5.tgz", 17726 + "integrity": "sha512-KTqnxsgGiQ6ZAzZCVlJH5eOjSnvlyEgx1m8bkRJfOhmGRqfo5KLvmAlACQkrjEtOQ4B7wF9TdSLIs9O90MX9xA==", 17727 + "license": "MIT", 17728 + "engines": { 17729 + "node": ">=16.0.0" 17730 + } 17731 + }, 16723 17732 "node_modules/qs": { 16724 17733 "version": "6.14.2", 16725 17734 "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz", ··· 16770 17779 "version": "2.1.0", 16771 17780 "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", 16772 17781 "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", 17782 + "license": "MIT", 16773 17783 "dependencies": { 16774 17784 "safe-buffer": "^5.1.0" 16775 17785 } ··· 16952 17962 "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" 16953 17963 }, 16954 17964 "node_modules/react-json-view-lite": { 16955 - "version": "2.4.1", 16956 - "resolved": "https://registry.npmjs.org/react-json-view-lite/-/react-json-view-lite-2.4.1.tgz", 16957 - "integrity": "sha512-fwFYknRIBxjbFm0kBDrzgBy1xa5tDg2LyXXBepC5f1b+MY3BUClMCsvanMPn089JbV1Eg3nZcrp0VCuH43aXnA==", 17965 + "version": "2.5.0", 17966 + "resolved": "https://registry.npmjs.org/react-json-view-lite/-/react-json-view-lite-2.5.0.tgz", 17967 + "integrity": "sha512-tk7o7QG9oYyELWHL8xiMQ8x4WzjCzbWNyig3uexmkLb54r8jO0yH3WCWx8UZS0c49eSA4QUmG5caiRJ8fAn58g==", 16958 17968 "license": "MIT", 16959 17969 "engines": { 16960 17970 "node": ">=18" ··· 17153 18163 "url": "https://opencollective.com/unified" 17154 18164 } 17155 18165 }, 18166 + "node_modules/reflect-metadata": { 18167 + "version": "0.2.2", 18168 + "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz", 18169 + "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==", 18170 + "license": "Apache-2.0" 18171 + }, 17156 18172 "node_modules/regenerate": { 17157 18173 "version": "1.4.2", 17158 18174 "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", ··· 17160 18176 "license": "MIT" 17161 18177 }, 17162 18178 "node_modules/regenerate-unicode-properties": { 17163 - "version": "10.2.0", 17164 - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", 17165 - "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", 18179 + "version": "10.2.2", 18180 + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz", 18181 + "integrity": "sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==", 17166 18182 "license": "MIT", 17167 18183 "dependencies": { 17168 18184 "regenerate": "^1.4.2" ··· 17172 18188 } 17173 18189 }, 17174 18190 "node_modules/regexpu-core": { 17175 - "version": "6.2.0", 17176 - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.2.0.tgz", 17177 - "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==", 18191 + "version": "6.4.0", 18192 + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.4.0.tgz", 18193 + "integrity": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==", 17178 18194 "license": "MIT", 17179 18195 "dependencies": { 17180 18196 "regenerate": "^1.4.2", 17181 - "regenerate-unicode-properties": "^10.2.0", 18197 + "regenerate-unicode-properties": "^10.2.2", 17182 18198 "regjsgen": "^0.8.0", 17183 - "regjsparser": "^0.12.0", 18199 + "regjsparser": "^0.13.0", 17184 18200 "unicode-match-property-ecmascript": "^2.0.0", 17185 - "unicode-match-property-value-ecmascript": "^2.1.0" 18201 + "unicode-match-property-value-ecmascript": "^2.2.1" 17186 18202 }, 17187 18203 "engines": { 17188 18204 "node": ">=4" ··· 17222 18238 "license": "MIT" 17223 18239 }, 17224 18240 "node_modules/regjsparser": { 17225 - "version": "0.12.0", 17226 - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.12.0.tgz", 17227 - "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==", 18241 + "version": "0.13.1", 18242 + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.1.tgz", 18243 + "integrity": "sha512-dLsljMd9sqwRkby8zhO1gSg3PnJIBFid8f4CQj/sXx+7cKx+E7u0PKhZ+U4wmhx7EfmtvnA318oVaIkAB1lRJw==", 17228 18244 "license": "BSD-2-Clause", 17229 18245 "dependencies": { 17230 - "jsesc": "~3.0.2" 18246 + "jsesc": "~3.1.0" 17231 18247 }, 17232 18248 "bin": { 17233 18249 "regjsparser": "bin/parser" 17234 18250 } 17235 18251 }, 17236 - "node_modules/regjsparser/node_modules/jsesc": { 17237 - "version": "3.0.2", 17238 - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", 17239 - "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", 17240 - "license": "MIT", 17241 - "bin": { 17242 - "jsesc": "bin/jsesc" 17243 - }, 17244 - "engines": { 17245 - "node": ">=6" 17246 - } 17247 - }, 17248 18252 "node_modules/rehype-raw": { 17249 18253 "version": "7.0.0", 17250 18254 "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz", ··· 17546 18550 "license": "MIT" 17547 18551 }, 17548 18552 "node_modules/resolve": { 17549 - "version": "1.22.10", 17550 - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", 17551 - "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", 18553 + "version": "1.22.11", 18554 + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz", 18555 + "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==", 17552 18556 "license": "MIT", 17553 18557 "dependencies": { 17554 - "is-core-module": "^2.16.0", 18558 + "is-core-module": "^2.16.1", 17555 18559 "path-parse": "^1.0.7", 17556 18560 "supports-preserve-symlinks-flag": "^1.0.0" 17557 18561 }, ··· 17618 18622 "node": ">=0.10.0" 17619 18623 } 17620 18624 }, 17621 - "node_modules/rimraf": { 17622 - "version": "3.0.2", 17623 - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", 17624 - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", 17625 - "deprecated": "Rimraf versions prior to v4 are no longer supported", 17626 - "license": "ISC", 17627 - "dependencies": { 17628 - "glob": "^7.1.3" 17629 - }, 17630 - "bin": { 17631 - "rimraf": "bin.js" 17632 - }, 17633 - "funding": { 17634 - "url": "https://github.com/sponsors/isaacs" 17635 - } 17636 - }, 17637 18625 "node_modules/rtlcss": { 17638 18626 "version": "4.3.0", 17639 18627 "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.3.0.tgz", 17640 18628 "integrity": "sha512-FI+pHEn7Wc4NqKXMXFM+VAYKEj/mRIcW4h24YVwVtyjI+EqGrLc2Hx/Ny0lrZ21cBWU2goLy36eqMcNj3AQJig==", 18629 + "license": "MIT", 17641 18630 "dependencies": { 17642 18631 "escalade": "^3.1.1", 17643 18632 "picocolors": "^1.0.0", ··· 17651 18640 "node": ">=12.0.0" 17652 18641 } 17653 18642 }, 18643 + "node_modules/run-applescript": { 18644 + "version": "7.1.0", 18645 + "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz", 18646 + "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==", 18647 + "license": "MIT", 18648 + "engines": { 18649 + "node": ">=18" 18650 + }, 18651 + "funding": { 18652 + "url": "https://github.com/sponsors/sindresorhus" 18653 + } 18654 + }, 17654 18655 "node_modules/run-parallel": { 17655 18656 "version": "1.2.0", 17656 18657 "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", ··· 17690 18691 "type": "consulting", 17691 18692 "url": "https://feross.org/support" 17692 18693 } 17693 - ] 18694 + ], 18695 + "license": "MIT" 17694 18696 }, 17695 18697 "node_modules/safe-stable-stringify": { 17696 18698 "version": "1.1.1", ··· 17873 18875 "license": "MIT" 17874 18876 }, 17875 18877 "node_modules/selfsigned": { 17876 - "version": "2.4.1", 17877 - "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", 17878 - "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", 18878 + "version": "5.5.0", 18879 + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-5.5.0.tgz", 18880 + "integrity": "sha512-ftnu3TW4+3eBfLRFnDEkzGxSF/10BJBkaLJuBHZX0kiPS7bRdlpZGu6YGt4KngMkdTwJE6MbjavFpqHvqVt+Ew==", 17879 18881 "license": "MIT", 17880 18882 "dependencies": { 17881 - "@types/node-forge": "^1.3.0", 17882 - "node-forge": "^1" 18883 + "@peculiar/x509": "^1.14.2", 18884 + "pkijs": "^3.3.3" 17883 18885 }, 17884 18886 "engines": { 17885 - "node": ">=10" 18887 + "node": ">=18" 17886 18888 } 17887 18889 }, 17888 18890 "node_modules/semver": { ··· 17960 18962 "node": ">= 0.6" 17961 18963 } 17962 18964 }, 17963 - "node_modules/send/node_modules/statuses": { 17964 - "version": "2.0.2", 17965 - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", 17966 - "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", 17967 - "license": "MIT", 17968 - "engines": { 17969 - "node": ">= 0.8" 17970 - } 17971 - }, 17972 18965 "node_modules/serialize-javascript": { 17973 18966 "version": "6.0.2", 17974 18967 "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", 17975 18968 "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", 18969 + "license": "BSD-3-Clause", 17976 18970 "dependencies": { 17977 18971 "randombytes": "^2.1.0" 17978 18972 } ··· 17999 18993 "license": "MIT" 18000 18994 }, 18001 18995 "node_modules/serve-index": { 18002 - "version": "1.9.1", 18003 - "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", 18004 - "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", 18996 + "version": "1.9.2", 18997 + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.2.tgz", 18998 + "integrity": "sha512-KDj11HScOaLmrPxl70KYNW1PksP4Nb/CLL2yvC+Qd2kHMPEEpfc4Re2e4FOay+bC/+XQl/7zAcWON3JVo5v3KQ==", 18005 18999 "license": "MIT", 18006 19000 "dependencies": { 18007 - "accepts": "~1.3.4", 19001 + "accepts": "~1.3.8", 18008 19002 "batch": "0.6.1", 18009 19003 "debug": "2.6.9", 18010 19004 "escape-html": "~1.0.3", 18011 - "http-errors": "~1.6.2", 18012 - "mime-types": "~2.1.17", 18013 - "parseurl": "~1.3.2" 19005 + "http-errors": "~1.8.0", 19006 + "mime-types": "~2.1.35", 19007 + "parseurl": "~1.3.3" 18014 19008 }, 18015 19009 "engines": { 18016 19010 "node": ">= 0.8.0" 19011 + }, 19012 + "funding": { 19013 + "type": "opencollective", 19014 + "url": "https://opencollective.com/express" 18017 19015 } 18018 19016 }, 18019 19017 "node_modules/serve-index/node_modules/debug": { ··· 18035 19033 } 18036 19034 }, 18037 19035 "node_modules/serve-index/node_modules/http-errors": { 18038 - "version": "1.6.3", 18039 - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", 18040 - "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", 19036 + "version": "1.8.1", 19037 + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", 19038 + "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", 18041 19039 "license": "MIT", 18042 19040 "dependencies": { 18043 19041 "depd": "~1.1.2", 18044 - "inherits": "2.0.3", 18045 - "setprototypeof": "1.1.0", 18046 - "statuses": ">= 1.4.0 < 2" 19042 + "inherits": "2.0.4", 19043 + "setprototypeof": "1.2.0", 19044 + "statuses": ">= 1.5.0 < 2", 19045 + "toidentifier": "1.0.1" 18047 19046 }, 18048 19047 "engines": { 18049 19048 "node": ">= 0.6" 18050 19049 } 18051 19050 }, 18052 - "node_modules/serve-index/node_modules/inherits": { 18053 - "version": "2.0.3", 18054 - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", 18055 - "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", 18056 - "license": "ISC" 19051 + "node_modules/serve-index/node_modules/mime-db": { 19052 + "version": "1.52.0", 19053 + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", 19054 + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", 19055 + "license": "MIT", 19056 + "engines": { 19057 + "node": ">= 0.6" 19058 + } 19059 + }, 19060 + "node_modules/serve-index/node_modules/mime-types": { 19061 + "version": "2.1.35", 19062 + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", 19063 + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", 19064 + "license": "MIT", 19065 + "dependencies": { 19066 + "mime-db": "1.52.0" 19067 + }, 19068 + "engines": { 19069 + "node": ">= 0.6" 19070 + } 18057 19071 }, 18058 19072 "node_modules/serve-index/node_modules/ms": { 18059 19073 "version": "2.0.0", ··· 18061 19075 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", 18062 19076 "license": "MIT" 18063 19077 }, 18064 - "node_modules/serve-index/node_modules/setprototypeof": { 18065 - "version": "1.1.0", 18066 - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", 18067 - "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", 18068 - "license": "ISC" 18069 - }, 18070 19078 "node_modules/serve-index/node_modules/statuses": { 18071 19079 "version": "1.5.0", 18072 19080 "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", ··· 18262 19270 "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" 18263 19271 }, 18264 19272 "node_modules/sitemap": { 18265 - "version": "7.1.2", 18266 - "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-7.1.2.tgz", 18267 - "integrity": "sha512-ARCqzHJ0p4gWt+j7NlU5eDlIO9+Rkr/JhPFZKKQ1l5GCus7rJH4UdrlVAh0xC/gDS/Qir2UMxqYNHtsKr2rpCw==", 19273 + "version": "7.1.3", 19274 + "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-7.1.3.tgz", 19275 + "integrity": "sha512-tAjEd+wt/YwnEbfNB2ht51ybBJxbEWwe5ki/Z//Wh0rpBFTCUSj46GnxUKEWzhfuJTsee8x3lybHxFgUMig2hw==", 18268 19276 "license": "MIT", 18269 19277 "dependencies": { 18270 19278 "@types/node": "^17.0.5", ··· 18426 19434 } 18427 19435 }, 18428 19436 "node_modules/statuses": { 18429 - "version": "2.0.1", 18430 - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", 18431 - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", 19437 + "version": "2.0.2", 19438 + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", 19439 + "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", 18432 19440 "license": "MIT", 18433 19441 "engines": { 18434 19442 "node": ">= 0.8" 18435 19443 } 18436 19444 }, 18437 19445 "node_modules/std-env": { 18438 - "version": "3.9.0", 18439 - "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.9.0.tgz", 18440 - "integrity": "sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==", 19446 + "version": "3.10.0", 19447 + "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz", 19448 + "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==", 18441 19449 "license": "MIT" 18442 19450 }, 18443 19451 "node_modules/string_decoder": { ··· 18553 19561 "version": "3.1.1", 18554 19562 "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", 18555 19563 "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", 19564 + "license": "MIT", 18556 19565 "engines": { 18557 19566 "node": ">=8" 18558 19567 }, ··· 18681 19690 } 18682 19691 }, 18683 19692 "node_modules/swc-loader": { 18684 - "version": "0.2.6", 18685 - "resolved": "https://registry.npmjs.org/swc-loader/-/swc-loader-0.2.6.tgz", 18686 - "integrity": "sha512-9Zi9UP2YmDpgmQVbyOPJClY0dwf58JDyDMQ7uRc4krmc72twNI2fvlBWHLqVekBpPc7h5NJkGVT1zNDxFrqhvg==", 19693 + "version": "0.2.7", 19694 + "resolved": "https://registry.npmjs.org/swc-loader/-/swc-loader-0.2.7.tgz", 19695 + "integrity": "sha512-nwYWw3Fh9ame3Rtm7StS9SBLpHRRnYcK7bnpF3UKZmesAK0gw2/ADvlURFAINmPvKtDLzp+GBiP9yLoEjg6S9w==", 18687 19696 "license": "MIT", 18688 19697 "dependencies": { 18689 19698 "@swc/counter": "^0.1.3" ··· 18794 19803 "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", 18795 19804 "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" 18796 19805 }, 19806 + "node_modules/thingies": { 19807 + "version": "2.6.0", 19808 + "resolved": "https://registry.npmjs.org/thingies/-/thingies-2.6.0.tgz", 19809 + "integrity": "sha512-rMHRjmlFLM1R96UYPvpmnc3LYtdFrT33JIB7L9hetGue1qAPfn1N2LJeEjxUSidu1Iku+haLZXDuEXUHNGO/lg==", 19810 + "license": "MIT", 19811 + "engines": { 19812 + "node": ">=10.18" 19813 + }, 19814 + "funding": { 19815 + "type": "github", 19816 + "url": "https://github.com/sponsors/streamich" 19817 + }, 19818 + "peerDependencies": { 19819 + "tslib": "^2" 19820 + } 19821 + }, 18797 19822 "node_modules/thunky": { 18798 19823 "version": "1.1.0", 18799 19824 "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", ··· 18857 19882 "node": ">=6" 18858 19883 } 18859 19884 }, 19885 + "node_modules/tree-dump": { 19886 + "version": "1.1.0", 19887 + "resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.1.0.tgz", 19888 + "integrity": "sha512-rMuvhU4MCDbcbnleZTFezWsaZXRFemSqAM+7jPnzUl1fo9w3YEKOxAeui0fz3OI4EU4hf23iyA7uQRVko+UaBA==", 19889 + "license": "Apache-2.0", 19890 + "engines": { 19891 + "node": ">=10.0" 19892 + }, 19893 + "funding": { 19894 + "type": "github", 19895 + "url": "https://github.com/sponsors/streamich" 19896 + }, 19897 + "peerDependencies": { 19898 + "tslib": "2" 19899 + } 19900 + }, 18860 19901 "node_modules/trim-lines": { 18861 19902 "version": "3.0.1", 18862 19903 "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", ··· 18880 19921 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 18881 19922 "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" 18882 19923 }, 19924 + "node_modules/tsyringe": { 19925 + "version": "4.10.0", 19926 + "resolved": "https://registry.npmjs.org/tsyringe/-/tsyringe-4.10.0.tgz", 19927 + "integrity": "sha512-axr3IdNuVIxnaK5XGEUFTu3YmAQ6lllgrvqfEoR16g/HGnYY/6We4oWENtAnzK6/LpJ2ur9PAb80RBt7/U4ugw==", 19928 + "license": "MIT", 19929 + "dependencies": { 19930 + "tslib": "^1.9.3" 19931 + }, 19932 + "engines": { 19933 + "node": ">= 6.0.0" 19934 + } 19935 + }, 19936 + "node_modules/tsyringe/node_modules/tslib": { 19937 + "version": "1.14.1", 19938 + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", 19939 + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", 19940 + "license": "0BSD" 19941 + }, 18883 19942 "node_modules/type-fest": { 18884 19943 "version": "2.19.0", 18885 19944 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", ··· 18994 20053 } 18995 20054 }, 18996 20055 "node_modules/unicode-match-property-value-ecmascript": { 18997 - "version": "2.2.0", 18998 - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", 18999 - "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", 20056 + "version": "2.2.1", 20057 + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz", 20058 + "integrity": "sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==", 19000 20059 "license": "MIT", 19001 20060 "engines": { 19002 20061 "node": ">=4" 19003 20062 } 19004 20063 }, 19005 20064 "node_modules/unicode-property-aliases-ecmascript": { 19006 - "version": "2.1.0", 19007 - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", 19008 - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", 20065 + "version": "2.2.0", 20066 + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz", 20067 + "integrity": "sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==", 19009 20068 "license": "MIT", 19010 20069 "engines": { 19011 20070 "node": ">=4" ··· 19637 20696 } 19638 20697 }, 19639 20698 "node_modules/webpack-dev-middleware": { 19640 - "version": "5.3.4", 19641 - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz", 19642 - "integrity": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==", 20699 + "version": "7.4.5", 20700 + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-7.4.5.tgz", 20701 + "integrity": "sha512-uxQ6YqGdE4hgDKNf7hUiPXOdtkXvBJXrfEGYSx7P7LC8hnUYGK70X6xQXUvXeNyBDDcsiQXpG2m3G9vxowaEuA==", 19643 20702 "license": "MIT", 19644 20703 "dependencies": { 19645 20704 "colorette": "^2.0.10", 19646 - "memfs": "^3.4.3", 19647 - "mime-types": "^2.1.31", 20705 + "memfs": "^4.43.1", 20706 + "mime-types": "^3.0.1", 20707 + "on-finished": "^2.4.1", 19648 20708 "range-parser": "^1.2.1", 19649 20709 "schema-utils": "^4.0.0" 19650 20710 }, 19651 20711 "engines": { 19652 - "node": ">= 12.13.0" 20712 + "node": ">= 18.12.0" 19653 20713 }, 19654 20714 "funding": { 19655 20715 "type": "opencollective", 19656 20716 "url": "https://opencollective.com/webpack" 19657 20717 }, 19658 20718 "peerDependencies": { 19659 - "webpack": "^4.0.0 || ^5.0.0" 20719 + "webpack": "^5.0.0" 20720 + }, 20721 + "peerDependenciesMeta": { 20722 + "webpack": { 20723 + "optional": true 20724 + } 19660 20725 } 19661 20726 }, 19662 20727 "node_modules/webpack-dev-middleware/node_modules/mime-db": { 19663 - "version": "1.52.0", 19664 - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", 19665 - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", 20728 + "version": "1.54.0", 20729 + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz", 20730 + "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", 19666 20731 "license": "MIT", 19667 20732 "engines": { 19668 20733 "node": ">= 0.6" 19669 20734 } 19670 20735 }, 19671 20736 "node_modules/webpack-dev-middleware/node_modules/mime-types": { 19672 - "version": "2.1.35", 19673 - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", 19674 - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", 20737 + "version": "3.0.2", 20738 + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz", 20739 + "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==", 19675 20740 "license": "MIT", 19676 20741 "dependencies": { 19677 - "mime-db": "1.52.0" 20742 + "mime-db": "^1.54.0" 19678 20743 }, 19679 20744 "engines": { 19680 - "node": ">= 0.6" 20745 + "node": ">=18" 20746 + }, 20747 + "funding": { 20748 + "type": "opencollective", 20749 + "url": "https://opencollective.com/express" 19681 20750 } 19682 20751 }, 19683 20752 "node_modules/webpack-dev-middleware/node_modules/range-parser": { ··· 19690 20759 } 19691 20760 }, 19692 20761 "node_modules/webpack-dev-server": { 19693 - "version": "4.15.2", 19694 - "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz", 19695 - "integrity": "sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==", 20762 + "version": "5.2.3", 20763 + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-5.2.3.tgz", 20764 + "integrity": "sha512-9Gyu2F7+bg4Vv+pjbovuYDhHX+mqdqITykfzdM9UyKqKHlsE5aAjRhR+oOEfXW5vBeu8tarzlJFIZva4ZjAdrQ==", 19696 20765 "license": "MIT", 19697 20766 "dependencies": { 19698 - "@types/bonjour": "^3.5.9", 19699 - "@types/connect-history-api-fallback": "^1.3.5", 19700 - "@types/express": "^4.17.13", 19701 - "@types/serve-index": "^1.9.1", 19702 - "@types/serve-static": "^1.13.10", 19703 - "@types/sockjs": "^0.3.33", 19704 - "@types/ws": "^8.5.5", 20767 + "@types/bonjour": "^3.5.13", 20768 + "@types/connect-history-api-fallback": "^1.5.4", 20769 + "@types/express": "^4.17.25", 20770 + "@types/express-serve-static-core": "^4.17.21", 20771 + "@types/serve-index": "^1.9.4", 20772 + "@types/serve-static": "^1.15.5", 20773 + "@types/sockjs": "^0.3.36", 20774 + "@types/ws": "^8.5.10", 19705 20775 "ansi-html-community": "^0.0.8", 19706 - "bonjour-service": "^1.0.11", 19707 - "chokidar": "^3.5.3", 20776 + "bonjour-service": "^1.2.1", 20777 + "chokidar": "^3.6.0", 19708 20778 "colorette": "^2.0.10", 19709 - "compression": "^1.7.4", 20779 + "compression": "^1.8.1", 19710 20780 "connect-history-api-fallback": "^2.0.0", 19711 - "default-gateway": "^6.0.3", 19712 - "express": "^4.17.3", 20781 + "express": "^4.22.1", 19713 20782 "graceful-fs": "^4.2.6", 19714 - "html-entities": "^2.3.2", 19715 - "http-proxy-middleware": "^2.0.3", 19716 - "ipaddr.js": "^2.0.1", 19717 - "launch-editor": "^2.6.0", 19718 - "open": "^8.0.9", 19719 - "p-retry": "^4.5.0", 19720 - "rimraf": "^3.0.2", 19721 - "schema-utils": "^4.0.0", 19722 - "selfsigned": "^2.1.1", 20783 + "http-proxy-middleware": "^2.0.9", 20784 + "ipaddr.js": "^2.1.0", 20785 + "launch-editor": "^2.6.1", 20786 + "open": "^10.0.3", 20787 + "p-retry": "^6.2.0", 20788 + "schema-utils": "^4.2.0", 20789 + "selfsigned": "^5.5.0", 19723 20790 "serve-index": "^1.9.1", 19724 20791 "sockjs": "^0.3.24", 19725 20792 "spdy": "^4.0.2", 19726 - "webpack-dev-middleware": "^5.3.4", 19727 - "ws": "^8.13.0" 20793 + "webpack-dev-middleware": "^7.4.2", 20794 + "ws": "^8.18.0" 19728 20795 }, 19729 20796 "bin": { 19730 20797 "webpack-dev-server": "bin/webpack-dev-server.js" 19731 20798 }, 19732 20799 "engines": { 19733 - "node": ">= 12.13.0" 20800 + "node": ">= 18.12.0" 19734 20801 }, 19735 20802 "funding": { 19736 20803 "type": "opencollective", 19737 20804 "url": "https://opencollective.com/webpack" 19738 20805 }, 19739 20806 "peerDependencies": { 19740 - "webpack": "^4.37.0 || ^5.0.0" 20807 + "webpack": "^5.0.0" 19741 20808 }, 19742 20809 "peerDependenciesMeta": { 19743 20810 "webpack": { ··· 19748 20815 } 19749 20816 } 19750 20817 }, 20818 + "node_modules/webpack-dev-server/node_modules/define-lazy-prop": { 20819 + "version": "3.0.0", 20820 + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", 20821 + "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", 20822 + "license": "MIT", 20823 + "engines": { 20824 + "node": ">=12" 20825 + }, 20826 + "funding": { 20827 + "url": "https://github.com/sponsors/sindresorhus" 20828 + } 20829 + }, 20830 + "node_modules/webpack-dev-server/node_modules/open": { 20831 + "version": "10.2.0", 20832 + "resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz", 20833 + "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==", 20834 + "license": "MIT", 20835 + "dependencies": { 20836 + "default-browser": "^5.2.1", 20837 + "define-lazy-prop": "^3.0.0", 20838 + "is-inside-container": "^1.0.0", 20839 + "wsl-utils": "^0.1.0" 20840 + }, 20841 + "engines": { 20842 + "node": ">=18" 20843 + }, 20844 + "funding": { 20845 + "url": "https://github.com/sponsors/sindresorhus" 20846 + } 20847 + }, 19751 20848 "node_modules/webpack-dev-server/node_modules/ws": { 19752 - "version": "8.18.3", 19753 - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", 19754 - "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", 20849 + "version": "8.20.0", 20850 + "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz", 20851 + "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==", 19755 20852 "license": "MIT", 19756 20853 "engines": { 19757 20854 "node": ">=10.0.0" ··· 20033 21130 "url": "https://github.com/chalk/strip-ansi?sponsor=1" 20034 21131 } 20035 21132 }, 20036 - "node_modules/wrappy": { 20037 - "version": "1.0.2", 20038 - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 20039 - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", 20040 - "license": "ISC" 20041 - }, 20042 21133 "node_modules/write-file-atomic": { 20043 21134 "version": "3.0.3", 20044 21135 "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", ··· 20072 21163 } 20073 21164 } 20074 21165 }, 21166 + "node_modules/wsl-utils": { 21167 + "version": "0.1.0", 21168 + "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz", 21169 + "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==", 21170 + "license": "MIT", 21171 + "dependencies": { 21172 + "is-wsl": "^3.1.0" 21173 + }, 21174 + "engines": { 21175 + "node": ">=18" 21176 + }, 21177 + "funding": { 21178 + "url": "https://github.com/sponsors/sindresorhus" 21179 + } 21180 + }, 21181 + "node_modules/wsl-utils/node_modules/is-wsl": { 21182 + "version": "3.1.1", 21183 + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz", 21184 + "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==", 21185 + "license": "MIT", 21186 + "dependencies": { 21187 + "is-inside-container": "^1.0.0" 21188 + }, 21189 + "engines": { 21190 + "node": ">=16" 21191 + }, 21192 + "funding": { 21193 + "url": "https://github.com/sponsors/sindresorhus" 21194 + } 21195 + }, 20075 21196 "node_modules/xdg-basedir": { 20076 21197 "version": "5.1.0", 20077 21198 "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-5.1.0.tgz", ··· 20118 21239 } 20119 21240 }, 20120 21241 "node_modules/yocto-queue": { 20121 - "version": "1.2.1", 20122 - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.1.tgz", 20123 - "integrity": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==", 21242 + "version": "1.2.2", 21243 + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz", 21244 + "integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==", 20124 21245 "license": "MIT", 20125 21246 "engines": { 20126 21247 "node": ">=12.20"
+13 -10
docsite/package.json
··· 1 1 { 2 - "name": "my-website", 3 - "version": "0.0.0", 2 + "name": "multi-scrobbler-docs", 3 + "version": "0.12.1", 4 4 "private": true, 5 5 "scripts": { 6 6 "start": "docusaurus start --host 0.0.0.0", ··· 15 15 "postinstall": "patch-package" 16 16 }, 17 17 "dependencies": { 18 - "@docusaurus/core": "3.8.1", 19 - "@docusaurus/faster": "3.8.1", 20 - "@docusaurus/plugin-client-redirects": "^3.8.1", 21 - "@docusaurus/preset-classic": "3.8.1", 18 + "@docusaurus/core": "3.9.2", 19 + "@docusaurus/faster": "3.9.2", 20 + "@docusaurus/plugin-client-redirects": "^3.9.2", 21 + "@docusaurus/preset-classic": "3.9.2", 22 22 "@easyops-cn/docusaurus-search-local": "0.51.1", 23 23 "@mdx-js/react": "^3.0.0", 24 24 "ajv": "^8.18.0", ··· 39 39 "sass": "^1.97.0" 40 40 }, 41 41 "devDependencies": { 42 - "@docusaurus/module-type-aliases": "^3.6.3", 43 - "@docusaurus/tsconfig": "^3.6.3", 44 - "@docusaurus/types": "^3.6.3", 45 - "@types/react": "^18.2.29", 42 + "@docusaurus/module-type-aliases": "^3.9.2", 43 + "@docusaurus/tsconfig": "^3.9.2", 44 + "@docusaurus/types": "^3.9.2", 45 + "@types/react": "^19.2.4", 46 46 "typescript": "~5.6.2" 47 47 }, 48 48 "browserslist": { ··· 60 60 "engines": { 61 61 "node": ">=24.14.0", 62 62 "npm": ">=11.12.1" 63 + }, 64 + "overrides": { 65 + "lodash": "4.18.1" 63 66 } 64 67 }
+1 -1
package-lock.json
··· 175 175 "with-local-tmp-dir": "^6.0.0" 176 176 }, 177 177 "engines": { 178 - "node": ">=20.19.2", 178 + "node": ">=24.14.0", 179 179 "npm": ">=11.12.1" 180 180 } 181 181 },