|
1 | 1 | { |
2 | 2 | "name": "@stellar/stellar-base", |
3 | | - "version": "14.0.0-rc.2", |
| 3 | + "version": "14.0.0", |
4 | 4 | "description": "Low-level support library for the Stellar network.", |
5 | 5 | "main": "./lib/index.js", |
6 | 6 | "browser": { |
|
72 | 72 | }, |
73 | 73 | "homepage": "https://github.com/stellar/js-stellar-base", |
74 | 74 | "devDependencies": { |
75 | | - "@babel/cli": "^7.27.2", |
76 | | - "@babel/core": "^7.27.4", |
77 | | - "@babel/eslint-parser": "^7.27.5", |
| 75 | + "@babel/cli": "^7.28.3", |
| 76 | + "@babel/core": "^7.28.3", |
| 77 | + "@babel/eslint-parser": "^7.28.0", |
78 | 78 | "@babel/eslint-plugin": "^7.27.1", |
79 | | - "@babel/preset-env": "^7.27.2", |
80 | | - "@babel/register": "^7.27.1", |
| 79 | + "@babel/preset-env": "^7.28.3", |
| 80 | + "@babel/register": "^7.28.3", |
81 | 81 | "@definitelytyped/dtslint": "^0.0.182", |
82 | 82 | "@istanbuljs/nyc-config-babel": "3.0.0", |
83 | 83 | "@types/node": "^20.14.11", |
|
110 | 110 | "mocha": "^10.8.2", |
111 | 111 | "node-polyfill-webpack-plugin": "^3.0.0", |
112 | 112 | "nyc": "^15.1.0", |
113 | | - "prettier": "^3.5.3", |
| 113 | + "prettier": "^3.6.2", |
114 | 114 | "randombytes": "^2.1.0", |
115 | 115 | "sinon": "^16.1.0", |
116 | 116 | "sinon-chai": "^3.7.0", |
117 | 117 | "taffydb": "^2.7.3", |
118 | 118 | "terser-webpack-plugin": "^5.3.14", |
119 | 119 | "ts-node": "^10.9.2", |
120 | 120 | "typescript": "5.6.3", |
121 | | - "webpack": "^5.99.9", |
| 121 | + "webpack": "^5.101.2", |
122 | 122 | "webpack-cli": "^5.1.1" |
123 | 123 | }, |
124 | 124 | "dependencies": { |
125 | | - "@noble/curves": "^1.9.2", |
| 125 | + "@noble/curves": "^1.9.6", |
126 | 126 | "@stellar/js-xdr": "^3.1.2", |
127 | 127 | "base32.js": "^0.1.0", |
128 | | - "bignumber.js": "^9.3.0", |
| 128 | + "bignumber.js": "^9.3.1", |
129 | 129 | "buffer": "^6.0.3", |
130 | | - "sha.js": "^2.3.6" |
| 130 | + "sha.js": "^2.4.12" |
131 | 131 | } |
132 | 132 | } |
0 commit comments