|
59 | 59 | "SDK" |
60 | 60 | ], |
61 | 61 | "dependencies": { |
62 | | - "@aeternity/aepp-calldata": "^1.8.0", |
63 | | - "@azure/core-client": "^1.9.2", |
64 | | - "@azure/core-rest-pipeline": "^1.17.0", |
65 | | - "@babel/runtime-corejs3": "^7.25.7", |
| 62 | + "@aeternity/aepp-calldata": "^1.9.1", |
| 63 | + "@azure/core-client": "^1.9.3", |
| 64 | + "@azure/core-rest-pipeline": "^1.19.1", |
| 65 | + "@babel/runtime-corejs3": "^7.27.0", |
66 | 66 | "@ledgerhq/hw-transport": "^6.31.4", |
67 | | - "@metamask/providers": "17.2.0 || ^17.2.2", |
68 | | - "@scure/bip39": "^1.4.0", |
| 67 | + "@metamask/providers": "^22.1.0", |
| 68 | + "@scure/bip39": "^1.6.0", |
69 | 69 | "@types/json-bigint": "^1.0.4", |
70 | | - "@types/node": "^22.7.5", |
71 | | - "@types/readable-stream": "^4.0.15", |
| 70 | + "@types/node": "^22.15.3", |
| 71 | + "@types/readable-stream": "^4.0.18", |
72 | 72 | "@types/sha.js": "^2.4.4", |
73 | | - "@types/webextension-polyfill": "^0.12.1", |
| 73 | + "@types/webextension-polyfill": "^0.12.3", |
74 | 74 | "@types/websocket": "^1.0.10", |
75 | | - "@types/ws": "^8.5.12", |
76 | | - "bignumber.js": "^9.1.2", |
| 75 | + "@types/ws": "^8.18.1", |
| 76 | + "bignumber.js": "^9.3.0", |
77 | 77 | "blakejs": "^1.2.1", |
78 | 78 | "bs58": "^6.0.0", |
79 | 79 | "buffer": "^6.0.3", |
80 | | - "canonicalize": "^2.0.0", |
| 80 | + "canonicalize": "^2.1.0", |
81 | 81 | "eventemitter3": "^5.0.1", |
82 | 82 | "events": "^3.3.0", |
83 | 83 | "isomorphic-ws": "^5.0.0", |
|
89 | 89 | "tweetnacl-auth": "^1.0.1", |
90 | 90 | "webextension-polyfill": "^0.12.0", |
91 | 91 | "websocket": "^1.0.35", |
92 | | - "ws": "^8.18.0" |
| 92 | + "ws": "^8.18.1" |
93 | 93 | }, |
94 | 94 | "repository": { |
95 | 95 | "type": "git", |
96 | 96 | "url": "git+https://github.com/aeternity/aepp-sdk-js.git" |
97 | 97 | }, |
98 | 98 | "devDependencies": { |
99 | | - "@babel/cli": "^7.25.7", |
100 | | - "@babel/core": "^7.25.8", |
101 | | - "@babel/node": "^7.25.7", |
102 | | - "@babel/plugin-transform-runtime": "^7.25.7", |
103 | | - "@babel/preset-env": "^7.25.8", |
104 | | - "@babel/preset-typescript": "^7.25.7", |
105 | | - "@babel/register": "^7.25.7", |
106 | | - "@commitlint/cli": "^19.5.0", |
107 | | - "@commitlint/config-conventional": "^19.5.0", |
| 99 | + "@babel/cli": "^7.27.0", |
| 100 | + "@babel/core": "^7.26.10", |
| 101 | + "@babel/node": "^7.26.0", |
| 102 | + "@babel/plugin-transform-runtime": "^7.26.10", |
| 103 | + "@babel/preset-env": "^7.26.9", |
| 104 | + "@babel/preset-typescript": "^7.27.0", |
| 105 | + "@babel/register": "^7.25.9", |
| 106 | + "@commitlint/cli": "^19.8.0", |
| 107 | + "@commitlint/config-conventional": "^19.8.0", |
108 | 108 | "@ledgerhq/hw-transport-mocker": "^6.29.4", |
109 | 109 | "@ledgerhq/hw-transport-node-hid-singleton": "^6.31.5", |
110 | 110 | "@ledgerhq/hw-transport-webusb": "^6.29.4", |
111 | | - "@types/chai": "^5.0.0", |
112 | | - "@types/chai-as-promised": "^8.0.1", |
113 | | - "@types/mocha": "^10.0.9", |
| 111 | + "@types/chai": "^5.2.1", |
| 112 | + "@types/chai-as-promised": "^8.0.2", |
| 113 | + "@types/mocha": "^10.0.10", |
114 | 114 | "@types/node-hid": "^1.3.4", |
115 | | - "@types/sinon": "^17.0.3", |
| 115 | + "@types/sinon": "^17.0.4", |
116 | 116 | "@typescript-eslint/eslint-plugin": "^7.15.0", |
117 | 117 | "@typescript-eslint/parser": "^7.15.0", |
118 | 118 | "autorest": "^3.7.1", |
119 | | - "babel-loader": "^9.2.1", |
| 119 | + "babel-loader": "^10.0.0", |
120 | 120 | "babel-plugin-import-globals": "^2.0.0", |
121 | | - "babel-plugin-transform-import-meta": "^2.2.1", |
| 121 | + "babel-plugin-transform-import-meta": "^2.3.2", |
122 | 122 | "c8": "^10.1.3", |
123 | | - "chai": "^5.1.1", |
124 | | - "chai-as-promised": "^8.0.0", |
| 123 | + "chai": "^5.2.0", |
| 124 | + "chai-as-promised": "^8.0.1", |
125 | 125 | "eslint": "^8.57.1", |
126 | 126 | "eslint-config-airbnb-typescript": "^18.0.0", |
127 | 127 | "eslint-plugin-import": "^2.31.0", |
128 | 128 | "eslint-plugin-rulesdir": "^0.2.2", |
129 | | - "eslint-plugin-tsdoc": "^0.3.0", |
| 129 | + "eslint-plugin-tsdoc": "^0.4.0", |
130 | 130 | "extract-zip": "^2.0.1", |
131 | | - "html-webpack-plugin": "^5.6.0", |
132 | | - "mocha": "^10.7.3", |
133 | | - "npm-run-all2": "^6.2.3", |
134 | | - "prettier": "^3.3.3", |
135 | | - "puppeteer-core": "^23.5.3", |
136 | | - "sinon": "^19.0.2", |
| 131 | + "html-webpack-plugin": "^5.6.3", |
| 132 | + "mocha": "^11.1.0", |
| 133 | + "npm-run-all2": "^7.0.2", |
| 134 | + "prettier": "^3.5.3", |
| 135 | + "puppeteer-core": "^24.7.2", |
| 136 | + "sinon": "^20.0.0", |
137 | 137 | "source-map": "^0.7.4", |
138 | 138 | "standard-version": "^9.5.0", |
139 | | - "tsx": "^4.19.1", |
140 | | - "typedoc": "^0.26.10", |
141 | | - "typedoc-plugin-missing-exports": "^3.0.0", |
| 139 | + "tsx": "^4.19.4", |
| 140 | + "typedoc": "^0.27.9", |
| 141 | + "typedoc-plugin-missing-exports": "^3.1.0", |
142 | 142 | "typescript": "^5.6.3", |
143 | | - "webpack": "^5.95.0", |
| 143 | + "webpack": "^5.99.7", |
144 | 144 | "webpack-bundle-analyzer": "^4.10.2", |
145 | | - "webpack-cli": "^5.1.4" |
| 145 | + "webpack-cli": "^6.0.1" |
146 | 146 | }, |
147 | 147 | "files": [ |
148 | 148 | "dist", |
|
168 | 168 | "engines": { |
169 | 169 | "node": ">=18.19" |
170 | 170 | }, |
171 | | - "packageManager": "npm@10.9.0", |
| 171 | + "packageManager": "npm@11.3.0", |
172 | 172 | "contributors": [ |
173 | 173 | "Till Kolter <till.kolter@gmail.com>", |
174 | 174 | "Alexander Kahl <ak@sodosopa.io>", |
|
0 commit comments