pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

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

Update packages and fix lint issue

TPN 8007db39 fa08d41a

+638 -611
+22 -22
package.json
··· 35 35 "@ladjs/country-language": "^1.0.3", 36 36 "@marsidev/react-turnstile": "^0.7.2", 37 37 "@movie-web/providers": "github:sussy-code/providers", 38 - "@noble/hashes": "^1.4.0", 38 + "@noble/hashes": "^1.5.0", 39 39 "@plasmohq/messaging": "^0.6.2", 40 40 "@react-spring/web": "^9.7.4", 41 - "@scure/bip39": "^1.3.0", 41 + "@scure/bip39": "^1.4.0", 42 42 "@sozialhelden/ietf-language-tags": "^5.4.2", 43 43 "@types/node-forge": "^1.3.11", 44 44 "classnames": "^2.5.1", 45 - "core-js": "^3.37.1", 45 + "core-js": "^3.38.1", 46 46 "detect-browser": "^5.3.0", 47 47 "dompurify": "^3.1.6", 48 48 "flag-icons": "^7.2.3", 49 49 "focus-trap-react": "^10.2.3", 50 50 "fscreen": "^1.2.0", 51 51 "fuse.js": "^7.0.0", 52 - "hls.js": "^1.5.13", 53 - "i18next": "^23.12.2", 52 + "hls.js": "^1.5.15", 53 + "i18next": "^23.15.1", 54 54 "immer": "^10.1.1", 55 55 "jwt-decode": "^4.0.0", 56 56 "lodash.isequal": "^4.5.0", ··· 66 66 "react-helmet-async": "^2.0.5", 67 67 "react-i18next": "^14.1.3", 68 68 "react-lazy-with-preload": "^2.2.1", 69 - "react-router-dom": "^6.25.1", 70 - "react-sticky-el": "^2.1.0", 69 + "react-router-dom": "^6.26.2", 70 + "react-sticky-el": "^2.1.1", 71 71 "react-use": "^17.5.1", 72 72 "semver": "^7.6.3", 73 73 "slugify": "^1.6.6", 74 74 "subsrt-ts": "^2.1.2", 75 - "zustand": "^4.5.4" 75 + "zustand": "^4.5.5" 76 76 }, 77 77 "devDependencies": { 78 78 "@babel/core": "^7.25.2", 79 - "@babel/preset-env": "^7.25.3", 79 + "@babel/preset-env": "^7.25.4", 80 80 "@babel/preset-typescript": "^7.24.7", 81 - "@rollup/wasm-node": "^4.19.1", 81 + "@rollup/wasm-node": "^4.21.2", 82 82 "@types/chromecast-caf-sender": "^1.0.10", 83 83 "@types/crypto-js": "^4.2.2", 84 84 "@types/dompurify": "^3.0.5", ··· 86 86 "@types/lodash.isequal": "^4.5.8", 87 87 "@types/lodash.merge": "^4.6.9", 88 88 "@types/lodash.throttle": "^4.1.9", 89 - "@types/node": "^20.14.13", 89 + "@types/node": "^20.16.5", 90 90 "@types/pako": "^2.0.3", 91 - "@types/react": "^18.3.3", 91 + "@types/react": "^18.3.5", 92 92 "@types/react-dom": "^18.3.0", 93 93 "@types/react-helmet": "^6.1.11", 94 94 "@types/react-lazy-load-image-component": "^1.6.4", 95 95 "@types/react-router": "^5.1.20", 96 96 "@types/react-router-dom": "^5.3.3", 97 97 "@types/react-stickynode": "^4.0.3", 98 - "@types/react-transition-group": "^4.4.10", 98 + "@types/react-transition-group": "^4.4.11", 99 99 "@types/semver": "^7.5.8", 100 100 "@typescript-eslint/eslint-plugin": "^6.21.0", 101 101 "@typescript-eslint/parser": "^6.21.0", 102 102 "@vitejs/plugin-react": "^4.3.1", 103 - "autoprefixer": "^10.4.19", 103 + "autoprefixer": "^10.4.20", 104 104 "cross-env": "^7.0.3", 105 105 "eslint": "^8.57.0", 106 106 "eslint-config-airbnb": "19.0.4", 107 107 "eslint-config-prettier": "^9.1.0", 108 - "eslint-import-resolver-typescript": "^3.6.1", 109 - "eslint-plugin-import": "^2.29.1", 110 - "eslint-plugin-jsx-a11y": "^6.9.0", 108 + "eslint-import-resolver-typescript": "^3.6.3", 109 + "eslint-plugin-import": "^2.30.0", 110 + "eslint-plugin-jsx-a11y": "^6.10.0", 111 111 "eslint-plugin-prettier": "^5.2.1", 112 112 "eslint-plugin-react": "7.33.2", 113 113 "eslint-plugin-react-hooks": "4.6.0", 114 114 "glob": "^10.4.5", 115 115 "handlebars": "^4.7.8", 116 116 "jsdom": "^23.2.0", 117 - "postcss": "^8.4.40", 117 + "postcss": "^8.4.45", 118 118 "postcss-rtl": "^2.0.0", 119 119 "postcss-rtlcss": "^4.0.9", 120 120 "prettier": "^3.3.3", 121 121 "prettier-plugin-tailwindcss": "^0.5.14", 122 122 "rollup-plugin-visualizer": "^5.12.0", 123 123 "tailwind-scrollbar": "^3.1.0", 124 - "tailwindcss": "^3.4.7", 124 + "tailwindcss": "^3.4.10", 125 125 "tailwindcss-themer": "^4.0.0", 126 - "type-fest": "^4.23.0", 127 - "typescript": "^5.5.4", 128 - "vite": "^5.3.5", 126 + "type-fest": "^4.26.1", 127 + "typescript": "^5.6.2", 128 + "vite": "^5.4.3", 129 129 "vite-plugin-checker": "^0.6.4", 130 130 "vite-plugin-package-version": "^1.1.0", 131 131 "vite-plugin-pwa": "^0.17.5",
+615 -588
pnpm-lock.yaml
··· 43 43 specifier: github:sussy-code/providers 44 44 version: https://codeload.github.com/sussy-code/providers/tar.gz/0d43eceaf2edec2e22042e987b369357170da01f 45 45 '@noble/hashes': 46 - specifier: ^1.4.0 47 - version: 1.4.0 46 + specifier: ^1.5.0 47 + version: 1.5.0 48 48 '@plasmohq/messaging': 49 49 specifier: ^0.6.2 50 50 version: 0.6.2(react@18.3.1) ··· 52 52 specifier: ^9.7.4 53 53 version: 9.7.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 54 54 '@scure/bip39': 55 - specifier: ^1.3.0 56 - version: 1.3.0 55 + specifier: ^1.4.0 56 + version: 1.4.0 57 57 '@sozialhelden/ietf-language-tags': 58 58 specifier: ^5.4.2 59 59 version: 5.4.2 ··· 64 64 specifier: ^2.5.1 65 65 version: 2.5.1 66 66 core-js: 67 - specifier: ^3.37.1 68 - version: 3.37.1 67 + specifier: ^3.38.1 68 + version: 3.38.1 69 69 detect-browser: 70 70 specifier: ^5.3.0 71 71 version: 5.3.0 ··· 85 85 specifier: ^7.0.0 86 86 version: 7.0.0 87 87 hls.js: 88 - specifier: ^1.5.13 89 - version: 1.5.13 88 + specifier: ^1.5.15 89 + version: 1.5.15 90 90 i18next: 91 - specifier: ^23.12.2 92 - version: 23.12.2 91 + specifier: ^23.15.1 92 + version: 23.15.1 93 93 immer: 94 94 specifier: ^10.1.1 95 95 version: 10.1.1 ··· 104 104 version: 4.6.2 105 105 million: 106 106 specifier: ^2.6.4 107 - version: 2.6.4 107 + version: 2.6.4(webpack-sources@3.2.3) 108 108 nanoid: 109 109 specifier: ^5.0.7 110 110 version: 5.0.7 ··· 131 131 version: 2.0.5(react@18.3.1) 132 132 react-i18next: 133 133 specifier: ^14.1.3 134 - version: 14.1.3(i18next@23.12.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 134 + version: 14.1.3(i18next@23.15.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 135 135 react-lazy-with-preload: 136 136 specifier: ^2.2.1 137 137 version: 2.2.1 138 138 react-router-dom: 139 - specifier: ^6.25.1 140 - version: 6.25.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 139 + specifier: ^6.26.2 140 + version: 6.26.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 141 141 react-sticky-el: 142 - specifier: ^2.1.0 143 - version: 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 142 + specifier: ^2.1.1 143 + version: 2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 144 144 react-use: 145 145 specifier: ^17.5.1 146 146 version: 17.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ··· 154 154 specifier: ^2.1.2 155 155 version: 2.1.2 156 156 zustand: 157 - specifier: ^4.5.4 158 - version: 4.5.4(@types/react@18.3.3)(immer@10.1.1)(react@18.3.1) 157 + specifier: ^4.5.5 158 + version: 4.5.5(@types/react@18.3.5)(immer@10.1.1)(react@18.3.1) 159 159 devDependencies: 160 160 '@babel/core': 161 161 specifier: ^7.25.2 162 162 version: 7.25.2 163 163 '@babel/preset-env': 164 - specifier: ^7.25.3 165 - version: 7.25.3(@babel/core@7.25.2) 164 + specifier: ^7.25.4 165 + version: 7.25.4(@babel/core@7.25.2) 166 166 '@babel/preset-typescript': 167 167 specifier: ^7.24.7 168 168 version: 7.24.7(@babel/core@7.25.2) 169 169 '@rollup/wasm-node': 170 - specifier: ^4.19.1 171 - version: 4.19.1 170 + specifier: ^4.21.2 171 + version: 4.21.2 172 172 '@types/chromecast-caf-sender': 173 173 specifier: ^1.0.10 174 174 version: 1.0.10 ··· 191 191 specifier: ^4.1.9 192 192 version: 4.1.9 193 193 '@types/node': 194 - specifier: ^20.14.13 195 - version: 20.14.13 194 + specifier: ^20.16.5 195 + version: 20.16.5 196 196 '@types/pako': 197 197 specifier: ^2.0.3 198 198 version: 2.0.3 199 199 '@types/react': 200 - specifier: ^18.3.3 201 - version: 18.3.3 200 + specifier: ^18.3.5 201 + version: 18.3.5 202 202 '@types/react-dom': 203 203 specifier: ^18.3.0 204 204 version: 18.3.0 ··· 218 218 specifier: ^4.0.3 219 219 version: 4.0.3 220 220 '@types/react-transition-group': 221 - specifier: ^4.4.10 222 - version: 4.4.10 221 + specifier: ^4.4.11 222 + version: 4.4.11 223 223 '@types/semver': 224 224 specifier: ^7.5.8 225 225 version: 7.5.8 226 226 '@typescript-eslint/eslint-plugin': 227 227 specifier: ^6.21.0 228 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) 228 + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint@8.57.0)(typescript@5.6.2) 229 229 '@typescript-eslint/parser': 230 230 specifier: ^6.21.0 231 - version: 6.21.0(eslint@8.57.0)(typescript@5.5.4) 231 + version: 6.21.0(eslint@8.57.0)(typescript@5.6.2) 232 232 '@vitejs/plugin-react': 233 233 specifier: ^4.3.1 234 - version: 4.3.1(vite@5.3.5(@types/node@20.14.13)(terser@5.31.3)) 234 + version: 4.3.1(vite@5.4.3(@types/node@20.16.5)(terser@5.32.0)) 235 235 autoprefixer: 236 - specifier: ^10.4.19 237 - version: 10.4.19(postcss@8.4.40) 236 + specifier: ^10.4.20 237 + version: 10.4.20(postcss@8.4.45) 238 238 cross-env: 239 239 specifier: ^7.0.3 240 240 version: 7.0.3 ··· 243 243 version: 8.57.0 244 244 eslint-config-airbnb: 245 245 specifier: 19.0.4 246 - version: 19.0.4(eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0))(eslint-plugin-jsx-a11y@6.9.0(eslint@8.57.0))(eslint-plugin-react-hooks@4.6.0(eslint@8.57.0))(eslint-plugin-react@7.33.2(eslint@8.57.0))(eslint@8.57.0) 246 + version: 19.0.4(eslint-plugin-import@2.30.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.0))(eslint-plugin-jsx-a11y@6.10.0(eslint@8.57.0))(eslint-plugin-react-hooks@4.6.0(eslint@8.57.0))(eslint-plugin-react@7.33.2(eslint@8.57.0))(eslint@8.57.0) 247 247 eslint-config-prettier: 248 248 specifier: ^9.1.0 249 249 version: 9.1.0(eslint@8.57.0) 250 250 eslint-import-resolver-typescript: 251 - specifier: ^3.6.1 252 - version: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0) 251 + specifier: ^3.6.3 252 + version: 3.6.3(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint-plugin-import@2.30.0)(eslint@8.57.0) 253 253 eslint-plugin-import: 254 - specifier: ^2.29.1 255 - version: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) 254 + specifier: ^2.30.0 255 + version: 2.30.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.0) 256 256 eslint-plugin-jsx-a11y: 257 - specifier: ^6.9.0 258 - version: 6.9.0(eslint@8.57.0) 257 + specifier: ^6.10.0 258 + version: 6.10.0(eslint@8.57.0) 259 259 eslint-plugin-prettier: 260 260 specifier: ^5.2.1 261 261 version: 5.2.1(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.3.3) ··· 275 275 specifier: ^23.2.0 276 276 version: 23.2.0 277 277 postcss: 278 - specifier: ^8.4.40 279 - version: 8.4.40 278 + specifier: ^8.4.45 279 + version: 8.4.45 280 280 postcss-rtl: 281 281 specifier: ^2.0.0 282 - version: 2.0.0(postcss@8.4.40) 282 + version: 2.0.0(postcss@8.4.45) 283 283 postcss-rtlcss: 284 284 specifier: ^4.0.9 285 - version: 4.0.9(postcss@8.4.40) 285 + version: 4.0.9(postcss@8.4.45) 286 286 prettier: 287 287 specifier: ^3.3.3 288 288 version: 3.3.3 ··· 291 291 version: 0.5.14(prettier@3.3.3) 292 292 rollup-plugin-visualizer: 293 293 specifier: ^5.12.0 294 - version: 5.12.0(@rollup/wasm-node@4.20.0) 294 + version: 5.12.0(@rollup/wasm-node@4.21.2) 295 295 tailwind-scrollbar: 296 296 specifier: ^3.1.0 297 - version: 3.1.0(tailwindcss@3.4.7) 297 + version: 3.1.0(tailwindcss@3.4.10) 298 298 tailwindcss: 299 - specifier: ^3.4.7 300 - version: 3.4.7 299 + specifier: ^3.4.10 300 + version: 3.4.10 301 301 tailwindcss-themer: 302 302 specifier: ^4.0.0 303 - version: 4.0.0(tailwindcss@3.4.7) 303 + version: 4.0.0(tailwindcss@3.4.10) 304 304 type-fest: 305 - specifier: ^4.23.0 306 - version: 4.23.0 305 + specifier: ^4.26.1 306 + version: 4.26.1 307 307 typescript: 308 - specifier: ^5.5.4 309 - version: 5.5.4 308 + specifier: ^5.6.2 309 + version: 5.6.2 310 310 vite: 311 - specifier: ^5.3.5 312 - version: 5.3.5(@types/node@20.14.13)(terser@5.31.3) 311 + specifier: ^5.4.3 312 + version: 5.4.3(@types/node@20.16.5)(terser@5.32.0) 313 313 vite-plugin-checker: 314 314 specifier: ^0.6.4 315 - version: 0.6.4(eslint@8.57.0)(optionator@0.9.4)(typescript@5.5.4)(vite@5.3.5(@types/node@20.14.13)(terser@5.31.3)) 315 + version: 0.6.4(eslint@8.57.0)(optionator@0.9.4)(typescript@5.6.2)(vite@5.4.3(@types/node@20.16.5)(terser@5.32.0)) 316 316 vite-plugin-package-version: 317 317 specifier: ^1.1.0 318 - version: 1.1.0(vite@5.3.5(@types/node@20.14.13)(terser@5.31.3)) 318 + version: 1.1.0(vite@5.4.3(@types/node@20.16.5)(terser@5.32.0)) 319 319 vite-plugin-pwa: 320 320 specifier: ^0.17.5 321 - version: 0.17.5(vite@5.3.5(@types/node@20.14.13)(terser@5.31.3))(workbox-build@7.1.1(@types/babel__core@7.20.5))(workbox-window@7.1.0) 321 + version: 0.17.5(vite@5.4.3(@types/node@20.16.5)(terser@5.32.0))(workbox-build@7.1.1(@types/babel__core@7.20.5))(workbox-window@7.1.0) 322 322 vite-plugin-static-copy: 323 323 specifier: ^1.0.6 324 - version: 1.0.6(vite@5.3.5(@types/node@20.14.13)(terser@5.31.3)) 324 + version: 1.0.6(vite@5.4.3(@types/node@20.16.5)(terser@5.32.0)) 325 325 vitest: 326 326 specifier: ^1.6.0 327 - version: 1.6.0(@types/node@20.14.13)(jsdom@23.2.0)(terser@5.31.3) 327 + version: 1.6.0(@types/node@20.16.5)(jsdom@23.2.0)(terser@5.32.0) 328 328 workbox-window: 329 329 specifier: ^7.1.0 330 330 version: 7.1.0 ··· 352 352 resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==} 353 353 engines: {node: '>=6.9.0'} 354 354 355 - '@babel/compat-data@7.25.2': 356 - resolution: {integrity: sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==} 355 + '@babel/compat-data@7.25.4': 356 + resolution: {integrity: sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==} 357 357 engines: {node: '>=6.9.0'} 358 358 359 359 '@babel/core@7.25.2': 360 360 resolution: {integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==} 361 361 engines: {node: '>=6.9.0'} 362 362 363 - '@babel/generator@7.25.0': 364 - resolution: {integrity: sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==} 363 + '@babel/generator@7.25.6': 364 + resolution: {integrity: sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==} 365 365 engines: {node: '>=6.9.0'} 366 366 367 367 '@babel/helper-annotate-as-pure@7.24.7': ··· 376 376 resolution: {integrity: sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==} 377 377 engines: {node: '>=6.9.0'} 378 378 379 - '@babel/helper-create-class-features-plugin@7.25.0': 380 - resolution: {integrity: sha512-GYM6BxeQsETc9mnct+nIIpf63SAyzvyYN7UB/IlTyd+MBg06afFGp0mIeUqGyWgS2mxad6vqbMrHVlaL3m70sQ==} 379 + '@babel/helper-create-class-features-plugin@7.25.4': 380 + resolution: {integrity: sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==} 381 381 engines: {node: '>=6.9.0'} 382 382 peerDependencies: 383 383 '@babel/core': ^7.0.0 ··· 451 451 resolution: {integrity: sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==} 452 452 engines: {node: '>=6.9.0'} 453 453 454 - '@babel/helpers@7.25.0': 455 - resolution: {integrity: sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==} 454 + '@babel/helpers@7.25.6': 455 + resolution: {integrity: sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==} 456 456 engines: {node: '>=6.9.0'} 457 457 458 458 '@babel/highlight@7.24.7': 459 459 resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} 460 460 engines: {node: '>=6.9.0'} 461 461 462 - '@babel/parser@7.25.3': 463 - resolution: {integrity: sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==} 462 + '@babel/parser@7.25.6': 463 + resolution: {integrity: sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==} 464 464 engines: {node: '>=6.0.0'} 465 465 hasBin: true 466 466 ··· 526 526 peerDependencies: 527 527 '@babel/core': ^7.0.0-0 528 528 529 - '@babel/plugin-syntax-import-assertions@7.24.7': 530 - resolution: {integrity: sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==} 529 + '@babel/plugin-syntax-import-assertions@7.25.6': 530 + resolution: {integrity: sha512-aABl0jHw9bZ2karQ/uUD6XP4u0SG22SJrOHFoL6XB1R7dTovOP4TzTlsxOYC5yQ1pdscVK2JTUnF6QL3ARoAiQ==} 531 531 engines: {node: '>=6.9.0'} 532 532 peerDependencies: 533 533 '@babel/core': ^7.0.0-0 534 534 535 - '@babel/plugin-syntax-import-attributes@7.24.7': 536 - resolution: {integrity: sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==} 535 + '@babel/plugin-syntax-import-attributes@7.25.6': 536 + resolution: {integrity: sha512-sXaDXaJN9SNLymBdlWFA+bjzBhFD617ZaFiY13dGt7TVslVvVgA6fkZOP7Ki3IGElC45lwHdOTrCtKZGVAWeLQ==} 537 537 engines: {node: '>=6.9.0'} 538 538 peerDependencies: 539 539 '@babel/core': ^7.0.0-0 ··· 596 596 peerDependencies: 597 597 '@babel/core': ^7.0.0-0 598 598 599 - '@babel/plugin-syntax-typescript@7.24.7': 600 - resolution: {integrity: sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==} 599 + '@babel/plugin-syntax-typescript@7.25.4': 600 + resolution: {integrity: sha512-uMOCoHVU52BsSWxPOMVv5qKRdeSlPuImUCB2dlPuBSU+W2/ROE7/Zg8F2Kepbk+8yBa68LlRKxO+xgEVWorsDg==} 601 601 engines: {node: '>=6.9.0'} 602 602 peerDependencies: 603 603 '@babel/core': ^7.0.0-0 ··· 614 614 peerDependencies: 615 615 '@babel/core': ^7.0.0-0 616 616 617 - '@babel/plugin-transform-async-generator-functions@7.25.0': 618 - resolution: {integrity: sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==} 617 + '@babel/plugin-transform-async-generator-functions@7.25.4': 618 + resolution: {integrity: sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==} 619 619 engines: {node: '>=6.9.0'} 620 620 peerDependencies: 621 621 '@babel/core': ^7.0.0-0 ··· 638 638 peerDependencies: 639 639 '@babel/core': ^7.0.0-0 640 640 641 - '@babel/plugin-transform-class-properties@7.24.7': 642 - resolution: {integrity: sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==} 641 + '@babel/plugin-transform-class-properties@7.25.4': 642 + resolution: {integrity: sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==} 643 643 engines: {node: '>=6.9.0'} 644 644 peerDependencies: 645 645 '@babel/core': ^7.0.0-0 ··· 650 650 peerDependencies: 651 651 '@babel/core': ^7.12.0 652 652 653 - '@babel/plugin-transform-classes@7.25.0': 654 - resolution: {integrity: sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==} 653 + '@babel/plugin-transform-classes@7.25.4': 654 + resolution: {integrity: sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==} 655 655 engines: {node: '>=6.9.0'} 656 656 peerDependencies: 657 657 '@babel/core': ^7.0.0-0 ··· 818 818 peerDependencies: 819 819 '@babel/core': ^7.0.0-0 820 820 821 - '@babel/plugin-transform-private-methods@7.24.7': 822 - resolution: {integrity: sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==} 821 + '@babel/plugin-transform-private-methods@7.25.4': 822 + resolution: {integrity: sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==} 823 823 engines: {node: '>=6.9.0'} 824 824 peerDependencies: 825 825 '@babel/core': ^7.0.0-0 ··· 914 914 peerDependencies: 915 915 '@babel/core': ^7.0.0-0 916 916 917 - '@babel/plugin-transform-unicode-sets-regex@7.24.7': 918 - resolution: {integrity: sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==} 917 + '@babel/plugin-transform-unicode-sets-regex@7.25.4': 918 + resolution: {integrity: sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==} 919 919 engines: {node: '>=6.9.0'} 920 920 peerDependencies: 921 921 '@babel/core': ^7.0.0 922 922 923 - '@babel/preset-env@7.25.3': 924 - resolution: {integrity: sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==} 923 + '@babel/preset-env@7.25.4': 924 + resolution: {integrity: sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==} 925 925 engines: {node: '>=6.9.0'} 926 926 peerDependencies: 927 927 '@babel/core': ^7.0.0-0 ··· 940 940 '@babel/regjsgen@0.8.0': 941 941 resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} 942 942 943 - '@babel/runtime@7.25.0': 944 - resolution: {integrity: sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==} 943 + '@babel/runtime@7.25.6': 944 + resolution: {integrity: sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==} 945 945 engines: {node: '>=6.9.0'} 946 946 947 947 '@babel/template@7.25.0': 948 948 resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==} 949 949 engines: {node: '>=6.9.0'} 950 950 951 - '@babel/traverse@7.25.3': 952 - resolution: {integrity: sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==} 951 + '@babel/traverse@7.25.6': 952 + resolution: {integrity: sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==} 953 953 engines: {node: '>=6.9.0'} 954 954 955 - '@babel/types@7.25.2': 956 - resolution: {integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==} 955 + '@babel/types@7.25.6': 956 + resolution: {integrity: sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==} 957 957 engines: {node: '>=6.9.0'} 958 958 959 959 '@dnd-kit/accessibility@3.1.0': ··· 1206 1206 resolution: {tarball: https://codeload.github.com/sussy-code/providers/tar.gz/0d43eceaf2edec2e22042e987b369357170da01f} 1207 1207 version: 2.3.0 1208 1208 1209 - '@noble/hashes@1.4.0': 1210 - resolution: {integrity: sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==} 1211 - engines: {node: '>= 16'} 1209 + '@noble/hashes@1.5.0': 1210 + resolution: {integrity: sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA==} 1211 + engines: {node: ^14.21.3 || >=16} 1212 1212 1213 1213 '@nodelib/fs.scandir@2.1.5': 1214 1214 resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} ··· 1221 1221 '@nodelib/fs.walk@1.2.8': 1222 1222 resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} 1223 1223 engines: {node: '>= 8'} 1224 + 1225 + '@nolyfill/is-core-module@1.0.39': 1226 + resolution: {integrity: sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==} 1227 + engines: {node: '>=12.4.0'} 1224 1228 1225 1229 '@pkgjs/parseargs@0.11.0': 1226 1230 resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} ··· 1265 1269 react: ^16.8.0 || ^17.0.0 || ^18.0.0 1266 1270 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 1267 1271 1268 - '@remix-run/router@1.18.0': 1269 - resolution: {integrity: sha512-L3jkqmqoSVBVKHfpGZmLrex0lxR5SucGA0sUfFzGctehw+S/ggL9L/0NnC5mw6P8HUWpFZ3nQw3cRApjjWx9Sw==} 1272 + '@remix-run/router@1.19.2': 1273 + resolution: {integrity: sha512-baiMx18+IMuD1yyvOGaHM9QrVUPGGG0jC+z+IPHnRJWUAUvaKuWKyE8gjDj2rzv3sz9zOGoRSPgeBVHRhZnBlA==} 1270 1274 engines: {node: '>=14.0.0'} 1271 1275 1272 1276 '@rollup/plugin-babel@5.3.1': ··· 1318 1322 rollup: 1319 1323 optional: true 1320 1324 1321 - '@rollup/wasm-node@4.19.1': 1322 - resolution: {integrity: sha512-G90QnusWbCqaHB0BRgGb5f1FIs7W+0bh/kaoBMZNS30VzCcGBEzbpL0UIDQZYPkbKnP5GHZ9s+HrWuny3IAGIw==} 1325 + '@rollup/wasm-node@4.21.2': 1326 + resolution: {integrity: sha512-AJCfdXkpe5EX+jfWOMYuFl3ZomTQyfx4V4geRmChdTwAo05FdpnobwqtYn0mo7Mf1qVN7mniI7kdG98vKDVd2g==} 1323 1327 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 1324 1328 hasBin: true 1325 1329 1326 - '@rollup/wasm-node@4.20.0': 1327 - resolution: {integrity: sha512-NxIRJDju9ZzXwpCZ+TMYEflT/KJPgcamVrkInPwB/jSzEIEhckHGgbC9C8Fkzt77nEZZpfF/H2BedwKfjxO9qQ==} 1328 - engines: {node: '>=18.0.0', npm: '>=8.0.0'} 1329 - hasBin: true 1330 + '@rtsao/scc@1.1.0': 1331 + resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==} 1330 1332 1331 - '@scure/base@1.1.7': 1332 - resolution: {integrity: sha512-PPNYBslrLNNUQ/Yad37MHYsNQtK67EhWb6WtSvNLLPo7SdVZgkUjD6Dg+5On7zNwmskf8OX7I7Nx5oN+MIWE0g==} 1333 + '@scure/base@1.1.8': 1334 + resolution: {integrity: sha512-6CyAclxj3Nb0XT7GHK6K4zK6k2xJm6E4Ft0Ohjt4WgegiFUHEtFb2CGzmPmGBwoIhrLsqNLYfLr04Y1GePrzZg==} 1333 1335 1334 - '@scure/bip39@1.3.0': 1335 - resolution: {integrity: sha512-disdg7gHuTDZtY+ZdkmLpPCk7fxZSu3gBiEGuoC1XYxv9cGx3Z6cpTggCgW6odSOOIXCiDjuGejW+aJKCY/pIQ==} 1336 + '@scure/bip39@1.4.0': 1337 + resolution: {integrity: sha512-BEEm6p8IueV/ZTfQLp/0vhw4NPnT9oWf5+28nvmeUICjP99f4vr2d+qc7AVGDDtwRep6ifR43Yed9ERVmiITzw==} 1336 1338 1337 1339 '@sinclair/typebox@0.27.8': 1338 1340 resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} ··· 1343 1345 '@surma/rollup-plugin-off-main-thread@2.2.3': 1344 1346 resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==} 1345 1347 1346 - '@tanstack/react-virtual@3.8.4': 1347 - resolution: {integrity: sha512-Dq0VQr3QlTS2qL35g360QaJWBt7tCn/0xw4uZ0dHXPLO1Ak4Z4nVX4vuj1Npg1b/jqNMDToRtR5OIxM2NXRBWg==} 1348 + '@tanstack/react-virtual@3.10.7': 1349 + resolution: {integrity: sha512-yeP+M0G8D+15ZFPivpuQ5hoM4Fa/PzERBx8P8EGcfEsXX3JOb9G9UUrqc47ZXAxvK+YqzM9T5qlJUYUFOwCZJw==} 1348 1350 peerDependencies: 1349 1351 react: ^16.8.0 || ^17.0.0 || ^18.0.0 1350 1352 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 1351 1353 1352 - '@tanstack/virtual-core@3.8.4': 1353 - resolution: {integrity: sha512-iO5Ujgw3O1yIxWDe9FgUPNkGjyT657b1WNX52u+Wv1DyBFEpdCdGkuVaky0M3hHFqNWjAmHWTn4wgj9rTr7ZQg==} 1354 + '@tanstack/virtual-core@3.10.7': 1355 + resolution: {integrity: sha512-ND5dfsU0n9F4gROzwNNDJmg6y8n9pI8YWxtgbfJ5UcNn7Hx+MxEXtXcQ189tS7sh8pmCObgz2qSiyRKTZxT4dg==} 1354 1356 1355 1357 '@types/babel__core@7.20.5': 1356 1358 resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} ··· 1364 1366 '@types/babel__traverse@7.20.6': 1365 1367 resolution: {integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==} 1366 1368 1367 - '@types/chrome@0.0.269': 1368 - resolution: {integrity: sha512-vF7x8YywnhXX2F06njQ/OE7a3Qeful43C5GUOsUksXWk89WoSFUU3iLeZW8lDpVO9atm8iZIEiLQTRC3H7NOXQ==} 1369 + '@types/chrome@0.0.270': 1370 + resolution: {integrity: sha512-ADvkowV7YnJfycZZxL2brluZ6STGW+9oKG37B422UePf2PCXuFA/XdERI0T18wtuWPx0tmFeZqq6MOXVk1IC+Q==} 1369 1371 1370 1372 '@types/chromecast-caf-sender@1.0.10': 1371 1373 resolution: {integrity: sha512-B4iO+T4kMonmvIV+9xyWeIjxNWYVh6RyIQlFUeLk9fgQuXzHtFLnbnVwY7no5qshdUk9szKy0qbCWEMAjMkj4w==} ··· 1421 1423 '@types/node-forge@1.3.11': 1422 1424 resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} 1423 1425 1424 - '@types/node@20.14.13': 1425 - resolution: {integrity: sha512-+bHoGiZb8UiQ0+WEtmph2IWQCjIqg8MDZMAV+ppRRhUZnquF5mQkP/9vpSwJClEiSM/C7fZZExPzfU0vJTyp8w==} 1426 + '@types/node@20.16.5': 1427 + resolution: {integrity: sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==} 1426 1428 1427 1429 '@types/pako@2.0.3': 1428 1430 resolution: {integrity: sha512-bq0hMV9opAcrmE0Byyo0fY3Ew4tgOevJmQ9grUhpXQhYfyLJ1Kqg3P33JT5fdbT2AjeAjR51zqqVjAL/HMkx7Q==} ··· 1448 1450 '@types/react-stickynode@4.0.3': 1449 1451 resolution: {integrity: sha512-K7YkwdhXQE4YVxIVweix4nkpdG4onm/dcnKK+qCj0vgUrNiKng+09zOfjF5AlOcC1HQkg5yxVLwp/0AzT84R0w==} 1450 1452 1451 - '@types/react-transition-group@4.4.10': 1452 - resolution: {integrity: sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==} 1453 + '@types/react-transition-group@4.4.11': 1454 + resolution: {integrity: sha512-RM05tAniPZ5DZPzzNFP+DmrcOdD0efDUxMy3145oljWSl3x9ZV5vhme98gTxFrj2lhXvmGNnUiuDyJgY9IKkNA==} 1453 1455 1454 - '@types/react@18.3.3': 1455 - resolution: {integrity: sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==} 1456 + '@types/react@18.3.5': 1457 + resolution: {integrity: sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==} 1456 1458 1457 1459 '@types/resolve@1.20.2': 1458 1460 resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} ··· 1553 1555 peerDependencies: 1554 1556 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 1555 1557 1556 - acorn-walk@8.3.3: 1557 - resolution: {integrity: sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==} 1558 + acorn-walk@8.3.4: 1559 + resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==} 1558 1560 engines: {node: '>=0.4.0'} 1559 1561 1560 1562 acorn@8.12.1: ··· 1580 1582 resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} 1581 1583 engines: {node: '>=8'} 1582 1584 1583 - ansi-regex@6.0.1: 1584 - resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} 1585 + ansi-regex@6.1.0: 1586 + resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==} 1585 1587 engines: {node: '>=12'} 1586 1588 1587 1589 ansi-styles@3.2.1: ··· 1654 1656 ast-types-flow@0.0.8: 1655 1657 resolution: {integrity: sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==} 1656 1658 1657 - async@3.2.5: 1658 - resolution: {integrity: sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==} 1659 + async@3.2.6: 1660 + resolution: {integrity: sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==} 1659 1661 1660 1662 asynckit@0.4.0: 1661 1663 resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} ··· 1664 1666 resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==} 1665 1667 engines: {node: '>= 4.0.0'} 1666 1668 1667 - autoprefixer@10.4.19: 1668 - resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==} 1669 + autoprefixer@10.4.20: 1670 + resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} 1669 1671 engines: {node: ^10 || ^12 || >=14} 1670 1672 hasBin: true 1671 1673 peerDependencies: ··· 1679 1681 resolution: {integrity: sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==} 1680 1682 engines: {node: '>=4'} 1681 1683 1682 - axobject-query@3.1.1: 1683 - resolution: {integrity: sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==} 1684 + axobject-query@4.1.0: 1685 + resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} 1686 + engines: {node: '>= 0.4'} 1684 1687 1685 1688 babel-plugin-polyfill-corejs2@0.4.11: 1686 1689 resolution: {integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==} 1687 1690 peerDependencies: 1688 1691 '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 1689 1692 1690 - babel-plugin-polyfill-corejs3@0.10.4: 1691 - resolution: {integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==} 1693 + babel-plugin-polyfill-corejs3@0.10.6: 1694 + resolution: {integrity: sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==} 1692 1695 peerDependencies: 1693 1696 '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 1694 1697 ··· 1720 1723 resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} 1721 1724 engines: {node: '>=8'} 1722 1725 1723 - browserslist@4.23.2: 1724 - resolution: {integrity: sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==} 1726 + browserslist@4.23.3: 1727 + resolution: {integrity: sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==} 1725 1728 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 1726 1729 hasBin: true 1727 1730 ··· 1748 1751 resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} 1749 1752 engines: {node: '>= 6'} 1750 1753 1751 - caniuse-lite@1.0.30001645: 1752 - resolution: {integrity: sha512-GFtY2+qt91kzyMk6j48dJcwJVq5uTkk71XxE3RtScx7XWRLsO7bU44LOFkOZYR8w9YMS0UhPSYpN/6rAMImmLw==} 1754 + caniuse-lite@1.0.30001660: 1755 + resolution: {integrity: sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==} 1753 1756 1754 1757 chai@4.5.0: 1755 1758 resolution: {integrity: sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==} ··· 1845 1848 copy-to-clipboard@3.3.3: 1846 1849 resolution: {integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==} 1847 1850 1848 - core-js-compat@3.37.1: 1849 - resolution: {integrity: sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==} 1851 + core-js-compat@3.38.1: 1852 + resolution: {integrity: sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==} 1850 1853 1851 - core-js@3.37.1: 1852 - resolution: {integrity: sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==} 1854 + core-js@3.38.1: 1855 + resolution: {integrity: sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==} 1853 1856 1854 1857 cross-env@7.0.3: 1855 1858 resolution: {integrity: sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==} ··· 1890 1893 engines: {node: '>=4'} 1891 1894 hasBin: true 1892 1895 1893 - cssstyle@4.0.1: 1894 - resolution: {integrity: sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==} 1896 + cssstyle@4.1.0: 1897 + resolution: {integrity: sha512-h66W1URKpBS5YMI/V8PyXvTMFT8SupJ1IzoIV8IeBC/ji8WVmrO8dGlTi+2dh6whmdk6BiKJLD/ZBkhWbcg6nA==} 1895 1898 engines: {node: '>=18'} 1896 1899 1897 1900 csstype@3.1.3: ··· 1928 1931 supports-color: 1929 1932 optional: true 1930 1933 1931 - debug@4.3.6: 1932 - resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==} 1934 + debug@4.3.7: 1935 + resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} 1933 1936 engines: {node: '>=6.0'} 1934 1937 peerDependencies: 1935 1938 supports-color: '*' ··· 2023 2026 engines: {node: '>=0.10.0'} 2024 2027 hasBin: true 2025 2028 2026 - electron-to-chromium@1.5.4: 2027 - resolution: {integrity: sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==} 2029 + electron-to-chromium@1.5.18: 2030 + resolution: {integrity: sha512-1OfuVACu+zKlmjsNdcJuVQuVE61sZOLbNM4JAQ1Rvh6EOj0/EUKhMJjRH73InPlXSh8HIJk1cVZ8pyOV/FMdUQ==} 2028 2031 2029 2032 emoji-regex@8.0.0: 2030 2033 resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} ··· 2082 2085 engines: {node: '>=12'} 2083 2086 hasBin: true 2084 2087 2085 - escalade@3.1.2: 2086 - resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==} 2088 + escalade@3.2.0: 2089 + resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} 2087 2090 engines: {node: '>=6'} 2088 2091 2089 2092 escape-string-regexp@1.0.5: ··· 2120 2123 eslint-import-resolver-node@0.3.9: 2121 2124 resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} 2122 2125 2123 - eslint-import-resolver-typescript@3.6.1: 2124 - resolution: {integrity: sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==} 2126 + eslint-import-resolver-typescript@3.6.3: 2127 + resolution: {integrity: sha512-ud9aw4szY9cCT1EWWdGv1L1XR6hh2PaRWif0j2QjQ0pgTY/69iw+W0Z4qZv5wHahOl8isEr+k/JnyAqNQkLkIA==} 2125 2128 engines: {node: ^14.18.0 || >=16.0.0} 2126 2129 peerDependencies: 2127 2130 eslint: '*' 2128 2131 eslint-plugin-import: '*' 2132 + eslint-plugin-import-x: '*' 2133 + peerDependenciesMeta: 2134 + eslint-plugin-import: 2135 + optional: true 2136 + eslint-plugin-import-x: 2137 + optional: true 2129 2138 2130 - eslint-module-utils@2.8.1: 2131 - resolution: {integrity: sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==} 2139 + eslint-module-utils@2.11.0: 2140 + resolution: {integrity: sha512-gbBE5Hitek/oG6MUVj6sFuzEjA/ClzNflVrLovHi/JgLdC7fiN5gLAY1WIPW1a0V5I999MnsrvVrCOGmmVqDBQ==} 2132 2141 engines: {node: '>=4'} 2133 2142 peerDependencies: 2134 2143 '@typescript-eslint/parser': '*' ··· 2148 2157 eslint-import-resolver-webpack: 2149 2158 optional: true 2150 2159 2151 - eslint-plugin-import@2.29.1: 2152 - resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==} 2160 + eslint-plugin-import@2.30.0: 2161 + resolution: {integrity: sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==} 2153 2162 engines: {node: '>=4'} 2154 2163 peerDependencies: 2155 2164 '@typescript-eslint/parser': '*' ··· 2158 2167 '@typescript-eslint/parser': 2159 2168 optional: true 2160 2169 2161 - eslint-plugin-jsx-a11y@6.9.0: 2162 - resolution: {integrity: sha512-nOFOCaJG2pYqORjK19lqPqxMO/JpvdCZdPtNdxY3kvom3jTvkAbOvQvD8wuD0G8BYR0IGAGYDlzqWJOh/ybn2g==} 2170 + eslint-plugin-jsx-a11y@6.10.0: 2171 + resolution: {integrity: sha512-ySOHvXX8eSN6zz8Bywacm7CvGNhUtdjvqfQDVe6020TUK34Cywkw7m0KsCCk1Qtm9G1FayfTN1/7mMYnYO2Bhg==} 2163 2172 engines: {node: '>=4.0'} 2164 2173 peerDependencies: 2165 - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 2174 + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 2166 2175 2167 2176 eslint-plugin-prettier@5.2.1: 2168 2177 resolution: {integrity: sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==} ··· 2306 2315 for-each@0.3.3: 2307 2316 resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} 2308 2317 2309 - foreground-child@3.2.1: 2310 - resolution: {integrity: sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==} 2318 + foreground-child@3.3.0: 2319 + resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==} 2311 2320 engines: {node: '>=14'} 2312 2321 2313 2322 form-data@4.0.0: ··· 2380 2389 resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==} 2381 2390 engines: {node: '>= 0.4'} 2382 2391 2383 - get-tsconfig@4.7.6: 2384 - resolution: {integrity: sha512-ZAqrLlu18NbDdRaHq+AKXzAmqIUPswPWKUchfytdAjiRFnCe5ojG2bstg6mRiZabkKfCoL/e98pbBELIV/YCeA==} 2392 + get-tsconfig@4.8.0: 2393 + resolution: {integrity: sha512-Pgba6TExTZ0FJAn1qkJAjIeKoDJ3CsI2ChuLohJnZl/tTU8MVrq3b+2t5UOPfRa4RMsorClBjJALkJUMjG1PAw==} 2385 2394 2386 2395 glob-parent@5.1.2: 2387 2396 resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} ··· 2462 2471 hls-parser@0.13.3: 2463 2472 resolution: {integrity: sha512-DXqW7bwx9j2qFcAXS/LBJTDJWitxknb6oUnsnTvECHrecPvPbhRgIu45OgNDUU6gpwKxMJx40SHRRUUhdIM2gA==} 2464 2473 2465 - hls.js@1.5.13: 2466 - resolution: {integrity: sha512-xRgKo84nsC7clEvSfIdgn/Tc0NOT+d7vdiL/wvkLO+0k0juc26NRBPPG1SfB8pd5bHXIjMW/F5VM8VYYkOYYdw==} 2474 + hls.js@1.5.15: 2475 + resolution: {integrity: sha512-6cD7xN6bycBHaXz2WyPIaHn/iXFizE5au2yvY5q9aC4wfihxAr16C9fUy4nxh2a3wOw0fEgLRa9dN6wsYjlpNg==} 2467 2476 2468 2477 hoist-non-react-statics@3.3.2: 2469 2478 resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} ··· 2493 2502 hyphenate-style-name@1.1.0: 2494 2503 resolution: {integrity: sha512-WDC/ui2VVRrz3jOVi+XtjqkDjiVjTtFaAGiW37k6b+ohyQ5wYDOGkvCZa8+H0nx3gyvv0+BST9xuOgIyGQ00gw==} 2495 2504 2496 - i18next@23.12.2: 2497 - resolution: {integrity: sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==} 2505 + i18next@23.15.1: 2506 + resolution: {integrity: sha512-wB4abZ3uK7EWodYisHl/asf8UYEhrI/vj/8aoSsrj/ZDxj4/UXPOa1KvFt1Fq5hkUHquNqwFlDprmjZ8iySgYA==} 2498 2507 2499 2508 iconv-lite@0.6.3: 2500 2509 resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} ··· 2503 2512 idb@7.1.1: 2504 2513 resolution: {integrity: sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==} 2505 2514 2506 - ignore@5.3.1: 2507 - resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} 2515 + ignore@5.3.2: 2516 + resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} 2508 2517 engines: {node: '>= 4'} 2509 2518 2510 2519 immer@10.1.1: ··· 2565 2574 resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} 2566 2575 engines: {node: '>=6'} 2567 2576 2577 + is-bun-module@1.2.1: 2578 + resolution: {integrity: sha512-AmidtEM6D6NmUiLOvvU7+IePxjEjOzra2h0pSrsfSAcXwl/83zLLXDByafUJy9k/rKK0pvXMLdwKwGHlX2Ke6Q==} 2579 + 2568 2580 is-callable@1.2.7: 2569 2581 resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} 2570 2582 engines: {node: '>= 0.4'} 2571 2583 2572 - is-core-module@2.15.0: 2573 - resolution: {integrity: sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==} 2584 + is-core-module@2.15.1: 2585 + resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==} 2574 2586 engines: {node: '>= 0.4'} 2575 2587 2576 2588 is-data-view@1.0.1: ··· 2692 2704 isexe@2.0.0: 2693 2705 resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} 2694 2706 2695 - iso-639-1@3.1.2: 2696 - resolution: {integrity: sha512-Le7BRl3Jt9URvaiEHJCDEdvPZCfhiQoXnFgLAWNRhzFMwRFdWO7/5tLRQbiPzE394I9xd7KdRCM7S6qdOhwG5A==} 2707 + iso-639-1@3.1.3: 2708 + resolution: {integrity: sha512-1jz0Wh9hyLMRwqEPchb/KZCiTqfFWtc9R3nm7GHPygBAKS8wdKJ3FH4lvLsri6UtAE5Kz5SnowtXZa//6bqMyw==} 2697 2709 engines: {node: '>=6.0'} 2698 2710 2699 2711 iterator.prototype@1.1.2: ··· 2878 2890 resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} 2879 2891 engines: {node: '>= 8'} 2880 2892 2881 - micromatch@4.0.7: 2882 - resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} 2893 + micromatch@4.0.8: 2894 + resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} 2883 2895 engines: {node: '>=8.6'} 2884 2896 2885 2897 million@2.6.4: ··· 2922 2934 2923 2935 mlly@1.7.1: 2924 2936 resolution: {integrity: sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==} 2925 - 2926 - ms@2.1.2: 2927 - resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} 2928 2937 2929 2938 ms@2.1.3: 2930 2939 resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} ··· 3116 3125 pathval@1.1.1: 3117 3126 resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} 3118 3127 3119 - picocolors@1.0.1: 3120 - resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} 3128 + picocolors@1.1.0: 3129 + resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==} 3121 3130 3122 3131 picomatch@2.3.1: 3123 3132 resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} ··· 3131 3140 resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} 3132 3141 engines: {node: '>= 6'} 3133 3142 3134 - pkg-types@1.1.3: 3135 - resolution: {integrity: sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==} 3143 + pkg-types@1.2.0: 3144 + resolution: {integrity: sha512-+ifYuSSqOQ8CqP4MbZA5hDpb97n3E8SVWdJe+Wms9kj745lmd3b7EZJiqvmLwAlmRfjrI7Hi5z3kdBJ93lFNPA==} 3136 3145 3137 3146 possible-typed-array-names@1.0.0: 3138 3147 resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} ··· 3180 3189 peerDependencies: 3181 3190 postcss: '>=8.4.31' 3182 3191 3183 - postcss-selector-parser@6.1.1: 3184 - resolution: {integrity: sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==} 3192 + postcss-selector-parser@6.1.2: 3193 + resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} 3185 3194 engines: {node: '>=4'} 3186 3195 3187 3196 postcss-value-parser@4.2.0: 3188 3197 resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} 3189 3198 3190 - postcss@8.4.40: 3191 - resolution: {integrity: sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==} 3199 + postcss@8.4.45: 3200 + resolution: {integrity: sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==} 3192 3201 engines: {node: ^10 || ^12 || >=14} 3193 3202 3194 3203 prelude-ls@1.2.1: ··· 3335 3344 resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==} 3336 3345 engines: {node: '>=0.10.0'} 3337 3346 3338 - react-router-dom@6.25.1: 3339 - resolution: {integrity: sha512-0tUDpbFvk35iv+N89dWNrJp+afLgd+y4VtorJZuOCXK0kkCWjEvb3vTJM++SYvMEpbVwXKf3FjeVveVEb6JpDQ==} 3347 + react-router-dom@6.26.2: 3348 + resolution: {integrity: sha512-z7YkaEW0Dy35T3/QKPYB1LjMK2R1fxnHO8kWpUMTBdfVzZrWOiY9a7CtN8HqdWtDUWd5FY6Dl8HFsqVwH4uOtQ==} 3340 3349 engines: {node: '>=14.0.0'} 3341 3350 peerDependencies: 3342 3351 react: '>=16.8' 3343 3352 react-dom: '>=16.8' 3344 3353 3345 - react-router@6.25.1: 3346 - resolution: {integrity: sha512-u8ELFr5Z6g02nUtpPAggP73Jigj1mRePSwhS/2nkTrlPU5yEkH1vYzWNyvSnSzeeE2DNqWdH+P8OhIh9wuXhTw==} 3354 + react-router@6.26.2: 3355 + resolution: {integrity: sha512-tvN1iuT03kHgOFnLPfLJ8V95eijteveqdOSk+srqfePtQvqCExB8eHOYnlilbOcyJyKnYkr1vJvf7YqotAJu1A==} 3347 3356 engines: {node: '>=14.0.0'} 3348 3357 peerDependencies: 3349 3358 react: '>=16.8' 3350 3359 3351 - react-sticky-el@2.1.0: 3352 - resolution: {integrity: sha512-oo+a2GedF4QMfCfm20e9gD+RuuQp/ngvwGMUXAXpST+h4WnmKhuv7x6MQ4X/e3AHiLYgE0zDyJo1Pzo8m51KpA==} 3360 + react-sticky-el@2.1.1: 3361 + resolution: {integrity: sha512-likcCH5HN86qQGdOMbvMMJQXJQzelvxuGovFglnBlu8qqgPaee90hO4sws9oSwnsnRPows6Ry7RAd+tazVCS+w==} 3353 3362 peerDependencies: 3354 3363 react: '>=16.3.0' 3355 3364 react-dom: '>=16.3.0' ··· 3457 3466 rrweb-cssom@0.6.0: 3458 3467 resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==} 3459 3468 3469 + rrweb-cssom@0.7.1: 3470 + resolution: {integrity: sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==} 3471 + 3460 3472 rtl-css-js@1.16.1: 3461 3473 resolution: {integrity: sha512-lRQgou1mu19e+Ya0LsTvKrVJ5TYUbqCVPAiImX3UfLTenarvPUl1QFdvu5Z3PYmHT9RCcwIfbjRQBntExyj3Zg==} 3462 3474 ··· 3561 3573 smob@1.5.0: 3562 3574 resolution: {integrity: sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==} 3563 3575 3564 - source-map-js@1.2.0: 3565 - resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} 3576 + source-map-js@1.2.1: 3577 + resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} 3566 3578 engines: {node: '>=0.10.0'} 3567 3579 3568 3580 source-map-support@0.5.21: ··· 3667 3679 strip-literal@2.1.0: 3668 3680 resolution: {integrity: sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==} 3669 3681 3670 - stylis@4.3.2: 3671 - resolution: {integrity: sha512-bhtUjWd/z6ltJiQwg0dUfxEJ+W+jdqQd8TbWLWyeIJHlnsqmGLRFFd8e5mA0AZi/zx90smXRlN66YMTcaSFifg==} 3682 + stylis@4.3.4: 3683 + resolution: {integrity: sha512-osIBl6BGUmSfDkyH2mB7EFvCJntXDrLhKjHTRj/rK6xLH0yuPrHULDRQzKokSOD4VoorhtKpfcfW1GAntu8now==} 3672 3684 3673 3685 subsrt-ts@2.1.2: 3674 3686 resolution: {integrity: sha512-45yNlK42Z0pz4lAaNYbR5P60M2jmHl+gfAaiJxDIXsXXqoE7TkDCzl/00HgWyZXKkdIU6s8FiNtRvrlOZb+5Qg==} ··· 3712 3724 peerDependencies: 3713 3725 tailwindcss: ^3.1.0 3714 3726 3715 - tailwindcss@3.4.7: 3716 - resolution: {integrity: sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==} 3727 + tailwindcss@3.4.10: 3728 + resolution: {integrity: sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==} 3717 3729 engines: {node: '>=14.0.0'} 3718 3730 hasBin: true 3719 3731 ··· 3729 3741 resolution: {integrity: sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==} 3730 3742 engines: {node: '>=10'} 3731 3743 3732 - terser@5.31.3: 3733 - resolution: {integrity: sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==} 3744 + terser@5.32.0: 3745 + resolution: {integrity: sha512-v3Gtw3IzpBJ0ugkxEX8U0W6+TnPKRRCWGh1jC/iM/e3Ki5+qvO1L1EAZ56bZasc64aXHwRHNIQEzm6//i5cemQ==} 3734 3746 engines: {node: '>=10'} 3735 3747 hasBin: true 3736 3748 ··· 3751 3763 tiny-invariant@1.3.3: 3752 3764 resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==} 3753 3765 3754 - tinybench@2.8.0: 3755 - resolution: {integrity: sha512-1/eK7zUnIklz4JUUlL+658n58XO2hHLQfSk1Zf2LKieUjxidN16eKFEoDEfjHc3ohofSSqK3X5yO6VGb6iW8Lw==} 3766 + tinybench@2.9.0: 3767 + resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} 3756 3768 3757 3769 tinypool@0.8.4: 3758 3770 resolution: {integrity: sha512-i11VH5gS6IFeLY3gMBQ00/MmLncVP7JLXOw1vlgkytLmJK7QnEr7NXf0LBdxfmNPAeyetukOk0bOYrJrFGjYJQ==} ··· 3799 3811 tsconfig-paths@3.15.0: 3800 3812 resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==} 3801 3813 3802 - tslib@2.6.3: 3803 - resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} 3814 + tslib@2.7.0: 3815 + resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} 3804 3816 3805 3817 type-check@0.4.0: 3806 3818 resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} ··· 3822 3834 resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} 3823 3835 engines: {node: '>=10'} 3824 3836 3825 - type-fest@4.23.0: 3826 - resolution: {integrity: sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==} 3837 + type-fest@4.26.1: 3838 + resolution: {integrity: sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==} 3827 3839 engines: {node: '>=16'} 3828 3840 3829 3841 typed-array-buffer@1.0.2: ··· 3847 3859 engines: {node: '>=4.2.0'} 3848 3860 hasBin: true 3849 3861 3850 - typescript@5.5.4: 3851 - resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} 3862 + typescript@5.6.2: 3863 + resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==} 3852 3864 engines: {node: '>=14.17'} 3853 3865 hasBin: true 3854 3866 3855 3867 ufo@1.5.4: 3856 3868 resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} 3857 3869 3858 - uglify-js@3.19.1: 3859 - resolution: {integrity: sha512-y/2wiW+ceTYR2TSSptAhfnEtpLaQ4Ups5zrjB2d3kuVxHj16j/QJwPl5PvuGy9uARb39J0+iKxcRPvtpsx4A4A==} 3870 + uglify-js@3.19.3: 3871 + resolution: {integrity: sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==} 3860 3872 engines: {node: '>=0.8.0'} 3861 3873 hasBin: true 3862 3874 3863 3875 unbox-primitive@1.0.2: 3864 3876 resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} 3865 3877 3866 - undici-types@5.26.5: 3867 - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} 3878 + undici-types@6.19.8: 3879 + resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} 3868 3880 3869 3881 unicode-canonical-property-names-ecmascript@2.0.0: 3870 3882 resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} ··· 3897 3909 unpacker@1.0.1: 3898 3910 resolution: {integrity: sha512-0HTljwp8+JBdITpoHcK1LWi7X9U2BspUmWv78UWZh7NshYhbh1nec8baY/iSbe2OQTZ2bhAtVdnr6/BTD0DKVg==} 3899 3911 3900 - unplugin@1.12.0: 3901 - resolution: {integrity: sha512-KeczzHl2sATPQUx1gzo+EnUkmN4VmGBYRRVOZSGvGITE9rGHRDGqft6ONceP3vgXcyJ2XjX5axG5jMWUwNCYLw==} 3912 + unplugin@1.14.0: 3913 + resolution: {integrity: sha512-cfkZeALGyW7tKYjZbi0G+pn0XnUFa0QvLIeLJEUUlnU0R8YYsBQnt5+h9Eu1B7AB7KETld+UBFI5lOeBL+msoQ==} 3902 3914 engines: {node: '>=14.0.0'} 3915 + peerDependencies: 3916 + webpack-sources: ^3 3917 + peerDependenciesMeta: 3918 + webpack-sources: 3919 + optional: true 3903 3920 3904 3921 upath@1.2.0: 3905 3922 resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} ··· 3917 3934 url-parse@1.5.10: 3918 3935 resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} 3919 3936 3920 - use-sync-external-store@1.2.0: 3921 - resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} 3937 + use-sync-external-store@1.2.2: 3938 + resolution: {integrity: sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==} 3922 3939 peerDependencies: 3923 3940 react: ^16.8.0 || ^17.0.0 || ^18.0.0 3924 3941 ··· 3980 3997 peerDependencies: 3981 3998 vite: ^5.0.0 3982 3999 3983 - vite@5.3.5: 3984 - resolution: {integrity: sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA==} 4000 + vite@5.4.3: 4001 + resolution: {integrity: sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==} 3985 4002 engines: {node: ^18.0.0 || >=20.0.0} 3986 4003 hasBin: true 3987 4004 peerDependencies: ··· 3989 4006 less: '*' 3990 4007 lightningcss: ^1.21.0 3991 4008 sass: '*' 4009 + sass-embedded: '*' 3992 4010 stylus: '*' 3993 4011 sugarss: '*' 3994 4012 terser: ^5.4.0 ··· 4001 4019 optional: true 4002 4020 sass: 4003 4021 optional: true 4022 + sass-embedded: 4023 + optional: true 4004 4024 stylus: 4005 4025 optional: true 4006 4026 sugarss: ··· 4216 4236 yallist@3.1.1: 4217 4237 resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} 4218 4238 4219 - yaml@2.5.0: 4220 - resolution: {integrity: sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==} 4239 + yaml@2.5.1: 4240 + resolution: {integrity: sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==} 4221 4241 engines: {node: '>= 14'} 4222 4242 hasBin: true 4223 4243 ··· 4237 4257 resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} 4238 4258 engines: {node: '>=12.20'} 4239 4259 4240 - zustand@4.5.4: 4241 - resolution: {integrity: sha512-/BPMyLKJPtFEvVL0E9E9BTUM63MNyhPGlvxk1XjrfWTUlV+BR8jufjsovHzrtR6YNcBEcL7cMHovL1n9xHawEg==} 4260 + zustand@4.5.5: 4261 + resolution: {integrity: sha512-+0PALYNJNgK6hldkgDq2vLrw5f6g/jCInz52n9RTpropGgeAf/ioFUCdtsjCqu4gNhW9D01rUQBROoRjdzyn2Q==} 4242 4262 engines: {node: '>=12.7.0'} 4243 4263 peerDependencies: 4244 4264 '@types/react': '>=16.8' ··· 4277 4297 '@babel/code-frame@7.24.7': 4278 4298 dependencies: 4279 4299 '@babel/highlight': 7.24.7 4280 - picocolors: 1.0.1 4300 + picocolors: 1.1.0 4281 4301 4282 - '@babel/compat-data@7.25.2': {} 4302 + '@babel/compat-data@7.25.4': {} 4283 4303 4284 4304 '@babel/core@7.25.2': 4285 4305 dependencies: 4286 4306 '@ampproject/remapping': 2.3.0 4287 4307 '@babel/code-frame': 7.24.7 4288 - '@babel/generator': 7.25.0 4308 + '@babel/generator': 7.25.6 4289 4309 '@babel/helper-compilation-targets': 7.25.2 4290 4310 '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) 4291 - '@babel/helpers': 7.25.0 4292 - '@babel/parser': 7.25.3 4311 + '@babel/helpers': 7.25.6 4312 + '@babel/parser': 7.25.6 4293 4313 '@babel/template': 7.25.0 4294 - '@babel/traverse': 7.25.3 4295 - '@babel/types': 7.25.2 4314 + '@babel/traverse': 7.25.6 4315 + '@babel/types': 7.25.6 4296 4316 convert-source-map: 2.0.0 4297 - debug: 4.3.6 4317 + debug: 4.3.7 4298 4318 gensync: 1.0.0-beta.2 4299 4319 json5: 2.2.3 4300 4320 semver: 6.3.1 4301 4321 transitivePeerDependencies: 4302 4322 - supports-color 4303 4323 4304 - '@babel/generator@7.25.0': 4324 + '@babel/generator@7.25.6': 4305 4325 dependencies: 4306 - '@babel/types': 7.25.2 4326 + '@babel/types': 7.25.6 4307 4327 '@jridgewell/gen-mapping': 0.3.5 4308 4328 '@jridgewell/trace-mapping': 0.3.25 4309 4329 jsesc: 2.5.2 4310 4330 4311 4331 '@babel/helper-annotate-as-pure@7.24.7': 4312 4332 dependencies: 4313 - '@babel/types': 7.25.2 4333 + '@babel/types': 7.25.6 4314 4334 4315 4335 '@babel/helper-builder-binary-assignment-operator-visitor@7.24.7': 4316 4336 dependencies: 4317 - '@babel/traverse': 7.25.3 4318 - '@babel/types': 7.25.2 4337 + '@babel/traverse': 7.25.6 4338 + '@babel/types': 7.25.6 4319 4339 transitivePeerDependencies: 4320 4340 - supports-color 4321 4341 4322 4342 '@babel/helper-compilation-targets@7.25.2': 4323 4343 dependencies: 4324 - '@babel/compat-data': 7.25.2 4344 + '@babel/compat-data': 7.25.4 4325 4345 '@babel/helper-validator-option': 7.24.8 4326 - browserslist: 4.23.2 4346 + browserslist: 4.23.3 4327 4347 lru-cache: 5.1.1 4328 4348 semver: 6.3.1 4329 4349 4330 - '@babel/helper-create-class-features-plugin@7.25.0(@babel/core@7.25.2)': 4350 + '@babel/helper-create-class-features-plugin@7.25.4(@babel/core@7.25.2)': 4331 4351 dependencies: 4332 4352 '@babel/core': 7.25.2 4333 4353 '@babel/helper-annotate-as-pure': 7.24.7 ··· 4335 4355 '@babel/helper-optimise-call-expression': 7.24.7 4336 4356 '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) 4337 4357 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 4338 - '@babel/traverse': 7.25.3 4358 + '@babel/traverse': 7.25.6 4339 4359 semver: 6.3.1 4340 4360 transitivePeerDependencies: 4341 4361 - supports-color ··· 4352 4372 '@babel/core': 7.25.2 4353 4373 '@babel/helper-compilation-targets': 7.25.2 4354 4374 '@babel/helper-plugin-utils': 7.24.8 4355 - debug: 4.3.6 4375 + debug: 4.3.7 4356 4376 lodash.debounce: 4.0.8 4357 4377 resolve: 1.22.8 4358 4378 transitivePeerDependencies: ··· 4360 4380 4361 4381 '@babel/helper-member-expression-to-functions@7.24.8': 4362 4382 dependencies: 4363 - '@babel/traverse': 7.25.3 4364 - '@babel/types': 7.25.2 4383 + '@babel/traverse': 7.25.6 4384 + '@babel/types': 7.25.6 4365 4385 transitivePeerDependencies: 4366 4386 - supports-color 4367 4387 4368 4388 '@babel/helper-module-imports@7.24.7': 4369 4389 dependencies: 4370 - '@babel/traverse': 7.25.3 4371 - '@babel/types': 7.25.2 4390 + '@babel/traverse': 7.25.6 4391 + '@babel/types': 7.25.6 4372 4392 transitivePeerDependencies: 4373 4393 - supports-color 4374 4394 ··· 4378 4398 '@babel/helper-module-imports': 7.24.7 4379 4399 '@babel/helper-simple-access': 7.24.7 4380 4400 '@babel/helper-validator-identifier': 7.24.7 4381 - '@babel/traverse': 7.25.3 4401 + '@babel/traverse': 7.25.6 4382 4402 transitivePeerDependencies: 4383 4403 - supports-color 4384 4404 4385 4405 '@babel/helper-optimise-call-expression@7.24.7': 4386 4406 dependencies: 4387 - '@babel/types': 7.25.2 4407 + '@babel/types': 7.25.6 4388 4408 4389 4409 '@babel/helper-plugin-utils@7.24.8': {} 4390 4410 ··· 4393 4413 '@babel/core': 7.25.2 4394 4414 '@babel/helper-annotate-as-pure': 7.24.7 4395 4415 '@babel/helper-wrap-function': 7.25.0 4396 - '@babel/traverse': 7.25.3 4416 + '@babel/traverse': 7.25.6 4397 4417 transitivePeerDependencies: 4398 4418 - supports-color 4399 4419 ··· 4402 4422 '@babel/core': 7.25.2 4403 4423 '@babel/helper-member-expression-to-functions': 7.24.8 4404 4424 '@babel/helper-optimise-call-expression': 7.24.7 4405 - '@babel/traverse': 7.25.3 4425 + '@babel/traverse': 7.25.6 4406 4426 transitivePeerDependencies: 4407 4427 - supports-color 4408 4428 4409 4429 '@babel/helper-simple-access@7.24.7': 4410 4430 dependencies: 4411 - '@babel/traverse': 7.25.3 4412 - '@babel/types': 7.25.2 4431 + '@babel/traverse': 7.25.6 4432 + '@babel/types': 7.25.6 4413 4433 transitivePeerDependencies: 4414 4434 - supports-color 4415 4435 4416 4436 '@babel/helper-skip-transparent-expression-wrappers@7.24.7': 4417 4437 dependencies: 4418 - '@babel/traverse': 7.25.3 4419 - '@babel/types': 7.25.2 4438 + '@babel/traverse': 7.25.6 4439 + '@babel/types': 7.25.6 4420 4440 transitivePeerDependencies: 4421 4441 - supports-color 4422 4442 ··· 4429 4449 '@babel/helper-wrap-function@7.25.0': 4430 4450 dependencies: 4431 4451 '@babel/template': 7.25.0 4432 - '@babel/traverse': 7.25.3 4433 - '@babel/types': 7.25.2 4452 + '@babel/traverse': 7.25.6 4453 + '@babel/types': 7.25.6 4434 4454 transitivePeerDependencies: 4435 4455 - supports-color 4436 4456 4437 - '@babel/helpers@7.25.0': 4457 + '@babel/helpers@7.25.6': 4438 4458 dependencies: 4439 4459 '@babel/template': 7.25.0 4440 - '@babel/types': 7.25.2 4460 + '@babel/types': 7.25.6 4441 4461 4442 4462 '@babel/highlight@7.24.7': 4443 4463 dependencies: 4444 4464 '@babel/helper-validator-identifier': 7.24.7 4445 4465 chalk: 2.4.2 4446 4466 js-tokens: 4.0.0 4447 - picocolors: 1.0.1 4467 + picocolors: 1.1.0 4448 4468 4449 - '@babel/parser@7.25.3': 4469 + '@babel/parser@7.25.6': 4450 4470 dependencies: 4451 - '@babel/types': 7.25.2 4471 + '@babel/types': 7.25.6 4452 4472 4453 4473 '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.3(@babel/core@7.25.2)': 4454 4474 dependencies: 4455 4475 '@babel/core': 7.25.2 4456 4476 '@babel/helper-plugin-utils': 7.24.8 4457 - '@babel/traverse': 7.25.3 4477 + '@babel/traverse': 7.25.6 4458 4478 transitivePeerDependencies: 4459 4479 - supports-color 4460 4480 ··· 4481 4501 dependencies: 4482 4502 '@babel/core': 7.25.2 4483 4503 '@babel/helper-plugin-utils': 7.24.8 4484 - '@babel/traverse': 7.25.3 4504 + '@babel/traverse': 7.25.6 4485 4505 transitivePeerDependencies: 4486 4506 - supports-color 4487 4507 ··· 4514 4534 '@babel/core': 7.25.2 4515 4535 '@babel/helper-plugin-utils': 7.24.8 4516 4536 4517 - '@babel/plugin-syntax-import-assertions@7.24.7(@babel/core@7.25.2)': 4537 + '@babel/plugin-syntax-import-assertions@7.25.6(@babel/core@7.25.2)': 4518 4538 dependencies: 4519 4539 '@babel/core': 7.25.2 4520 4540 '@babel/helper-plugin-utils': 7.24.8 4521 4541 4522 - '@babel/plugin-syntax-import-attributes@7.24.7(@babel/core@7.25.2)': 4542 + '@babel/plugin-syntax-import-attributes@7.25.6(@babel/core@7.25.2)': 4523 4543 dependencies: 4524 4544 '@babel/core': 7.25.2 4525 4545 '@babel/helper-plugin-utils': 7.24.8 ··· 4579 4599 '@babel/core': 7.25.2 4580 4600 '@babel/helper-plugin-utils': 7.24.8 4581 4601 4582 - '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.25.2)': 4602 + '@babel/plugin-syntax-typescript@7.25.4(@babel/core@7.25.2)': 4583 4603 dependencies: 4584 4604 '@babel/core': 7.25.2 4585 4605 '@babel/helper-plugin-utils': 7.24.8 ··· 4595 4615 '@babel/core': 7.25.2 4596 4616 '@babel/helper-plugin-utils': 7.24.8 4597 4617 4598 - '@babel/plugin-transform-async-generator-functions@7.25.0(@babel/core@7.25.2)': 4618 + '@babel/plugin-transform-async-generator-functions@7.25.4(@babel/core@7.25.2)': 4599 4619 dependencies: 4600 4620 '@babel/core': 7.25.2 4601 4621 '@babel/helper-plugin-utils': 7.24.8 4602 4622 '@babel/helper-remap-async-to-generator': 7.25.0(@babel/core@7.25.2) 4603 4623 '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2) 4604 - '@babel/traverse': 7.25.3 4624 + '@babel/traverse': 7.25.6 4605 4625 transitivePeerDependencies: 4606 4626 - supports-color 4607 4627 ··· 4624 4644 '@babel/core': 7.25.2 4625 4645 '@babel/helper-plugin-utils': 7.24.8 4626 4646 4627 - '@babel/plugin-transform-class-properties@7.24.7(@babel/core@7.25.2)': 4647 + '@babel/plugin-transform-class-properties@7.25.4(@babel/core@7.25.2)': 4628 4648 dependencies: 4629 4649 '@babel/core': 7.25.2 4630 - '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.25.2) 4650 + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) 4631 4651 '@babel/helper-plugin-utils': 7.24.8 4632 4652 transitivePeerDependencies: 4633 4653 - supports-color ··· 4635 4655 '@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.25.2)': 4636 4656 dependencies: 4637 4657 '@babel/core': 7.25.2 4638 - '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.25.2) 4658 + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) 4639 4659 '@babel/helper-plugin-utils': 7.24.8 4640 4660 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.2) 4641 4661 transitivePeerDependencies: 4642 4662 - supports-color 4643 4663 4644 - '@babel/plugin-transform-classes@7.25.0(@babel/core@7.25.2)': 4664 + '@babel/plugin-transform-classes@7.25.4(@babel/core@7.25.2)': 4645 4665 dependencies: 4646 4666 '@babel/core': 7.25.2 4647 4667 '@babel/helper-annotate-as-pure': 7.24.7 4648 4668 '@babel/helper-compilation-targets': 7.25.2 4649 4669 '@babel/helper-plugin-utils': 7.24.8 4650 4670 '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.2) 4651 - '@babel/traverse': 7.25.3 4671 + '@babel/traverse': 7.25.6 4652 4672 globals: 11.12.0 4653 4673 transitivePeerDependencies: 4654 4674 - supports-color ··· 4714 4734 '@babel/core': 7.25.2 4715 4735 '@babel/helper-compilation-targets': 7.25.2 4716 4736 '@babel/helper-plugin-utils': 7.24.8 4717 - '@babel/traverse': 7.25.3 4737 + '@babel/traverse': 7.25.6 4718 4738 transitivePeerDependencies: 4719 4739 - supports-color 4720 4740 ··· 4763 4783 '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) 4764 4784 '@babel/helper-plugin-utils': 7.24.8 4765 4785 '@babel/helper-validator-identifier': 7.24.7 4766 - '@babel/traverse': 7.25.3 4786 + '@babel/traverse': 7.25.6 4767 4787 transitivePeerDependencies: 4768 4788 - supports-color 4769 4789 ··· 4834 4854 '@babel/core': 7.25.2 4835 4855 '@babel/helper-plugin-utils': 7.24.8 4836 4856 4837 - '@babel/plugin-transform-private-methods@7.24.7(@babel/core@7.25.2)': 4857 + '@babel/plugin-transform-private-methods@7.25.4(@babel/core@7.25.2)': 4838 4858 dependencies: 4839 4859 '@babel/core': 7.25.2 4840 - '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.25.2) 4860 + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) 4841 4861 '@babel/helper-plugin-utils': 7.24.8 4842 4862 transitivePeerDependencies: 4843 4863 - supports-color ··· 4846 4866 dependencies: 4847 4867 '@babel/core': 7.25.2 4848 4868 '@babel/helper-annotate-as-pure': 7.24.7 4849 - '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.25.2) 4869 + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) 4850 4870 '@babel/helper-plugin-utils': 7.24.8 4851 4871 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.2) 4852 4872 transitivePeerDependencies: ··· 4910 4930 dependencies: 4911 4931 '@babel/core': 7.25.2 4912 4932 '@babel/helper-annotate-as-pure': 7.24.7 4913 - '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.25.2) 4933 + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) 4914 4934 '@babel/helper-plugin-utils': 7.24.8 4915 4935 '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 4916 - '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.25.2) 4936 + '@babel/plugin-syntax-typescript': 7.25.4(@babel/core@7.25.2) 4917 4937 transitivePeerDependencies: 4918 4938 - supports-color 4919 4939 ··· 4934 4954 '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) 4935 4955 '@babel/helper-plugin-utils': 7.24.8 4936 4956 4937 - '@babel/plugin-transform-unicode-sets-regex@7.24.7(@babel/core@7.25.2)': 4957 + '@babel/plugin-transform-unicode-sets-regex@7.25.4(@babel/core@7.25.2)': 4938 4958 dependencies: 4939 4959 '@babel/core': 7.25.2 4940 4960 '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2) 4941 4961 '@babel/helper-plugin-utils': 7.24.8 4942 4962 4943 - '@babel/preset-env@7.25.3(@babel/core@7.25.2)': 4963 + '@babel/preset-env@7.25.4(@babel/core@7.25.2)': 4944 4964 dependencies: 4945 - '@babel/compat-data': 7.25.2 4965 + '@babel/compat-data': 7.25.4 4946 4966 '@babel/core': 7.25.2 4947 4967 '@babel/helper-compilation-targets': 7.25.2 4948 4968 '@babel/helper-plugin-utils': 7.24.8 ··· 4958 4978 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.2) 4959 4979 '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2) 4960 4980 '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.2) 4961 - '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.25.2) 4962 - '@babel/plugin-syntax-import-attributes': 7.24.7(@babel/core@7.25.2) 4981 + '@babel/plugin-syntax-import-assertions': 7.25.6(@babel/core@7.25.2) 4982 + '@babel/plugin-syntax-import-attributes': 7.25.6(@babel/core@7.25.2) 4963 4983 '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2) 4964 4984 '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.2) 4965 4985 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.2) ··· 4972 4992 '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.25.2) 4973 4993 '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.25.2) 4974 4994 '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.25.2) 4975 - '@babel/plugin-transform-async-generator-functions': 7.25.0(@babel/core@7.25.2) 4995 + '@babel/plugin-transform-async-generator-functions': 7.25.4(@babel/core@7.25.2) 4976 4996 '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.25.2) 4977 4997 '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.25.2) 4978 4998 '@babel/plugin-transform-block-scoping': 7.25.0(@babel/core@7.25.2) 4979 - '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.25.2) 4999 + '@babel/plugin-transform-class-properties': 7.25.4(@babel/core@7.25.2) 4980 5000 '@babel/plugin-transform-class-static-block': 7.24.7(@babel/core@7.25.2) 4981 - '@babel/plugin-transform-classes': 7.25.0(@babel/core@7.25.2) 5001 + '@babel/plugin-transform-classes': 7.25.4(@babel/core@7.25.2) 4982 5002 '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.25.2) 4983 5003 '@babel/plugin-transform-destructuring': 7.24.8(@babel/core@7.25.2) 4984 5004 '@babel/plugin-transform-dotall-regex': 7.24.7(@babel/core@7.25.2) ··· 5006 5026 '@babel/plugin-transform-optional-catch-binding': 7.24.7(@babel/core@7.25.2) 5007 5027 '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.25.2) 5008 5028 '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.25.2) 5009 - '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.25.2) 5029 + '@babel/plugin-transform-private-methods': 7.25.4(@babel/core@7.25.2) 5010 5030 '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.25.2) 5011 5031 '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.25.2) 5012 5032 '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.25.2) ··· 5019 5039 '@babel/plugin-transform-unicode-escapes': 7.24.7(@babel/core@7.25.2) 5020 5040 '@babel/plugin-transform-unicode-property-regex': 7.24.7(@babel/core@7.25.2) 5021 5041 '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.25.2) 5022 - '@babel/plugin-transform-unicode-sets-regex': 7.24.7(@babel/core@7.25.2) 5042 + '@babel/plugin-transform-unicode-sets-regex': 7.25.4(@babel/core@7.25.2) 5023 5043 '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.25.2) 5024 5044 babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.25.2) 5025 - babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.25.2) 5045 + babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.25.2) 5026 5046 babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.25.2) 5027 - core-js-compat: 3.37.1 5047 + core-js-compat: 3.38.1 5028 5048 semver: 6.3.1 5029 5049 transitivePeerDependencies: 5030 5050 - supports-color ··· 5033 5053 dependencies: 5034 5054 '@babel/core': 7.25.2 5035 5055 '@babel/helper-plugin-utils': 7.24.8 5036 - '@babel/types': 7.25.2 5056 + '@babel/types': 7.25.6 5037 5057 esutils: 2.0.3 5038 5058 5039 5059 '@babel/preset-typescript@7.24.7(@babel/core@7.25.2)': ··· 5049 5069 5050 5070 '@babel/regjsgen@0.8.0': {} 5051 5071 5052 - '@babel/runtime@7.25.0': 5072 + '@babel/runtime@7.25.6': 5053 5073 dependencies: 5054 5074 regenerator-runtime: 0.14.1 5055 5075 5056 5076 '@babel/template@7.25.0': 5057 5077 dependencies: 5058 5078 '@babel/code-frame': 7.24.7 5059 - '@babel/parser': 7.25.3 5060 - '@babel/types': 7.25.2 5079 + '@babel/parser': 7.25.6 5080 + '@babel/types': 7.25.6 5061 5081 5062 - '@babel/traverse@7.25.3': 5082 + '@babel/traverse@7.25.6': 5063 5083 dependencies: 5064 5084 '@babel/code-frame': 7.24.7 5065 - '@babel/generator': 7.25.0 5066 - '@babel/parser': 7.25.3 5085 + '@babel/generator': 7.25.6 5086 + '@babel/parser': 7.25.6 5067 5087 '@babel/template': 7.25.0 5068 - '@babel/types': 7.25.2 5069 - debug: 4.3.6 5088 + '@babel/types': 7.25.6 5089 + debug: 4.3.7 5070 5090 globals: 11.12.0 5071 5091 transitivePeerDependencies: 5072 5092 - supports-color 5073 5093 5074 - '@babel/types@7.25.2': 5094 + '@babel/types@7.25.6': 5075 5095 dependencies: 5076 5096 '@babel/helper-string-parser': 7.24.8 5077 5097 '@babel/helper-validator-identifier': 7.24.7 ··· 5080 5100 '@dnd-kit/accessibility@3.1.0(react@18.3.1)': 5081 5101 dependencies: 5082 5102 react: 18.3.1 5083 - tslib: 2.6.3 5103 + tslib: 2.7.0 5084 5104 5085 5105 '@dnd-kit/core@6.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5086 5106 dependencies: ··· 5088 5108 '@dnd-kit/utilities': 3.2.2(react@18.3.1) 5089 5109 react: 18.3.1 5090 5110 react-dom: 18.3.1(react@18.3.1) 5091 - tslib: 2.6.3 5111 + tslib: 2.7.0 5092 5112 5093 5113 '@dnd-kit/modifiers@7.0.0(@dnd-kit/core@6.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)': 5094 5114 dependencies: 5095 5115 '@dnd-kit/core': 6.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5096 5116 '@dnd-kit/utilities': 3.2.2(react@18.3.1) 5097 5117 react: 18.3.1 5098 - tslib: 2.6.3 5118 + tslib: 2.7.0 5099 5119 5100 5120 '@dnd-kit/sortable@8.0.0(@dnd-kit/core@6.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)': 5101 5121 dependencies: 5102 5122 '@dnd-kit/core': 6.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5103 5123 '@dnd-kit/utilities': 3.2.2(react@18.3.1) 5104 5124 react: 18.3.1 5105 - tslib: 2.6.3 5125 + tslib: 2.7.0 5106 5126 5107 5127 '@dnd-kit/utilities@3.2.2(react@18.3.1)': 5108 5128 dependencies: 5109 5129 react: 18.3.1 5110 - tslib: 2.6.3 5130 + tslib: 2.7.0 5111 5131 5112 5132 '@esbuild/aix-ppc64@0.21.5': 5113 5133 optional: true ··· 5188 5208 '@eslint/eslintrc@2.1.4': 5189 5209 dependencies: 5190 5210 ajv: 6.12.6 5191 - debug: 4.3.6 5211 + debug: 4.3.7 5192 5212 espree: 9.6.1 5193 5213 globals: 13.24.0 5194 - ignore: 5.3.1 5214 + ignore: 5.3.2 5195 5215 import-fresh: 3.3.0 5196 5216 js-yaml: 4.1.0 5197 5217 minimatch: 3.1.2 ··· 5205 5225 5206 5226 '@headlessui/react@1.7.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5207 5227 dependencies: 5208 - '@tanstack/react-virtual': 3.8.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5228 + '@tanstack/react-virtual': 3.10.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5209 5229 client-only: 0.0.1 5210 5230 react: 18.3.1 5211 5231 react-dom: 18.3.1(react@18.3.1) ··· 5213 5233 '@humanwhocodes/config-array@0.11.14': 5214 5234 dependencies: 5215 5235 '@humanwhocodes/object-schema': 2.0.3 5216 - debug: 4.3.6 5236 + debug: 4.3.7 5217 5237 minimatch: 3.1.2 5218 5238 transitivePeerDependencies: 5219 5239 - supports-color ··· 5271 5291 crypto-js: 4.2.0 5272 5292 form-data: 4.0.0 5273 5293 hls-parser: 0.13.3 5274 - iso-639-1: 3.1.2 5294 + iso-639-1: 3.1.3 5275 5295 nanoid: 3.3.7 5276 5296 node-fetch: 3.3.2 5277 5297 set-cookie-parser: 2.7.0 5278 5298 unpacker: 1.0.1 5279 5299 5280 - '@noble/hashes@1.4.0': {} 5300 + '@noble/hashes@1.5.0': {} 5281 5301 5282 5302 '@nodelib/fs.scandir@2.1.5': 5283 5303 dependencies: ··· 5291 5311 '@nodelib/fs.scandir': 2.1.5 5292 5312 fastq: 1.17.1 5293 5313 5314 + '@nolyfill/is-core-module@1.0.39': {} 5315 + 5294 5316 '@pkgjs/parseargs@0.11.0': 5295 5317 optional: true 5296 5318 ··· 5334 5356 react: 18.3.1 5335 5357 react-dom: 18.3.1(react@18.3.1) 5336 5358 5337 - '@remix-run/router@1.18.0': {} 5359 + '@remix-run/router@1.19.2': {} 5338 5360 5339 - '@rollup/plugin-babel@5.3.1(@babel/core@7.25.2)(@rollup/wasm-node@4.20.0)(@types/babel__core@7.20.5)': 5361 + '@rollup/plugin-babel@5.3.1(@babel/core@7.25.2)(@rollup/wasm-node@4.21.2)(@types/babel__core@7.20.5)': 5340 5362 dependencies: 5341 5363 '@babel/core': 7.25.2 5342 5364 '@babel/helper-module-imports': 7.24.7 5343 - '@rollup/pluginutils': 3.1.0(@rollup/wasm-node@4.20.0) 5344 - rollup: '@rollup/wasm-node@4.20.0' 5365 + '@rollup/pluginutils': 3.1.0(@rollup/wasm-node@4.21.2) 5366 + rollup: '@rollup/wasm-node@4.21.2' 5345 5367 optionalDependencies: 5346 5368 '@types/babel__core': 7.20.5 5347 5369 transitivePeerDependencies: 5348 5370 - supports-color 5349 5371 5350 - '@rollup/plugin-node-resolve@15.2.3(@rollup/wasm-node@4.20.0)': 5372 + '@rollup/plugin-node-resolve@15.2.3(@rollup/wasm-node@4.21.2)': 5351 5373 dependencies: 5352 - '@rollup/pluginutils': 5.1.0(@rollup/wasm-node@4.20.0) 5374 + '@rollup/pluginutils': 5.1.0(@rollup/wasm-node@4.21.2) 5353 5375 '@types/resolve': 1.20.2 5354 5376 deepmerge: 4.3.1 5355 5377 is-builtin-module: 3.2.1 5356 5378 is-module: 1.0.0 5357 5379 resolve: 1.22.8 5358 5380 optionalDependencies: 5359 - rollup: '@rollup/wasm-node@4.20.0' 5381 + rollup: '@rollup/wasm-node@4.21.2' 5360 5382 5361 - '@rollup/plugin-replace@2.4.2(@rollup/wasm-node@4.20.0)': 5383 + '@rollup/plugin-replace@2.4.2(@rollup/wasm-node@4.21.2)': 5362 5384 dependencies: 5363 - '@rollup/pluginutils': 3.1.0(@rollup/wasm-node@4.20.0) 5385 + '@rollup/pluginutils': 3.1.0(@rollup/wasm-node@4.21.2) 5364 5386 magic-string: 0.25.9 5365 - rollup: '@rollup/wasm-node@4.20.0' 5387 + rollup: '@rollup/wasm-node@4.21.2' 5366 5388 5367 - '@rollup/plugin-terser@0.4.4(@rollup/wasm-node@4.20.0)': 5389 + '@rollup/plugin-terser@0.4.4(@rollup/wasm-node@4.21.2)': 5368 5390 dependencies: 5369 5391 serialize-javascript: 6.0.2 5370 5392 smob: 1.5.0 5371 - terser: 5.31.3 5393 + terser: 5.32.0 5372 5394 optionalDependencies: 5373 - rollup: '@rollup/wasm-node@4.20.0' 5395 + rollup: '@rollup/wasm-node@4.21.2' 5374 5396 5375 - '@rollup/pluginutils@3.1.0(@rollup/wasm-node@4.20.0)': 5397 + '@rollup/pluginutils@3.1.0(@rollup/wasm-node@4.21.2)': 5376 5398 dependencies: 5377 5399 '@types/estree': 0.0.39 5378 5400 estree-walker: 1.0.1 5379 5401 picomatch: 2.3.1 5380 - rollup: '@rollup/wasm-node@4.20.0' 5402 + rollup: '@rollup/wasm-node@4.21.2' 5381 5403 5382 - '@rollup/pluginutils@5.1.0(@rollup/wasm-node@4.20.0)': 5404 + '@rollup/pluginutils@5.1.0(@rollup/wasm-node@4.21.2)': 5383 5405 dependencies: 5384 5406 '@types/estree': 1.0.5 5385 5407 estree-walker: 2.0.2 5386 5408 picomatch: 2.3.1 5387 5409 optionalDependencies: 5388 - rollup: '@rollup/wasm-node@4.20.0' 5410 + rollup: '@rollup/wasm-node@4.21.2' 5389 5411 5390 - '@rollup/wasm-node@4.19.1': 5412 + '@rollup/wasm-node@4.21.2': 5391 5413 dependencies: 5392 5414 '@types/estree': 1.0.5 5393 5415 optionalDependencies: 5394 5416 fsevents: 2.3.3 5395 5417 5396 - '@rollup/wasm-node@4.20.0': 5397 - dependencies: 5398 - '@types/estree': 1.0.5 5399 - optionalDependencies: 5400 - fsevents: 2.3.3 5418 + '@rtsao/scc@1.1.0': {} 5401 5419 5402 - '@scure/base@1.1.7': {} 5420 + '@scure/base@1.1.8': {} 5403 5421 5404 - '@scure/bip39@1.3.0': 5422 + '@scure/bip39@1.4.0': 5405 5423 dependencies: 5406 - '@noble/hashes': 1.4.0 5407 - '@scure/base': 1.1.7 5424 + '@noble/hashes': 1.5.0 5425 + '@scure/base': 1.1.8 5408 5426 5409 5427 '@sinclair/typebox@0.27.8': {} 5410 5428 ··· 5420 5438 magic-string: 0.25.9 5421 5439 string.prototype.matchall: 4.0.11 5422 5440 5423 - '@tanstack/react-virtual@3.8.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5441 + '@tanstack/react-virtual@3.10.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5424 5442 dependencies: 5425 - '@tanstack/virtual-core': 3.8.4 5443 + '@tanstack/virtual-core': 3.10.7 5426 5444 react: 18.3.1 5427 5445 react-dom: 18.3.1(react@18.3.1) 5428 5446 5429 - '@tanstack/virtual-core@3.8.4': {} 5447 + '@tanstack/virtual-core@3.10.7': {} 5430 5448 5431 5449 '@types/babel__core@7.20.5': 5432 5450 dependencies: 5433 - '@babel/parser': 7.25.3 5434 - '@babel/types': 7.25.2 5451 + '@babel/parser': 7.25.6 5452 + '@babel/types': 7.25.6 5435 5453 '@types/babel__generator': 7.6.8 5436 5454 '@types/babel__template': 7.4.4 5437 5455 '@types/babel__traverse': 7.20.6 5438 5456 5439 5457 '@types/babel__generator@7.6.8': 5440 5458 dependencies: 5441 - '@babel/types': 7.25.2 5459 + '@babel/types': 7.25.6 5442 5460 5443 5461 '@types/babel__template@7.4.4': 5444 5462 dependencies: 5445 - '@babel/parser': 7.25.3 5446 - '@babel/types': 7.25.2 5463 + '@babel/parser': 7.25.6 5464 + '@babel/types': 7.25.6 5447 5465 5448 5466 '@types/babel__traverse@7.20.6': 5449 5467 dependencies: 5450 - '@babel/types': 7.25.2 5468 + '@babel/types': 7.25.6 5451 5469 5452 - '@types/chrome@0.0.269': 5470 + '@types/chrome@0.0.270': 5453 5471 dependencies: 5454 5472 '@types/filesystem': 0.0.36 5455 5473 '@types/har-format': 1.2.15 5456 5474 5457 5475 '@types/chromecast-caf-sender@1.0.10': 5458 5476 dependencies: 5459 - '@types/chrome': 0.0.269 5477 + '@types/chrome': 0.0.270 5460 5478 5461 5479 '@types/crypto-js@4.2.2': {} 5462 5480 ··· 5502 5520 5503 5521 '@types/node-forge@1.3.11': 5504 5522 dependencies: 5505 - '@types/node': 20.14.13 5523 + '@types/node': 20.16.5 5506 5524 5507 - '@types/node@20.14.13': 5525 + '@types/node@20.16.5': 5508 5526 dependencies: 5509 - undici-types: 5.26.5 5527 + undici-types: 6.19.8 5510 5528 5511 5529 '@types/pako@2.0.3': {} 5512 5530 ··· 5514 5532 5515 5533 '@types/react-dom@18.3.0': 5516 5534 dependencies: 5517 - '@types/react': 18.3.3 5535 + '@types/react': 18.3.5 5518 5536 5519 5537 '@types/react-helmet@6.1.11': 5520 5538 dependencies: 5521 - '@types/react': 18.3.3 5539 + '@types/react': 18.3.5 5522 5540 5523 5541 '@types/react-lazy-load-image-component@1.6.4': 5524 5542 dependencies: 5525 - '@types/react': 18.3.3 5543 + '@types/react': 18.3.5 5526 5544 csstype: 3.1.3 5527 5545 5528 5546 '@types/react-router-dom@5.3.3': 5529 5547 dependencies: 5530 5548 '@types/history': 4.7.11 5531 - '@types/react': 18.3.3 5549 + '@types/react': 18.3.5 5532 5550 '@types/react-router': 5.1.20 5533 5551 5534 5552 '@types/react-router@5.1.20': 5535 5553 dependencies: 5536 5554 '@types/history': 4.7.11 5537 - '@types/react': 18.3.3 5555 + '@types/react': 18.3.5 5538 5556 5539 5557 '@types/react-stickynode@4.0.3': 5540 5558 dependencies: 5541 - '@types/react': 18.3.3 5559 + '@types/react': 18.3.5 5542 5560 5543 - '@types/react-transition-group@4.4.10': 5561 + '@types/react-transition-group@4.4.11': 5544 5562 dependencies: 5545 - '@types/react': 18.3.3 5563 + '@types/react': 18.3.5 5546 5564 5547 - '@types/react@18.3.3': 5565 + '@types/react@18.3.5': 5548 5566 dependencies: 5549 5567 '@types/prop-types': 15.7.12 5550 5568 csstype: 3.1.3 ··· 5555 5573 5556 5574 '@types/trusted-types@2.0.7': {} 5557 5575 5558 - '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4)': 5576 + '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint@8.57.0)(typescript@5.6.2)': 5559 5577 dependencies: 5560 5578 '@eslint-community/regexpp': 4.11.0 5561 - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.5.4) 5579 + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.6.2) 5562 5580 '@typescript-eslint/scope-manager': 6.21.0 5563 - '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.5.4) 5564 - '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.5.4) 5581 + '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.6.2) 5582 + '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.6.2) 5565 5583 '@typescript-eslint/visitor-keys': 6.21.0 5566 - debug: 4.3.6 5584 + debug: 4.3.7 5567 5585 eslint: 8.57.0 5568 5586 graphemer: 1.4.0 5569 - ignore: 5.3.1 5587 + ignore: 5.3.2 5570 5588 natural-compare: 1.4.0 5571 5589 semver: 7.6.3 5572 - ts-api-utils: 1.3.0(typescript@5.5.4) 5590 + ts-api-utils: 1.3.0(typescript@5.6.2) 5573 5591 optionalDependencies: 5574 - typescript: 5.5.4 5592 + typescript: 5.6.2 5575 5593 transitivePeerDependencies: 5576 5594 - supports-color 5577 5595 5578 - '@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4)': 5596 + '@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2)': 5579 5597 dependencies: 5580 5598 '@typescript-eslint/scope-manager': 6.21.0 5581 5599 '@typescript-eslint/types': 6.21.0 5582 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.5.4) 5600 + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.6.2) 5583 5601 '@typescript-eslint/visitor-keys': 6.21.0 5584 - debug: 4.3.6 5602 + debug: 4.3.7 5585 5603 eslint: 8.57.0 5586 5604 optionalDependencies: 5587 - typescript: 5.5.4 5605 + typescript: 5.6.2 5588 5606 transitivePeerDependencies: 5589 5607 - supports-color 5590 5608 ··· 5593 5611 '@typescript-eslint/types': 6.21.0 5594 5612 '@typescript-eslint/visitor-keys': 6.21.0 5595 5613 5596 - '@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.5.4)': 5614 + '@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.6.2)': 5597 5615 dependencies: 5598 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.5.4) 5599 - '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.5.4) 5600 - debug: 4.3.6 5616 + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.6.2) 5617 + '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.6.2) 5618 + debug: 4.3.7 5601 5619 eslint: 8.57.0 5602 - ts-api-utils: 1.3.0(typescript@5.5.4) 5620 + ts-api-utils: 1.3.0(typescript@5.6.2) 5603 5621 optionalDependencies: 5604 - typescript: 5.5.4 5622 + typescript: 5.6.2 5605 5623 transitivePeerDependencies: 5606 5624 - supports-color 5607 5625 5608 5626 '@typescript-eslint/types@6.21.0': {} 5609 5627 5610 - '@typescript-eslint/typescript-estree@6.21.0(typescript@5.5.4)': 5628 + '@typescript-eslint/typescript-estree@6.21.0(typescript@5.6.2)': 5611 5629 dependencies: 5612 5630 '@typescript-eslint/types': 6.21.0 5613 5631 '@typescript-eslint/visitor-keys': 6.21.0 5614 - debug: 4.3.6 5632 + debug: 4.3.7 5615 5633 globby: 11.1.0 5616 5634 is-glob: 4.0.3 5617 5635 minimatch: 9.0.3 5618 5636 semver: 7.6.3 5619 - ts-api-utils: 1.3.0(typescript@5.5.4) 5637 + ts-api-utils: 1.3.0(typescript@5.6.2) 5620 5638 optionalDependencies: 5621 - typescript: 5.5.4 5639 + typescript: 5.6.2 5622 5640 transitivePeerDependencies: 5623 5641 - supports-color 5624 5642 5625 - '@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.5.4)': 5643 + '@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.6.2)': 5626 5644 dependencies: 5627 5645 '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) 5628 5646 '@types/json-schema': 7.0.15 5629 5647 '@types/semver': 7.5.8 5630 5648 '@typescript-eslint/scope-manager': 6.21.0 5631 5649 '@typescript-eslint/types': 6.21.0 5632 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.5.4) 5650 + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.6.2) 5633 5651 eslint: 8.57.0 5634 5652 semver: 7.6.3 5635 5653 transitivePeerDependencies: ··· 5643 5661 5644 5662 '@ungap/structured-clone@1.2.0': {} 5645 5663 5646 - '@vitejs/plugin-react@4.3.1(vite@5.3.5(@types/node@20.14.13)(terser@5.31.3))': 5664 + '@vitejs/plugin-react@4.3.1(vite@5.4.3(@types/node@20.16.5)(terser@5.32.0))': 5647 5665 dependencies: 5648 5666 '@babel/core': 7.25.2 5649 5667 '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.25.2) 5650 5668 '@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.25.2) 5651 5669 '@types/babel__core': 7.20.5 5652 5670 react-refresh: 0.14.2 5653 - vite: 5.3.5(@types/node@20.14.13)(terser@5.31.3) 5671 + vite: 5.4.3(@types/node@20.16.5)(terser@5.32.0) 5654 5672 transitivePeerDependencies: 5655 5673 - supports-color 5656 5674 ··· 5689 5707 dependencies: 5690 5708 acorn: 8.12.1 5691 5709 5692 - acorn-walk@8.3.3: 5710 + acorn-walk@8.3.4: 5693 5711 dependencies: 5694 5712 acorn: 8.12.1 5695 5713 ··· 5697 5715 5698 5716 agent-base@7.1.1: 5699 5717 dependencies: 5700 - debug: 4.3.6 5718 + debug: 4.3.7 5701 5719 transitivePeerDependencies: 5702 5720 - supports-color 5703 5721 ··· 5721 5739 5722 5740 ansi-regex@5.0.1: {} 5723 5741 5724 - ansi-regex@6.0.1: {} 5742 + ansi-regex@6.1.0: {} 5725 5743 5726 5744 ansi-styles@3.2.1: 5727 5745 dependencies: ··· 5812 5830 5813 5831 ast-types-flow@0.0.8: {} 5814 5832 5815 - async@3.2.5: {} 5833 + async@3.2.6: {} 5816 5834 5817 5835 asynckit@0.4.0: {} 5818 5836 5819 5837 at-least-node@1.0.0: {} 5820 5838 5821 - autoprefixer@10.4.19(postcss@8.4.40): 5839 + autoprefixer@10.4.20(postcss@8.4.45): 5822 5840 dependencies: 5823 - browserslist: 4.23.2 5824 - caniuse-lite: 1.0.30001645 5841 + browserslist: 4.23.3 5842 + caniuse-lite: 1.0.30001660 5825 5843 fraction.js: 4.3.7 5826 5844 normalize-range: 0.1.2 5827 - picocolors: 1.0.1 5828 - postcss: 8.4.40 5845 + picocolors: 1.1.0 5846 + postcss: 8.4.45 5829 5847 postcss-value-parser: 4.2.0 5830 5848 5831 5849 available-typed-arrays@1.0.7: ··· 5834 5852 5835 5853 axe-core@4.10.0: {} 5836 5854 5837 - axobject-query@3.1.1: 5838 - dependencies: 5839 - deep-equal: 2.2.3 5855 + axobject-query@4.1.0: {} 5840 5856 5841 5857 babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.25.2): 5842 5858 dependencies: 5843 - '@babel/compat-data': 7.25.2 5859 + '@babel/compat-data': 7.25.4 5844 5860 '@babel/core': 7.25.2 5845 5861 '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) 5846 5862 semver: 6.3.1 5847 5863 transitivePeerDependencies: 5848 5864 - supports-color 5849 5865 5850 - babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.25.2): 5866 + babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.25.2): 5851 5867 dependencies: 5852 5868 '@babel/core': 7.25.2 5853 5869 '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.25.2) 5854 - core-js-compat: 3.37.1 5870 + core-js-compat: 3.38.1 5855 5871 transitivePeerDependencies: 5856 5872 - supports-color 5857 5873 ··· 5885 5901 dependencies: 5886 5902 fill-range: 7.1.1 5887 5903 5888 - browserslist@4.23.2: 5904 + browserslist@4.23.3: 5889 5905 dependencies: 5890 - caniuse-lite: 1.0.30001645 5891 - electron-to-chromium: 1.5.4 5906 + caniuse-lite: 1.0.30001660 5907 + electron-to-chromium: 1.5.18 5892 5908 node-releases: 2.0.18 5893 - update-browserslist-db: 1.1.0(browserslist@4.23.2) 5909 + update-browserslist-db: 1.1.0(browserslist@4.23.3) 5894 5910 5895 5911 buffer-from@1.1.2: {} 5896 5912 ··· 5910 5926 5911 5927 camelcase-css@2.0.1: {} 5912 5928 5913 - caniuse-lite@1.0.30001645: {} 5929 + caniuse-lite@1.0.30001660: {} 5914 5930 5915 5931 chai@4.5.0: 5916 5932 dependencies: ··· 6026 6042 dependencies: 6027 6043 toggle-selection: 1.0.6 6028 6044 6029 - core-js-compat@3.37.1: 6045 + core-js-compat@3.38.1: 6030 6046 dependencies: 6031 - browserslist: 4.23.2 6047 + browserslist: 4.23.3 6032 6048 6033 - core-js@3.37.1: {} 6049 + core-js@3.38.1: {} 6034 6050 6035 6051 cross-env@7.0.3: 6036 6052 dependencies: ··· 6066 6082 css-tree@2.3.1: 6067 6083 dependencies: 6068 6084 mdn-data: 2.0.30 6069 - source-map-js: 1.2.0 6085 + source-map-js: 1.2.1 6070 6086 6071 6087 css-what@6.1.0: {} 6072 6088 6073 6089 cssesc@3.0.0: {} 6074 6090 6075 - cssstyle@4.0.1: 6091 + cssstyle@4.1.0: 6076 6092 dependencies: 6077 - rrweb-cssom: 0.6.0 6093 + rrweb-cssom: 0.7.1 6078 6094 6079 6095 csstype@3.1.3: {} 6080 6096 ··· 6109 6125 dependencies: 6110 6126 ms: 2.1.3 6111 6127 6112 - debug@4.3.6: 6128 + debug@4.3.7: 6113 6129 dependencies: 6114 - ms: 2.1.2 6130 + ms: 2.1.3 6115 6131 6116 6132 decimal.js@10.4.3: {} 6117 6133 ··· 6208 6224 dependencies: 6209 6225 jake: 10.9.2 6210 6226 6211 - electron-to-chromium@1.5.4: {} 6227 + electron-to-chromium@1.5.18: {} 6212 6228 6213 6229 emoji-regex@8.0.0: {} 6214 6230 ··· 6355 6371 '@esbuild/win32-ia32': 0.21.5 6356 6372 '@esbuild/win32-x64': 0.21.5 6357 6373 6358 - escalade@3.1.2: {} 6374 + escalade@3.2.0: {} 6359 6375 6360 6376 escape-string-regexp@1.0.5: {} 6361 6377 6362 6378 escape-string-regexp@4.0.0: {} 6363 6379 6364 - eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0))(eslint@8.57.0): 6380 + eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.30.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.0))(eslint@8.57.0): 6365 6381 dependencies: 6366 6382 confusing-browser-globals: 1.0.11 6367 6383 eslint: 8.57.0 6368 - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) 6384 + eslint-plugin-import: 2.30.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.0) 6369 6385 object.assign: 4.1.5 6370 6386 object.entries: 1.1.8 6371 6387 semver: 6.3.1 6372 6388 6373 - eslint-config-airbnb@19.0.4(eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0))(eslint-plugin-jsx-a11y@6.9.0(eslint@8.57.0))(eslint-plugin-react-hooks@4.6.0(eslint@8.57.0))(eslint-plugin-react@7.33.2(eslint@8.57.0))(eslint@8.57.0): 6389 + eslint-config-airbnb@19.0.4(eslint-plugin-import@2.30.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.0))(eslint-plugin-jsx-a11y@6.10.0(eslint@8.57.0))(eslint-plugin-react-hooks@4.6.0(eslint@8.57.0))(eslint-plugin-react@7.33.2(eslint@8.57.0))(eslint@8.57.0): 6374 6390 dependencies: 6375 6391 eslint: 8.57.0 6376 - eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0))(eslint@8.57.0) 6377 - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) 6378 - eslint-plugin-jsx-a11y: 6.9.0(eslint@8.57.0) 6392 + eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.30.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.0))(eslint@8.57.0) 6393 + eslint-plugin-import: 2.30.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.0) 6394 + eslint-plugin-jsx-a11y: 6.10.0(eslint@8.57.0) 6379 6395 eslint-plugin-react: 7.33.2(eslint@8.57.0) 6380 6396 eslint-plugin-react-hooks: 4.6.0(eslint@8.57.0) 6381 6397 object.assign: 4.1.5 ··· 6388 6404 eslint-import-resolver-node@0.3.9: 6389 6405 dependencies: 6390 6406 debug: 3.2.7 6391 - is-core-module: 2.15.0 6407 + is-core-module: 2.15.1 6392 6408 resolve: 1.22.8 6393 6409 transitivePeerDependencies: 6394 6410 - supports-color 6395 6411 6396 - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0): 6412 + eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint-plugin-import@2.30.0)(eslint@8.57.0): 6397 6413 dependencies: 6398 - debug: 4.3.6 6414 + '@nolyfill/is-core-module': 1.0.39 6415 + debug: 4.3.7 6399 6416 enhanced-resolve: 5.17.1 6400 6417 eslint: 8.57.0 6401 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) 6402 - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) 6418 + eslint-module-utils: 2.11.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint-plugin-import@2.30.0)(eslint@8.57.0))(eslint@8.57.0) 6403 6419 fast-glob: 3.3.2 6404 - get-tsconfig: 4.7.6 6405 - is-core-module: 2.15.0 6420 + get-tsconfig: 4.8.0 6421 + is-bun-module: 1.2.1 6406 6422 is-glob: 4.0.3 6423 + optionalDependencies: 6424 + eslint-plugin-import: 2.30.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.0) 6407 6425 transitivePeerDependencies: 6408 6426 - '@typescript-eslint/parser' 6409 6427 - eslint-import-resolver-node 6410 6428 - eslint-import-resolver-webpack 6411 6429 - supports-color 6412 6430 6413 - eslint-module-utils@2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0): 6431 + eslint-module-utils@2.11.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint-plugin-import@2.30.0)(eslint@8.57.0))(eslint@8.57.0): 6414 6432 dependencies: 6415 6433 debug: 3.2.7 6416 6434 optionalDependencies: 6417 - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.5.4) 6435 + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.6.2) 6418 6436 eslint: 8.57.0 6419 6437 eslint-import-resolver-node: 0.3.9 6420 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0) 6438 + eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint-plugin-import@2.30.0)(eslint@8.57.0) 6421 6439 transitivePeerDependencies: 6422 6440 - supports-color 6423 6441 6424 - eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): 6442 + eslint-plugin-import@2.30.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.0): 6425 6443 dependencies: 6444 + '@rtsao/scc': 1.1.0 6426 6445 array-includes: 3.1.8 6427 6446 array.prototype.findlastindex: 1.2.5 6428 6447 array.prototype.flat: 1.3.2 ··· 6431 6450 doctrine: 2.1.0 6432 6451 eslint: 8.57.0 6433 6452 eslint-import-resolver-node: 0.3.9 6434 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) 6453 + eslint-module-utils: 2.11.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint-plugin-import@2.30.0)(eslint@8.57.0))(eslint@8.57.0) 6435 6454 hasown: 2.0.2 6436 - is-core-module: 2.15.0 6455 + is-core-module: 2.15.1 6437 6456 is-glob: 4.0.3 6438 6457 minimatch: 3.1.2 6439 6458 object.fromentries: 2.0.8 ··· 6442 6461 semver: 6.3.1 6443 6462 tsconfig-paths: 3.15.0 6444 6463 optionalDependencies: 6445 - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.5.4) 6464 + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.6.2) 6446 6465 transitivePeerDependencies: 6447 6466 - eslint-import-resolver-typescript 6448 6467 - eslint-import-resolver-webpack 6449 6468 - supports-color 6450 6469 6451 - eslint-plugin-jsx-a11y@6.9.0(eslint@8.57.0): 6470 + eslint-plugin-jsx-a11y@6.10.0(eslint@8.57.0): 6452 6471 dependencies: 6453 6472 aria-query: 5.1.3 6454 6473 array-includes: 3.1.8 6455 6474 array.prototype.flatmap: 1.3.2 6456 6475 ast-types-flow: 0.0.8 6457 6476 axe-core: 4.10.0 6458 - axobject-query: 3.1.1 6477 + axobject-query: 4.1.0 6459 6478 damerau-levenshtein: 1.0.8 6460 6479 emoji-regex: 9.2.2 6461 6480 es-iterator-helpers: 1.0.19 ··· 6521 6540 ajv: 6.12.6 6522 6541 chalk: 4.1.2 6523 6542 cross-spawn: 7.0.3 6524 - debug: 4.3.6 6543 + debug: 4.3.7 6525 6544 doctrine: 3.0.0 6526 6545 escape-string-regexp: 4.0.0 6527 6546 eslint-scope: 7.2.2 ··· 6535 6554 glob-parent: 6.0.2 6536 6555 globals: 13.24.0 6537 6556 graphemer: 1.4.0 6538 - ignore: 5.3.1 6557 + ignore: 5.3.2 6539 6558 imurmurhash: 0.1.4 6540 6559 is-glob: 4.0.3 6541 6560 is-path-inside: 3.0.3 ··· 6599 6618 '@nodelib/fs.walk': 1.2.8 6600 6619 glob-parent: 5.1.2 6601 6620 merge2: 1.4.1 6602 - micromatch: 4.0.7 6621 + micromatch: 4.0.8 6603 6622 6604 6623 fast-json-stable-stringify@2.1.0: {} 6605 6624 ··· 6663 6682 dependencies: 6664 6683 is-callable: 1.2.7 6665 6684 6666 - foreground-child@3.2.1: 6685 + foreground-child@3.3.0: 6667 6686 dependencies: 6668 6687 cross-spawn: 7.0.3 6669 6688 signal-exit: 4.1.0 ··· 6737 6756 es-errors: 1.3.0 6738 6757 get-intrinsic: 1.2.4 6739 6758 6740 - get-tsconfig@4.7.6: 6759 + get-tsconfig@4.8.0: 6741 6760 dependencies: 6742 6761 resolve-pkg-maps: 1.0.0 6743 6762 ··· 6751 6770 6752 6771 glob@10.4.5: 6753 6772 dependencies: 6754 - foreground-child: 3.2.1 6773 + foreground-child: 3.3.0 6755 6774 jackspeak: 3.4.3 6756 6775 minimatch: 9.0.5 6757 6776 minipass: 7.1.2 ··· 6783 6802 array-union: 2.1.0 6784 6803 dir-glob: 3.0.1 6785 6804 fast-glob: 3.3.2 6786 - ignore: 5.3.1 6805 + ignore: 5.3.2 6787 6806 merge2: 1.4.1 6788 6807 slash: 3.0.0 6789 6808 ··· 6802 6821 source-map: 0.6.1 6803 6822 wordwrap: 1.0.0 6804 6823 optionalDependencies: 6805 - uglify-js: 3.19.1 6824 + uglify-js: 3.19.3 6806 6825 6807 6826 has-bigints@1.0.2: {} 6808 6827 ··· 6828 6847 6829 6848 hls-parser@0.13.3: {} 6830 6849 6831 - hls.js@1.5.13: {} 6850 + hls.js@1.5.15: {} 6832 6851 6833 6852 hoist-non-react-statics@3.3.2: 6834 6853 dependencies: ··· 6852 6871 http-proxy-agent@7.0.2: 6853 6872 dependencies: 6854 6873 agent-base: 7.1.1 6855 - debug: 4.3.6 6874 + debug: 4.3.7 6856 6875 transitivePeerDependencies: 6857 6876 - supports-color 6858 6877 6859 6878 https-proxy-agent@7.0.5: 6860 6879 dependencies: 6861 6880 agent-base: 7.1.1 6862 - debug: 4.3.6 6881 + debug: 4.3.7 6863 6882 transitivePeerDependencies: 6864 6883 - supports-color 6865 6884 ··· 6867 6886 6868 6887 hyphenate-style-name@1.1.0: {} 6869 6888 6870 - i18next@23.12.2: 6889 + i18next@23.15.1: 6871 6890 dependencies: 6872 - '@babel/runtime': 7.25.0 6891 + '@babel/runtime': 7.25.6 6873 6892 6874 6893 iconv-lite@0.6.3: 6875 6894 dependencies: ··· 6877 6896 6878 6897 idb@7.1.1: {} 6879 6898 6880 - ignore@5.3.1: {} 6899 + ignore@5.3.2: {} 6881 6900 6882 6901 immer@10.1.1: {} 6883 6902 ··· 6942 6961 dependencies: 6943 6962 builtin-modules: 3.3.0 6944 6963 6964 + is-bun-module@1.2.1: 6965 + dependencies: 6966 + semver: 7.6.3 6967 + 6945 6968 is-callable@1.2.7: {} 6946 6969 6947 - is-core-module@2.15.0: 6970 + is-core-module@2.15.1: 6948 6971 dependencies: 6949 6972 hasown: 2.0.2 6950 6973 ··· 7040 7063 7041 7064 isexe@2.0.0: {} 7042 7065 7043 - iso-639-1@3.1.2: {} 7066 + iso-639-1@3.1.3: {} 7044 7067 7045 7068 iterator.prototype@1.1.2: 7046 7069 dependencies: ··· 7058 7081 7059 7082 jake@10.9.2: 7060 7083 dependencies: 7061 - async: 3.2.5 7084 + async: 3.2.6 7062 7085 chalk: 4.1.2 7063 7086 filelist: 1.0.4 7064 7087 minimatch: 3.1.2 ··· 7078 7101 jsdom@23.2.0: 7079 7102 dependencies: 7080 7103 '@asamuzakjp/dom-selector': 2.0.2 7081 - cssstyle: 4.0.1 7104 + cssstyle: 4.1.0 7082 7105 data-urls: 5.0.0 7083 7106 decimal.js: 10.4.3 7084 7107 form-data: 4.0.0 ··· 7170 7193 local-pkg@0.5.0: 7171 7194 dependencies: 7172 7195 mlly: 1.7.1 7173 - pkg-types: 1.1.3 7196 + pkg-types: 1.2.0 7174 7197 7175 7198 locate-path@6.0.0: 7176 7199 dependencies: ··· 7220 7243 7221 7244 merge2@1.4.1: {} 7222 7245 7223 - micromatch@4.0.7: 7246 + micromatch@4.0.8: 7224 7247 dependencies: 7225 7248 braces: 3.0.3 7226 7249 picomatch: 2.3.1 7227 7250 7228 - million@2.6.4: 7251 + million@2.6.4(webpack-sources@3.2.3): 7229 7252 dependencies: 7230 7253 '@babel/core': 7.25.2 7231 - '@babel/generator': 7.25.0 7254 + '@babel/generator': 7.25.6 7232 7255 '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) 7233 - '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.25.2) 7234 - '@babel/types': 7.25.2 7256 + '@babel/plugin-syntax-typescript': 7.25.4(@babel/core@7.25.2) 7257 + '@babel/types': 7.25.6 7235 7258 kleur: 4.1.5 7236 - rollup: '@rollup/wasm-node@4.20.0' 7237 - unplugin: 1.12.0 7259 + rollup: '@rollup/wasm-node@4.21.2' 7260 + unplugin: 1.14.0(webpack-sources@3.2.3) 7238 7261 transitivePeerDependencies: 7239 7262 - supports-color 7263 + - webpack-sources 7240 7264 7241 7265 mime-db@1.52.0: {} 7242 7266 ··· 7270 7294 dependencies: 7271 7295 acorn: 8.12.1 7272 7296 pathe: 1.1.2 7273 - pkg-types: 1.1.3 7297 + pkg-types: 1.2.0 7274 7298 ufo: 1.5.4 7275 - 7276 - ms@2.1.2: {} 7277 7299 7278 7300 ms@2.1.3: {} 7279 7301 ··· 7294 7316 react-dom: 18.3.1(react@18.3.1) 7295 7317 rtl-css-js: 1.16.1 7296 7318 stacktrace-js: 2.0.2 7297 - stylis: 4.3.2 7319 + stylis: 4.3.4 7298 7320 7299 7321 nanoid@3.3.7: {} 7300 7322 ··· 7464 7486 7465 7487 pathval@1.1.1: {} 7466 7488 7467 - picocolors@1.0.1: {} 7489 + picocolors@1.1.0: {} 7468 7490 7469 7491 picomatch@2.3.1: {} 7470 7492 ··· 7472 7494 7473 7495 pirates@4.0.6: {} 7474 7496 7475 - pkg-types@1.1.3: 7497 + pkg-types@1.2.0: 7476 7498 dependencies: 7477 7499 confbox: 0.1.7 7478 7500 mlly: 1.7.1 ··· 7480 7502 7481 7503 possible-typed-array-names@1.0.0: {} 7482 7504 7483 - postcss-import@15.1.0(postcss@8.4.40): 7505 + postcss-import@15.1.0(postcss@8.4.45): 7484 7506 dependencies: 7485 - postcss: 8.4.40 7507 + postcss: 8.4.45 7486 7508 postcss-value-parser: 4.2.0 7487 7509 read-cache: 1.0.0 7488 7510 resolve: 1.22.8 7489 7511 7490 - postcss-js@4.0.1(postcss@8.4.40): 7512 + postcss-js@4.0.1(postcss@8.4.45): 7491 7513 dependencies: 7492 7514 camelcase-css: 2.0.1 7493 - postcss: 8.4.40 7515 + postcss: 8.4.45 7494 7516 7495 - postcss-load-config@4.0.2(postcss@8.4.40): 7517 + postcss-load-config@4.0.2(postcss@8.4.45): 7496 7518 dependencies: 7497 7519 lilconfig: 3.1.2 7498 - yaml: 2.5.0 7520 + yaml: 2.5.1 7499 7521 optionalDependencies: 7500 - postcss: 8.4.40 7522 + postcss: 8.4.45 7501 7523 7502 - postcss-nested@6.2.0(postcss@8.4.40): 7524 + postcss-nested@6.2.0(postcss@8.4.45): 7503 7525 dependencies: 7504 - postcss: 8.4.40 7505 - postcss-selector-parser: 6.1.1 7526 + postcss: 8.4.45 7527 + postcss-selector-parser: 6.1.2 7506 7528 7507 - postcss-rtl@2.0.0(postcss@8.4.40): 7529 + postcss-rtl@2.0.0(postcss@8.4.45): 7508 7530 dependencies: 7509 - postcss: 8.4.40 7531 + postcss: 8.4.45 7510 7532 rtlcss: 4.0.0 7511 7533 7512 - postcss-rtlcss@4.0.9(postcss@8.4.40): 7534 + postcss-rtlcss@4.0.9(postcss@8.4.45): 7513 7535 dependencies: 7514 - postcss: 8.4.40 7536 + postcss: 8.4.45 7515 7537 rtlcss: 4.1.1 7516 7538 7517 - postcss-selector-parser@6.1.1: 7539 + postcss-selector-parser@6.1.2: 7518 7540 dependencies: 7519 7541 cssesc: 3.0.0 7520 7542 util-deprecate: 1.0.2 7521 7543 7522 7544 postcss-value-parser@4.2.0: {} 7523 7545 7524 - postcss@8.4.40: 7546 + postcss@8.4.45: 7525 7547 dependencies: 7526 7548 nanoid: 3.3.7 7527 - picocolors: 1.0.1 7528 - source-map-js: 1.2.0 7549 + picocolors: 1.1.0 7550 + source-map-js: 1.2.1 7529 7551 7530 7552 prelude-ls@1.2.1: {} 7531 7553 ··· 7590 7612 react-fast-compare: 3.2.2 7591 7613 shallowequal: 1.1.0 7592 7614 7593 - react-i18next@14.1.3(i18next@23.12.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 7615 + react-i18next@14.1.3(i18next@23.15.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 7594 7616 dependencies: 7595 - '@babel/runtime': 7.25.0 7617 + '@babel/runtime': 7.25.6 7596 7618 html-parse-stringify: 3.0.1 7597 - i18next: 23.12.2 7619 + i18next: 23.15.1 7598 7620 react: 18.3.1 7599 7621 optionalDependencies: 7600 7622 react-dom: 18.3.1(react@18.3.1) ··· 7607 7629 7608 7630 react-refresh@0.14.2: {} 7609 7631 7610 - react-router-dom@6.25.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 7632 + react-router-dom@6.26.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 7611 7633 dependencies: 7612 - '@remix-run/router': 1.18.0 7634 + '@remix-run/router': 1.19.2 7613 7635 react: 18.3.1 7614 7636 react-dom: 18.3.1(react@18.3.1) 7615 - react-router: 6.25.1(react@18.3.1) 7637 + react-router: 6.26.2(react@18.3.1) 7616 7638 7617 - react-router@6.25.1(react@18.3.1): 7639 + react-router@6.26.2(react@18.3.1): 7618 7640 dependencies: 7619 - '@remix-run/router': 1.18.0 7641 + '@remix-run/router': 1.19.2 7620 7642 react: 18.3.1 7621 7643 7622 - react-sticky-el@2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 7644 + react-sticky-el@2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 7623 7645 dependencies: 7624 7646 react: 18.3.1 7625 7647 react-dom: 18.3.1(react@18.3.1) 7626 7648 7627 - react-universal-interface@0.6.2(react@18.3.1)(tslib@2.6.3): 7649 + react-universal-interface@0.6.2(react@18.3.1)(tslib@2.7.0): 7628 7650 dependencies: 7629 7651 react: 18.3.1 7630 - tslib: 2.6.3 7652 + tslib: 2.7.0 7631 7653 7632 7654 react-use@17.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 7633 7655 dependencies: ··· 7640 7662 nano-css: 5.6.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7641 7663 react: 18.3.1 7642 7664 react-dom: 18.3.1(react@18.3.1) 7643 - react-universal-interface: 0.6.2(react@18.3.1)(tslib@2.6.3) 7665 + react-universal-interface: 0.6.2(react@18.3.1)(tslib@2.7.0) 7644 7666 resize-observer-polyfill: 1.5.1 7645 7667 screenfull: 5.2.0 7646 7668 set-harmonic-interval: 1.0.1 7647 7669 throttle-debounce: 3.0.1 7648 7670 ts-easing: 0.2.0 7649 - tslib: 2.6.3 7671 + tslib: 2.7.0 7650 7672 7651 7673 react@18.3.1: 7652 7674 dependencies: ··· 7680 7702 7681 7703 regenerator-transform@0.15.2: 7682 7704 dependencies: 7683 - '@babel/runtime': 7.25.0 7705 + '@babel/runtime': 7.25.6 7684 7706 7685 7707 regexp.prototype.flags@1.5.2: 7686 7708 dependencies: ··· 7716 7738 7717 7739 resolve@1.22.8: 7718 7740 dependencies: 7719 - is-core-module: 2.15.0 7741 + is-core-module: 2.15.1 7720 7742 path-parse: 1.0.7 7721 7743 supports-preserve-symlinks-flag: 1.0.0 7722 7744 7723 7745 resolve@2.0.0-next.5: 7724 7746 dependencies: 7725 - is-core-module: 2.15.0 7747 + is-core-module: 2.15.1 7726 7748 path-parse: 1.0.7 7727 7749 supports-preserve-symlinks-flag: 1.0.0 7728 7750 ··· 7732 7754 dependencies: 7733 7755 glob: 7.2.3 7734 7756 7735 - rollup-plugin-visualizer@5.12.0(@rollup/wasm-node@4.20.0): 7757 + rollup-plugin-visualizer@5.12.0(@rollup/wasm-node@4.21.2): 7736 7758 dependencies: 7737 7759 open: 8.4.2 7738 7760 picomatch: 2.3.1 7739 7761 source-map: 0.7.4 7740 7762 yargs: 17.7.2 7741 7763 optionalDependencies: 7742 - rollup: '@rollup/wasm-node@4.20.0' 7764 + rollup: '@rollup/wasm-node@4.21.2' 7743 7765 7744 7766 rrweb-cssom@0.6.0: {} 7745 7767 7768 + rrweb-cssom@0.7.1: {} 7769 + 7746 7770 rtl-css-js@1.16.1: 7747 7771 dependencies: 7748 - '@babel/runtime': 7.25.0 7772 + '@babel/runtime': 7.25.6 7749 7773 7750 7774 rtlcss@4.0.0: 7751 7775 dependencies: 7752 - escalade: 3.1.2 7753 - picocolors: 1.0.1 7754 - postcss: 8.4.40 7776 + escalade: 3.2.0 7777 + picocolors: 1.1.0 7778 + postcss: 8.4.45 7755 7779 strip-json-comments: 3.1.1 7756 7780 7757 7781 rtlcss@4.1.1: 7758 7782 dependencies: 7759 - escalade: 3.1.2 7760 - picocolors: 1.0.1 7761 - postcss: 8.4.40 7783 + escalade: 3.2.0 7784 + picocolors: 1.1.0 7785 + postcss: 8.4.45 7762 7786 strip-json-comments: 3.1.1 7763 7787 7764 7788 run-parallel@1.2.0: ··· 7849 7873 7850 7874 smob@1.5.0: {} 7851 7875 7852 - source-map-js@1.2.0: {} 7876 + source-map-js@1.2.1: {} 7853 7877 7854 7878 source-map-support@0.5.21: 7855 7879 dependencies: ··· 7956 7980 7957 7981 strip-ansi@7.1.0: 7958 7982 dependencies: 7959 - ansi-regex: 6.0.1 7983 + ansi-regex: 6.1.0 7960 7984 7961 7985 strip-bom@3.0.0: {} 7962 7986 ··· 7970 7994 dependencies: 7971 7995 js-tokens: 9.0.0 7972 7996 7973 - stylis@4.3.2: {} 7997 + stylis@4.3.4: {} 7974 7998 7975 7999 subsrt-ts@2.1.2: {} 7976 8000 ··· 7999 8023 synckit@0.9.1: 8000 8024 dependencies: 8001 8025 '@pkgr/core': 0.1.1 8002 - tslib: 2.6.3 8026 + tslib: 2.7.0 8003 8027 8004 8028 tabbable@6.2.0: {} 8005 8029 8006 - tailwind-scrollbar@3.1.0(tailwindcss@3.4.7): 8030 + tailwind-scrollbar@3.1.0(tailwindcss@3.4.10): 8007 8031 dependencies: 8008 - tailwindcss: 3.4.7 8032 + tailwindcss: 3.4.10 8009 8033 8010 - tailwindcss-themer@4.0.0(tailwindcss@3.4.7): 8034 + tailwindcss-themer@4.0.0(tailwindcss@3.4.10): 8011 8035 dependencies: 8012 8036 color: 4.2.3 8013 8037 just-unique: 4.2.0 8014 8038 lodash.merge: 4.6.2 8015 8039 lodash.mergewith: 4.6.2 8016 - tailwindcss: 3.4.7 8040 + tailwindcss: 3.4.10 8017 8041 8018 - tailwindcss@3.4.7: 8042 + tailwindcss@3.4.10: 8019 8043 dependencies: 8020 8044 '@alloc/quick-lru': 5.2.0 8021 8045 arg: 5.0.2 ··· 8027 8051 is-glob: 4.0.3 8028 8052 jiti: 1.21.6 8029 8053 lilconfig: 2.1.0 8030 - micromatch: 4.0.7 8054 + micromatch: 4.0.8 8031 8055 normalize-path: 3.0.0 8032 8056 object-hash: 3.0.0 8033 - picocolors: 1.0.1 8034 - postcss: 8.4.40 8035 - postcss-import: 15.1.0(postcss@8.4.40) 8036 - postcss-js: 4.0.1(postcss@8.4.40) 8037 - postcss-load-config: 4.0.2(postcss@8.4.40) 8038 - postcss-nested: 6.2.0(postcss@8.4.40) 8039 - postcss-selector-parser: 6.1.1 8057 + picocolors: 1.1.0 8058 + postcss: 8.4.45 8059 + postcss-import: 15.1.0(postcss@8.4.45) 8060 + postcss-js: 4.0.1(postcss@8.4.45) 8061 + postcss-load-config: 4.0.2(postcss@8.4.45) 8062 + postcss-nested: 6.2.0(postcss@8.4.45) 8063 + postcss-selector-parser: 6.1.2 8040 8064 resolve: 1.22.8 8041 8065 sucrase: 3.35.0 8042 8066 transitivePeerDependencies: ··· 8053 8077 type-fest: 0.16.0 8054 8078 unique-string: 2.0.0 8055 8079 8056 - terser@5.31.3: 8080 + terser@5.32.0: 8057 8081 dependencies: 8058 8082 '@jridgewell/source-map': 0.3.6 8059 8083 acorn: 8.12.1 ··· 8074 8098 8075 8099 tiny-invariant@1.3.3: {} 8076 8100 8077 - tinybench@2.8.0: {} 8101 + tinybench@2.9.0: {} 8078 8102 8079 8103 tinypool@0.8.4: {} 8080 8104 ··· 8103 8127 dependencies: 8104 8128 punycode: 2.3.1 8105 8129 8106 - ts-api-utils@1.3.0(typescript@5.5.4): 8130 + ts-api-utils@1.3.0(typescript@5.6.2): 8107 8131 dependencies: 8108 - typescript: 5.5.4 8132 + typescript: 5.6.2 8109 8133 8110 8134 ts-easing@0.2.0: {} 8111 8135 ··· 8118 8142 minimist: 1.2.8 8119 8143 strip-bom: 3.0.0 8120 8144 8121 - tslib@2.6.3: {} 8145 + tslib@2.7.0: {} 8122 8146 8123 8147 type-check@0.4.0: 8124 8148 dependencies: ··· 8132 8156 8133 8157 type-fest@0.21.3: {} 8134 8158 8135 - type-fest@4.23.0: {} 8159 + type-fest@4.26.1: {} 8136 8160 8137 8161 typed-array-buffer@1.0.2: 8138 8162 dependencies: ··· 8168 8192 8169 8193 typescript@4.9.5: {} 8170 8194 8171 - typescript@5.5.4: {} 8195 + typescript@5.6.2: {} 8172 8196 8173 8197 ufo@1.5.4: {} 8174 8198 8175 - uglify-js@3.19.1: 8199 + uglify-js@3.19.3: 8176 8200 optional: true 8177 8201 8178 8202 unbox-primitive@1.0.2: ··· 8182 8206 has-symbols: 1.0.3 8183 8207 which-boxed-primitive: 1.0.2 8184 8208 8185 - undici-types@5.26.5: {} 8209 + undici-types@6.19.8: {} 8186 8210 8187 8211 unicode-canonical-property-names-ecmascript@2.0.0: {} 8188 8212 ··· 8205 8229 8206 8230 unpacker@1.0.1: {} 8207 8231 8208 - unplugin@1.12.0: 8232 + unplugin@1.14.0(webpack-sources@3.2.3): 8209 8233 dependencies: 8210 8234 acorn: 8.12.1 8211 - chokidar: 3.6.0 8212 - webpack-sources: 3.2.3 8213 8235 webpack-virtual-modules: 0.6.2 8236 + optionalDependencies: 8237 + webpack-sources: 3.2.3 8214 8238 8215 8239 upath@1.2.0: {} 8216 8240 8217 - update-browserslist-db@1.1.0(browserslist@4.23.2): 8241 + update-browserslist-db@1.1.0(browserslist@4.23.3): 8218 8242 dependencies: 8219 - browserslist: 4.23.2 8220 - escalade: 3.1.2 8221 - picocolors: 1.0.1 8243 + browserslist: 4.23.3 8244 + escalade: 3.2.0 8245 + picocolors: 1.1.0 8222 8246 8223 8247 uri-js@4.4.1: 8224 8248 dependencies: ··· 8229 8253 querystringify: 2.2.0 8230 8254 requires-port: 1.0.0 8231 8255 8232 - use-sync-external-store@1.2.0(react@18.3.1): 8256 + use-sync-external-store@1.2.2(react@18.3.1): 8233 8257 dependencies: 8234 8258 react: 18.3.1 8235 8259 8236 8260 util-deprecate@1.0.2: {} 8237 8261 8238 - vite-node@1.6.0(@types/node@20.14.13)(terser@5.31.3): 8262 + vite-node@1.6.0(@types/node@20.16.5)(terser@5.32.0): 8239 8263 dependencies: 8240 8264 cac: 6.7.14 8241 - debug: 4.3.6 8265 + debug: 4.3.7 8242 8266 pathe: 1.1.2 8243 - picocolors: 1.0.1 8244 - vite: 5.3.5(@types/node@20.14.13)(terser@5.31.3) 8267 + picocolors: 1.1.0 8268 + vite: 5.4.3(@types/node@20.16.5)(terser@5.32.0) 8245 8269 transitivePeerDependencies: 8246 8270 - '@types/node' 8247 8271 - less 8248 8272 - lightningcss 8249 8273 - sass 8274 + - sass-embedded 8250 8275 - stylus 8251 8276 - sugarss 8252 8277 - supports-color 8253 8278 - terser 8254 8279 8255 - vite-plugin-checker@0.6.4(eslint@8.57.0)(optionator@0.9.4)(typescript@5.5.4)(vite@5.3.5(@types/node@20.14.13)(terser@5.31.3)): 8280 + vite-plugin-checker@0.6.4(eslint@8.57.0)(optionator@0.9.4)(typescript@5.6.2)(vite@5.4.3(@types/node@20.16.5)(terser@5.32.0)): 8256 8281 dependencies: 8257 8282 '@babel/code-frame': 7.24.7 8258 8283 ansi-escapes: 4.3.2 ··· 8265 8290 semver: 7.6.3 8266 8291 strip-ansi: 6.0.1 8267 8292 tiny-invariant: 1.3.3 8268 - vite: 5.3.5(@types/node@20.14.13)(terser@5.31.3) 8293 + vite: 5.4.3(@types/node@20.16.5)(terser@5.32.0) 8269 8294 vscode-languageclient: 7.0.0 8270 8295 vscode-languageserver: 7.0.0 8271 8296 vscode-languageserver-textdocument: 1.0.12 ··· 8273 8298 optionalDependencies: 8274 8299 eslint: 8.57.0 8275 8300 optionator: 0.9.4 8276 - typescript: 5.5.4 8301 + typescript: 5.6.2 8277 8302 8278 - vite-plugin-package-version@1.1.0(vite@5.3.5(@types/node@20.14.13)(terser@5.31.3)): 8303 + vite-plugin-package-version@1.1.0(vite@5.4.3(@types/node@20.16.5)(terser@5.32.0)): 8279 8304 dependencies: 8280 - vite: 5.3.5(@types/node@20.14.13)(terser@5.31.3) 8305 + vite: 5.4.3(@types/node@20.16.5)(terser@5.32.0) 8281 8306 8282 - vite-plugin-pwa@0.17.5(vite@5.3.5(@types/node@20.14.13)(terser@5.31.3))(workbox-build@7.1.1(@types/babel__core@7.20.5))(workbox-window@7.1.0): 8307 + vite-plugin-pwa@0.17.5(vite@5.4.3(@types/node@20.16.5)(terser@5.32.0))(workbox-build@7.1.1(@types/babel__core@7.20.5))(workbox-window@7.1.0): 8283 8308 dependencies: 8284 - debug: 4.3.6 8309 + debug: 4.3.7 8285 8310 fast-glob: 3.3.2 8286 8311 pretty-bytes: 6.1.1 8287 - vite: 5.3.5(@types/node@20.14.13)(terser@5.31.3) 8312 + vite: 5.4.3(@types/node@20.16.5)(terser@5.32.0) 8288 8313 workbox-build: 7.1.1(@types/babel__core@7.20.5) 8289 8314 workbox-window: 7.1.0 8290 8315 transitivePeerDependencies: 8291 8316 - supports-color 8292 8317 8293 - vite-plugin-static-copy@1.0.6(vite@5.3.5(@types/node@20.14.13)(terser@5.31.3)): 8318 + vite-plugin-static-copy@1.0.6(vite@5.4.3(@types/node@20.16.5)(terser@5.32.0)): 8294 8319 dependencies: 8295 8320 chokidar: 3.6.0 8296 8321 fast-glob: 3.3.2 8297 8322 fs-extra: 11.2.0 8298 - picocolors: 1.0.1 8299 - vite: 5.3.5(@types/node@20.14.13)(terser@5.31.3) 8323 + picocolors: 1.1.0 8324 + vite: 5.4.3(@types/node@20.16.5)(terser@5.32.0) 8300 8325 8301 - vite@5.3.5(@types/node@20.14.13)(terser@5.31.3): 8326 + vite@5.4.3(@types/node@20.16.5)(terser@5.32.0): 8302 8327 dependencies: 8303 8328 esbuild: 0.21.5 8304 - postcss: 8.4.40 8305 - rollup: '@rollup/wasm-node@4.20.0' 8329 + postcss: 8.4.45 8330 + rollup: '@rollup/wasm-node@4.21.2' 8306 8331 optionalDependencies: 8307 - '@types/node': 20.14.13 8332 + '@types/node': 20.16.5 8308 8333 fsevents: 2.3.3 8309 - terser: 5.31.3 8334 + terser: 5.32.0 8310 8335 8311 - vitest@1.6.0(@types/node@20.14.13)(jsdom@23.2.0)(terser@5.31.3): 8336 + vitest@1.6.0(@types/node@20.16.5)(jsdom@23.2.0)(terser@5.32.0): 8312 8337 dependencies: 8313 8338 '@vitest/expect': 1.6.0 8314 8339 '@vitest/runner': 1.6.0 8315 8340 '@vitest/snapshot': 1.6.0 8316 8341 '@vitest/spy': 1.6.0 8317 8342 '@vitest/utils': 1.6.0 8318 - acorn-walk: 8.3.3 8343 + acorn-walk: 8.3.4 8319 8344 chai: 4.5.0 8320 - debug: 4.3.6 8345 + debug: 4.3.7 8321 8346 execa: 8.0.1 8322 8347 local-pkg: 0.5.0 8323 8348 magic-string: 0.30.11 8324 8349 pathe: 1.1.2 8325 - picocolors: 1.0.1 8350 + picocolors: 1.1.0 8326 8351 std-env: 3.7.0 8327 8352 strip-literal: 2.1.0 8328 - tinybench: 2.8.0 8353 + tinybench: 2.9.0 8329 8354 tinypool: 0.8.4 8330 - vite: 5.3.5(@types/node@20.14.13)(terser@5.31.3) 8331 - vite-node: 1.6.0(@types/node@20.14.13)(terser@5.31.3) 8355 + vite: 5.4.3(@types/node@20.16.5)(terser@5.32.0) 8356 + vite-node: 1.6.0(@types/node@20.16.5)(terser@5.32.0) 8332 8357 why-is-node-running: 2.3.0 8333 8358 optionalDependencies: 8334 - '@types/node': 20.14.13 8359 + '@types/node': 20.16.5 8335 8360 jsdom: 23.2.0 8336 8361 transitivePeerDependencies: 8337 8362 - less 8338 8363 - lightningcss 8339 8364 - sass 8365 + - sass-embedded 8340 8366 - stylus 8341 8367 - sugarss 8342 8368 - supports-color ··· 8377 8403 8378 8404 webidl-conversions@7.0.0: {} 8379 8405 8380 - webpack-sources@3.2.3: {} 8406 + webpack-sources@3.2.3: 8407 + optional: true 8381 8408 8382 8409 webpack-virtual-modules@0.6.2: {} 8383 8410 ··· 8462 8489 dependencies: 8463 8490 '@apideck/better-ajv-errors': 0.3.6(ajv@8.17.1) 8464 8491 '@babel/core': 7.25.2 8465 - '@babel/preset-env': 7.25.3(@babel/core@7.25.2) 8466 - '@babel/runtime': 7.25.0 8467 - '@rollup/plugin-babel': 5.3.1(@babel/core@7.25.2)(@rollup/wasm-node@4.20.0)(@types/babel__core@7.20.5) 8468 - '@rollup/plugin-node-resolve': 15.2.3(@rollup/wasm-node@4.20.0) 8469 - '@rollup/plugin-replace': 2.4.2(@rollup/wasm-node@4.20.0) 8470 - '@rollup/plugin-terser': 0.4.4(@rollup/wasm-node@4.20.0) 8492 + '@babel/preset-env': 7.25.4(@babel/core@7.25.2) 8493 + '@babel/runtime': 7.25.6 8494 + '@rollup/plugin-babel': 5.3.1(@babel/core@7.25.2)(@rollup/wasm-node@4.21.2)(@types/babel__core@7.20.5) 8495 + '@rollup/plugin-node-resolve': 15.2.3(@rollup/wasm-node@4.21.2) 8496 + '@rollup/plugin-replace': 2.4.2(@rollup/wasm-node@4.21.2) 8497 + '@rollup/plugin-terser': 0.4.4(@rollup/wasm-node@4.21.2) 8471 8498 '@surma/rollup-plugin-off-main-thread': 2.2.3 8472 8499 ajv: 8.17.1 8473 8500 common-tags: 1.8.2 ··· 8476 8503 glob: 7.2.3 8477 8504 lodash: 4.17.21 8478 8505 pretty-bytes: 5.6.0 8479 - rollup: '@rollup/wasm-node@4.20.0' 8506 + rollup: '@rollup/wasm-node@4.21.2' 8480 8507 source-map: 0.8.0-beta.0 8481 8508 stringify-object: 3.3.0 8482 8509 strip-comments: 2.0.1 ··· 8586 8613 8587 8614 yallist@3.1.1: {} 8588 8615 8589 - yaml@2.5.0: {} 8616 + yaml@2.5.1: {} 8590 8617 8591 8618 yargs-parser@21.1.1: {} 8592 8619 8593 8620 yargs@17.7.2: 8594 8621 dependencies: 8595 8622 cliui: 8.0.1 8596 - escalade: 3.1.2 8623 + escalade: 3.2.0 8597 8624 get-caller-file: 2.0.5 8598 8625 require-directory: 2.1.1 8599 8626 string-width: 4.2.3 ··· 8604 8631 8605 8632 yocto-queue@1.1.1: {} 8606 8633 8607 - zustand@4.5.4(@types/react@18.3.3)(immer@10.1.1)(react@18.3.1): 8634 + zustand@4.5.5(@types/react@18.3.5)(immer@10.1.1)(react@18.3.1): 8608 8635 dependencies: 8609 - use-sync-external-store: 1.2.0(react@18.3.1) 8636 + use-sync-external-store: 1.2.2(react@18.3.1) 8610 8637 optionalDependencies: 8611 - '@types/react': 18.3.3 8638 + '@types/react': 18.3.5 8612 8639 immer: 10.1.1 8613 8640 react: 18.3.1
+1 -1
src/pages/Discover.tsx
··· 20 20 } from "@/utils/discover"; 21 21 22 22 import { SubPageLayout } from "./layouts/SubPageLayout"; 23 - import { PageTitle } from "./parts/util/PageTitle"; 24 23 import { Icon, Icons } from "../components/Icon"; 24 + import { PageTitle } from "./parts/util/PageTitle"; 25 25 26 26 export function Discover() { 27 27 const { t } = useTranslation();