|
1 | 1 | {
|
2 | 2 | "name": "@stellar/stellar-base",
|
3 |
| - "version": "12.1.0", |
| 3 | + "version": "12.1.1", |
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.24.8", |
74 |
| - "@babel/core": "^7.24.9", |
75 |
| - "@babel/eslint-parser": "^7.24.8", |
76 |
| - "@babel/eslint-plugin": "^7.24.7", |
77 |
| - "@babel/preset-env": "^7.24.8", |
| 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 | 78 | "@babel/register": "^7.24.6",
|
79 | 79 | "@definitelytyped/dtslint": "^0.0.182",
|
80 | 80 | "@istanbuljs/nyc-config-babel": "3.0.0",
|
|
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.29.1", |
| 91 | + "eslint-plugin-import": "^2.30.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 | 98 | "jsdoc": "^4.0.3",
|
99 |
| - "karma": "^6.4.3", |
| 99 | + "karma": "^6.4.4", |
100 | 100 | "karma-chrome-launcher": "^3.1.0",
|
101 | 101 | "karma-coverage": "^2.2.1",
|
102 | 102 | "karma-firefox-launcher": "^2.1.3",
|
103 | 103 | "karma-mocha": "^2.0.0",
|
104 | 104 | "karma-sinon-chai": "^2.0.2",
|
105 | 105 | "karma-webpack": "^5.0.1",
|
106 |
| - "lint-staged": "^15.2.7", |
| 106 | + "lint-staged": "^15.2.10", |
107 | 107 | "minami": "^1.1.1",
|
108 |
| - "mocha": "^10.6.0", |
| 108 | + "mocha": "^10.7.3", |
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.5.3", |
| 118 | + "typescript": "^5.6.2", |
119 | 119 | "webpack": "^5.93.0",
|
120 | 120 | "webpack-cli": "^5.1.1"
|
121 | 121 | },
|
|
0 commit comments