Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client
117
fork

Configure Feed

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

chore: update pkgs & add favicon to build step

+614 -561
+3
justfile
··· 53 53 cp src/style.css web-build/style.css 54 54 cp src/style.css web-build/static/style.css 55 55 56 + # copy the favicon 57 + cp assets/favicon.png web-build/favicon.ico 58 + 56 59 [group('dev')] 57 60 dev-android-setup: prebuild-android 58 61 pnpm android
+99 -99
package.json
··· 86 86 "icons:optimize": "svgo -f ./assets/icons" 87 87 }, 88 88 "dependencies": { 89 - "@assembless/react-native-material-you": "^1.0.0-beta.4", 90 - "@atproto/api": "^0.19.9", 89 + "@assembless/react-native-material-you": "1.0.0-beta.4", 90 + "@atproto/api": "^0.19.11", 91 91 "@atproto/oauth-client-browser": "^0.3.41", 92 92 "@atproto/oauth-client-expo": "^0.0.10", 93 - "@bitdrift/react-native": "^0.6.8", 94 - "@braintree/sanitize-url": "^6.0.2", 95 - "@bsky.app/alf": "^0.1.7", 93 + "@bitdrift/react-native": "^0.6.14", 94 + "@braintree/sanitize-url": "^6.0.4", 95 + "@bsky.app/alf": "^0.1.8", 96 96 "@bsky.app/expo-image-crop-tool": "^0.5.0", 97 97 "@bsky.app/expo-scroll-edge-effect": "^0.1.4", 98 98 "@bsky.app/expo-translate-text": "^0.2.9", 99 99 "@bsky.app/sift": "^0.3.3", 100 100 "@bsky.app/tapper": "^0.5.1", 101 - "@discord/bottom-sheet": "bluesky-social/react-native-bottom-sheet", 101 + "@discord/bottom-sheet": "github:bluesky-social/react-native-bottom-sheet", 102 102 "@easrng/tr58": "0.0.5", 103 103 "@emoji-mart/data": "^1.2.1", 104 104 "@emoji-mart/react": "^1.1.1", 105 105 "@expo/html-elements": "^0.12.5", 106 106 "@expo/webpack-config": "^19.0.1", 107 - "@floating-ui/dom": "^1.6.3", 108 - "@floating-ui/react-dom": "^2.0.8", 107 + "@floating-ui/dom": "^1.7.6", 108 + "@floating-ui/react-dom": "^2.1.8", 109 109 "@formatjs/intl-displaynames": "^6.8.13", 110 110 "@formatjs/intl-locale": "^4.2.13", 111 111 "@formatjs/intl-numberformat": "^8.15.6", 112 112 "@formatjs/intl-pluralrules": "^5.4.6", 113 - "@fortawesome/fontawesome-svg-core": "^6.1.1", 114 - "@fortawesome/free-regular-svg-icons": "^6.1.1", 115 - "@fortawesome/free-solid-svg-icons": "^6.1.1", 113 + "@fortawesome/fontawesome-svg-core": "^6.7.2", 114 + "@fortawesome/free-regular-svg-icons": "^6.7.2", 115 + "@fortawesome/free-solid-svg-icons": "^6.7.2", 116 116 "@fortawesome/react-native-fontawesome": "^0.3.2", 117 117 "@growthbook/growthbook": "^1.6.5", 118 118 "@growthbook/growthbook-react": "^1.6.5", 119 119 "@haileyok/bluesky-video": "0.3.2", 120 - "@ipld/dag-cbor": "^9.2.0", 121 - "@lingui/core": "^5.9.2", 122 - "@lingui/react": "^5.9.2", 120 + "@ipld/dag-cbor": "^9.2.6", 121 + "@lingui/core": "^5.9.5", 122 + "@lingui/react": "^5.9.5", 123 123 "@miblanchard/react-native-slider": "^2.6.0", 124 - "@mozzius/expo-dynamic-app-icon": "^1.8.0", 124 + "@mozzius/expo-dynamic-app-icon": "^1.8.1", 125 125 "@react-native-async-storage/async-storage": "2.2.0", 126 - "@react-navigation/bottom-tabs": "^7.15.5", 127 - "@react-navigation/native": "^7.1.33", 128 - "@react-navigation/native-stack": "^7.14.4", 126 + "@react-navigation/bottom-tabs": "^7.15.9", 127 + "@react-navigation/native": "^7.2.2", 128 + "@react-navigation/native-stack": "^7.14.11", 129 129 "@sentry/react-native": "~6.20.0", 130 - "@tanstack/query-async-storage-persister": "^5.96.2", 131 - "@tanstack/react-query": "^5.96.2", 132 - "@tanstack/react-query-persist-client": "^5.96.2", 133 - "@tiptap/core": "^2.9.1", 134 - "@tiptap/extension-document": "^2.9.1", 135 - "@tiptap/extension-hard-break": "^2.9.1", 136 - "@tiptap/extension-history": "^2.9.1", 137 - "@tiptap/extension-mention": "^2.9.1", 138 - "@tiptap/extension-paragraph": "^2.9.1", 139 - "@tiptap/extension-placeholder": "^2.9.1", 140 - "@tiptap/extension-text": "^2.9.1", 141 - "@tiptap/html": "^2.9.1", 142 - "@tiptap/pm": "^2.9.1", 143 - "@tiptap/react": "^2.9.1", 144 - "@tiptap/suggestion": "^2.9.1", 130 + "@tanstack/query-async-storage-persister": "^5.100.1", 131 + "@tanstack/react-query": "^5.100.1", 132 + "@tanstack/react-query-persist-client": "^5.100.1", 133 + "@tiptap/core": "^2.27.2", 134 + "@tiptap/extension-document": "^2.27.2", 135 + "@tiptap/extension-hard-break": "^2.27.2", 136 + "@tiptap/extension-history": "^2.27.2", 137 + "@tiptap/extension-mention": "^2.27.2", 138 + "@tiptap/extension-paragraph": "^2.27.2", 139 + "@tiptap/extension-placeholder": "^2.27.2", 140 + "@tiptap/extension-text": "^2.27.2", 141 + "@tiptap/html": "^2.27.2", 142 + "@tiptap/pm": "^2.27.2", 143 + "@tiptap/react": "^2.27.2", 144 + "@tiptap/suggestion": "^2.27.2", 145 145 "@types/invariant": "^2.2.37", 146 146 "@types/lodash.throttle": "^4.1.9", 147 - "@types/node": "^20.14.3", 147 + "@types/node": "^20.19.39", 148 148 "@uwx/exif-be-gone-web": "1.6.7", 149 - "array.prototype.findlast": "^1.2.3", 149 + "array.prototype.findlast": "^1.2.5", 150 150 "babel-plugin-transform-remove-console": "^6.9.4", 151 151 "base64-js": "^1.5.1", 152 152 "bcp-47": "^2.1.0", ··· 156 156 "dotenv": "^17.4.2", 157 157 "email-validator": "^2.0.4", 158 158 "emoji-mart": "^5.6.0", 159 - "emoji-regex": "^10.4.0", 160 - "eventemitter3": "^5.0.1", 159 + "emoji-regex": "^10.6.0", 160 + "eventemitter3": "^5.0.4", 161 161 "expo": "^54.0.33", 162 162 "expo-application": "~7.0.8", 163 163 "expo-blur": "~15.0.8", 164 164 "expo-build-properties": "~1.0.10", 165 165 "expo-camera": "~17.0.10", 166 166 "expo-clipboard": "~8.0.8", 167 - "expo-contacts": "^15.0.10", 167 + "expo-contacts": "^15.0.11", 168 168 "expo-dev-client": "~6.0.20", 169 169 "expo-device": "~8.0.10", 170 170 "expo-file-system": "~19.0.21", ··· 186 186 "expo-privacy-sensitive": "^0.1.0", 187 187 "expo-screen-orientation": "~9.0.8", 188 188 "expo-sharing": "~14.0.8", 189 - "expo-sms": "^14.0.7", 189 + "expo-sms": "^14.0.8", 190 190 "expo-splash-screen": "~31.0.13", 191 191 "expo-system-ui": "~6.0.9", 192 192 "expo-updates": "~29.0.16", ··· 195 195 "expo-web-browser": "~15.0.10", 196 196 "fast-deep-equal": "^3.1.3", 197 197 "fast-text-encoding": "^1.0.6", 198 - "fuse.js": "^7.1.0", 199 - "hls.js": "^1.6.2", 198 + "fuse.js": "^7.3.0", 199 + "hls.js": "^1.6.16", 200 200 "idb-keyval": "^6.2.2", 201 201 "js-sha256": "^0.9.0", 202 202 "jwt-decode": "^4.0.0", 203 203 "lande": "^1.0.10", 204 - "libphonenumber-js": "^1.12.31", 204 + "libphonenumber-js": "^1.12.42", 205 205 "lodash.chunk": "^4.2.0", 206 206 "lodash.debounce": "^4.0.8", 207 207 "lodash.shuffle": "^4.2.0", 208 208 "lodash.throttle": "^4.1.1", 209 209 "multiformats": "9.9.0", 210 - "nanoid": "^5.0.5", 211 - "normalize-url": "^8.0.0", 210 + "nanoid": "^5.1.9", 211 + "normalize-url": "^8.1.1", 212 212 "patch-package": "^8.0.1", 213 213 "postinstall-postinstall": "^2.1.0", 214 - "psl": "^1.9.0", 214 + "psl": "^1.15.0", 215 215 "radix-ui": "^1.4.3", 216 216 "react": "19.1.0", 217 - "react-compiler-runtime": "^19.1.0-rc.1", 217 + "react-compiler-runtime": "19.1.0-rc.3", 218 218 "react-dom": "19.1.0", 219 219 "react-hotkeys-hook": "5.2.4", 220 - "react-image-crop": "^11.0.7", 221 - "react-is": "19", 222 - "react-keyed-flatten-children": "^5.0.0", 220 + "react-image-crop": "^11.0.10", 221 + "react-is": "^19.2.5", 222 + "react-keyed-flatten-children": "^5.1.2", 223 223 "react-native": "0.81.5", 224 - "react-native-compressor": "^1.13.0", 224 + "react-native-compressor": "1.13.0", 225 225 "react-native-date-picker": "^5.0.13", 226 226 "react-native-device-attest": "^0.1.6", 227 227 "react-native-drawer-layout": "^4.2.2", 228 - "react-native-edge-to-edge": "^1.6.0", 228 + "react-native-edge-to-edge": "^1.8.1", 229 229 "react-native-gesture-handler": "~2.28.0", 230 - "react-native-keyboard-controller": "^1.21.5", 230 + "react-native-keyboard-controller": "^1.21.6", 231 231 "react-native-mmkv": "npm:@bsky.app/react-native-mmkv@2.12.5", 232 232 "react-native-pager-view": "6.8.0", 233 - "react-native-progress": "bluesky-social/react-native-progress", 233 + "react-native-progress": "github:bluesky-social/react-native-progress", 234 234 "react-native-qrcode-styled": "^0.3.3", 235 - "react-native-reanimated": "^3.19.1", 236 - "react-native-safe-area-context": "~5.6.0", 235 + "react-native-reanimated": "^3.19.5", 236 + "react-native-safe-area-context": "~5.6.2", 237 237 "react-native-screens": "^4.24.0", 238 238 "react-native-svg": "15.12.1", 239 239 "react-native-uitextview": "^1.4.0", 240 - "react-native-uuid": "^2.0.3", 240 + "react-native-uuid": "^2.0.4", 241 241 "react-native-view-shot": "^4.0.3", 242 - "react-native-web": "^0.21.0", 242 + "react-native-web": "^0.21.2", 243 243 "react-native-web-webview": "^1.0.2", 244 - "react-native-webview": "^13.13.5", 244 + "react-native-webview": "^13.16.1", 245 245 "react-remove-scroll-bar": "^2.3.8", 246 246 "react-responsive": "^10.0.1", 247 - "react-textarea-autosize": "^8.5.3", 247 + "react-textarea-autosize": "^8.5.9", 248 248 "setimmediate": "^1.0.5", 249 249 "sonner": "^2.0.7", 250 - "sonner-native": "^0.21.0", 250 + "sonner-native": "0.21.0", 251 251 "tippy.js": "^6.3.7", 252 - "tlds": "^1.234.0", 253 - "tldts": "^6.1.46", 254 - "unicode-segmenter": "^0.14.5", 252 + "tlds": "^1.261.0", 253 + "tldts": "^6.1.86", 254 + "unicode-segmenter": "0.14.5", 255 255 "uri-js": "^4.4.1", 256 - "zod": "^3.20.2" 256 + "zod": "^3.25.76" 257 257 }, 258 258 "devDependencies": { 259 259 "@babel/core": "7.25.2", 260 260 "@babel/plugin-transform-flow-strip-types": "^7.27.1", 261 - "@babel/preset-env": "^7.26.0", 261 + "@babel/preset-env": "^7.29.2", 262 262 "@babel/runtime": "7.25.9", 263 263 "@babel/traverse": "7.25.2", 264 - "@crowdin/cli": "^4.14.1", 265 - "@eslint/js": "^9.39.2", 266 - "@lingui/babel-plugin-lingui-macro": "^5.9.2", 267 - "@lingui/cli": "^5.9.2", 264 + "@crowdin/cli": "^4.14.2", 265 + "@eslint/js": "^9.39.4", 266 + "@lingui/babel-plugin-lingui-macro": "^5.9.5", 267 + "@lingui/cli": "^5.9.5", 268 268 "@lingui/vite-plugin": "^5.9.5", 269 - "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15", 269 + "@pmmmwh/react-refresh-webpack-plugin": "^0.5.17", 270 270 "@react-native/babel-preset": "0.81.5", 271 - "@react-native/typescript-config": "^0.81.5", 272 - "@rspack/cli": "^2.0.0-canary.20260120", 273 - "@rspack/core": "^2.0.0-canary.20260120", 274 - "@rspack/dev-server": "^2.0.0-beta.7", 271 + "@react-native/typescript-config": "^0.81.6", 272 + "@rspack/cli": "^2.0.0", 273 + "@rspack/core": "^2.0.0", 274 + "@rspack/dev-server": "^2.0.0", 275 275 "@sentry/vite-plugin": "^5.2.0", 276 - "@sentry/webpack-plugin": "^3.2.2", 277 - "@swc/core": "^1.15.24", 278 - "@testing-library/react-native": "^13.2.0", 276 + "@sentry/webpack-plugin": "^3.6.1", 277 + "@swc/core": "^1.15.30", 278 + "@testing-library/react-native": "^13.3.3", 279 279 "@types/chroma-js": "^3.1.2", 280 280 "@types/culori": "^4.0.1", 281 281 "@types/jest": "29.5.14", 282 - "@types/lodash.chunk": "^4.2.7", 283 - "@types/lodash.debounce": "^4.0.7", 284 - "@types/lodash.shuffle": "^4.2.7", 285 - "@types/psl": "^1.1.1", 286 - "@types/react": "^19.1.12", 287 - "@types/react-dom": "^19.1.9", 282 + "@types/lodash.chunk": "^4.2.9", 283 + "@types/lodash.debounce": "^4.0.9", 284 + "@types/lodash.shuffle": "^4.2.9", 285 + "@types/psl": "^1.11.0", 286 + "@types/react": "^19.2.14", 287 + "@types/react-dom": "^19.2.3", 288 288 "@vitejs/plugin-react": "^6.0.1", 289 289 "babel-jest": "^29.7.0", 290 290 "babel-loader": "^10.1.1", 291 - "babel-plugin-module-resolver": "^5.0.2", 292 - "babel-plugin-react-compiler": "^19.1.0-rc.3", 291 + "babel-plugin-module-resolver": "^5.0.3", 292 + "babel-plugin-react-compiler": "19.1.0-rc.3", 293 293 "babel-plugin-syntax-hermes-parser": "^0.35.0", 294 294 "babel-preset-expo": "~54.0.10", 295 - "eslint": "^9.39.2", 295 + "eslint": "^9.39.4", 296 296 "eslint-import-resolver-typescript": "^4.4.4", 297 - "eslint-plugin-bsky-internal": "link:./eslint", 297 + "eslint-plugin-bsky-internal": "link:eslint", 298 298 "eslint-plugin-import-x": "^4.16.2", 299 299 "eslint-plugin-lingui": "^0.12.0", 300 300 "eslint-plugin-react": "^7.37.5", 301 - "eslint-plugin-react-compiler": "^19.1.0-rc.2", 302 - "eslint-plugin-react-hooks": "^7.0.1", 301 + "eslint-plugin-react-compiler": "19.1.0-rc.2", 302 + "eslint-plugin-react-hooks": "^7.1.1", 303 303 "eslint-plugin-react-native": "^5.0.0", 304 304 "eslint-plugin-react-native-a11y": "^3.5.1", 305 305 "eslint-plugin-simple-import-sort": "^13.0.0", 306 306 "file-loader": "6.2.0", 307 - "globals": "^17.0.0", 307 + "globals": "^17.5.0", 308 308 "husky": "^8.0.3", 309 309 "is-ci": "^3.0.1", 310 310 "jest": "^29.7.0", 311 311 "jest-expo": "~54.0.17", 312 312 "jest-junit": "^16.0.0", 313 - "lint-staged": "^13.2.3", 314 - "lockfile-lint": "^4.14.0", 315 - "prettier": "^3.6.0", 313 + "lint-staged": "^13.3.0", 314 + "lockfile-lint": "^4.14.1", 315 + "prettier": "^3.8.3", 316 316 "react-native-dotenv": "^3.4.11", 317 - "react-refresh": "^0.14.0", 317 + "react-refresh": "^0.14.2", 318 318 "rspack-manifest-plugin": "^5.2.1", 319 - "svgo": "^3.3.2", 319 + "svgo": "^3.3.3", 320 320 "swc-loader": "^0.2.7", 321 321 "ts-plugin-sort-import-suggestions": "^1.0.4", 322 - "typescript": "^6.0.2", 323 - "typescript-eslint": "^8.58.0", 324 - "vite": "^8.0.8", 322 + "typescript": "^6.0.3", 323 + "typescript-eslint": "^8.59.0", 324 + "vite": "^8.0.10", 325 325 "vite-plugin-commonjs": "^0.10.4", 326 - "webpack-bundle-analyzer": "^4.10.1" 326 + "webpack-bundle-analyzer": "^4.10.2" 327 327 }, 328 328 "jest": { 329 329 "preset": "jest-expo/ios",
+512 -462
pnpm-lock.yaml
··· 25 25 .: 26 26 dependencies: 27 27 '@assembless/react-native-material-you': 28 - specifier: ^1.0.0-beta.4 28 + specifier: 1.0.0-beta.4 29 29 version: 1.0.0-beta.4(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 30 30 '@atproto/api': 31 - specifier: ^0.19.9 32 - version: 0.19.9 31 + specifier: ^0.19.11 32 + version: 0.19.11 33 33 '@atproto/oauth-client-browser': 34 34 specifier: ^0.3.41 35 35 version: 0.3.41 ··· 37 37 specifier: ^0.0.10 38 38 version: 0.0.10(expo@54.0.33(@babel/core@7.25.2)(react-native-webview@13.16.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 39 39 '@bitdrift/react-native': 40 - specifier: ^0.6.8 40 + specifier: ^0.6.14 41 41 version: 0.6.14(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 42 42 '@braintree/sanitize-url': 43 - specifier: ^6.0.2 43 + specifier: ^6.0.4 44 44 version: 6.0.4 45 45 '@bsky.app/alf': 46 - specifier: ^0.1.7 46 + specifier: ^0.1.8 47 47 version: 0.1.8(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 48 48 '@bsky.app/expo-image-crop-tool': 49 49 specifier: ^0.5.0 ··· 61 61 specifier: ^0.5.1 62 62 version: 0.5.1(expo@54.0.33(@babel/core@7.25.2)(react-native-webview@13.16.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 63 63 '@discord/bottom-sheet': 64 - specifier: bluesky-social/react-native-bottom-sheet 64 + specifier: github:bluesky-social/react-native-bottom-sheet 65 65 version: https://codeload.github.com/bluesky-social/react-native-bottom-sheet/tar.gz/28a87d1bb55e10fc355fa1455545a30734995908(@shopify/flash-list@2.3.1(@babel/runtime@7.25.9)(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(@types/react@19.2.14)(react-native-gesture-handler@2.28.0(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native-reanimated@3.19.5(@babel/core@7.25.2)(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 66 66 '@easrng/tr58': 67 67 specifier: 0.0.5 ··· 77 77 version: 0.12.5 78 78 '@expo/webpack-config': 79 79 specifier: ^19.0.1 80 - version: 19.0.1(@rspack/core@2.0.0-rc.3)(@swc/core@1.15.30)(esbuild@0.27.7)(expo@54.0.33(@babel/core@7.25.2)(react-native-webview@13.16.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0)) 80 + version: 19.0.1(@rspack/core@2.0.0)(@swc/core@1.15.30)(esbuild@0.27.7)(expo@54.0.33(@babel/core@7.25.2)(react-native-webview@13.16.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0)) 81 81 '@floating-ui/dom': 82 - specifier: ^1.6.3 82 + specifier: ^1.7.6 83 83 version: 1.7.6 84 84 '@floating-ui/react-dom': 85 - specifier: ^2.0.8 85 + specifier: ^2.1.8 86 86 version: 2.1.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) 87 87 '@formatjs/intl-displaynames': 88 88 specifier: ^6.8.13 ··· 97 97 specifier: ^5.4.6 98 98 version: 5.4.6 99 99 '@fortawesome/fontawesome-svg-core': 100 - specifier: ^6.1.1 100 + specifier: ^6.7.2 101 101 version: 6.7.2 102 102 '@fortawesome/free-regular-svg-icons': 103 - specifier: ^6.1.1 103 + specifier: ^6.7.2 104 104 version: 6.7.2 105 105 '@fortawesome/free-solid-svg-icons': 106 - specifier: ^6.1.1 106 + specifier: ^6.7.2 107 107 version: 6.7.2 108 108 '@fortawesome/react-native-fontawesome': 109 109 specifier: ^0.3.2 ··· 118 118 specifier: 0.3.2 119 119 version: 0.3.2(expo@54.0.33(@babel/core@7.25.2)(react-native-webview@13.16.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 120 120 '@ipld/dag-cbor': 121 - specifier: ^9.2.0 121 + specifier: ^9.2.6 122 122 version: 9.2.6 123 123 '@lingui/core': 124 - specifier: ^5.9.2 124 + specifier: ^5.9.5 125 125 version: 5.9.5(@lingui/babel-plugin-lingui-macro@5.9.5(typescript@6.0.3)) 126 126 '@lingui/react': 127 - specifier: ^5.9.2 127 + specifier: ^5.9.5 128 128 version: 5.9.5(@lingui/babel-plugin-lingui-macro@5.9.5(typescript@6.0.3))(react@19.1.0) 129 129 '@miblanchard/react-native-slider': 130 130 specifier: ^2.6.0 131 131 version: 2.6.0(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 132 132 '@mozzius/expo-dynamic-app-icon': 133 - specifier: ^1.8.0 133 + specifier: ^1.8.1 134 134 version: 1.8.1(expo@54.0.33(@babel/core@7.25.2)(react-native-webview@13.16.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 135 135 '@react-native-async-storage/async-storage': 136 136 specifier: 2.2.0 137 137 version: 2.2.0(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0)) 138 138 '@react-navigation/bottom-tabs': 139 - specifier: ^7.15.5 139 + specifier: ^7.15.9 140 140 version: 7.15.9(@react-navigation/native@7.2.2(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.2(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native-screens@4.24.0(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 141 141 '@react-navigation/native': 142 - specifier: ^7.1.33 142 + specifier: ^7.2.2 143 143 version: 7.2.2(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 144 144 '@react-navigation/native-stack': 145 - specifier: ^7.14.4 145 + specifier: ^7.14.11 146 146 version: 7.14.11(@react-navigation/native@7.2.2(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.2(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native-screens@4.24.0(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 147 147 '@sentry/react-native': 148 148 specifier: ~6.20.0 149 149 version: 6.20.0(expo@54.0.33(@babel/core@7.25.2)(react-native-webview@13.16.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 150 150 '@tanstack/query-async-storage-persister': 151 - specifier: ^5.96.2 152 - version: 5.99.2 151 + specifier: ^5.100.1 152 + version: 5.100.1 153 153 '@tanstack/react-query': 154 - specifier: ^5.96.2 155 - version: 5.99.2(react@19.1.0) 154 + specifier: ^5.100.1 155 + version: 5.100.1(react@19.1.0) 156 156 '@tanstack/react-query-persist-client': 157 - specifier: ^5.96.2 158 - version: 5.99.2(@tanstack/react-query@5.99.2(react@19.1.0))(react@19.1.0) 157 + specifier: ^5.100.1 158 + version: 5.100.1(@tanstack/react-query@5.100.1(react@19.1.0))(react@19.1.0) 159 159 '@tiptap/core': 160 - specifier: ^2.9.1 160 + specifier: ^2.27.2 161 161 version: 2.27.2(@tiptap/pm@2.27.2) 162 162 '@tiptap/extension-document': 163 - specifier: ^2.9.1 163 + specifier: ^2.27.2 164 164 version: 2.27.2(@tiptap/core@2.27.2(@tiptap/pm@2.27.2)) 165 165 '@tiptap/extension-hard-break': 166 - specifier: ^2.9.1 166 + specifier: ^2.27.2 167 167 version: 2.27.2(@tiptap/core@2.27.2(@tiptap/pm@2.27.2)) 168 168 '@tiptap/extension-history': 169 - specifier: ^2.9.1 169 + specifier: ^2.27.2 170 170 version: 2.27.2(@tiptap/core@2.27.2(@tiptap/pm@2.27.2))(@tiptap/pm@2.27.2) 171 171 '@tiptap/extension-mention': 172 - specifier: ^2.9.1 172 + specifier: ^2.27.2 173 173 version: 2.27.2(@tiptap/core@2.27.2(@tiptap/pm@2.27.2))(@tiptap/pm@2.27.2)(@tiptap/suggestion@2.27.2(@tiptap/core@2.27.2(@tiptap/pm@2.27.2))(@tiptap/pm@2.27.2)) 174 174 '@tiptap/extension-paragraph': 175 - specifier: ^2.9.1 175 + specifier: ^2.27.2 176 176 version: 2.27.2(@tiptap/core@2.27.2(@tiptap/pm@2.27.2)) 177 177 '@tiptap/extension-placeholder': 178 - specifier: ^2.9.1 178 + specifier: ^2.27.2 179 179 version: 2.27.2(@tiptap/core@2.27.2(@tiptap/pm@2.27.2))(@tiptap/pm@2.27.2) 180 180 '@tiptap/extension-text': 181 - specifier: ^2.9.1 181 + specifier: ^2.27.2 182 182 version: 2.27.2(@tiptap/core@2.27.2(@tiptap/pm@2.27.2)) 183 183 '@tiptap/html': 184 - specifier: ^2.9.1 184 + specifier: ^2.27.2 185 185 version: 2.27.2(@tiptap/core@2.27.2(@tiptap/pm@2.27.2))(@tiptap/pm@2.27.2) 186 186 '@tiptap/pm': 187 - specifier: ^2.9.1 187 + specifier: ^2.27.2 188 188 version: 2.27.2 189 189 '@tiptap/react': 190 - specifier: ^2.9.1 190 + specifier: ^2.27.2 191 191 version: 2.27.2(@tiptap/core@2.27.2(@tiptap/pm@2.27.2))(@tiptap/pm@2.27.2)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) 192 192 '@tiptap/suggestion': 193 - specifier: ^2.9.1 193 + specifier: ^2.27.2 194 194 version: 2.27.2(@tiptap/core@2.27.2(@tiptap/pm@2.27.2))(@tiptap/pm@2.27.2) 195 195 '@types/invariant': 196 196 specifier: ^2.2.37 ··· 199 199 specifier: ^4.1.9 200 200 version: 4.1.9 201 201 '@types/node': 202 - specifier: ^20.14.3 202 + specifier: ^20.19.39 203 203 version: 20.19.39 204 204 '@uwx/exif-be-gone-web': 205 205 specifier: 1.6.7 206 206 version: 1.6.7 207 207 array.prototype.findlast: 208 - specifier: ^1.2.3 208 + specifier: ^1.2.5 209 209 version: 1.2.5 210 210 babel-plugin-transform-remove-console: 211 211 specifier: ^6.9.4 ··· 235 235 specifier: ^5.6.0 236 236 version: 5.6.0 237 237 emoji-regex: 238 - specifier: ^10.4.0 238 + specifier: ^10.6.0 239 239 version: 10.6.0 240 240 eventemitter3: 241 - specifier: ^5.0.1 241 + specifier: ^5.0.4 242 242 version: 5.0.4 243 243 expo: 244 244 specifier: ^54.0.33 ··· 259 259 specifier: ~8.0.8 260 260 version: 8.0.8(expo@54.0.33(@babel/core@7.25.2)(react-native-webview@13.16.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 261 261 expo-contacts: 262 - specifier: ^15.0.10 262 + specifier: ^15.0.11 263 263 version: 15.0.11(expo@54.0.33(@babel/core@7.25.2)(react-native-webview@13.16.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 264 264 expo-dev-client: 265 265 specifier: ~6.0.20 ··· 325 325 specifier: ~14.0.8 326 326 version: 14.0.8(expo@54.0.33(@babel/core@7.25.2)(react-native-webview@13.16.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0)) 327 327 expo-sms: 328 - specifier: ^14.0.7 328 + specifier: ^14.0.8 329 329 version: 14.0.8(expo@54.0.33(@babel/core@7.25.2)(react-native-webview@13.16.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0)) 330 330 expo-splash-screen: 331 331 specifier: ~31.0.13 ··· 352 352 specifier: ^1.0.6 353 353 version: 1.0.6 354 354 fuse.js: 355 - specifier: ^7.1.0 355 + specifier: ^7.3.0 356 356 version: 7.3.0 357 357 hls.js: 358 - specifier: ^1.6.2 358 + specifier: ^1.6.16 359 359 version: 1.6.16 360 360 idb-keyval: 361 361 specifier: ^6.2.2 ··· 370 370 specifier: ^1.0.10 371 371 version: 1.0.10 372 372 libphonenumber-js: 373 - specifier: ^1.12.31 374 - version: 1.12.41 373 + specifier: ^1.12.42 374 + version: 1.12.42 375 375 lodash.chunk: 376 376 specifier: ^4.2.0 377 377 version: 4.2.0 ··· 388 388 specifier: 9.9.0 389 389 version: 9.9.0 390 390 nanoid: 391 - specifier: ^5.0.5 391 + specifier: ^5.1.9 392 392 version: 5.1.9 393 393 normalize-url: 394 - specifier: ^8.0.0 394 + specifier: ^8.1.1 395 395 version: 8.1.1 396 396 patch-package: 397 397 specifier: ^8.0.1 ··· 400 400 specifier: ^2.1.0 401 401 version: 2.1.0 402 402 psl: 403 - specifier: ^1.9.0 403 + specifier: ^1.15.0 404 404 version: 1.15.0 405 405 radix-ui: 406 406 specifier: ^1.4.3 ··· 409 409 specifier: 19.1.0 410 410 version: 19.1.0 411 411 react-compiler-runtime: 412 - specifier: ^19.1.0-rc.1 413 - version: 19.1.0-rc.1-rc-af1b7da-20250421(react@19.1.0) 412 + specifier: 19.1.0-rc.3 413 + version: 19.1.0-rc.3(react@19.1.0) 414 414 react-dom: 415 415 specifier: 19.1.0 416 416 version: 19.1.0(react@19.1.0) ··· 418 418 specifier: 5.2.4 419 419 version: 5.2.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) 420 420 react-image-crop: 421 - specifier: ^11.0.7 421 + specifier: ^11.0.10 422 422 version: 11.0.10(react@19.1.0) 423 423 react-is: 424 - specifier: '19' 424 + specifier: ^19.2.5 425 425 version: 19.2.5 426 426 react-keyed-flatten-children: 427 - specifier: ^5.0.0 427 + specifier: ^5.1.2 428 428 version: 5.1.2(react-is@19.2.5)(react@19.1.0) 429 429 react-native: 430 430 specifier: 0.81.5 ··· 442 442 specifier: ^4.2.2 443 443 version: 4.2.2(react-native-gesture-handler@2.28.0(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native-reanimated@3.19.5(@babel/core@7.25.2)(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 444 444 react-native-edge-to-edge: 445 - specifier: ^1.6.0 445 + specifier: ^1.8.1 446 446 version: 1.8.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 447 447 react-native-gesture-handler: 448 448 specifier: ~2.28.0 449 449 version: 2.28.0(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 450 450 react-native-keyboard-controller: 451 - specifier: ^1.21.5 452 - version: 1.21.5(react-native-reanimated@3.19.5(@babel/core@7.25.2)(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 451 + specifier: ^1.21.6 452 + version: 1.21.6(react-native-reanimated@3.19.5(@babel/core@7.25.2)(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 453 453 react-native-mmkv: 454 454 specifier: npm:@bsky.app/react-native-mmkv@2.12.5 455 455 version: '@bsky.app/react-native-mmkv@2.12.5(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0)' ··· 457 457 specifier: 6.8.0 458 458 version: 6.8.0(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 459 459 react-native-progress: 460 - specifier: bluesky-social/react-native-progress 460 + specifier: github:bluesky-social/react-native-progress 461 461 version: https://codeload.github.com/bluesky-social/react-native-progress/tar.gz/5a372f4f2ce5feb26f4f47b6a4d187ab9b923ab4(react-native-svg@15.12.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0)) 462 462 react-native-qrcode-styled: 463 463 specifier: ^0.3.3 464 464 version: 0.3.3(react-native-svg@15.12.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 465 465 react-native-reanimated: 466 - specifier: ^3.19.1 466 + specifier: ^3.19.5 467 467 version: 3.19.5(@babel/core@7.25.2)(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 468 468 react-native-safe-area-context: 469 - specifier: ~5.6.0 469 + specifier: ~5.6.2 470 470 version: 5.6.2(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 471 471 react-native-screens: 472 472 specifier: ^4.24.0 ··· 478 478 specifier: ^1.4.0 479 479 version: 1.4.0(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 480 480 react-native-uuid: 481 - specifier: ^2.0.3 481 + specifier: ^2.0.4 482 482 version: 2.0.4 483 483 react-native-view-shot: 484 484 specifier: ^4.0.3 485 485 version: 4.0.3(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 486 486 react-native-web: 487 - specifier: ^0.21.0 487 + specifier: ^0.21.2 488 488 version: 0.21.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) 489 489 react-native-web-webview: 490 490 specifier: ^1.0.2 491 491 version: 1.0.2(file-loader@6.2.0(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)))(react-native-web@0.21.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)) 492 492 react-native-webview: 493 - specifier: ^13.13.5 493 + specifier: ^13.16.1 494 494 version: 13.16.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 495 495 react-remove-scroll-bar: 496 496 specifier: ^2.3.8 ··· 499 499 specifier: ^10.0.1 500 500 version: 10.0.1(react@19.1.0) 501 501 react-textarea-autosize: 502 - specifier: ^8.5.3 502 + specifier: ^8.5.9 503 503 version: 8.5.9(@types/react@19.2.14)(react@19.1.0) 504 504 setimmediate: 505 505 specifier: ^1.0.5 ··· 514 514 specifier: ^6.3.7 515 515 version: 6.3.7 516 516 tlds: 517 - specifier: ^1.234.0 517 + specifier: ^1.261.0 518 518 version: 1.261.0 519 519 tldts: 520 - specifier: ^6.1.46 520 + specifier: ^6.1.86 521 521 version: 6.1.86 522 522 unicode-segmenter: 523 523 specifier: 0.14.5 ··· 526 526 specifier: ^4.4.1 527 527 version: 4.4.1 528 528 zod: 529 - specifier: ^3.20.2 529 + specifier: ^3.25.76 530 530 version: 3.25.76 531 531 devDependencies: 532 532 '@babel/core': ··· 536 536 specifier: ^7.27.1 537 537 version: 7.27.1(@babel/core@7.25.2) 538 538 '@babel/preset-env': 539 - specifier: ^7.26.0 539 + specifier: ^7.29.2 540 540 version: 7.29.2(@babel/core@7.25.2) 541 541 '@babel/runtime': 542 542 specifier: 7.25.9 ··· 545 545 specifier: 7.25.2 546 546 version: 7.25.2 547 547 '@crowdin/cli': 548 - specifier: ^4.14.1 549 - version: 4.14.1 548 + specifier: ^4.14.2 549 + version: 4.14.2 550 550 '@eslint/js': 551 - specifier: ^9.39.2 551 + specifier: ^9.39.4 552 552 version: 9.39.4 553 553 '@lingui/babel-plugin-lingui-macro': 554 - specifier: ^5.9.2 554 + specifier: ^5.9.5 555 555 version: 5.9.5(typescript@6.0.3) 556 556 '@lingui/cli': 557 - specifier: ^5.9.2 557 + specifier: ^5.9.5 558 558 version: 5.9.5(typescript@6.0.3) 559 559 '@lingui/vite-plugin': 560 560 specifier: ^5.9.5 561 - version: 5.9.5(typescript@6.0.3)(vite@8.0.8(@types/node@20.19.39)(esbuild@0.27.7)(jiti@2.6.1)(terser@5.46.1)(yaml@2.8.3)) 561 + version: 5.9.5(typescript@6.0.3)(vite@8.0.10(@types/node@20.19.39)(esbuild@0.27.7)(jiti@2.6.1)(terser@5.46.2)(yaml@2.8.3)) 562 562 '@pmmmwh/react-refresh-webpack-plugin': 563 - specifier: ^0.5.15 563 + specifier: ^0.5.17 564 564 version: 0.5.17(react-refresh@0.14.2)(type-fest@2.19.0)(webpack-dev-server@4.15.2(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)))(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 565 565 '@react-native/babel-preset': 566 566 specifier: 0.81.5 567 567 version: 0.81.5(@babel/core@7.25.2) 568 568 '@react-native/typescript-config': 569 - specifier: ^0.81.5 569 + specifier: ^0.81.6 570 570 version: 0.81.6 571 571 '@rspack/cli': 572 - specifier: ^2.0.0-canary.20260120 573 - version: 2.0.0-rc.3(@rspack/core@2.0.0-rc.3)(@rspack/dev-server@2.0.0(@rspack/core@2.0.0-rc.3)) 572 + specifier: ^2.0.0 573 + version: 2.0.0(@rspack/core@2.0.0)(@rspack/dev-server@2.0.0(@rspack/core@2.0.0)) 574 574 '@rspack/core': 575 - specifier: ^2.0.0-canary.20260120 576 - version: 2.0.0-rc.3 575 + specifier: ^2.0.0 576 + version: 2.0.0 577 577 '@rspack/dev-server': 578 - specifier: ^2.0.0-beta.7 579 - version: 2.0.0(@rspack/core@2.0.0-rc.3) 578 + specifier: ^2.0.0 579 + version: 2.0.0(@rspack/core@2.0.0) 580 580 '@sentry/vite-plugin': 581 581 specifier: ^5.2.0 582 582 version: 5.2.0(rollup@4.60.2) 583 583 '@sentry/webpack-plugin': 584 - specifier: ^3.2.2 584 + specifier: ^3.6.1 585 585 version: 3.6.1(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 586 586 '@swc/core': 587 - specifier: ^1.15.24 587 + specifier: ^1.15.30 588 588 version: 1.15.30 589 589 '@testing-library/react-native': 590 - specifier: ^13.2.0 590 + specifier: ^13.3.3 591 591 version: 13.3.3(jest@29.7.0(@types/node@20.19.39)(ts-node@10.9.2(@swc/core@1.15.30)(@types/node@20.19.39)(typescript@6.0.3)))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react-test-renderer@19.1.0(react@19.1.0))(react@19.1.0) 592 592 '@types/chroma-js': 593 593 specifier: ^3.1.2 ··· 599 599 specifier: 29.5.14 600 600 version: 29.5.14 601 601 '@types/lodash.chunk': 602 - specifier: ^4.2.7 602 + specifier: ^4.2.9 603 603 version: 4.2.9 604 604 '@types/lodash.debounce': 605 - specifier: ^4.0.7 605 + specifier: ^4.0.9 606 606 version: 4.0.9 607 607 '@types/lodash.shuffle': 608 - specifier: ^4.2.7 608 + specifier: ^4.2.9 609 609 version: 4.2.9 610 610 '@types/psl': 611 - specifier: ^1.1.1 611 + specifier: ^1.11.0 612 612 version: 1.11.0 613 613 '@types/react': 614 - specifier: ^19.1.12 614 + specifier: ^19.2.14 615 615 version: 19.2.14 616 616 '@types/react-dom': 617 - specifier: ^19.1.9 617 + specifier: ^19.2.3 618 618 version: 19.2.3(@types/react@19.2.14) 619 619 '@vitejs/plugin-react': 620 620 specifier: ^6.0.1 621 - version: 6.0.1(babel-plugin-react-compiler@19.1.0-rc.1-rc-af1b7da-20250421)(vite@8.0.8(@types/node@20.19.39)(esbuild@0.27.7)(jiti@2.6.1)(terser@5.46.1)(yaml@2.8.3)) 621 + version: 6.0.1(babel-plugin-react-compiler@19.1.0-rc.3)(vite@8.0.10(@types/node@20.19.39)(esbuild@0.27.7)(jiti@2.6.1)(terser@5.46.2)(yaml@2.8.3)) 622 622 babel-jest: 623 623 specifier: ^29.7.0 624 624 version: 29.7.0(@babel/core@7.25.2) 625 625 babel-loader: 626 626 specifier: ^10.1.1 627 - version: 10.1.1(@babel/core@7.25.2)(@rspack/core@2.0.0-rc.3)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 627 + version: 10.1.1(@babel/core@7.25.2)(@rspack/core@2.0.0)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 628 628 babel-plugin-module-resolver: 629 - specifier: ^5.0.2 629 + specifier: ^5.0.3 630 630 version: 5.0.3 631 631 babel-plugin-react-compiler: 632 - specifier: ^19.1.0-rc.3 633 - version: 19.1.0-rc.1-rc-af1b7da-20250421 632 + specifier: 19.1.0-rc.3 633 + version: 19.1.0-rc.3 634 634 babel-plugin-syntax-hermes-parser: 635 635 specifier: ^0.35.0 636 636 version: 0.35.0 ··· 638 638 specifier: ~54.0.10 639 639 version: 54.0.10(@babel/core@7.25.2)(@babel/runtime@7.25.9)(expo@54.0.33(@babel/core@7.25.2)(react-native-webview@13.16.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-refresh@0.14.2) 640 640 eslint: 641 - specifier: ^9.39.2 641 + specifier: ^9.39.4 642 642 version: 9.39.4(jiti@2.6.1) 643 643 eslint-import-resolver-typescript: 644 644 specifier: ^4.4.4 645 - version: 4.4.4(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) 645 + version: 4.4.4(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)) 646 646 eslint-plugin-bsky-internal: 647 - specifier: link:./eslint 647 + specifier: link:eslint 648 648 version: link:eslint 649 649 eslint-plugin-import-x: 650 650 specifier: ^4.16.2 651 - version: 4.16.2(@typescript-eslint/utils@8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.4(jiti@2.6.1)) 651 + version: 4.16.2(@typescript-eslint/utils@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.4(jiti@2.6.1)) 652 652 eslint-plugin-lingui: 653 653 specifier: ^0.12.0 654 654 version: 0.12.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) ··· 656 656 specifier: ^7.37.5 657 657 version: 7.37.5(eslint@9.39.4(jiti@2.6.1)) 658 658 eslint-plugin-react-compiler: 659 - specifier: ^19.1.0-rc.2 659 + specifier: 19.1.0-rc.2 660 660 version: 19.1.0-rc.2(eslint@9.39.4(jiti@2.6.1)) 661 661 eslint-plugin-react-hooks: 662 - specifier: ^7.0.1 662 + specifier: ^7.1.1 663 663 version: 7.1.1(eslint@9.39.4(jiti@2.6.1)) 664 664 eslint-plugin-react-native: 665 665 specifier: ^5.0.0 ··· 674 674 specifier: 6.2.0 675 675 version: 6.2.0(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 676 676 globals: 677 - specifier: ^17.0.0 677 + specifier: ^17.5.0 678 678 version: 17.5.0 679 679 husky: 680 680 specifier: ^8.0.3 ··· 692 692 specifier: ^16.0.0 693 693 version: 16.0.0 694 694 lint-staged: 695 - specifier: ^13.2.3 695 + specifier: ^13.3.0 696 696 version: 13.3.0 697 697 lockfile-lint: 698 - specifier: ^4.14.0 698 + specifier: ^4.14.1 699 699 version: 4.14.1(typescript@6.0.3) 700 700 prettier: 701 - specifier: ^3.6.0 701 + specifier: ^3.8.3 702 702 version: 3.8.3 703 703 react-native-dotenv: 704 704 specifier: ^3.4.11 705 705 version: 3.4.11(@babel/runtime@7.25.9) 706 706 react-refresh: 707 - specifier: ^0.14.0 707 + specifier: ^0.14.2 708 708 version: 0.14.2 709 709 rspack-manifest-plugin: 710 710 specifier: ^5.2.1 711 - version: 5.2.1(@rspack/core@2.0.0-rc.3) 711 + version: 5.2.1(@rspack/core@2.0.0) 712 712 svgo: 713 - specifier: ^3.3.2 713 + specifier: ^3.3.3 714 714 version: 3.3.3 715 715 swc-loader: 716 716 specifier: ^0.2.7 ··· 719 719 specifier: ^1.0.4 720 720 version: 1.0.4 721 721 typescript: 722 - specifier: ^6.0.2 722 + specifier: ^6.0.3 723 723 version: 6.0.3 724 724 typescript-eslint: 725 - specifier: ^8.58.0 726 - version: 8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 725 + specifier: ^8.59.0 726 + version: 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 727 727 vite: 728 - specifier: ^8.0.8 729 - version: 8.0.8(@types/node@20.19.39)(esbuild@0.27.7)(jiti@2.6.1)(terser@5.46.1)(yaml@2.8.3) 728 + specifier: ^8.0.10 729 + version: 8.0.10(@types/node@20.19.39)(esbuild@0.27.7)(jiti@2.6.1)(terser@5.46.2)(yaml@2.8.3) 730 730 vite-plugin-commonjs: 731 731 specifier: ^0.10.4 732 732 version: 0.10.4 733 733 webpack-bundle-analyzer: 734 - specifier: ^4.10.1 734 + specifier: ^4.10.2 735 735 version: 4.10.2 736 736 737 737 bskyembed: ··· 748 748 version: 9.39.4 749 749 '@preact/preset-vite': 750 750 specifier: ^2.10.2 751 - version: 2.10.5(@babel/core@7.29.0)(preact@10.29.1)(rollup@4.60.2)(vite@7.3.2(@types/node@20.19.39)(jiti@1.21.7)(lightningcss@1.32.0)(terser@5.46.1)(yaml@2.8.3)) 751 + version: 2.10.5(@babel/core@7.25.2)(preact@10.29.1)(rollup@4.60.2)(vite@7.3.2(@types/node@20.19.39)(jiti@1.21.7)(lightningcss@1.32.0)(terser@5.46.1)(yaml@2.8.3)) 752 752 '@vitejs/plugin-legacy': 753 753 specifier: ^7.0.0 754 754 version: 7.2.1(terser@5.46.1)(vite@7.3.2(@types/node@20.19.39)(jiti@1.21.7)(lightningcss@1.32.0)(terser@5.46.1)(yaml@2.8.3)) ··· 983 983 '@atproto/api@0.16.11': 984 984 resolution: {integrity: sha512-1dhfQNHiclb102RW+Ea8Nft5olfqU0Ev/vlQaSX6mWNo1aP5zT+sPODJ8+BTUOYk3vcuvL7QMkqA/rLYy2PMyw==} 985 985 986 - '@atproto/api@0.19.9': 987 - resolution: {integrity: sha512-+sUYNuiA1Rv8HemMCURHwRkMp2D7cq6nNquefjosu6UB54IzkD0MLK3YY383poLRShiApouOxRse2OKK25dbQw==} 986 + '@atproto/api@0.19.11': 987 + resolution: {integrity: sha512-7V4Sg6hcv/UxoXobjfvy/Ox2ioKQtZ3DzbsiFndYCcBfsZ5GO8rNEroHPq3hT0CFBJK1NAD6JfOtTBN2z267Xg==} 988 988 989 989 '@atproto/aws@0.2.32': 990 990 resolution: {integrity: sha512-4gcvmHv2uzhDsyw1flgXw5p0H7GVyn/mTMfn920/qwQCNdkIshvj5ouCfoBXH17AGiNrO/7A35mTW+gPg6g0ug==} ··· 2147 2147 peerDependencies: 2148 2148 '@bufbuild/protobuf': ^1.10.0 2149 2149 2150 - '@crowdin/cli@4.14.1': 2151 - resolution: {integrity: sha512-kPhXW4Cw8feITgN1ymH9UPScKoFj5IwIL3PbKSeF/UhQW9jjVsjlGVO5WM0QYy5kZYJWQ+4e81ciXFr5vyflqQ==} 2150 + '@crowdin/cli@4.14.2': 2151 + resolution: {integrity: sha512-JRrHvitc0w+r/h6XXSOq917HxsjRoxPEtyNYSmylKirjiPNrRx84VKtqFlOIWIFCOZI5BoXg6hNpE0Zq7CwVBA==} 2152 2152 hasBin: true 2153 2153 2154 2154 '@cspotcode/source-map-support@0.8.1': ··· 2195 2195 '@emnapi/core@1.10.0': 2196 2196 resolution: {integrity: sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==} 2197 2197 2198 - '@emnapi/core@1.9.2': 2199 - resolution: {integrity: sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==} 2200 - 2201 2198 '@emnapi/runtime@1.10.0': 2202 2199 resolution: {integrity: sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==} 2203 - 2204 - '@emnapi/runtime@1.9.2': 2205 - resolution: {integrity: sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==} 2206 2200 2207 2201 '@emnapi/wasi-threads@1.2.1': 2208 2202 resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==} ··· 3197 3191 '@napi-rs/wasm-runtime@0.2.12': 3198 3192 resolution: {integrity: sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==} 3199 3193 3200 - '@napi-rs/wasm-runtime@1.1.3': 3201 - resolution: {integrity: sha512-xK9sGVbJWYb08+mTJt3/YV24WxvxpXcXtP6B172paPZ+Ts69Re9dAr7lKwJoeIx8OoeuimEiRZ7umkiUVClmmQ==} 3202 - peerDependencies: 3203 - '@emnapi/core': ^1.7.1 3204 - '@emnapi/runtime': ^1.7.1 3205 - 3206 3194 '@napi-rs/wasm-runtime@1.1.4': 3207 3195 resolution: {integrity: sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==} 3208 3196 peerDependencies: ··· 3236 3224 resolution: {integrity: sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q==} 3237 3225 engines: {node: '>=8.0.0'} 3238 3226 3239 - '@oxc-project/types@0.124.0': 3240 - resolution: {integrity: sha512-VBFWMTBvHxS11Z5Lvlr3IWgrwhMTXV+Md+EQF0Xf60+wAdsGFTBx7X7K/hP4pi8N7dcm1RvcHwDxZ16Qx8keUg==} 3227 + '@oxc-project/types@0.127.0': 3228 + resolution: {integrity: sha512-aIYXQBo4lCbO4z0R3FHeucQHpF46l2LbMdxRvqvuRuW2OxdnSkcng5B8+K12spgLDj93rtN3+J2Vac/TIO+ciQ==} 3241 3229 3242 3230 '@package-json/types@0.0.12': 3243 3231 resolution: {integrity: sha512-uu43FGU34B5VM9mCNjXCwLaGHYjXdNincqKLaraaCW+7S2+SmiBg1Nv8bPnmschrIfZmfKNY9f3fC376MRrObw==} ··· 4221 4209 resolution: {integrity: sha512-xBaJish5OeGmniDj9cW5PRa/PtmuVU3ziqrbr5xJj901ZDN4TosrVaNZpEiLZAxdfnhAe7uQ7QFWfjPe9d9K2Q==} 4222 4210 engines: {node: '>= 10'} 4223 4211 4224 - '@rolldown/binding-android-arm64@1.0.0-rc.15': 4225 - resolution: {integrity: sha512-YYe6aWruPZDtHNpwu7+qAHEMbQ/yRl6atqb/AhznLTnD3UY99Q1jE7ihLSahNWkF4EqRPVC4SiR4O0UkLK02tA==} 4212 + '@rolldown/binding-android-arm64@1.0.0-rc.17': 4213 + resolution: {integrity: sha512-s70pVGhw4zqGeFnXWvAzJDlvxhlRollagdCCKRgOsgUOH3N1l0LIxf83AtGzmb5SiVM4Hjl5HyarMRfdfj3DaQ==} 4226 4214 engines: {node: ^20.19.0 || >=22.12.0} 4227 4215 cpu: [arm64] 4228 4216 os: [android] 4229 4217 4230 - '@rolldown/binding-darwin-arm64@1.0.0-rc.15': 4231 - resolution: {integrity: sha512-oArR/ig8wNTPYsXL+Mzhs0oxhxfuHRfG7Ikw7jXsw8mYOtk71W0OkF2VEVh699pdmzjPQsTjlD1JIOoHkLP1Fg==} 4218 + '@rolldown/binding-darwin-arm64@1.0.0-rc.17': 4219 + resolution: {integrity: sha512-4ksWc9n0mhlZpZ9PMZgTGjeOPRu8MB1Z3Tz0Mo02eWfWCHMW1zN82Qz/pL/rC+yQa+8ZnutMF0JjJe7PjwasYw==} 4232 4220 engines: {node: ^20.19.0 || >=22.12.0} 4233 4221 cpu: [arm64] 4234 4222 os: [darwin] 4235 4223 4236 - '@rolldown/binding-darwin-x64@1.0.0-rc.15': 4237 - resolution: {integrity: sha512-YzeVqOqjPYvUbJSWJ4EDL8ahbmsIXQpgL3JVipmN+MX0XnXMeWomLN3Fb+nwCmP/jfyqte5I3XRSm7OfQrbyxw==} 4224 + '@rolldown/binding-darwin-x64@1.0.0-rc.17': 4225 + resolution: {integrity: sha512-SUSDOI6WwUVNcWxd02QEBjLdY1VPHvlEkw6T/8nYG322iYWCTxRb1vzk4E+mWWYehTp7ERibq54LSJGjmouOsw==} 4238 4226 engines: {node: ^20.19.0 || >=22.12.0} 4239 4227 cpu: [x64] 4240 4228 os: [darwin] 4241 4229 4242 - '@rolldown/binding-freebsd-x64@1.0.0-rc.15': 4243 - resolution: {integrity: sha512-9Erhx956jeQ0nNTyif1+QWAXDRD38ZNjr//bSHrt6wDwB+QkAfl2q6Mn1k6OBPerznjRmbM10lgRb1Pli4xZPw==} 4230 + '@rolldown/binding-freebsd-x64@1.0.0-rc.17': 4231 + resolution: {integrity: sha512-hwnz3nw9dbJ05EDO/PvcjaaewqqDy7Y1rn1UO81l8iIK1GjenME75dl16ajbvSSMfv66WXSRCYKIqfgq2KCfxw==} 4244 4232 engines: {node: ^20.19.0 || >=22.12.0} 4245 4233 cpu: [x64] 4246 4234 os: [freebsd] 4247 4235 4248 - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.15': 4249 - resolution: {integrity: sha512-cVwk0w8QbZJGTnP/AHQBs5yNwmpgGYStL88t4UIaqcvYJWBfS0s3oqVLZPwsPU6M0zlW4GqjP0Zq5MnAGwFeGA==} 4236 + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.17': 4237 + resolution: {integrity: sha512-IS+W7epTcwANmFSQFrS1SivEXHtl1JtuQA9wlxrZTcNi6mx+FDOYrakGevvvTwgj2JvWiK8B29/qD9BELZPyXQ==} 4250 4238 engines: {node: ^20.19.0 || >=22.12.0} 4251 4239 cpu: [arm] 4252 4240 os: [linux] 4253 4241 4254 - '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.15': 4255 - resolution: {integrity: sha512-eBZ/u8iAK9SoHGanqe/jrPnY0JvBN6iXbVOsbO38mbz+ZJsaobExAm1Iu+rxa4S1l2FjG0qEZn4Rc6X8n+9M+w==} 4242 + '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.17': 4243 + resolution: {integrity: sha512-e6usGaHKW5BMNZOymS1UcEYGowQMWcgZ71Z17Sl/h2+ZziNJ1a9n3Zvcz6LdRyIW5572wBCTH/Z+bKuZouGk9Q==} 4256 4244 engines: {node: ^20.19.0 || >=22.12.0} 4257 4245 cpu: [arm64] 4258 4246 os: [linux] 4259 4247 libc: [glibc] 4260 4248 4261 - '@rolldown/binding-linux-arm64-musl@1.0.0-rc.15': 4262 - resolution: {integrity: sha512-ZvRYMGrAklV9PEkgt4LQM6MjQX2P58HPAuecwYObY2DhS2t35R0I810bKi0wmaYORt6m/2Sm+Z+nFgb0WhXNcQ==} 4249 + '@rolldown/binding-linux-arm64-musl@1.0.0-rc.17': 4250 + resolution: {integrity: sha512-b/CgbwAJpmrRLp02RPfhbudf5tZnN9nsPWK82znefso832etkem8H7FSZwxrOI9djcdTP7U6YfNhbRnh7djErg==} 4263 4251 engines: {node: ^20.19.0 || >=22.12.0} 4264 4252 cpu: [arm64] 4265 4253 os: [linux] 4266 4254 libc: [musl] 4267 4255 4268 - '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.15': 4269 - resolution: {integrity: sha512-VDpgGBzgfg5hLg+uBpCLoFG5kVvEyafmfxGUV0UHLcL5irxAK7PKNeC2MwClgk6ZAiNhmo9FLhRYgvMmedLtnQ==} 4256 + '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.17': 4257 + resolution: {integrity: sha512-4EII1iNGRUN5WwGbF/kOh/EIkoDN9HsupgLQoXfY+D1oyJm7/F4t5PYU5n8SWZgG0FEwakyM8pGgwcBYruGTlA==} 4270 4258 engines: {node: ^20.19.0 || >=22.12.0} 4271 4259 cpu: [ppc64] 4272 4260 os: [linux] 4273 4261 libc: [glibc] 4274 4262 4275 - '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.15': 4276 - resolution: {integrity: sha512-y1uXY3qQWCzcPgRJATPSOUP4tCemh4uBdY7e3EZbVwCJTY3gLJWnQABgeUetvED+bt1FQ01OeZwvhLS2bpNrAQ==} 4263 + '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.17': 4264 + resolution: {integrity: sha512-AH8oq3XqQo4IibpVXvPeLDI5pzkpYn0WiZAfT05kFzoJ6tQNzwRdDYQ45M8I/gslbodRZwW8uxLhbSBbkv96rA==} 4277 4265 engines: {node: ^20.19.0 || >=22.12.0} 4278 4266 cpu: [s390x] 4279 4267 os: [linux] 4280 4268 libc: [glibc] 4281 4269 4282 - '@rolldown/binding-linux-x64-gnu@1.0.0-rc.15': 4283 - resolution: {integrity: sha512-023bTPBod7J3Y/4fzAN6QtpkSABR0rigtrwaP+qSEabUh5zf6ELr9Nc7GujaROuPY3uwdSIXWrvhn1KxOvurWA==} 4270 + '@rolldown/binding-linux-x64-gnu@1.0.0-rc.17': 4271 + resolution: {integrity: sha512-cLnjV3xfo7KslbU41Z7z8BH/E1y5mzUYzAqih1d1MDaIGZRCMqTijqLv76/P7fyHuvUcfGsIpqCdddbxLLK9rA==} 4284 4272 engines: {node: ^20.19.0 || >=22.12.0} 4285 4273 cpu: [x64] 4286 4274 os: [linux] 4287 4275 libc: [glibc] 4288 4276 4289 - '@rolldown/binding-linux-x64-musl@1.0.0-rc.15': 4290 - resolution: {integrity: sha512-witB2O0/hU4CgfOOKUoeFgQ4GktPi1eEbAhaLAIpgD6+ZnhcPkUtPsoKKHRzmOoWPZue46IThdSgdo4XneOLYw==} 4277 + '@rolldown/binding-linux-x64-musl@1.0.0-rc.17': 4278 + resolution: {integrity: sha512-0phclDw1spsL7dUB37sIARuis2tAgomCJXAHZlpt8PXZ4Ba0dRP1e+66lsRqrfhISeN9bEGNjQs+T/Fbd7oYGw==} 4291 4279 engines: {node: ^20.19.0 || >=22.12.0} 4292 4280 cpu: [x64] 4293 4281 os: [linux] 4294 4282 libc: [musl] 4295 4283 4296 - '@rolldown/binding-openharmony-arm64@1.0.0-rc.15': 4297 - resolution: {integrity: sha512-UCL68NJ0Ud5zRipXZE9dF5PmirzJE4E4BCIOOssEnM7wLDsxjc6Qb0sGDxTNRTP53I6MZpygyCpY8Aa8sPfKPg==} 4284 + '@rolldown/binding-openharmony-arm64@1.0.0-rc.17': 4285 + resolution: {integrity: sha512-0ag/hEgXOwgw4t8QyQvUCxvEg+V0KBcA6YuOx9g0r02MprutRF5dyljgm3EmR02O292UX7UeS6HzWHAl6KgyhA==} 4298 4286 engines: {node: ^20.19.0 || >=22.12.0} 4299 4287 cpu: [arm64] 4300 4288 os: [openharmony] 4301 4289 4302 - '@rolldown/binding-wasm32-wasi@1.0.0-rc.15': 4303 - resolution: {integrity: sha512-ApLruZq/ig+nhaE7OJm4lDjayUnOHVUa77zGeqnqZ9pn0ovdVbbNPerVibLXDmWeUZXjIYIT8V3xkT58Rm9u5Q==} 4304 - engines: {node: '>=14.0.0'} 4290 + '@rolldown/binding-wasm32-wasi@1.0.0-rc.17': 4291 + resolution: {integrity: sha512-LEXei6vo0E5wTGwpkJ4KoT3OZJRnglwldt5ziLzOlc6qqb55z4tWNq2A+PFqCJuvWWdP53CVhG1Z9NtToDPJrA==} 4292 + engines: {node: ^20.19.0 || >=22.12.0} 4305 4293 cpu: [wasm32] 4306 4294 4307 - '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.15': 4308 - resolution: {integrity: sha512-KmoUoU7HnN+Si5YWJigfTws1jz1bKBYDQKdbLspz0UaqjjFkddHsqorgiW1mxcAj88lYUE6NC/zJNwT+SloqtA==} 4295 + '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.17': 4296 + resolution: {integrity: sha512-gUmyzBl3SPMa6hrqFUth9sVfcLBlYsbMzBx5PlexMroZStgzGqlZ26pYG89rBb45Mnia+oil6YAIFeEWGWhoZA==} 4309 4297 engines: {node: ^20.19.0 || >=22.12.0} 4310 4298 cpu: [arm64] 4311 4299 os: [win32] 4312 4300 4313 - '@rolldown/binding-win32-x64-msvc@1.0.0-rc.15': 4314 - resolution: {integrity: sha512-3P2A8L+x75qavWLe/Dll3EYBJLQmtkJN8rfh+U/eR3MqMgL/h98PhYI+JFfXuDPgPeCB7iZAKiqii5vqOvnA0g==} 4301 + '@rolldown/binding-win32-x64-msvc@1.0.0-rc.17': 4302 + resolution: {integrity: sha512-3hkiolcUAvPB9FLb3UZdfjVVNWherN1f/skkGWJP/fgSQhYUZpSIRr0/I8ZK9TkF3F7kxvJAk0+IcKvPHk9qQg==} 4315 4303 engines: {node: ^20.19.0 || >=22.12.0} 4316 4304 cpu: [x64] 4317 4305 os: [win32] 4318 4306 4319 - '@rolldown/pluginutils@1.0.0-rc.15': 4320 - resolution: {integrity: sha512-UromN0peaE53IaBRe9W7CjrZgXl90fqGpK+mIZbA3qSTeYqg3pqpROBdIPvOG3F5ereDHNwoHBI2e50n1BDr1g==} 4307 + '@rolldown/pluginutils@1.0.0-rc.17': 4308 + resolution: {integrity: sha512-n8iosDOt6Ig1UhJ2AYqoIhHWh/isz0xpicHTzpKBeotdVsTEcxsSA/i3EVM7gQAj0rU27OLAxCjzlj15IWY7bg==} 4321 4309 4322 4310 '@rolldown/pluginutils@1.0.0-rc.7': 4323 4311 resolution: {integrity: sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==} ··· 4473 4461 cpu: [x64] 4474 4462 os: [win32] 4475 4463 4476 - '@rspack/binding-darwin-arm64@2.0.0-rc.3': 4477 - resolution: {integrity: sha512-blffq0iLkW05FkxgEnbCiXMaDuGZn4ay2gO6NyEQFgJF3kc1iOYu92FM9GU7maTngzjegtOKLSglu7+B5cYnsw==} 4464 + '@rspack/binding-darwin-arm64@2.0.0': 4465 + resolution: {integrity: sha512-ICBHDKYyndFqljLhjxvKfWWZu39RJSH2jkSmbceXl0kmptLSE0cLWpvk+eGSzLqtxKN0jVchwCw+5P5mWCzwAw==} 4478 4466 cpu: [arm64] 4479 4467 os: [darwin] 4480 4468 4481 - '@rspack/binding-darwin-x64@2.0.0-rc.3': 4482 - resolution: {integrity: sha512-QMJFkcyzKFxFUo/IgcTahYlIgYNElxRFcKxdnfLXAcvnZhKCaHm0vAKufsvIAEWf/LJ7EbJZGyxvl+d5iOoToQ==} 4469 + '@rspack/binding-darwin-x64@2.0.0': 4470 + resolution: {integrity: sha512-YQ96LMmzIzhZt9cZWUDWXSxS9UWWHWoLxJyZ5f42DSaVPVelBg5ThbVORDwOP5QDA2xFXj60rVnmmcZLzg/aDA==} 4483 4471 cpu: [x64] 4484 4472 os: [darwin] 4485 4473 4486 - '@rspack/binding-linux-arm64-gnu@2.0.0-rc.3': 4487 - resolution: {integrity: sha512-sngt0T6XEzTgbprIBzAv4sayNX1pjRZBYj3SQtPK+6pyogyFXXyoTB4JfusbptEe4nFz329LB6oQBjsK/VN7sQ==} 4474 + '@rspack/binding-linux-arm64-gnu@2.0.0': 4475 + resolution: {integrity: sha512-Ufn33gzkIV7JY69k6vJQEdOzRvBqThIgH46pwXksHSMwRZp8IbJhXfyYIAVsRWCk8fXpr9t1nAvCDvJXT2EeyA==} 4488 4476 cpu: [arm64] 4489 4477 os: [linux] 4490 4478 libc: [glibc] 4491 4479 4492 - '@rspack/binding-linux-arm64-musl@2.0.0-rc.3': 4493 - resolution: {integrity: sha512-pr7eC3tj7cYchLqnYjeaH2Fl+t2LQfLHuJjgtbesSi+yZS88xSvcb//KTn+zpimWm7tUAN1qkzjC9oZk3CqBfw==} 4480 + '@rspack/binding-linux-arm64-musl@2.0.0': 4481 + resolution: {integrity: sha512-CZbvFKlNY9UC0C+Czz6i8JFCzGpuL9oX8gEqcJA1+84Y6eEEBH50UiTzeCewxKW3dOofkZdvT5vgNMXz6aMUmg==} 4494 4482 cpu: [arm64] 4495 4483 os: [linux] 4496 4484 libc: [musl] 4497 4485 4498 - '@rspack/binding-linux-x64-gnu@2.0.0-rc.3': 4499 - resolution: {integrity: sha512-MRR7h3hmr5Em/DZ4DhxROl5+N97eEKP4f/nQ+NtXOivxBgQtp3PB7N4l5C3rzfhR4KG6KyMgT4i+I++uPcLzAw==} 4486 + '@rspack/binding-linux-x64-gnu@2.0.0': 4487 + resolution: {integrity: sha512-dPjFGpoCvZfFpJBsWAUR+PR7mWYxpou6L026qIOpAVkz7WiTzErwKD3P1jVrpP4dM9yLb3fVE+PHHjTglhTJ4g==} 4500 4488 cpu: [x64] 4501 4489 os: [linux] 4502 4490 libc: [glibc] 4503 4491 4504 - '@rspack/binding-linux-x64-musl@2.0.0-rc.3': 4505 - resolution: {integrity: sha512-G+mJc0AZEwHDUUgma02v7kDUKZBDhmEI5jHUf3JIS+7IKGDftp7jkJ4Y+l/HQkD9/wg0qOfloEq4ShNXgMwTlg==} 4492 + '@rspack/binding-linux-x64-musl@2.0.0': 4493 + resolution: {integrity: sha512-4fgDTMWt0mJDiugdia2mdOjTbnm7yM1Drzl1JpPqlUlOr113byOhc+qgN57LURSGypz2yz/h/Zad7/UnVAxYJw==} 4506 4494 cpu: [x64] 4507 4495 os: [linux] 4508 4496 libc: [musl] 4509 4497 4510 - '@rspack/binding-wasm32-wasi@2.0.0-rc.3': 4511 - resolution: {integrity: sha512-MfVJmxkXdne97WoSkzVsbM5FEDQ7hYiZ73PB0wbwV0GRP0QooWbj98vJK4jhGEdFDrFF0/T4XnZTnh1YgX5EMw==} 4498 + '@rspack/binding-wasm32-wasi@2.0.0': 4499 + resolution: {integrity: sha512-ANk73ZKtPrZf9gdtyRK2nQUfhi1uXoC5P2KF89pyVAE8+zcoLBnYtZGYpWa/cmNi5BcO5g4Z+v2l1UA3bUPLQQ==} 4512 4500 cpu: [wasm32] 4513 4501 4514 - '@rspack/binding-win32-arm64-msvc@2.0.0-rc.3': 4515 - resolution: {integrity: sha512-LKIEd444+A6f60yRs+bGFsHHdLJQ/OzmUyckKN1u7y3G0kMxM+mc+OJJGgpZ0gf//s14E5JAi1AHObwLCOBvsg==} 4502 + '@rspack/binding-win32-arm64-msvc@2.0.0': 4503 + resolution: {integrity: sha512-IHZFRtJ85ONbM+BCtF4TeYXS2Fu9X0IJS2phX1rPibYq9iEtHGfBt4cNlnsJPhbPAXVvi4Oli/yiLRJ1zxtCIg==} 4516 4504 cpu: [arm64] 4517 4505 os: [win32] 4518 4506 4519 - '@rspack/binding-win32-ia32-msvc@2.0.0-rc.3': 4520 - resolution: {integrity: sha512-+fjijf9ejKaFMEBtFxfA97RiCJn1zvMaI9fqAASYyLVN0yivSNPDOnhU7UYq4lqxWxlvA97A//aFxNwXkjSt1A==} 4507 + '@rspack/binding-win32-ia32-msvc@2.0.0': 4508 + resolution: {integrity: sha512-n4tbIqacq/FhNJflMlgZV50AeQFTLh5hnDS3v4W+rJWa3IW1VfgB0+XppdeW+Dqhw7QcMIsCmro01kwNdlXZDQ==} 4521 4509 cpu: [ia32] 4522 4510 os: [win32] 4523 4511 4524 - '@rspack/binding-win32-x64-msvc@2.0.0-rc.3': 4525 - resolution: {integrity: sha512-5THHmoL92P+J4JZfpIHpdCSXMFHb/thGZnlv+xB21N9QCskmFeYA0qUNe6JQ4h0c0GDM1FuodzOk2gt5DO3vAA==} 4512 + '@rspack/binding-win32-x64-msvc@2.0.0': 4513 + resolution: {integrity: sha512-cJOgikIW2t3S+42TQZsv+DJriJt2m6lnUk+pUFu/fO93rrMvNrx8gfMxR8W5zDTreBX0cfMx2pw6EVmyi/YzsQ==} 4526 4514 cpu: [x64] 4527 4515 os: [win32] 4528 4516 4529 - '@rspack/binding@2.0.0-rc.3': 4530 - resolution: {integrity: sha512-34wJLwKy5HcimxVKe6c54e5KIHcreMXaRq6RmbKkrTBF+ZoWEo0qYwIv9q35GPK9zIYCC7AVFxLLs53nNLvoqA==} 4517 + '@rspack/binding@2.0.0': 4518 + resolution: {integrity: sha512-WA2f9eQpejkvf5Vrnf6wNCn1m8RT1p08NjgOZpKhsCzr0uBjWeRvGduawlrFFHZh/jPnWZTVaVdQ08FEAWbwGw==} 4531 4519 4532 - '@rspack/cli@2.0.0-rc.3': 4533 - resolution: {integrity: sha512-S1EBaEHQ+kUn9eZgZXjN8A6RGi2/KQYkWQMSPYpgBzXrlpfAcoVu+aJo9VSkTRLtaVERLXwFdNz28ovq6SU+LQ==} 4520 + '@rspack/cli@2.0.0': 4521 + resolution: {integrity: sha512-drBB/biz6NHvjEqKLRzJmdPTn/6rg1TLLOY1o7lOySA1nLYoao5h+33TFRCKwpioEigpdAldw35crCLlQ/GHbQ==} 4534 4522 hasBin: true 4535 4523 peerDependencies: 4536 4524 '@rspack/core': ^2.0.0-0 ··· 4539 4527 '@rspack/dev-server': 4540 4528 optional: true 4541 4529 4542 - '@rspack/core@2.0.0-rc.3': 4543 - resolution: {integrity: sha512-SVZHlpbHWoGmoYWtruy9mbEJnK7XSt1BnHQq/QXC1Ni4beZabOVAk/03NNeuE9senYR93oihugvW7aaBu8u2BA==} 4530 + '@rspack/core@2.0.0': 4531 + resolution: {integrity: sha512-WD1mJM9LbZ7Z399Rbv9dE3BNEV0+3sE5OzDdzV8hOxUb3mX++ynK5n9kil8w60B6nGdcKeV9ly5aN4PgqiwWUg==} 4544 4532 engines: {node: ^20.19.0 || >=22.12.0} 4545 4533 peerDependencies: 4546 4534 '@module-federation/runtime-tools': ^0.24.1 || ^2.0.0 ··· 5101 5089 '@swc/types@0.1.26': 5102 5090 resolution: {integrity: sha512-lyMwd7WGgG79RS7EERZV3T8wMdmPq3xwyg+1nmAM64kIhx5yl+juO2PYIHb7vTiPgPCj8LYjsNV2T5wiQHUEaw==} 5103 5091 5104 - '@tanstack/query-async-storage-persister@5.99.2': 5105 - resolution: {integrity: sha512-FIr13Zv7GiMZGrdxoxOuzolT4xfyLrKWVBMfTZLMGJTc9IceFu2RT+EfH+j5jcKfvjB4T2no3qWSPGHxYmKKWg==} 5092 + '@tanstack/query-async-storage-persister@5.100.1': 5093 + resolution: {integrity: sha512-tmQcFUWER3OO26zmueuUCWDTmHKNnh4tUA//BmgLLkaxDm2oW+63OxOAp7Ghuqi1Yb99mlT/174nwUR983mvfg==} 5106 5094 5107 - '@tanstack/query-core@5.99.2': 5108 - resolution: {integrity: sha512-1HunU0bXVsR1ZJMZbcOPE6VtaBJxsW809RE9xPe4Gz7MlB0GWwQvuTPhMoEmQ/hIzFKJ/DWAuttIe7BOaWx0tA==} 5095 + '@tanstack/query-core@5.100.1': 5096 + resolution: {integrity: sha512-awvQhOO/2TrSCHE5LKKsXcvvj6WSBncwEcMFCB/ez0Qs0b17iyyivoGArNV3HFfXryZwCpnb/olsaBBKrIbtSw==} 5109 5097 5110 - '@tanstack/query-persist-client-core@5.99.2': 5111 - resolution: {integrity: sha512-YYuLGBDGCsUbfN2LuYrfkRCpg1vOUZnK2bn4j7zAZv+m1B4CnLAv58Z3A43d5Cruxvld5udYFeYXw9F6g/pZcQ==} 5098 + '@tanstack/query-persist-client-core@5.100.1': 5099 + resolution: {integrity: sha512-zopD/OxWWjKUBmB8ydTzz9LBw/MGRz9vbdMV/DFxlMFTg9bP+QiBAMDgdWYpswhdjGlixbjml8mTD9HX4v1Uww==} 5112 5100 5113 - '@tanstack/react-query-persist-client@5.99.2': 5114 - resolution: {integrity: sha512-7+y5+kpaR26X2gdaEv0yQSFLZjqXz4Kn7wqzuYDQrb203b9MlYS3baML1M9hJTiLgi4QGGF2eJDdW8lHAazUow==} 5101 + '@tanstack/react-query-persist-client@5.100.1': 5102 + resolution: {integrity: sha512-9APCLGDNoNkJmFFdQ5nvRrQMwZr2IjD3cpF8g+2WRs2QVehpRotxg5gzKgTFOaiRKBs8/FWbyiNjyZ7Vkp0aTg==} 5115 5103 peerDependencies: 5116 - '@tanstack/react-query': ^5.99.2 5104 + '@tanstack/react-query': ^5.100.1 5117 5105 react: ^18 || ^19 5118 5106 5119 - '@tanstack/react-query@5.99.2': 5120 - resolution: {integrity: sha512-vM91UEe45QUS9ED6OklsVL15i8qKcRqNwpWzPTVWvRPRSEgDudDgHpvyTjcdlwHcrKNa80T+xXYcchT2noPnZA==} 5107 + '@tanstack/react-query@5.100.1': 5108 + resolution: {integrity: sha512-UgWRLhQKprC37SsO6y1zRabOqDmM2gsdTNPbqTT35yl7kOOhwXU4nyfOiGHXPwoEFJV1IpSk85hjIFjNFWVpzw==} 5121 5109 peerDependencies: 5122 5110 react: ^18 || ^19 5123 5111 ··· 5447 5435 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 5448 5436 typescript: '>=4.8.4 <6.1.0' 5449 5437 5438 + '@typescript-eslint/eslint-plugin@8.59.0': 5439 + resolution: {integrity: sha512-HyAZtpdkgZwpq8Sz3FSUvCR4c+ScbuWa9AksK2Jweub7w4M3yTz4O11AqVJzLYjy/B9ZWPyc81I+mOdJU/bDQw==} 5440 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5441 + peerDependencies: 5442 + '@typescript-eslint/parser': ^8.59.0 5443 + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 5444 + typescript: '>=4.8.4 <6.1.0' 5445 + 5450 5446 '@typescript-eslint/parser@8.58.2': 5451 5447 resolution: {integrity: sha512-/Zb/xaIDfxeJnvishjGdcR4jmr7S+bda8PKNhRGdljDM+elXhlvN0FyPSsMnLmJUrVG9aPO6dof80wjMawsASg==} 5452 5448 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 5454 5450 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 5455 5451 typescript: '>=4.8.4 <6.1.0' 5456 5452 5453 + '@typescript-eslint/parser@8.59.0': 5454 + resolution: {integrity: sha512-TI1XGwKbDpo9tRW8UDIXCOeLk55qe9ZFGs8MTKU6/M08HWTw52DD/IYhfQtOEhEdPhLMT26Ka/x7p70nd3dzDg==} 5455 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5456 + peerDependencies: 5457 + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 5458 + typescript: '>=4.8.4 <6.1.0' 5459 + 5457 5460 '@typescript-eslint/project-service@8.58.2': 5458 5461 resolution: {integrity: sha512-Cq6UfpZZk15+r87BkIh5rDpi38W4b+Sjnb8wQCPPDDweS/LRCFjCyViEbzHk5Ck3f2QDfgmlxqSa7S7clDtlfg==} 5462 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5463 + peerDependencies: 5464 + typescript: '>=4.8.4 <6.1.0' 5465 + 5466 + '@typescript-eslint/project-service@8.59.0': 5467 + resolution: {integrity: sha512-Lw5ITrR5s5TbC19YSvlr63ZfLaJoU6vtKTHyB0GQOpX0W7d5/Ir6vUahWi/8Sps/nOukZQ0IB3SmlxZnjaKVnw==} 5459 5468 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5460 5469 peerDependencies: 5461 5470 typescript: '>=4.8.4 <6.1.0' ··· 5464 5473 resolution: {integrity: sha512-SgmyvDPexWETQek+qzZnrG6844IaO02UVyOLhI4wpo82dpZJY9+6YZCKAMFzXb7qhx37mFK1QcPQ18tud+vo6Q==} 5465 5474 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5466 5475 5476 + '@typescript-eslint/scope-manager@8.59.0': 5477 + resolution: {integrity: sha512-UzR16Ut8IpA3Mc4DbgAShlPPkVm8xXMWafXxB0BocaVRHs8ZGakAxGRskF7FId3sdk9lgGD73GSFaWmWFDE4dg==} 5478 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5479 + 5467 5480 '@typescript-eslint/tsconfig-utils@8.58.2': 5468 5481 resolution: {integrity: sha512-3SR+RukipDvkkKp/d0jP0dyzuls3DbGmwDpVEc5wqk5f38KFThakqAAO0XMirWAE+kT00oTauTbzMFGPoAzB0A==} 5469 5482 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5470 5483 peerDependencies: 5471 5484 typescript: '>=4.8.4 <6.1.0' 5472 5485 5486 + '@typescript-eslint/tsconfig-utils@8.59.0': 5487 + resolution: {integrity: sha512-91Sbl3s4Kb3SybliIY6muFBmHVv+pYXfybC4Oolp3dvk8BvIE3wOPc+403CWIT7mJNkfQRGtdqghzs2+Z91Tqg==} 5488 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5489 + peerDependencies: 5490 + typescript: '>=4.8.4 <6.1.0' 5491 + 5473 5492 '@typescript-eslint/type-utils@8.58.2': 5474 5493 resolution: {integrity: sha512-Z7EloNR/B389FvabdGeTo2XMs4W9TjtPiO9DAsmT0yom0bwlPyRjkJ1uCdW1DvrrrYP50AJZ9Xc3sByZA9+dcg==} 5475 5494 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 5477 5496 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 5478 5497 typescript: '>=4.8.4 <6.1.0' 5479 5498 5499 + '@typescript-eslint/type-utils@8.59.0': 5500 + resolution: {integrity: sha512-3TRiZaQSltGqGeNrJzzr1+8YcEobKH9rHnqIp/1psfKFmhRQDNMGP5hBufanYTGznwShzVLs3Mz+gDN7HkWfXg==} 5501 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5502 + peerDependencies: 5503 + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 5504 + typescript: '>=4.8.4 <6.1.0' 5505 + 5480 5506 '@typescript-eslint/types@8.58.2': 5481 5507 resolution: {integrity: sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==} 5508 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5509 + 5510 + '@typescript-eslint/types@8.59.0': 5511 + resolution: {integrity: sha512-nLzdsT1gdOgFxxxwrlNVUBzSNBEEHJ86bblmk4QAS6stfig7rcJzWKqCyxFy3YRRHXDWEkb2NralA1nOYkkm/A==} 5482 5512 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5483 5513 5484 5514 '@typescript-eslint/typescript-estree@8.58.2': ··· 5487 5517 peerDependencies: 5488 5518 typescript: '>=4.8.4 <6.1.0' 5489 5519 5520 + '@typescript-eslint/typescript-estree@8.59.0': 5521 + resolution: {integrity: sha512-O9Re9P1BmBLFJyikRbQpLku/QA3/AueZNO9WePLBwQrvkixTmDe8u76B6CYUAITRl/rHawggEqUGn5QIkVRLMw==} 5522 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5523 + peerDependencies: 5524 + typescript: '>=4.8.4 <6.1.0' 5525 + 5490 5526 '@typescript-eslint/utils@8.58.2': 5491 5527 resolution: {integrity: sha512-QZfjHNEzPY8+l0+fIXMvuQ2sJlplB4zgDZvA+NmvZsZv3EQwOcc1DuIU1VJUTWZ/RKouBMhDyNaBMx4sWvrzRA==} 5492 5528 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 5494 5530 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 5495 5531 typescript: '>=4.8.4 <6.1.0' 5496 5532 5533 + '@typescript-eslint/utils@8.59.0': 5534 + resolution: {integrity: sha512-I1R/K7V07XsMJ12Oaxg/O9GfrysGTmCRhvZJBv0RE0NcULMzjqVpR5kRRQjHsz3J/bElU7HwCO7zkqL+MSUz+g==} 5535 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5536 + peerDependencies: 5537 + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 5538 + typescript: '>=4.8.4 <6.1.0' 5539 + 5497 5540 '@typescript-eslint/visitor-keys@8.58.2': 5498 5541 resolution: {integrity: sha512-f1WO2Lx8a9t8DARmcWAUPJbu0G20bJlj8L4z72K00TMeJAoyLr/tHhI/pzYBLrR4dXWkcxO1cWYZEOX8DKHTqA==} 5499 5542 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5500 5543 5544 + '@typescript-eslint/visitor-keys@8.59.0': 5545 + resolution: {integrity: sha512-/uejZt4dSere1bx12WLlPfv8GktzcaDtuJ7s42/HEZ5zGj9oxRaD4bj7qwSunXkf+pbAhFt2zjpHYUiT5lHf0Q==} 5546 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 5547 + 5501 5548 '@ungap/structured-clone@1.3.0': 5502 5549 resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} 5503 5550 ··· 5773 5820 ajv@6.14.0: 5774 5821 resolution: {integrity: sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==} 5775 5822 5823 + ajv@6.15.0: 5824 + resolution: {integrity: sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==} 5825 + 5776 5826 ajv@8.18.0: 5777 5827 resolution: {integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==} 5778 5828 ··· 6004 6054 babel-plugin-react-compiler@1.0.0: 6005 6055 resolution: {integrity: sha512-Ixm8tFfoKKIPYdCCKYTsqv+Fd4IJ0DQqMyEimo+pxUOMUR9cVPlwTrFt9Avu+3cb6Zp3mAzl+t1MrG2fxxKsxw==} 6006 6056 6007 - babel-plugin-react-compiler@19.1.0-rc.1-rc-af1b7da-20250421: 6008 - resolution: {integrity: sha512-E3kaokBhWDLf7ZD8fuYjYn0ZJHYZ+3EHtAWCdX2hl4lpu1z9S/Xr99sxhx2bTCVB41oIesz9FtM8f4INsrZaOw==} 6009 - deprecated: Wrong version name was published 6057 + babel-plugin-react-compiler@19.1.0-rc.3: 6058 + resolution: {integrity: sha512-mjRn69WuTz4adL0bXGx8Rsyk1086zFJeKmes6aK0xPuK3aaXmDJdLHqwKKMrpm6KAI1MCoUK72d2VeqQbu8YIA==} 6010 6059 6011 6060 babel-plugin-react-native-web@0.21.2: 6012 6061 resolution: {integrity: sha512-SPD0J6qjJn8231i0HZhlAGH6NORe+QvRSQM2mwQEzJ2Fb3E4ruWTiiicPlHjmeWShDXLcvoorOCXjeR7k/lyWA==} ··· 6245 6294 6246 6295 caniuse-lite@1.0.30001788: 6247 6296 resolution: {integrity: sha512-6q8HFp+lOQtcf7wBK+uEenxymVWkGKkjFpCvw5W25cmMwEDU45p1xQFBQv8JDlMMry7eNxyBaR+qxgmTUZkIRQ==} 6297 + 6298 + caniuse-lite@1.0.30001790: 6299 + resolution: {integrity: sha512-bOoxfJPyYo+ds6W0YfptaCWbFnJYjh2Y1Eow5lRv+vI2u8ganPZqNm1JwNh0t2ELQCqIWg4B3dWEusgAmsoyOw==} 6248 6300 6249 6301 cbor-extract@2.2.2: 6250 6302 resolution: {integrity: sha512-hlSxxI9XO2yQfe9g6msd3g4xCfDqK5T5P0fRMLuaLHhxn4ViPrm+a+MUfhrvH2W962RGxcBwEGzLQyjbDG1gng==} ··· 7002 7054 end-of-stream@1.4.5: 7003 7055 resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==} 7004 7056 7005 - enhanced-resolve@5.20.1: 7006 - resolution: {integrity: sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==} 7057 + enhanced-resolve@5.21.0: 7058 + resolution: {integrity: sha512-otxSQPw4lkOZWkHpB3zaEQs6gWYEsmX4xQF68ElXC/TWvGxGMSGOvoNbaLXm6/cS/fSfHtsEdw90y20PCd+sCA==} 7007 7059 engines: {node: '>=10.13.0'} 7008 7060 7009 7061 entities@2.2.0: ··· 8753 8805 jsonfile@5.0.0: 8754 8806 resolution: {integrity: sha512-NQRZ5CRo74MhMMC3/3r5g2k4fjodJ/wh8MxjFbCViWKFjxrnudWSY5vomh+23ZaXzAS7J3fBZIR2dV6WbmfM0w==} 8755 8807 8756 - jsonfile@6.2.0: 8757 - resolution: {integrity: sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==} 8808 + jsonfile@6.2.1: 8809 + resolution: {integrity: sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==} 8758 8810 8759 8811 jsonify@0.0.1: 8760 8812 resolution: {integrity: sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==} ··· 8817 8869 resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} 8818 8870 engines: {node: '>= 0.8.0'} 8819 8871 8820 - libphonenumber-js@1.12.41: 8821 - resolution: {integrity: sha512-lsmMmGXBxXIK/VMLEj0kL6MtUs1kBGj1nTCzi6zgQoG1DEwqwt2DQyHxcLykceIxAnfE3hya7NuIh6PpC6S3fA==} 8872 + libphonenumber-js@1.12.42: 8873 + resolution: {integrity: sha512-oKQFPTibqQwZZkChCDVMFVJXMZdyJNqDWZWYNn8BgyAaK/6yFJEowxCY0RVFirRyWP63hMRuKlkSEd9qlvbWXg==} 8822 8874 8823 8875 lighthouse-logger@1.4.2: 8824 8876 resolution: {integrity: sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==} ··· 10299 10351 resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} 10300 10352 hasBin: true 10301 10353 10302 - react-compiler-runtime@19.1.0-rc.1-rc-af1b7da-20250421: 10303 - resolution: {integrity: sha512-Til/juI+Zfq+eYpGYn9lFxqW5RyJDs3ThOxmg0757aMrPpfx/Zb0SnGMVJhF3vw+bEQjJiD+xPFD3+kE0WbyeA==} 10304 - deprecated: Wrong version name was published 10354 + react-compiler-runtime@19.1.0-rc.3: 10355 + resolution: {integrity: sha512-Cssogys2XZu6SqxRdX2xd8cQAf57BBvFbLEBlIa77161lninbKUn/EqbecCe7W3eqDQfg3rIoOwzExzgCh7h/g==} 10305 10356 peerDependencies: 10306 10357 react: ^17.0.0 || ^18.0.0 || ^19.0.0 || ^0.0.0-experimental 10307 10358 ··· 10405 10456 react: '*' 10406 10457 react-native: '*' 10407 10458 10408 - react-native-keyboard-controller@1.21.5: 10409 - resolution: {integrity: sha512-wxR+vpJ+2g6QMQCP1mRQKySDUietf5xLntZ76cUNHOGsjyqk6LtznXwHBG9YsR9E/b2IrHXISylwqPnIit6Y6A==} 10459 + react-native-keyboard-controller@1.21.6: 10460 + resolution: {integrity: sha512-nAXCmar/W8Gn4iQV7O5fAVuTh57JszCsqTS+cfR95WFOLR/AfbwfPz/+sWyz/q2SOIe2VpyQzq6hzYiwErhqqw==} 10410 10461 peerDependencies: 10411 10462 react: '*' 10412 10463 react-native: '*' ··· 10747 10798 resolution: {integrity: sha512-qvfUKCrpPzhWmQ4NxRYnuwhkI5lwmObhBU06BCK/lpj6PID9nL4Hk6XDwek2foKI+TMaV+Yw//XZshGF2Lox/Q==} 10748 10799 engines: {node: '>=18.0'} 10749 10800 10750 - rolldown@1.0.0-rc.15: 10751 - resolution: {integrity: sha512-Ff31guA5zT6WjnGp0SXw76X6hzGRk/OQq2hE+1lcDe+lJdHSgnSX6nK3erbONHyCbpSj9a9E+uX/OvytZoWp2g==} 10801 + rolldown@1.0.0-rc.17: 10802 + resolution: {integrity: sha512-ZrT53oAKrtA4+YtBWPQbtPOxIbVDbxT0orcYERKd63VJTF13zPcgXTvD4843L8pcsI7M6MErt8QtON6lrB9tyA==} 10752 10803 engines: {node: ^20.19.0 || >=22.12.0} 10753 10804 hasBin: true 10754 10805 ··· 10781 10832 rxjs@7.8.2: 10782 10833 resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==} 10783 10834 10784 - safe-array-concat@1.1.3: 10785 - resolution: {integrity: sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==} 10835 + safe-array-concat@1.1.4: 10836 + resolution: {integrity: sha512-wtZlHyOje6OZTGqAoaDKxFkgRtkF9CnHAVnCHKfuj200wAgL+bSJhdsCD2l0Qx/2ekEXjPWcyKkfGb5CPboslg==} 10786 10837 engines: {node: '>=0.4'} 10787 10838 10788 10839 safe-buffer@5.1.2: ··· 11309 11360 engines: {node: '>=14.0.0'} 11310 11361 hasBin: true 11311 11362 11312 - tapable@2.3.2: 11313 - resolution: {integrity: sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==} 11363 + tapable@2.3.3: 11364 + resolution: {integrity: sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==} 11314 11365 engines: {node: '>=6'} 11315 11366 11316 11367 tar-fs@2.1.4: ··· 11331 11382 resolution: {integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==} 11332 11383 engines: {node: '>=8'} 11333 11384 11334 - terser-webpack-plugin@5.4.0: 11335 - resolution: {integrity: sha512-Bn5vxm48flOIfkdl5CaD2+1CiUVbonWQ3KQPyP7/EuIl9Gbzq/gQFOzaMFUEgVjB1396tcK0SG8XcNJ/2kDH8g==} 11385 + terser-webpack-plugin@5.5.0: 11386 + resolution: {integrity: sha512-UYhptBwhWvfIjKd/UuFo6D8uq9xpGLDK+z8EDsj/zWhrTaH34cKEbrkMKfV5YWqGBvAYA3tlzZbs2R+qYrbQJA==} 11336 11387 engines: {node: '>= 10.13.0'} 11337 11388 peerDependencies: 11338 11389 '@swc/core': '*' ··· 11349 11400 11350 11401 terser@5.46.1: 11351 11402 resolution: {integrity: sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ==} 11403 + engines: {node: '>=10'} 11404 + hasBin: true 11405 + 11406 + terser@5.46.2: 11407 + resolution: {integrity: sha512-uxfo9fPcSgLDYob/w1FuL0c99MWiJDnv+5qXSQc5+Ki5NjVNsYi66INnMFBjf6uFz6OnX12piJQPF4IpjJTNTw==} 11352 11408 engines: {node: '>=10'} 11353 11409 hasBin: true 11354 11410 ··· 11541 11597 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 11542 11598 typescript: '>=4.8.4 <6.1.0' 11543 11599 11600 + typescript-eslint@8.59.0: 11601 + resolution: {integrity: sha512-BU3ONW9X+v90EcCH9ZS6LMackcVtxRLlI3XrYyqZIwVSHIk7Qf7bFw1z0M9Q0IUxhTMZCf8piY9hTYaNEIASrw==} 11602 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 11603 + peerDependencies: 11604 + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 11605 + typescript: '>=4.8.4 <6.1.0' 11606 + 11544 11607 typescript@5.9.3: 11545 11608 resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} 11546 11609 engines: {node: '>=14.17'} ··· 11819 11882 yaml: 11820 11883 optional: true 11821 11884 11822 - vite@8.0.8: 11823 - resolution: {integrity: sha512-dbU7/iLVa8KZALJyLOBOQ88nOXtNG8vxKuOT4I2mD+Ya70KPceF4IAmDsmU0h1Qsn5bPrvsY9HJstCRh3hG6Uw==} 11885 + vite@8.0.10: 11886 + resolution: {integrity: sha512-rZuUu9j6J5uotLDs+cAA4O5H4K1SfPliUlQwqa6YEwSrWDZzP4rhm00oJR5snMewjxF5V/K3D4kctsUTsIU9Mw==} 11824 11887 engines: {node: ^20.19.0 || >=22.12.0} 11825 11888 hasBin: true 11826 11889 peerDependencies: ··· 11933 11996 resolution: {integrity: sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==} 11934 11997 engines: {node: '>=10.13.0'} 11935 11998 11936 - webpack-sources@3.3.4: 11937 - resolution: {integrity: sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==} 11999 + webpack-sources@3.4.0: 12000 + resolution: {integrity: sha512-gHwIe1cgBvvfLeu1Yz/dcFpmHfKDVxxyqI+kzqmuxZED81z2ChxpyqPaWcNqigPywhaEke7AjSGga+kxY55gjQ==} 11938 12001 engines: {node: '>=10.13.0'} 11939 12002 11940 12003 webpack-virtual-modules@0.5.0: ··· 12291 12354 tlds: 1.261.0 12292 12355 zod: 3.25.76 12293 12356 12294 - '@atproto/api@0.19.9': 12357 + '@atproto/api@0.19.11': 12295 12358 dependencies: 12296 12359 '@atproto/common-web': 0.4.21 12297 12360 '@atproto/lexicon': 0.6.2 ··· 12323 12386 dependencies: 12324 12387 '@atproto-labs/fetch-node': 0.2.0 12325 12388 '@atproto-labs/xrpc-utils': 0.0.24 12326 - '@atproto/api': 0.19.9 12389 + '@atproto/api': 0.19.11 12327 12390 '@atproto/common': 0.5.16 12328 12391 '@atproto/crypto': 0.4.5 12329 12392 '@atproto/did': 0.3.0 ··· 12448 12511 12449 12512 '@atproto/dev-env@0.3.215': 12450 12513 dependencies: 12451 - '@atproto/api': 0.19.9 12514 + '@atproto/api': 0.19.11 12452 12515 '@atproto/bsky': 0.0.221 12453 12516 '@atproto/bsync': 0.0.25 12454 12517 '@atproto/common-web': 0.4.21 ··· 12701 12764 12702 12765 '@atproto/ozone@0.1.171': 12703 12766 dependencies: 12704 - '@atproto/api': 0.19.9 12767 + '@atproto/api': 0.19.11 12705 12768 '@atproto/common': 0.5.16 12706 12769 '@atproto/crypto': 0.4.5 12707 12770 '@atproto/identity': 0.4.12 ··· 13842 13905 '@babel/core': 7.25.2 13843 13906 '@babel/helper-plugin-utils': 7.28.6 13844 13907 13845 - '@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0)': 13846 - dependencies: 13847 - '@babel/core': 7.29.0 13848 - '@babel/helper-plugin-utils': 7.28.6 13849 - 13850 13908 '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.25.2)': 13851 13909 dependencies: 13852 13910 '@babel/core': 7.25.2 ··· 14454 14512 transitivePeerDependencies: 14455 14513 - supports-color 14456 14514 14457 - '@babel/plugin-transform-react-jsx-development@7.27.1(@babel/core@7.29.0)': 14458 - dependencies: 14459 - '@babel/core': 7.29.0 14460 - '@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0) 14461 - transitivePeerDependencies: 14462 - - supports-color 14463 - 14464 14515 '@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.25.2)': 14465 14516 dependencies: 14466 14517 '@babel/core': 7.25.2 ··· 14482 14533 transitivePeerDependencies: 14483 14534 - supports-color 14484 14535 14485 - '@babel/plugin-transform-react-jsx@7.28.6(@babel/core@7.29.0)': 14486 - dependencies: 14487 - '@babel/core': 7.29.0 14488 - '@babel/helper-annotate-as-pure': 7.27.3 14489 - '@babel/helper-module-imports': 7.28.6 14490 - '@babel/helper-plugin-utils': 7.28.6 14491 - '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) 14492 - '@babel/types': 7.29.0 14493 - transitivePeerDependencies: 14494 - - supports-color 14495 - 14496 14536 '@babel/plugin-transform-react-pure-annotations@7.27.1(@babel/core@7.25.2)': 14497 14537 dependencies: 14498 14538 '@babel/core': 7.25.2 ··· 14975 15015 dependencies: 14976 15016 '@bufbuild/protobuf': 1.10.1 14977 15017 14978 - '@crowdin/cli@4.14.1': 15018 + '@crowdin/cli@4.14.2': 14979 15019 dependencies: 14980 15020 command-exists-promise: 2.0.2 14981 15021 node-fetch: 2.7.0 ··· 15059 15099 tslib: 2.8.1 15060 15100 optional: true 15061 15101 15062 - '@emnapi/core@1.9.2': 15063 - dependencies: 15064 - '@emnapi/wasi-threads': 1.2.1 15065 - tslib: 2.8.1 15066 - optional: true 15067 - 15068 15102 '@emnapi/runtime@1.10.0': 15069 - dependencies: 15070 - tslib: 2.8.1 15071 - optional: true 15072 - 15073 - '@emnapi/runtime@1.9.2': 15074 15103 dependencies: 15075 15104 tslib: 2.8.1 15076 15105 optional: true ··· 15602 15631 react: 19.1.0 15603 15632 react-native: 0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0) 15604 15633 15605 - '@expo/webpack-config@19.0.1(@rspack/core@2.0.0-rc.3)(@swc/core@1.15.30)(esbuild@0.27.7)(expo@54.0.33(@babel/core@7.25.2)(react-native-webview@13.16.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))': 15634 + '@expo/webpack-config@19.0.1(@rspack/core@2.0.0)(@swc/core@1.15.30)(esbuild@0.27.7)(expo@54.0.33(@babel/core@7.25.2)(react-native-webview@13.16.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))': 15606 15635 dependencies: 15607 15636 '@babel/core': 7.25.2 15608 15637 babel-loader: 8.4.1(@babel/core@7.25.2)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 15609 15638 chalk: 4.1.2 15610 15639 clean-webpack-plugin: 4.0.0(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 15611 15640 copy-webpack-plugin: 10.2.4(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 15612 - css-loader: 6.11.0(@rspack/core@2.0.0-rc.3)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 15641 + css-loader: 6.11.0(@rspack/core@2.0.0)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 15613 15642 css-minimizer-webpack-plugin: 3.4.1(esbuild@0.27.7)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 15614 15643 expo: 54.0.33(@babel/core@7.25.2)(react-native-webview@13.16.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0) 15615 15644 expo-pwa: 0.0.127(expo@54.0.33(@babel/core@7.25.2)(react-native-webview@13.16.1(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0)) ··· 15617 15646 find-yarn-workspace-root: 2.0.0 15618 15647 fs-extra: 11.3.4 15619 15648 getenv: 1.0.0 15620 - html-webpack-plugin: 5.6.7(@rspack/core@2.0.0-rc.3)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 15649 + html-webpack-plugin: 5.6.7(@rspack/core@2.0.0)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 15621 15650 is-wsl: 2.2.0 15622 15651 mini-css-extract-plugin: 2.10.2(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 15623 15652 node-html-parser: 5.4.2 15624 15653 semver: 7.5.4 15625 15654 source-map-loader: 3.0.2(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 15626 15655 style-loader: 3.3.4(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 15627 - terser-webpack-plugin: 5.4.0(@swc/core@1.15.30)(esbuild@0.27.7)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 15656 + terser-webpack-plugin: 5.5.0(@swc/core@1.15.30)(esbuild@0.27.7)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 15628 15657 webpack: 5.106.2(@swc/core@1.15.30)(esbuild@0.27.7) 15629 15658 webpack-dev-server: 4.15.2(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 15630 15659 webpack-manifest-plugin: 4.1.1(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) ··· 16233 16262 optionalDependencies: 16234 16263 '@lingui/babel-plugin-lingui-macro': 5.9.5(typescript@6.0.3) 16235 16264 16236 - '@lingui/vite-plugin@5.9.5(typescript@6.0.3)(vite@8.0.8(@types/node@20.19.39)(esbuild@0.27.7)(jiti@2.6.1)(terser@5.46.1)(yaml@2.8.3))': 16265 + '@lingui/vite-plugin@5.9.5(typescript@6.0.3)(vite@8.0.10(@types/node@20.19.39)(esbuild@0.27.7)(jiti@2.6.1)(terser@5.46.2)(yaml@2.8.3))': 16237 16266 dependencies: 16238 16267 '@lingui/cli': 5.9.5(typescript@6.0.3) 16239 16268 '@lingui/conf': 5.9.5(typescript@6.0.3) 16240 - vite: 8.0.8(@types/node@20.19.39)(esbuild@0.27.7)(jiti@2.6.1)(terser@5.46.1)(yaml@2.8.3) 16269 + vite: 8.0.10(@types/node@20.19.39)(esbuild@0.27.7)(jiti@2.6.1)(terser@5.46.2)(yaml@2.8.3) 16241 16270 transitivePeerDependencies: 16242 16271 - babel-plugin-macros 16243 16272 - supports-color ··· 16284 16313 '@tybys/wasm-util': 0.10.1 16285 16314 optional: true 16286 16315 16287 - '@napi-rs/wasm-runtime@1.1.3(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)': 16316 + '@napi-rs/wasm-runtime@1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)': 16288 16317 dependencies: 16289 - '@emnapi/core': 1.9.2 16290 - '@emnapi/runtime': 1.9.2 16291 - '@tybys/wasm-util': 0.10.1 16292 - optional: true 16293 - 16294 - '@napi-rs/wasm-runtime@1.1.4(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)': 16295 - dependencies: 16296 - '@emnapi/core': 1.9.2 16297 - '@emnapi/runtime': 1.9.2 16318 + '@emnapi/core': 1.10.0 16319 + '@emnapi/runtime': 1.10.0 16298 16320 '@tybys/wasm-util': 0.10.1 16299 16321 optional: true 16300 16322 ··· 16320 16342 16321 16343 '@opentelemetry/api@1.9.1': {} 16322 16344 16323 - '@oxc-project/types@0.124.0': {} 16345 + '@oxc-project/types@0.127.0': {} 16324 16346 16325 16347 '@package-json/types@0.0.12': {} 16326 16348 ··· 16348 16370 16349 16371 '@popperjs/core@2.11.8': {} 16350 16372 16351 - '@preact/preset-vite@2.10.5(@babel/core@7.29.0)(preact@10.29.1)(rollup@4.60.2)(vite@7.3.2(@types/node@20.19.39)(jiti@1.21.7)(lightningcss@1.32.0)(terser@5.46.1)(yaml@2.8.3))': 16373 + '@preact/preset-vite@2.10.5(@babel/core@7.25.2)(preact@10.29.1)(rollup@4.60.2)(vite@7.3.2(@types/node@20.19.39)(jiti@1.21.7)(lightningcss@1.32.0)(terser@5.46.1)(yaml@2.8.3))': 16352 16374 dependencies: 16353 - '@babel/core': 7.29.0 16354 - '@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.29.0) 16355 - '@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.29.0) 16375 + '@babel/core': 7.25.2 16376 + '@babel/plugin-transform-react-jsx': 7.28.6(@babel/core@7.25.2) 16377 + '@babel/plugin-transform-react-jsx-development': 7.27.1(@babel/core@7.25.2) 16356 16378 '@prefresh/vite': 2.4.12(preact@10.29.1)(vite@7.3.2(@types/node@20.19.39)(jiti@1.21.7)(lightningcss@1.32.0)(terser@5.46.1)(yaml@2.8.3)) 16357 16379 '@rollup/pluginutils': 5.3.0(rollup@4.60.2) 16358 - babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.29.0) 16380 + babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.25.2) 16359 16381 debug: 4.4.3 16360 16382 magic-string: 0.30.21 16361 16383 picocolors: 1.1.1 ··· 17399 17421 '@resvg/resvg-js-win32-ia32-msvc': 2.6.2 17400 17422 '@resvg/resvg-js-win32-x64-msvc': 2.6.2 17401 17423 17402 - '@rolldown/binding-android-arm64@1.0.0-rc.15': 17424 + '@rolldown/binding-android-arm64@1.0.0-rc.17': 17403 17425 optional: true 17404 17426 17405 - '@rolldown/binding-darwin-arm64@1.0.0-rc.15': 17427 + '@rolldown/binding-darwin-arm64@1.0.0-rc.17': 17406 17428 optional: true 17407 17429 17408 - '@rolldown/binding-darwin-x64@1.0.0-rc.15': 17430 + '@rolldown/binding-darwin-x64@1.0.0-rc.17': 17409 17431 optional: true 17410 17432 17411 - '@rolldown/binding-freebsd-x64@1.0.0-rc.15': 17433 + '@rolldown/binding-freebsd-x64@1.0.0-rc.17': 17412 17434 optional: true 17413 17435 17414 - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.15': 17436 + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.17': 17415 17437 optional: true 17416 17438 17417 - '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.15': 17439 + '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.17': 17418 17440 optional: true 17419 17441 17420 - '@rolldown/binding-linux-arm64-musl@1.0.0-rc.15': 17442 + '@rolldown/binding-linux-arm64-musl@1.0.0-rc.17': 17421 17443 optional: true 17422 17444 17423 - '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.15': 17445 + '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.17': 17424 17446 optional: true 17425 17447 17426 - '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.15': 17448 + '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.17': 17427 17449 optional: true 17428 17450 17429 - '@rolldown/binding-linux-x64-gnu@1.0.0-rc.15': 17451 + '@rolldown/binding-linux-x64-gnu@1.0.0-rc.17': 17430 17452 optional: true 17431 17453 17432 - '@rolldown/binding-linux-x64-musl@1.0.0-rc.15': 17454 + '@rolldown/binding-linux-x64-musl@1.0.0-rc.17': 17433 17455 optional: true 17434 17456 17435 - '@rolldown/binding-openharmony-arm64@1.0.0-rc.15': 17457 + '@rolldown/binding-openharmony-arm64@1.0.0-rc.17': 17436 17458 optional: true 17437 17459 17438 - '@rolldown/binding-wasm32-wasi@1.0.0-rc.15': 17460 + '@rolldown/binding-wasm32-wasi@1.0.0-rc.17': 17439 17461 dependencies: 17440 - '@emnapi/core': 1.9.2 17441 - '@emnapi/runtime': 1.9.2 17442 - '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) 17462 + '@emnapi/core': 1.10.0 17463 + '@emnapi/runtime': 1.10.0 17464 + '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) 17443 17465 optional: true 17444 17466 17445 - '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.15': 17467 + '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.17': 17446 17468 optional: true 17447 17469 17448 - '@rolldown/binding-win32-x64-msvc@1.0.0-rc.15': 17470 + '@rolldown/binding-win32-x64-msvc@1.0.0-rc.17': 17449 17471 optional: true 17450 17472 17451 - '@rolldown/pluginutils@1.0.0-rc.15': {} 17473 + '@rolldown/pluginutils@1.0.0-rc.17': {} 17452 17474 17453 17475 '@rolldown/pluginutils@1.0.0-rc.7': {} 17454 17476 ··· 17540 17562 '@rollup/rollup-win32-x64-msvc@4.60.2': 17541 17563 optional: true 17542 17564 17543 - '@rspack/binding-darwin-arm64@2.0.0-rc.3': 17565 + '@rspack/binding-darwin-arm64@2.0.0': 17544 17566 optional: true 17545 17567 17546 - '@rspack/binding-darwin-x64@2.0.0-rc.3': 17568 + '@rspack/binding-darwin-x64@2.0.0': 17547 17569 optional: true 17548 17570 17549 - '@rspack/binding-linux-arm64-gnu@2.0.0-rc.3': 17571 + '@rspack/binding-linux-arm64-gnu@2.0.0': 17550 17572 optional: true 17551 17573 17552 - '@rspack/binding-linux-arm64-musl@2.0.0-rc.3': 17574 + '@rspack/binding-linux-arm64-musl@2.0.0': 17553 17575 optional: true 17554 17576 17555 - '@rspack/binding-linux-x64-gnu@2.0.0-rc.3': 17577 + '@rspack/binding-linux-x64-gnu@2.0.0': 17556 17578 optional: true 17557 17579 17558 - '@rspack/binding-linux-x64-musl@2.0.0-rc.3': 17580 + '@rspack/binding-linux-x64-musl@2.0.0': 17559 17581 optional: true 17560 17582 17561 - '@rspack/binding-wasm32-wasi@2.0.0-rc.3': 17583 + '@rspack/binding-wasm32-wasi@2.0.0': 17562 17584 dependencies: 17563 - '@emnapi/core': 1.9.2 17564 - '@emnapi/runtime': 1.9.2 17565 - '@napi-rs/wasm-runtime': 1.1.3(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) 17585 + '@emnapi/core': 1.10.0 17586 + '@emnapi/runtime': 1.10.0 17587 + '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0) 17566 17588 optional: true 17567 17589 17568 - '@rspack/binding-win32-arm64-msvc@2.0.0-rc.3': 17590 + '@rspack/binding-win32-arm64-msvc@2.0.0': 17569 17591 optional: true 17570 17592 17571 - '@rspack/binding-win32-ia32-msvc@2.0.0-rc.3': 17593 + '@rspack/binding-win32-ia32-msvc@2.0.0': 17572 17594 optional: true 17573 17595 17574 - '@rspack/binding-win32-x64-msvc@2.0.0-rc.3': 17596 + '@rspack/binding-win32-x64-msvc@2.0.0': 17575 17597 optional: true 17576 17598 17577 - '@rspack/binding@2.0.0-rc.3': 17599 + '@rspack/binding@2.0.0': 17578 17600 optionalDependencies: 17579 - '@rspack/binding-darwin-arm64': 2.0.0-rc.3 17580 - '@rspack/binding-darwin-x64': 2.0.0-rc.3 17581 - '@rspack/binding-linux-arm64-gnu': 2.0.0-rc.3 17582 - '@rspack/binding-linux-arm64-musl': 2.0.0-rc.3 17583 - '@rspack/binding-linux-x64-gnu': 2.0.0-rc.3 17584 - '@rspack/binding-linux-x64-musl': 2.0.0-rc.3 17585 - '@rspack/binding-wasm32-wasi': 2.0.0-rc.3 17586 - '@rspack/binding-win32-arm64-msvc': 2.0.0-rc.3 17587 - '@rspack/binding-win32-ia32-msvc': 2.0.0-rc.3 17588 - '@rspack/binding-win32-x64-msvc': 2.0.0-rc.3 17601 + '@rspack/binding-darwin-arm64': 2.0.0 17602 + '@rspack/binding-darwin-x64': 2.0.0 17603 + '@rspack/binding-linux-arm64-gnu': 2.0.0 17604 + '@rspack/binding-linux-arm64-musl': 2.0.0 17605 + '@rspack/binding-linux-x64-gnu': 2.0.0 17606 + '@rspack/binding-linux-x64-musl': 2.0.0 17607 + '@rspack/binding-wasm32-wasi': 2.0.0 17608 + '@rspack/binding-win32-arm64-msvc': 2.0.0 17609 + '@rspack/binding-win32-ia32-msvc': 2.0.0 17610 + '@rspack/binding-win32-x64-msvc': 2.0.0 17589 17611 17590 - '@rspack/cli@2.0.0-rc.3(@rspack/core@2.0.0-rc.3)(@rspack/dev-server@2.0.0(@rspack/core@2.0.0-rc.3))': 17612 + '@rspack/cli@2.0.0(@rspack/core@2.0.0)(@rspack/dev-server@2.0.0(@rspack/core@2.0.0))': 17591 17613 dependencies: 17592 - '@rspack/core': 2.0.0-rc.3 17614 + '@rspack/core': 2.0.0 17593 17615 optionalDependencies: 17594 - '@rspack/dev-server': 2.0.0(@rspack/core@2.0.0-rc.3) 17616 + '@rspack/dev-server': 2.0.0(@rspack/core@2.0.0) 17595 17617 17596 - '@rspack/core@2.0.0-rc.3': 17618 + '@rspack/core@2.0.0': 17597 17619 dependencies: 17598 - '@rspack/binding': 2.0.0-rc.3 17620 + '@rspack/binding': 2.0.0 17599 17621 17600 - '@rspack/dev-middleware@2.0.1(@rspack/core@2.0.0-rc.3)': 17622 + '@rspack/dev-middleware@2.0.1(@rspack/core@2.0.0)': 17601 17623 optionalDependencies: 17602 - '@rspack/core': 2.0.0-rc.3 17624 + '@rspack/core': 2.0.0 17603 17625 17604 - '@rspack/dev-server@2.0.0(@rspack/core@2.0.0-rc.3)': 17626 + '@rspack/dev-server@2.0.0(@rspack/core@2.0.0)': 17605 17627 dependencies: 17606 - '@rspack/core': 2.0.0-rc.3 17607 - '@rspack/dev-middleware': 2.0.1(@rspack/core@2.0.0-rc.3) 17628 + '@rspack/core': 2.0.0 17629 + '@rspack/dev-middleware': 2.0.1(@rspack/core@2.0.0) 17608 17630 17609 17631 '@rspack/lite-tapable@1.1.0': {} 17610 17632 ··· 18241 18263 dependencies: 18242 18264 '@swc/counter': 0.1.3 18243 18265 18244 - '@tanstack/query-async-storage-persister@5.99.2': 18266 + '@tanstack/query-async-storage-persister@5.100.1': 18245 18267 dependencies: 18246 - '@tanstack/query-core': 5.99.2 18247 - '@tanstack/query-persist-client-core': 5.99.2 18268 + '@tanstack/query-core': 5.100.1 18269 + '@tanstack/query-persist-client-core': 5.100.1 18248 18270 18249 - '@tanstack/query-core@5.99.2': {} 18271 + '@tanstack/query-core@5.100.1': {} 18250 18272 18251 - '@tanstack/query-persist-client-core@5.99.2': 18273 + '@tanstack/query-persist-client-core@5.100.1': 18252 18274 dependencies: 18253 - '@tanstack/query-core': 5.99.2 18275 + '@tanstack/query-core': 5.100.1 18254 18276 18255 - '@tanstack/react-query-persist-client@5.99.2(@tanstack/react-query@5.99.2(react@19.1.0))(react@19.1.0)': 18277 + '@tanstack/react-query-persist-client@5.100.1(@tanstack/react-query@5.100.1(react@19.1.0))(react@19.1.0)': 18256 18278 dependencies: 18257 - '@tanstack/query-persist-client-core': 5.99.2 18258 - '@tanstack/react-query': 5.99.2(react@19.1.0) 18279 + '@tanstack/query-persist-client-core': 5.100.1 18280 + '@tanstack/react-query': 5.100.1(react@19.1.0) 18259 18281 react: 19.1.0 18260 18282 18261 - '@tanstack/react-query@5.99.2(react@19.1.0)': 18283 + '@tanstack/react-query@5.100.1(react@19.1.0)': 18262 18284 dependencies: 18263 - '@tanstack/query-core': 5.99.2 18285 + '@tanstack/query-core': 5.100.1 18264 18286 react: 19.1.0 18265 18287 18266 18288 '@testing-library/react-native@13.3.3(jest@29.7.0(@types/node@20.19.39)(ts-node@10.9.2(@swc/core@1.15.30)(@types/node@20.19.39)(typescript@6.0.3)))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react-test-renderer@19.1.0(react@19.1.0))(react@19.1.0)': ··· 18655 18677 transitivePeerDependencies: 18656 18678 - supports-color 18657 18679 18658 - '@typescript-eslint/eslint-plugin@8.58.2(@typescript-eslint/parser@8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3)': 18680 + '@typescript-eslint/eslint-plugin@8.59.0(@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3)': 18659 18681 dependencies: 18660 18682 '@eslint-community/regexpp': 4.12.2 18661 - '@typescript-eslint/parser': 8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 18662 - '@typescript-eslint/scope-manager': 8.58.2 18663 - '@typescript-eslint/type-utils': 8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 18664 - '@typescript-eslint/utils': 8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 18665 - '@typescript-eslint/visitor-keys': 8.58.2 18683 + '@typescript-eslint/parser': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 18684 + '@typescript-eslint/scope-manager': 8.59.0 18685 + '@typescript-eslint/type-utils': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 18686 + '@typescript-eslint/utils': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 18687 + '@typescript-eslint/visitor-keys': 8.59.0 18666 18688 eslint: 9.39.4(jiti@2.6.1) 18667 18689 ignore: 7.0.5 18668 18690 natural-compare: 1.4.0 ··· 18683 18705 transitivePeerDependencies: 18684 18706 - supports-color 18685 18707 18686 - '@typescript-eslint/parser@8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3)': 18708 + '@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3)': 18687 18709 dependencies: 18688 - '@typescript-eslint/scope-manager': 8.58.2 18689 - '@typescript-eslint/types': 8.58.2 18690 - '@typescript-eslint/typescript-estree': 8.58.2(typescript@6.0.3) 18691 - '@typescript-eslint/visitor-keys': 8.58.2 18710 + '@typescript-eslint/scope-manager': 8.59.0 18711 + '@typescript-eslint/types': 8.59.0 18712 + '@typescript-eslint/typescript-estree': 8.59.0(typescript@6.0.3) 18713 + '@typescript-eslint/visitor-keys': 8.59.0 18692 18714 debug: 4.4.3 18693 18715 eslint: 9.39.4(jiti@2.6.1) 18694 18716 typescript: 6.0.3 ··· 18704 18726 transitivePeerDependencies: 18705 18727 - supports-color 18706 18728 18707 - '@typescript-eslint/project-service@8.58.2(typescript@6.0.3)': 18729 + '@typescript-eslint/project-service@8.59.0(typescript@6.0.3)': 18708 18730 dependencies: 18709 - '@typescript-eslint/tsconfig-utils': 8.58.2(typescript@6.0.3) 18710 - '@typescript-eslint/types': 8.58.2 18731 + '@typescript-eslint/tsconfig-utils': 8.59.0(typescript@6.0.3) 18732 + '@typescript-eslint/types': 8.59.0 18711 18733 debug: 4.4.3 18712 18734 typescript: 6.0.3 18713 18735 transitivePeerDependencies: ··· 18718 18740 '@typescript-eslint/types': 8.58.2 18719 18741 '@typescript-eslint/visitor-keys': 8.58.2 18720 18742 18743 + '@typescript-eslint/scope-manager@8.59.0': 18744 + dependencies: 18745 + '@typescript-eslint/types': 8.59.0 18746 + '@typescript-eslint/visitor-keys': 8.59.0 18747 + 18721 18748 '@typescript-eslint/tsconfig-utils@8.58.2(typescript@5.9.3)': 18722 18749 dependencies: 18723 18750 typescript: 5.9.3 18724 18751 18725 - '@typescript-eslint/tsconfig-utils@8.58.2(typescript@6.0.3)': 18752 + '@typescript-eslint/tsconfig-utils@8.59.0(typescript@6.0.3)': 18726 18753 dependencies: 18727 18754 typescript: 6.0.3 18728 18755 ··· 18738 18765 transitivePeerDependencies: 18739 18766 - supports-color 18740 18767 18741 - '@typescript-eslint/type-utils@8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3)': 18768 + '@typescript-eslint/type-utils@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3)': 18742 18769 dependencies: 18743 - '@typescript-eslint/types': 8.58.2 18744 - '@typescript-eslint/typescript-estree': 8.58.2(typescript@6.0.3) 18745 - '@typescript-eslint/utils': 8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 18770 + '@typescript-eslint/types': 8.59.0 18771 + '@typescript-eslint/typescript-estree': 8.59.0(typescript@6.0.3) 18772 + '@typescript-eslint/utils': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 18746 18773 debug: 4.4.3 18747 18774 eslint: 9.39.4(jiti@2.6.1) 18748 18775 ts-api-utils: 2.5.0(typescript@6.0.3) ··· 18751 18778 - supports-color 18752 18779 18753 18780 '@typescript-eslint/types@8.58.2': {} 18781 + 18782 + '@typescript-eslint/types@8.59.0': {} 18754 18783 18755 18784 '@typescript-eslint/typescript-estree@8.58.2(typescript@5.9.3)': 18756 18785 dependencies: ··· 18767 18796 transitivePeerDependencies: 18768 18797 - supports-color 18769 18798 18770 - '@typescript-eslint/typescript-estree@8.58.2(typescript@6.0.3)': 18799 + '@typescript-eslint/typescript-estree@8.59.0(typescript@6.0.3)': 18771 18800 dependencies: 18772 - '@typescript-eslint/project-service': 8.58.2(typescript@6.0.3) 18773 - '@typescript-eslint/tsconfig-utils': 8.58.2(typescript@6.0.3) 18774 - '@typescript-eslint/types': 8.58.2 18775 - '@typescript-eslint/visitor-keys': 8.58.2 18801 + '@typescript-eslint/project-service': 8.59.0(typescript@6.0.3) 18802 + '@typescript-eslint/tsconfig-utils': 8.59.0(typescript@6.0.3) 18803 + '@typescript-eslint/types': 8.59.0 18804 + '@typescript-eslint/visitor-keys': 8.59.0 18776 18805 debug: 4.4.3 18777 18806 minimatch: 10.2.5 18778 18807 semver: 7.7.4 ··· 18793 18822 transitivePeerDependencies: 18794 18823 - supports-color 18795 18824 18796 - '@typescript-eslint/utils@8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3)': 18825 + '@typescript-eslint/utils@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3)': 18797 18826 dependencies: 18798 18827 '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)) 18799 - '@typescript-eslint/scope-manager': 8.58.2 18800 - '@typescript-eslint/types': 8.58.2 18801 - '@typescript-eslint/typescript-estree': 8.58.2(typescript@6.0.3) 18828 + '@typescript-eslint/scope-manager': 8.59.0 18829 + '@typescript-eslint/types': 8.59.0 18830 + '@typescript-eslint/typescript-estree': 8.59.0(typescript@6.0.3) 18802 18831 eslint: 9.39.4(jiti@2.6.1) 18803 18832 typescript: 6.0.3 18804 18833 transitivePeerDependencies: ··· 18807 18836 '@typescript-eslint/visitor-keys@8.58.2': 18808 18837 dependencies: 18809 18838 '@typescript-eslint/types': 8.58.2 18839 + eslint-visitor-keys: 5.0.1 18840 + 18841 + '@typescript-eslint/visitor-keys@8.59.0': 18842 + dependencies: 18843 + '@typescript-eslint/types': 8.59.0 18810 18844 eslint-visitor-keys: 5.0.1 18811 18845 18812 18846 '@ungap/structured-clone@1.3.0': {} ··· 18906 18940 transitivePeerDependencies: 18907 18941 - supports-color 18908 18942 18909 - '@vitejs/plugin-react@6.0.1(babel-plugin-react-compiler@19.1.0-rc.1-rc-af1b7da-20250421)(vite@8.0.8(@types/node@20.19.39)(esbuild@0.27.7)(jiti@2.6.1)(terser@5.46.1)(yaml@2.8.3))': 18943 + '@vitejs/plugin-react@6.0.1(babel-plugin-react-compiler@19.1.0-rc.3)(vite@8.0.10(@types/node@20.19.39)(esbuild@0.27.7)(jiti@2.6.1)(terser@5.46.2)(yaml@2.8.3))': 18910 18944 dependencies: 18911 18945 '@rolldown/pluginutils': 1.0.0-rc.7 18912 - vite: 8.0.8(@types/node@20.19.39)(esbuild@0.27.7)(jiti@2.6.1)(terser@5.46.1)(yaml@2.8.3) 18946 + vite: 8.0.10(@types/node@20.19.39)(esbuild@0.27.7)(jiti@2.6.1)(terser@5.46.2)(yaml@2.8.3) 18913 18947 optionalDependencies: 18914 - babel-plugin-react-compiler: 19.1.0-rc.1-rc-af1b7da-20250421 18948 + babel-plugin-react-compiler: 19.1.0-rc.3 18915 18949 18916 18950 '@webassemblyjs/ast@1.14.1': 18917 18951 dependencies: ··· 19050 19084 optionalDependencies: 19051 19085 ajv: 8.18.0 19052 19086 19053 - ajv-keywords@3.5.2(ajv@6.14.0): 19087 + ajv-keywords@3.5.2(ajv@6.15.0): 19054 19088 dependencies: 19055 - ajv: 6.14.0 19089 + ajv: 6.15.0 19056 19090 19057 19091 ajv-keywords@5.1.0(ajv@8.18.0): 19058 19092 dependencies: ··· 19060 19094 fast-deep-equal: 3.1.3 19061 19095 19062 19096 ajv@6.14.0: 19097 + dependencies: 19098 + fast-deep-equal: 3.1.3 19099 + fast-json-stable-stringify: 2.1.0 19100 + json-schema-traverse: 0.4.1 19101 + uri-js: 4.4.1 19102 + 19103 + ajv@6.15.0: 19063 19104 dependencies: 19064 19105 fast-deep-equal: 3.1.3 19065 19106 fast-json-stable-stringify: 2.1.0 ··· 19264 19305 transitivePeerDependencies: 19265 19306 - supports-color 19266 19307 19267 - babel-loader@10.1.1(@babel/core@7.25.2)(@rspack/core@2.0.0-rc.3)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)): 19308 + babel-loader@10.1.1(@babel/core@7.25.2)(@rspack/core@2.0.0)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)): 19268 19309 dependencies: 19269 19310 '@babel/core': 7.25.2 19270 19311 find-up: 5.0.0 19271 19312 optionalDependencies: 19272 - '@rspack/core': 2.0.0-rc.3 19313 + '@rspack/core': 2.0.0 19273 19314 webpack: 5.106.2(@swc/core@1.15.30)(esbuild@0.27.7) 19274 19315 19275 19316 babel-loader@8.4.1(@babel/core@7.25.2)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)): ··· 19374 19415 dependencies: 19375 19416 '@babel/types': 7.29.0 19376 19417 19377 - babel-plugin-react-compiler@19.1.0-rc.1-rc-af1b7da-20250421: 19418 + babel-plugin-react-compiler@19.1.0-rc.3: 19378 19419 dependencies: 19379 19420 '@babel/types': 7.29.0 19380 19421 ··· 19394 19435 transitivePeerDependencies: 19395 19436 - '@babel/core' 19396 19437 19397 - babel-plugin-transform-hook-names@1.0.2(@babel/core@7.29.0): 19438 + babel-plugin-transform-hook-names@1.0.2(@babel/core@7.25.2): 19398 19439 dependencies: 19399 - '@babel/core': 7.29.0 19440 + '@babel/core': 7.25.2 19400 19441 19401 19442 babel-plugin-transform-remove-console@6.9.4: {} 19402 19443 ··· 19657 19698 caniuse-api@3.0.0: 19658 19699 dependencies: 19659 19700 browserslist: 4.28.2 19660 - caniuse-lite: 1.0.30001788 19701 + caniuse-lite: 1.0.30001790 19661 19702 lodash.memoize: 4.1.2 19662 19703 lodash.uniq: 4.5.0 19663 19704 19664 19705 caniuse-lite@1.0.30001788: {} 19706 + 19707 + caniuse-lite@1.0.30001790: {} 19665 19708 19666 19709 cbor-extract@2.2.2: 19667 19710 dependencies: ··· 20022 20065 dependencies: 20023 20066 utrie: 1.0.2 20024 20067 20025 - css-loader@6.11.0(@rspack/core@2.0.0-rc.3)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)): 20068 + css-loader@6.11.0(@rspack/core@2.0.0)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)): 20026 20069 dependencies: 20027 20070 icss-utils: 5.1.0(postcss@8.5.10) 20028 20071 postcss: 8.5.10 ··· 20033 20076 postcss-value-parser: 4.2.0 20034 20077 semver: 7.5.4 20035 20078 optionalDependencies: 20036 - '@rspack/core': 2.0.0-rc.3 20079 + '@rspack/core': 2.0.0 20037 20080 webpack: 5.106.2(@swc/core@1.15.30)(esbuild@0.27.7) 20038 20081 20039 20082 css-mediaquery@0.1.2: {} ··· 20402 20445 dependencies: 20403 20446 once: 1.4.0 20404 20447 20405 - enhanced-resolve@5.20.1: 20448 + enhanced-resolve@5.21.0: 20406 20449 dependencies: 20407 20450 graceful-fs: 4.2.11 20408 - tapable: 2.3.2 20451 + tapable: 2.3.3 20409 20452 20410 20453 entities@2.2.0: {} 20411 20454 ··· 20469 20512 object.assign: 4.1.7 20470 20513 own-keys: 1.0.1 20471 20514 regexp.prototype.flags: 1.5.4 20472 - safe-array-concat: 1.1.3 20515 + safe-array-concat: 1.1.4 20473 20516 safe-push-apply: 1.0.0 20474 20517 safe-regex-test: 1.1.0 20475 20518 set-proto: 1.0.0 ··· 20615 20658 optionalDependencies: 20616 20659 unrs-resolver: 1.11.1 20617 20660 20618 - eslint-import-resolver-typescript@4.4.4(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)): 20661 + eslint-import-resolver-typescript@4.4.4(eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.4(jiti@2.6.1)))(eslint@9.39.4(jiti@2.6.1)): 20619 20662 dependencies: 20620 20663 debug: 4.4.3 20621 20664 eslint: 9.39.4(jiti@2.6.1) ··· 20626 20669 tinyglobby: 0.2.16 20627 20670 unrs-resolver: 1.11.1 20628 20671 optionalDependencies: 20629 - eslint-plugin-import-x: 4.16.2(@typescript-eslint/utils@8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.4(jiti@2.6.1)) 20672 + eslint-plugin-import-x: 4.16.2(@typescript-eslint/utils@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.4(jiti@2.6.1)) 20630 20673 transitivePeerDependencies: 20631 20674 - supports-color 20632 20675 20633 - eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.4(jiti@2.6.1)): 20676 + eslint-plugin-import-x@4.16.2(@typescript-eslint/utils@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.4(jiti@2.6.1)): 20634 20677 dependencies: 20635 20678 '@package-json/types': 0.0.12 20636 - '@typescript-eslint/types': 8.58.2 20679 + '@typescript-eslint/types': 8.59.0 20637 20680 comment-parser: 1.4.6 20638 20681 debug: 4.4.3 20639 20682 eslint: 9.39.4(jiti@2.6.1) ··· 20644 20687 stable-hash-x: 0.2.0 20645 20688 unrs-resolver: 1.11.1 20646 20689 optionalDependencies: 20647 - '@typescript-eslint/utils': 8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 20690 + '@typescript-eslint/utils': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 20648 20691 transitivePeerDependencies: 20649 20692 - supports-color 20650 20693 20651 20694 eslint-plugin-lingui@0.12.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3): 20652 20695 dependencies: 20653 - '@typescript-eslint/utils': 8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 20696 + '@typescript-eslint/utils': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 20654 20697 eslint: 9.39.4(jiti@2.6.1) 20655 20698 micromatch: 4.0.8 20656 20699 typescript: 6.0.3 ··· 21497 21540 fs-extra@10.1.0: 21498 21541 dependencies: 21499 21542 graceful-fs: 4.2.11 21500 - jsonfile: 6.2.0 21543 + jsonfile: 6.2.1 21501 21544 universalify: 2.0.1 21502 21545 21503 21546 fs-extra@11.3.4: 21504 21547 dependencies: 21505 21548 graceful-fs: 4.2.11 21506 - jsonfile: 6.2.0 21549 + jsonfile: 6.2.1 21507 21550 universalify: 2.0.1 21508 21551 21509 21552 fs-extra@8.1.0: ··· 21781 21824 he: 1.2.0 21782 21825 param-case: 3.0.4 21783 21826 relateurl: 0.2.7 21784 - terser: 5.46.1 21827 + terser: 5.46.2 21785 21828 21786 21829 html-to-text@7.1.1: 21787 21830 dependencies: ··· 21790 21833 htmlparser2: 6.1.0 21791 21834 minimist: 1.2.8 21792 21835 21793 - html-webpack-plugin@5.6.7(@rspack/core@2.0.0-rc.3)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)): 21836 + html-webpack-plugin@5.6.7(@rspack/core@2.0.0)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)): 21794 21837 dependencies: 21795 21838 '@types/html-minifier-terser': 6.1.0 21796 21839 html-minifier-terser: 6.1.0 21797 21840 lodash: 4.18.1 21798 21841 pretty-error: 4.0.0 21799 - tapable: 2.3.2 21842 + tapable: 2.3.3 21800 21843 optionalDependencies: 21801 - '@rspack/core': 2.0.0-rc.3 21844 + '@rspack/core': 2.0.0 21802 21845 webpack: 5.106.2(@swc/core@1.15.30)(esbuild@0.27.7) 21803 21846 21804 21847 html2canvas@1.4.1: ··· 22722 22765 optionalDependencies: 22723 22766 graceful-fs: 4.2.11 22724 22767 22725 - jsonfile@6.2.0: 22768 + jsonfile@6.2.1: 22726 22769 dependencies: 22727 22770 universalify: 2.0.1 22728 22771 optionalDependencies: ··· 22787 22830 prelude-ls: 1.2.1 22788 22831 type-check: 0.4.0 22789 22832 22790 - libphonenumber-js@1.12.41: {} 22833 + libphonenumber-js@1.12.42: {} 22791 22834 22792 22835 lighthouse-logger@1.4.2: 22793 22836 dependencies: ··· 23121 23164 metro-minify-terser@0.83.3: 23122 23165 dependencies: 23123 23166 flow-enums-runtime: 0.0.6 23124 - terser: 5.46.1 23167 + terser: 5.46.2 23125 23168 23126 23169 metro-resolver@0.83.3: 23127 23170 dependencies: ··· 23275 23318 mini-css-extract-plugin@2.10.2(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)): 23276 23319 dependencies: 23277 23320 schema-utils: 4.3.3 23278 - tapable: 2.3.2 23321 + tapable: 2.3.3 23279 23322 webpack: 5.106.2(@swc/core@1.15.30)(esbuild@0.27.7) 23280 23323 23281 23324 minimalistic-assert@1.0.1: {} ··· 24403 24446 minimist: 1.2.8 24404 24447 strip-json-comments: 2.0.1 24405 24448 24406 - react-compiler-runtime@19.1.0-rc.1-rc-af1b7da-20250421(react@19.1.0): 24449 + react-compiler-runtime@19.1.0-rc.3(react@19.1.0): 24407 24450 dependencies: 24408 24451 react: 19.1.0 24409 24452 ··· 24499 24542 react: 19.1.0 24500 24543 react-native: 0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0) 24501 24544 24502 - react-native-keyboard-controller@1.21.5(react-native-reanimated@3.19.5(@babel/core@7.25.2)(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0): 24545 + react-native-keyboard-controller@1.21.6(react-native-reanimated@3.19.5(@babel/core@7.25.2)(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0))(react@19.1.0): 24503 24546 dependencies: 24504 24547 react: 19.1.0 24505 24548 react-native: 0.81.5(@babel/core@7.25.2)(@types/react@19.2.14)(react@19.1.0) ··· 24917 24960 safe-stable-stringify: 2.5.0 24918 24961 semver-compare: 1.0.0 24919 24962 24920 - rolldown@1.0.0-rc.15: 24963 + rolldown@1.0.0-rc.17: 24921 24964 dependencies: 24922 - '@oxc-project/types': 0.124.0 24923 - '@rolldown/pluginutils': 1.0.0-rc.15 24965 + '@oxc-project/types': 0.127.0 24966 + '@rolldown/pluginutils': 1.0.0-rc.17 24924 24967 optionalDependencies: 24925 - '@rolldown/binding-android-arm64': 1.0.0-rc.15 24926 - '@rolldown/binding-darwin-arm64': 1.0.0-rc.15 24927 - '@rolldown/binding-darwin-x64': 1.0.0-rc.15 24928 - '@rolldown/binding-freebsd-x64': 1.0.0-rc.15 24929 - '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.15 24930 - '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.15 24931 - '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.15 24932 - '@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.15 24933 - '@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.15 24934 - '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.15 24935 - '@rolldown/binding-linux-x64-musl': 1.0.0-rc.15 24936 - '@rolldown/binding-openharmony-arm64': 1.0.0-rc.15 24937 - '@rolldown/binding-wasm32-wasi': 1.0.0-rc.15 24938 - '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.15 24939 - '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.15 24968 + '@rolldown/binding-android-arm64': 1.0.0-rc.17 24969 + '@rolldown/binding-darwin-arm64': 1.0.0-rc.17 24970 + '@rolldown/binding-darwin-x64': 1.0.0-rc.17 24971 + '@rolldown/binding-freebsd-x64': 1.0.0-rc.17 24972 + '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.17 24973 + '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.17 24974 + '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.17 24975 + '@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.17 24976 + '@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.17 24977 + '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.17 24978 + '@rolldown/binding-linux-x64-musl': 1.0.0-rc.17 24979 + '@rolldown/binding-openharmony-arm64': 1.0.0-rc.17 24980 + '@rolldown/binding-wasm32-wasi': 1.0.0-rc.17 24981 + '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.17 24982 + '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.17 24940 24983 24941 24984 rollup@4.60.2: 24942 24985 dependencies: ··· 24971 25014 24972 25015 rope-sequence@1.3.4: {} 24973 25016 24974 - rspack-manifest-plugin@5.2.1(@rspack/core@2.0.0-rc.3): 25017 + rspack-manifest-plugin@5.2.1(@rspack/core@2.0.0): 24975 25018 dependencies: 24976 25019 '@rspack/lite-tapable': 1.1.0 24977 25020 optionalDependencies: 24978 - '@rspack/core': 2.0.0-rc.3 25021 + '@rspack/core': 2.0.0 24979 25022 24980 25023 rtl-detect@1.1.2: {} 24981 25024 ··· 24991 25034 tslib: 2.8.1 24992 25035 optional: true 24993 25036 24994 - safe-array-concat@1.1.3: 25037 + safe-array-concat@1.1.4: 24995 25038 dependencies: 24996 25039 call-bind: 1.0.9 24997 25040 call-bound: 1.0.4 ··· 25044 25087 schema-utils@2.7.1: 25045 25088 dependencies: 25046 25089 '@types/json-schema': 7.0.15 25047 - ajv: 6.14.0 25048 - ajv-keywords: 3.5.2(ajv@6.14.0) 25090 + ajv: 6.15.0 25091 + ajv-keywords: 3.5.2(ajv@6.15.0) 25049 25092 25050 25093 schema-utils@3.3.0: 25051 25094 dependencies: 25052 25095 '@types/json-schema': 7.0.15 25053 - ajv: 6.14.0 25054 - ajv-keywords: 3.5.2(ajv@6.14.0) 25096 + ajv: 6.15.0 25097 + ajv-keywords: 3.5.2(ajv@6.15.0) 25055 25098 25056 25099 schema-utils@4.3.3: 25057 25100 dependencies: ··· 25648 25691 - tsx 25649 25692 - yaml 25650 25693 25651 - tapable@2.3.2: {} 25694 + tapable@2.3.3: {} 25652 25695 25653 25696 tar-fs@2.1.4: 25654 25697 dependencies: ··· 25682 25725 ansi-escapes: 4.3.2 25683 25726 supports-hyperlinks: 2.3.0 25684 25727 25685 - terser-webpack-plugin@5.4.0(@swc/core@1.15.30)(esbuild@0.27.7)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)): 25728 + terser-webpack-plugin@5.5.0(@swc/core@1.15.30)(esbuild@0.27.7)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)): 25686 25729 dependencies: 25687 25730 '@jridgewell/trace-mapping': 0.3.31 25688 25731 jest-worker: 27.5.1 25689 25732 schema-utils: 4.3.3 25690 - terser: 5.46.1 25733 + terser: 5.46.2 25691 25734 webpack: 5.106.2(@swc/core@1.15.30)(esbuild@0.27.7) 25692 25735 optionalDependencies: 25693 25736 '@swc/core': 1.15.30 25694 25737 esbuild: 0.27.7 25695 25738 25696 25739 terser@5.46.1: 25740 + dependencies: 25741 + '@jridgewell/source-map': 0.3.11 25742 + acorn: 8.16.0 25743 + commander: 2.20.3 25744 + source-map-support: 0.5.21 25745 + 25746 + terser@5.46.2: 25697 25747 dependencies: 25698 25748 '@jridgewell/source-map': 0.3.11 25699 25749 acorn: 8.16.0 ··· 25931 25981 transitivePeerDependencies: 25932 25982 - supports-color 25933 25983 25934 - typescript-eslint@8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3): 25984 + typescript-eslint@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3): 25935 25985 dependencies: 25936 - '@typescript-eslint/eslint-plugin': 8.58.2(@typescript-eslint/parser@8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 25937 - '@typescript-eslint/parser': 8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 25938 - '@typescript-eslint/typescript-estree': 8.58.2(typescript@6.0.3) 25939 - '@typescript-eslint/utils': 8.58.2(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 25986 + '@typescript-eslint/eslint-plugin': 8.59.0(@typescript-eslint/parser@8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3))(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 25987 + '@typescript-eslint/parser': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 25988 + '@typescript-eslint/typescript-estree': 8.59.0(typescript@6.0.3) 25989 + '@typescript-eslint/utils': 8.59.0(eslint@9.39.4(jiti@2.6.1))(typescript@6.0.3) 25940 25990 eslint: 9.39.4(jiti@2.6.1) 25941 25991 typescript: 6.0.3 25942 25992 transitivePeerDependencies: ··· 26010 26060 dependencies: 26011 26061 acorn: 8.16.0 26012 26062 chokidar: 3.6.0 26013 - webpack-sources: 3.3.4 26063 + webpack-sources: 3.4.0 26014 26064 webpack-virtual-modules: 0.5.0 26015 26065 26016 26066 unrs-resolver@1.11.1: ··· 26194 26244 terser: 5.46.1 26195 26245 yaml: 2.8.3 26196 26246 26197 - vite@8.0.8(@types/node@20.19.39)(esbuild@0.27.7)(jiti@2.6.1)(terser@5.46.1)(yaml@2.8.3): 26247 + vite@8.0.10(@types/node@20.19.39)(esbuild@0.27.7)(jiti@2.6.1)(terser@5.46.2)(yaml@2.8.3): 26198 26248 dependencies: 26199 26249 lightningcss: 1.32.0 26200 26250 picomatch: 4.0.4 26201 26251 postcss: 8.5.10 26202 - rolldown: 1.0.0-rc.15 26252 + rolldown: 1.0.0-rc.17 26203 26253 tinyglobby: 0.2.16 26204 26254 optionalDependencies: 26205 26255 '@types/node': 20.19.39 26206 26256 esbuild: 0.27.7 26207 26257 fsevents: 2.3.3 26208 26258 jiti: 2.6.1 26209 - terser: 5.46.1 26259 + terser: 5.46.2 26210 26260 yaml: 2.8.3 26211 26261 26212 26262 vlq@1.0.1: {} ··· 26311 26361 26312 26362 webpack-manifest-plugin@4.1.1(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)): 26313 26363 dependencies: 26314 - tapable: 2.3.2 26364 + tapable: 2.3.3 26315 26365 webpack: 5.106.2(@swc/core@1.15.30)(esbuild@0.27.7) 26316 26366 webpack-sources: 2.3.1 26317 26367 ··· 26320 26370 source-list-map: 2.0.1 26321 26371 source-map: 0.6.1 26322 26372 26323 - webpack-sources@3.3.4: {} 26373 + webpack-sources@3.4.0: {} 26324 26374 26325 26375 webpack-virtual-modules@0.5.0: {} 26326 26376 ··· 26336 26386 acorn-import-phases: 1.0.4(acorn@8.16.0) 26337 26387 browserslist: 4.28.2 26338 26388 chrome-trace-event: 1.0.4 26339 - enhanced-resolve: 5.20.1 26389 + enhanced-resolve: 5.21.0 26340 26390 es-module-lexer: 2.0.0 26341 26391 eslint-scope: 5.1.1 26342 26392 events: 3.3.0 ··· 26346 26396 mime-db: 1.54.0 26347 26397 neo-async: 2.6.2 26348 26398 schema-utils: 4.3.3 26349 - tapable: 2.3.2 26350 - terser-webpack-plugin: 5.4.0(@swc/core@1.15.30)(esbuild@0.27.7)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 26399 + tapable: 2.3.3 26400 + terser-webpack-plugin: 5.5.0(@swc/core@1.15.30)(esbuild@0.27.7)(webpack@5.106.2(@swc/core@1.15.30)(esbuild@0.27.7)) 26351 26401 watchpack: 2.5.1 26352 - webpack-sources: 3.3.4 26402 + webpack-sources: 3.4.0 26353 26403 transitivePeerDependencies: 26354 26404 - '@swc/core' 26355 26405 - esbuild