update to monero-ts v0.9.7

This commit is contained in:
woodser 2024-03-13 10:27:28 -04:00
parent 2161512b25
commit e7205076b3
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -28,7 +28,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"jest": "^26.6.0",
"monero-ts": "^0.9.6",
"monero-ts": "^0.9.7",
"typedoc": "^0.23.26",
"typedoc-plugin-missing-exports": "^1.0.0",
"typedoc-plugin-rename-defaults": "^0.6.4",
@ -11905,9 +11905,9 @@
}
},
"node_modules/monero-ts": {
"version": "0.9.6",
"resolved": "https://registry.npmjs.org/monero-ts/-/monero-ts-0.9.6.tgz",
"integrity": "sha512-iYsdoOiDeMfMrBaIJg0FjSlM1aFvKs+3gnZc5YUsgNCaoQvMixjTkwm70Bq63qj7gGgLqt1hcK2H39cEpOI29Q==",
"version": "0.9.7",
"resolved": "https://registry.npmjs.org/monero-ts/-/monero-ts-0.9.7.tgz",
"integrity": "sha512-YStuJuxS6MGNECIDqZYAztJcDTQZlYTfa9MSebNLhDBOoU9guMdphRwy/yhDd6DsYIaed6gflFMOq4hRuGA8Ow==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.23.2",
@ -11924,7 +11924,7 @@
"text-encoding": "^0.7.0",
"tls": "0.0.1",
"uuid": "3.3.2",
"web-worker": "^1.2.0"
"web-worker": "^1.3.0"
},
"engines": {
"node": ">=10.0.0"
@ -15013,9 +15013,9 @@
}
},
"node_modules/web-worker": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/web-worker/-/web-worker-1.2.0.tgz",
"integrity": "sha512-PgF341avzqyx60neE9DD+XS26MMNMoUQRz9NOZwW32nPQrF6p77f1htcnjBSEV8BGMKZ16choqUG4hyI0Hx7mA==",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/web-worker/-/web-worker-1.3.0.tgz",
"integrity": "sha512-BSR9wyRsy/KOValMgd5kMyr3JzpdeoR9KVId8u5GVlTTAtNChlsE4yTxeY7zMdNSyOmoKBv8NH2qeRY9Tg+IaA==",
"dev": true
},
"node_modules/webidl-conversions": {

View File

@ -54,7 +54,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"jest": "^26.6.0",
"monero-ts": "^0.9.6",
"monero-ts": "^0.9.7",
"typedoc": "^0.23.26",
"typedoc-plugin-missing-exports": "^1.0.0",
"typedoc-plugin-rename-defaults": "^0.6.4",