|
1 | 1 | {
|
2 | 2 | "name": "@stellar/stellar-sdk",
|
3 |
| - "version": "11.2.0", |
| 3 | + "version": "11.2.1", |
4 | 4 | "description": "A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.",
|
5 | 5 | "keywords": [
|
6 | 6 | "stellar"
|
|
92 | 92 | "@types/json-schema": "^7.0.15",
|
93 | 93 | "@types/lodash": "^4.14.199",
|
94 | 94 | "@types/mocha": "^10.0.2",
|
95 |
| - "@types/node": "^20.10.8", |
| 95 | + "@types/node": "^20.11.5", |
96 | 96 | "@types/randombytes": "^2.0.1",
|
97 | 97 | "@types/sinon": "^17.0.2",
|
98 | 98 | "@types/urijs": "^1.19.20",
|
99 |
| - "@typescript-eslint/parser": "^6.18.1", |
| 99 | + "@typescript-eslint/parser": "^6.19.1", |
100 | 100 | "axios-mock-adapter": "^1.22.0",
|
101 | 101 | "babel-loader": "^9.1.3",
|
102 | 102 | "babel-plugin-istanbul": "^6.1.1",
|
|
116 | 116 | "ghooks": "^2.0.4",
|
117 | 117 | "husky": "^8.0.3",
|
118 | 118 | "jsdoc": "^4.0.2",
|
119 |
| - "json-schema-faker": "^0.5.4", |
| 119 | + "json-schema-faker": "^0.5.5", |
120 | 120 | "karma": "^6.4.1",
|
121 | 121 | "karma-chai": "^0.1.0",
|
122 | 122 | "karma-chrome-launcher": "^3.1.0",
|
|
131 | 131 | "mocha": "^10.2.0",
|
132 | 132 | "node-polyfill-webpack-plugin": "^3.0.0",
|
133 | 133 | "nyc": "^15.1.0",
|
134 |
| - "prettier": "^3.1.1", |
| 134 | + "prettier": "^3.2.4", |
135 | 135 | "randombytes": "^2.1.0",
|
136 | 136 | "sinon": "^17.0.1",
|
137 | 137 | "sinon-chai": "^3.7.0",
|
138 | 138 | "taffydb": "^2.7.3",
|
139 | 139 | "terser-webpack-plugin": "^5.3.10",
|
140 | 140 | "ts-node": "^10.9.2",
|
141 |
| - "typescript": "^5.3.3", |
142 | 141 | "webpack": "^5.88.2",
|
143 | 142 | "webpack-cli": "^5.0.1"
|
144 | 143 | },
|
145 | 144 | "dependencies": {
|
146 |
| - "@stellar/stellar-base": "10.0.1", |
| 145 | + "@stellar/stellar-base": "^10.0.2", |
147 | 146 | "axios": "^1.6.5",
|
148 | 147 | "bignumber.js": "^9.1.2",
|
149 | 148 | "eventsource": "^2.0.2",
|
150 | 149 | "randombytes": "^2.1.0",
|
151 | 150 | "toml": "^3.0.0",
|
| 151 | + "typescript": "^5.3.3", |
152 | 152 | "urijs": "^1.19.1"
|
153 | 153 | }
|
154 | 154 | }
|
0 commit comments