|
1 | 1 | { |
2 | 2 | "name": "@stellar/stellar-sdk", |
3 | | - "version": "11.1.0", |
| 3 | + "version": "11.2.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" |
|
77 | 77 | }, |
78 | 78 | "devDependencies": { |
79 | 79 | "@babel/cli": "^7.23.0", |
80 | | - "@babel/core": "^7.23.6", |
| 80 | + "@babel/core": "^7.23.7", |
81 | 81 | "@babel/eslint-parser": "^7.22.15", |
82 | 82 | "@babel/eslint-plugin": "^7.22.10", |
83 | | - "@babel/preset-env": "^7.23.6", |
| 83 | + "@babel/preset-env": "^7.23.8", |
84 | 84 | "@babel/preset-typescript": "^7.23.0", |
85 | | - "@babel/register": "^7.22.15", |
86 | | - "@definitelytyped/dtslint": "^0.1.1", |
| 85 | + "@babel/register": "^7.23.7", |
| 86 | + "@definitelytyped/dtslint": "^0.1.2", |
87 | 87 | "@istanbuljs/nyc-config-babel": "3.0.0", |
88 | 88 | "@stellar/tsconfig": "^1.0.2", |
89 | 89 | "@types/chai": "^4.3.6", |
|
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.8.10", |
| 95 | + "@types/node": "^20.10.8", |
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.14.0", |
| 99 | + "@typescript-eslint/parser": "^6.18.1", |
100 | 100 | "axios-mock-adapter": "^1.22.0", |
101 | 101 | "babel-loader": "^9.1.3", |
102 | 102 | "babel-plugin-istanbul": "^6.1.1", |
|
105 | 105 | "chai-as-promised": "^7.1.1", |
106 | 106 | "chai-http": "^4.3.0", |
107 | 107 | "cross-env": "^7.0.3", |
108 | | - "eslint": "^8.50.0", |
| 108 | + "eslint": "^8.56.0", |
109 | 109 | "eslint-config-airbnb-base": "^15.0.0", |
110 | 110 | "eslint-config-prettier": "^9.0.0", |
111 | 111 | "eslint-plugin-import": "^2.29.1", |
112 | 112 | "eslint-plugin-node": "^11.1.0", |
113 | 113 | "eslint-plugin-prefer-import": "^0.0.1", |
114 | | - "eslint-plugin-prettier": "^5.0.0", |
| 114 | + "eslint-plugin-prettier": "^5.1.2", |
115 | 115 | "eslint-webpack-plugin": "^4.0.1", |
116 | 116 | "ghooks": "^2.0.4", |
117 | 117 | "husky": "^8.0.3", |
|
136 | 136 | "sinon": "^17.0.1", |
137 | 137 | "sinon-chai": "^3.7.0", |
138 | 138 | "taffydb": "^2.7.3", |
139 | | - "terser-webpack-plugin": "^5.3.9", |
| 139 | + "terser-webpack-plugin": "^5.3.10", |
140 | 140 | "ts-node": "^10.9.2", |
141 | 141 | "typescript": "^5.3.3", |
142 | 142 | "utility-types": "^3.7.0", |
|
145 | 145 | }, |
146 | 146 | "dependencies": { |
147 | 147 | "@stellar/stellar-base": "10.0.1", |
148 | | - "axios": "^1.6.0", |
| 148 | + "axios": "^1.6.5", |
149 | 149 | "bignumber.js": "^9.1.2", |
150 | 150 | "eventsource": "^2.0.2", |
151 | 151 | "randombytes": "^2.1.0", |
|
0 commit comments