chore: update uuid, axios and base-x to latest version and remove fczbkk/uuid4

This commit is contained in:
José Oliveira 2021-03-26 18:41:02 +00:00 committed by Josh Harvey
parent 065761fb63
commit d7f0b1226c
3 changed files with 40 additions and 22 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env node #!/usr/bin/env node
const uuid = require('@fczbkk/uuid4') const uuid = require('uuid')
const tx = require('../lib/cash-out/cash-out-tx.js') const tx = require('../lib/cash-out/cash-out-tx.js')

53
package-lock.json generated
View file

@ -898,11 +898,6 @@
} }
} }
}, },
"@fczbkk/uuid4": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@fczbkk/uuid4/-/uuid4-3.0.0.tgz",
"integrity": "sha1-lksiHLlV4csPBEdnqWaCgCOjhLs="
},
"@graphql-tools/batch-delegate": { "@graphql-tools/batch-delegate": {
"version": "7.0.1", "version": "7.0.1",
"resolved": "https://registry.npmjs.org/@graphql-tools/batch-delegate/-/batch-delegate-7.0.1.tgz", "resolved": "https://registry.npmjs.org/@graphql-tools/batch-delegate/-/batch-delegate-7.0.1.tgz",
@ -2948,6 +2943,13 @@
"deprecated-decorator": "^0.1.6", "deprecated-decorator": "^0.1.6",
"iterall": "^1.1.3", "iterall": "^1.1.3",
"uuid": "^3.1.0" "uuid": "^3.1.0"
},
"dependencies": {
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
}
} }
} }
} }
@ -3723,12 +3725,11 @@
"integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==" "integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA=="
}, },
"axios": { "axios": {
"version": "0.16.2", "version": "0.21.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.16.2.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
"integrity": "sha1-uk+S8XFn37q0CYN4VFS5rBScPG0=", "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
"requires": { "requires": {
"follow-redirects": "^1.2.3", "follow-redirects": "^1.10.0"
"is-buffer": "^1.1.5"
} }
}, },
"babel-code-frame": { "babel-code-frame": {
@ -5510,6 +5511,13 @@
"tough-cookie": "~2.3.3", "tough-cookie": "~2.3.3",
"tunnel-agent": "^0.6.0", "tunnel-agent": "^0.6.0",
"uuid": "^3.1.0" "uuid": "^3.1.0"
},
"dependencies": {
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
}
} }
}, },
"tough-cookie": { "tough-cookie": {
@ -7562,6 +7570,11 @@
"ethjs-util": "0.1.6", "ethjs-util": "0.1.6",
"rlp": "^2.2.3" "rlp": "^2.2.3"
} }
},
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
} }
} }
}, },
@ -8148,9 +8161,9 @@
} }
}, },
"follow-redirects": { "follow-redirects": {
"version": "1.13.0", "version": "1.13.3",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.3.tgz",
"integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" "integrity": "sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA=="
}, },
"for-in": { "for-in": {
"version": "1.0.2", "version": "1.0.2",
@ -9280,7 +9293,8 @@
"is-buffer": { "is-buffer": {
"version": "1.1.6", "version": "1.1.6",
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
"dev": true
}, },
"is-callable": { "is-callable": {
"version": "1.2.2", "version": "1.2.2",
@ -14598,6 +14612,11 @@
"version": "6.5.2", "version": "6.5.2",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
"integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA=="
},
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
} }
} }
}, },
@ -17424,9 +17443,9 @@
"integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
}, },
"uuid": { "uuid": {
"version": "3.4.0", "version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
}, },
"v8-to-istanbul": { "v8-to-istanbul": {
"version": "7.1.0", "version": "7.1.0",

View file

@ -6,11 +6,10 @@
"license": "Unlicense", "license": "Unlicense",
"author": "Lamassu (https://lamassu.is)", "author": "Lamassu (https://lamassu.is)",
"dependencies": { "dependencies": {
"@fczbkk/uuid4": "^3.0.0",
"apollo-server-express": "^2.9.14", "apollo-server-express": "^2.9.14",
"argon2": "^0.27.2", "argon2": "^0.27.2",
"axios": "^0.16.1", "axios": "0.21.1",
"base-x": "^3.0.2", "base-x": "3.0.8",
"bchaddrjs": "^0.3.0", "bchaddrjs": "^0.3.0",
"bignumber.js": "^4.1.0", "bignumber.js": "^4.1.0",
"bip39": "^2.3.1", "bip39": "^2.3.1",
@ -77,7 +76,7 @@
"talisman": "^0.20.0", "talisman": "^0.20.0",
"twilio": "^3.6.1", "twilio": "^3.6.1",
"ua-parser-js": "^0.7.22", "ua-parser-js": "^0.7.22",
"uuid": "^3.1.0", "uuid": "8.3.2",
"web3": "^0.20.6", "web3": "^0.20.6",
"winston": "^2.4.2", "winston": "^2.4.2",
"winston-transport": "^4.3.0", "winston-transport": "^4.3.0",