diff --git a/client/package.json b/client/package.json index 8b288ef9..09a34f4f 100644 --- a/client/package.json +++ b/client/package.json @@ -79,15 +79,15 @@ "@types/react": "^18.3.18", "@types/react-native": "^0.73.0", "jsdom": "^29.1.1", - "msw": "^2.12.14", - "react-native": "^0.86.0", + "msw": "^2.15.0", + "react-native": "^0.86.2", "rollup-plugin-visualizer": "^7.0.1", "stellar-sdk-v10": "npm:stellar-sdk@10.4.1", "stellar-sdk-v11": "npm:@stellar/stellar-sdk@11.3.0", "ts-node": "^10.9.2", "tsup": "^8.5.1", - "typedoc": "^0.28.18", + "typedoc": "^0.28.20", "typescript": "^5.3.3", - "vitest": "^4.1.2" + "vitest": "^4.1.10" } }