|
1 | 1 | { |
2 | 2 | "name": "@stellar/stellar-sdk", |
3 | | - "version": "12.0.0-rc.3", |
| 3 | + "version": "12.0.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 | ] |
93 | 93 | }, |
94 | 94 | "devDependencies": { |
95 | | - "@babel/cli": "^7.24.1", |
96 | | - "@babel/core": "^7.24.3", |
97 | | - "@babel/eslint-plugin": "^7.22.10", |
98 | | - "@babel/preset-env": "^7.24.3", |
99 | | - "@babel/preset-typescript": "^7.24.1", |
100 | | - "@babel/register": "^7.23.7", |
| 95 | + "@babel/cli": "^7.24.6", |
| 96 | + "@babel/core": "^7.24.6", |
| 97 | + "@babel/eslint-plugin": "^7.24.6", |
| 98 | + "@babel/preset-env": "^7.24.6", |
| 99 | + "@babel/preset-typescript": "^7.24.6", |
| 100 | + "@babel/register": "^7.24.6", |
101 | 101 | "@definitelytyped/dtslint": "^0.2.20", |
102 | 102 | "@istanbuljs/nyc-config-babel": "3.0.0", |
103 | 103 | "@stellar/tsconfig": "^1.0.2", |
104 | 104 | "@types/chai": "^4.3.14", |
105 | 105 | "@types/detect-node": "^2.0.0", |
106 | 106 | "@types/eventsource": "^1.1.12", |
107 | 107 | "@types/json-schema": "^7.0.15", |
108 | | - "@types/lodash": "^4.17.0", |
| 108 | + "@types/lodash": "^4.17.4", |
109 | 109 | "@types/mocha": "^10.0.2", |
110 | | - "@types/node": "^20.11.30", |
| 110 | + "@types/node": "^20.12.13", |
111 | 111 | "@types/randombytes": "^2.0.1", |
112 | 112 | "@types/sinon": "^17.0.2", |
113 | 113 | "@types/urijs": "^1.19.20", |
114 | | - "@typescript-eslint/parser": "^7.7.1", |
| 114 | + "@typescript-eslint/parser": "^7.11.0", |
115 | 115 | "ava": "^5.3.1", |
116 | 116 | "axios-mock-adapter": "^1.22.0", |
117 | 117 | "babel-loader": "^9.1.3", |
|
127 | 127 | "eslint-config-airbnb-typescript": "^18.0.0", |
128 | 128 | "eslint-config-prettier": "^9.0.0", |
129 | 129 | "eslint-plugin-import": "^2.29.1", |
130 | | - "eslint-plugin-jsdoc": "^48.2.4", |
| 130 | + "eslint-plugin-jsdoc": "^48.2.7", |
131 | 131 | "eslint-plugin-node": "^11.1.0", |
132 | 132 | "eslint-plugin-prefer-import": "^0.0.1", |
133 | 133 | "eslint-plugin-prettier": "^5.1.2", |
134 | | - "eslint-webpack-plugin": "^4.1.0", |
| 134 | + "eslint-webpack-plugin": "^4.2.0", |
135 | 135 | "ghooks": "^2.0.4", |
136 | 136 | "husky": "^9.0.11", |
137 | 137 | "jsdoc": "^4.0.2", |
|
144 | 144 | "karma-mocha": "^2.0.0", |
145 | 145 | "karma-sinon-chai": "^2.0.2", |
146 | 146 | "karma-webpack": "^5.0.1", |
147 | | - "lint-staged": "^15.2.2", |
| 147 | + "lint-staged": "^15.2.5", |
148 | 148 | "lodash": "^4.17.21", |
149 | 149 | "minami": "^1.1.1", |
150 | 150 | "mocha": "^10.3.0", |
|
162 | 162 | "webpack-cli": "^5.0.1" |
163 | 163 | }, |
164 | 164 | "dependencies": { |
165 | | - "@stellar/stellar-base": "^12.0.0-rc.1", |
166 | | - "axios": "^1.6.8", |
| 165 | + "@stellar/stellar-base": "^12.0.0", |
| 166 | + "axios": "^1.7.2", |
167 | 167 | "bignumber.js": "^9.1.2", |
168 | 168 | "eventsource": "^2.0.2", |
169 | 169 | "randombytes": "^2.1.0", |
|
0 commit comments