update monero-ts to v0.11.5

This commit is contained in:
woodser 2025-07-07 07:14:09 -04:00 committed by GitHub
parent c0267bb790
commit d3623f94b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 6 deletions

12
package-lock.json generated
View file

@ -30,7 +30,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"jest": "^29.7.0",
"monero-ts": "^0.11.2",
"monero-ts": "^0.11.5",
"ts-jest": "^29.2.5",
"ts-jest-resolver": "^2.0.1",
"typedoc": "^0.23.26",
@ -8160,10 +8160,11 @@
}
},
"node_modules/monero-ts": {
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/monero-ts/-/monero-ts-0.11.2.tgz",
"integrity": "sha512-ozPWZE3KaXWLhW3zdxTh36kttnhKGDiQCaQSgR03uYnFv1wFlYqwvPNQastGQ4mmnwCDvPqBHKRknEF8Fji3Fg==",
"version": "0.11.5",
"resolved": "https://registry.npmjs.org/monero-ts/-/monero-ts-0.11.5.tgz",
"integrity": "sha512-48b/+nOWgK/ClRNbnzJCJVD/jrXbSKuNzk1E1OPBv7kTFiChO+ssfdDVsh3cTOnkNAlIJVmOrpSfgtgcT98imw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.23.2",
"@types/node": "^20.6.0",
@ -8171,13 +8172,14 @@
"async": "2.6.4",
"axios": "^1.7.4",
"crypto-js": "^4.0.0",
"decimal.js": "^10.4.3",
"net": "^1.0.2",
"promise-throttle": "^1.1.2",
"serialize-javascript": "^3.1.0",
"text-encoding": "^0.7.0",
"tls": "0.0.1",
"uuid": "3.3.2",
"web-worker": "^1.3.0"
"web-worker": "1.3.0"
},
"engines": {
"node": ">=10.0.0"

View file

@ -48,7 +48,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"jest": "^29.7.0",
"monero-ts": "^0.11.2",
"monero-ts": "^0.11.5",
"ts-jest": "^29.2.5",
"ts-jest-resolver": "^2.0.1",
"typedoc": "^0.23.26",