|
1 | 1 | {
|
2 | 2 | "name": "@stellar/stellar-base",
|
3 |
| - "version": "13.0.0-beta.1", |
| 3 | + "version": "13.0.0", |
4 | 4 | "description": "Low-level support library for the Stellar network.",
|
5 | 5 | "main": "./lib/index.js",
|
6 | 6 | "browser": {
|
|
70 | 70 | },
|
71 | 71 | "homepage": "https://github.com/stellar/js-stellar-base",
|
72 | 72 | "devDependencies": {
|
73 |
| - "@babel/cli": "^7.25.6", |
74 |
| - "@babel/core": "^7.25.2", |
75 |
| - "@babel/eslint-parser": "^7.25.1", |
76 |
| - "@babel/eslint-plugin": "^7.25.1", |
77 |
| - "@babel/preset-env": "^7.25.4", |
78 |
| - "@babel/register": "^7.24.6", |
| 73 | + "@babel/cli": "^7.25.9", |
| 74 | + "@babel/core": "^7.26.0", |
| 75 | + "@babel/eslint-parser": "^7.25.9", |
| 76 | + "@babel/eslint-plugin": "^7.25.9", |
| 77 | + "@babel/preset-env": "^7.26.0", |
| 78 | + "@babel/register": "^7.25.9", |
79 | 79 | "@definitelytyped/dtslint": "^0.0.182",
|
80 | 80 | "@istanbuljs/nyc-config-babel": "3.0.0",
|
81 | 81 | "@types/node": "^20.14.11",
|
82 | 82 | "@typescript-eslint/parser": "^6.20.0",
|
83 |
| - "babel-loader": "^9.1.3", |
| 83 | + "babel-loader": "^9.2.1", |
84 | 84 | "babel-plugin-istanbul": "^6.1.1",
|
85 | 85 | "chai": "^4.3.10",
|
86 | 86 | "chai-as-promised": "^7.1.2",
|
87 | 87 | "cross-env": "^7.0.3",
|
88 | 88 | "eslint": "^8.57.0",
|
89 | 89 | "eslint-config-airbnb-base": "^15.0.0",
|
90 | 90 | "eslint-config-prettier": "^9.1.0",
|
91 |
| - "eslint-plugin-import": "^2.30.0", |
| 91 | + "eslint-plugin-import": "^2.31.0", |
92 | 92 | "eslint-plugin-node": "^11.1.0",
|
93 | 93 | "eslint-plugin-prefer-import": "^0.0.1",
|
94 | 94 | "eslint-plugin-prettier": "^5.2.1",
|
95 | 95 | "eslint-webpack-plugin": "^4.2.0",
|
96 | 96 | "ghooks": "^2.0.4",
|
97 | 97 | "husky": "^8.0.3",
|
98 |
| - "jsdoc": "^4.0.3", |
| 98 | + "jsdoc": "^4.0.4", |
99 | 99 | "karma": "^6.4.4",
|
100 | 100 | "karma-chrome-launcher": "^3.1.0",
|
101 | 101 | "karma-coverage": "^2.2.1",
|
|
105 | 105 | "karma-webpack": "^5.0.1",
|
106 | 106 | "lint-staged": "^15.2.10",
|
107 | 107 | "minami": "^1.1.1",
|
108 |
| - "mocha": "^10.7.3", |
| 108 | + "mocha": "^10.8.2", |
109 | 109 | "node-polyfill-webpack-plugin": "^3.0.0",
|
110 | 110 | "nyc": "^15.1.0",
|
111 | 111 | "prettier": "^3.3.3",
|
|
115 | 115 | "taffydb": "^2.7.3",
|
116 | 116 | "terser-webpack-plugin": "^5.3.10",
|
117 | 117 | "ts-node": "^10.9.2",
|
118 |
| - "typescript": "^5.6.2", |
119 |
| - "webpack": "^5.93.0", |
| 118 | + "typescript": "^5.6.3", |
| 119 | + "webpack": "^5.96.1", |
120 | 120 | "webpack-cli": "^5.1.1"
|
121 | 121 | },
|
122 | 122 | "dependencies": {
|
|
128 | 128 | "tweetnacl": "^1.0.3"
|
129 | 129 | },
|
130 | 130 | "optionalDependencies": {
|
131 |
| - "sodium-native": "^4.1.1" |
| 131 | + "sodium-native": "^4.3.0" |
132 | 132 | }
|
133 | 133 | }
|
0 commit comments