diff --git a/package.json b/package.json index 4ca6017..ebce998 100644 --- a/package.json +++ b/package.json @@ -59,41 +59,41 @@ "test:watch": "jest --watch" }, "dependencies": { - "@canton-network/wallet-sdk": "0.21.0", + "@canton-network/wallet-sdk": "0.21.1", "@hardlydifficult/rest-client": "1.0.65", - "@hardlydifficult/websocket": "1.0.2", - "@stellar/stellar-base": "14.0.4", - "axios": "1.13.5", - "dotenv": "17.2.4", - "glob": "13.0.1", - "openapi-fetch": "0.16.0", - "openapi-typescript": "7.12.0", + "@hardlydifficult/websocket": "1.0.73", + "@stellar/stellar-base": "14.1.0", + "axios": "1.13.6", + "dotenv": "17.3.1", + "glob": "13.0.6", + "openapi-fetch": "0.17.0", + "openapi-typescript": "7.13.0", "pino": "10.3.1", - "ws": "8.19.0", + "ws": "8.20.0", "zod": "4.3.6" }, "devDependencies": { "@types/jest": "30.0.0", - "@types/node": "25.2.2", + "@types/node": "25.5.0", "@types/ws": "8.18.1", - "@typescript-eslint/eslint-plugin": "8.55.0", - "@typescript-eslint/parser": "8.55.0", - "eslint": "9.39.2", + "@typescript-eslint/eslint-plugin": "8.57.1", + "@typescript-eslint/parser": "8.57.1", + "eslint": "10.1.0", "eslint-config-prettier": "10.1.8", "eslint-import-resolver-typescript": "4.4.4", "eslint-plugin-import": "2.32.0", "eslint-plugin-markdown": "5.1.0", "eslint-plugin-unused-imports": "4.4.1", - "jest": "30.2.0", - "markdownlint-cli": "0.47.0", + "jest": "30.3.0", + "markdownlint-cli": "0.48.0", "npm-package-json-lint": "9.1.0", "prettier": "3.8.1", "prettier-plugin-jsdoc": "1.8.0", "prettier-plugin-organize-imports": "4.3.0", - "prettier-plugin-packagejson": "3.0.0", + "prettier-plugin-packagejson": "3.0.2", "ts-jest": "29.4.6", "tsx": "4.21.0", - "typescript": "5.9.3" + "typescript": "6.0.2" }, "engines": { "node": ">=18.0.0"