|
1 | 1 | { |
2 | 2 | "name": "@stellar/stellar-sdk", |
3 | | - "version": "13.0.0", |
| 3 | + "version": "13.1.0", |
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" |
|
142 | 142 | ] |
143 | 143 | }, |
144 | 144 | "devDependencies": { |
145 | | - "@babel/cli": "^7.25.9", |
| 145 | + "@babel/cli": "^7.26.4", |
146 | 146 | "@babel/core": "^7.26.0", |
147 | 147 | "@babel/eslint-plugin": "^7.25.9", |
148 | 148 | "@babel/preset-env": "^7.26.0", |
149 | 149 | "@babel/preset-typescript": "^7.26.0", |
150 | 150 | "@babel/register": "^7.25.9", |
151 | | - "@definitelytyped/dtslint": "^0.2.27", |
| 151 | + "@definitelytyped/dtslint": "^0.2.28", |
152 | 152 | "@istanbuljs/nyc-config-babel": "3.0.0", |
153 | 153 | "@stellar/tsconfig": "^1.0.2", |
154 | 154 | "@types/chai": "^4.3.19", |
|
172 | 172 | "chai-as-promised": "^7.1.1", |
173 | 173 | "chai-http": "^4.3.0", |
174 | 174 | "cross-env": "^7.0.3", |
175 | | - "dotenv": "^16.4.5", |
| 175 | + "dotenv": "^16.4.7", |
176 | 176 | "eslint": "^8.57.0", |
177 | 177 | "eslint-config-airbnb-base": "^15.0.0", |
178 | 178 | "eslint-config-airbnb-typescript": "^18.0.0", |
|
195 | 195 | "karma-mocha": "^2.0.0", |
196 | 196 | "karma-sinon-chai": "^2.0.2", |
197 | 197 | "karma-webpack": "^5.0.1", |
198 | | - "lint-staged": "^15.2.10", |
| 198 | + "lint-staged": "^15.2.11", |
199 | 199 | "lodash": "^4.17.21", |
200 | 200 | "mocha": "^10.8.2", |
201 | 201 | "node-polyfill-webpack-plugin": "^3.0.0", |
202 | 202 | "null-loader": "^4.0.1", |
203 | 203 | "nyc": "^17.0.0", |
204 | | - "prettier": "^3.3.3", |
| 204 | + "prettier": "^3.4.2", |
205 | 205 | "randombytes": "^2.1.0", |
206 | 206 | "sinon": "^17.0.1", |
207 | 207 | "sinon-chai": "^3.7.0", |
208 | 208 | "taffydb": "^2.7.3", |
209 | | - "terser-webpack-plugin": "^5.3.10", |
| 209 | + "terser-webpack-plugin": "^5.3.11", |
210 | 210 | "ts-node": "^10.9.2", |
211 | 211 | "typescript": "^5.6.3", |
212 | | - "webpack": "^5.96.1", |
| 212 | + "webpack": "^5.97.1", |
213 | 213 | "webpack-cli": "^5.0.1" |
214 | 214 | }, |
215 | 215 | "dependencies": { |
216 | 216 | "@stellar/stellar-base": "^13.0.1", |
217 | | - "axios": "^1.7.7", |
| 217 | + "axios": "^1.7.9", |
218 | 218 | "bignumber.js": "^9.1.2", |
219 | 219 | "eventsource": "^2.0.2", |
220 | 220 | "feaxios": "^0.0.23", |
|
0 commit comments