update deps and fix vulns
This commit is contained in:
Generated
+360
-398
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -34,7 +34,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"ripple-lib": "^1.10.0",
|
||||
"xrpl": "^2.1.1"
|
||||
"xrpl": "^2.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.2.21",
|
||||
|
||||
+4
-4
@@ -45,7 +45,7 @@ describe('XRPIO', () => {
|
||||
|
||||
let txHash
|
||||
it('writeRaw', async function(){
|
||||
this.skip()
|
||||
// this.skip()
|
||||
this.timeout(15000)
|
||||
txHash = await api.writeRaw({data: TEST_DATA}, receiveWallet.address, sendWallet.secret);
|
||||
expect(txHash).to.exist
|
||||
@@ -53,7 +53,7 @@ describe('XRPIO', () => {
|
||||
})
|
||||
|
||||
it('readRaw', async function () {
|
||||
this.skip()
|
||||
// this.skip()
|
||||
this.timeout(15000)
|
||||
const memo = await api.readRaw(txHash)
|
||||
expect(memo).to.exist
|
||||
@@ -61,7 +61,7 @@ describe('XRPIO', () => {
|
||||
})
|
||||
|
||||
it('treeWrite', async function(){
|
||||
this.skip()
|
||||
// this.skip()
|
||||
this.timeout(45000)
|
||||
txHash = await api.treeWrite(longText, receiveWallet.address, sendWallet.secret)
|
||||
expect(txHash).to.exist
|
||||
@@ -69,7 +69,7 @@ describe('XRPIO', () => {
|
||||
})
|
||||
|
||||
it('treeRead', async function(){
|
||||
this.skip()
|
||||
// this.skip()
|
||||
this.timeout(45000)
|
||||
txHash = await api.treeRead([txHash])
|
||||
expect(txHash).to.exist
|
||||
|
||||
Reference in New Issue
Block a user