mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
#21652 overrode query-string to 9.5.1 for GHSA-vcc3-ghjq-m6fr (decode-uri-component <= 0.4.2). 9.x's entry exports only `default`, while expo-router's linking forks, @react-navigation/core and @react-navigation/native all `import * as queryString`, so `stringify` and `parse` became undefined: any push carrying a param outside the path pattern and any href with a query threw. Patch the entry to re-export the named API; the override and the advisory fix stay. The lockfile carries the patch hash only; regenerated by hand because a non-frozen install re-resolves peer suffixes across the file. Claude-Session: https://claude.ai/code/session_01JNnE9qzUZMMnqpZWCqM3nb
15 lines
391 B
YAML
15 lines
391 B
YAML
allowBuilds:
|
|
esbuild: true
|
|
|
|
minimumReleaseAge: 4320
|
|
|
|
overrides:
|
|
xcode>uuid: 11.1.1
|
|
query-string: 9.5.1
|
|
|
|
patchedDependencies:
|
|
expo-notifications@55.0.27: patches/expo-notifications@55.0.27.patch
|
|
query-string@9.5.1: patches/query-string@9.5.1.patch
|
|
react-native-webview@13.16.2: patches/react-native-webview@13.16.2.patch
|
|
react-native@0.83.10: patches/react-native@0.83.10.patch
|