fix: upgrade jayson from 3.6.1 to 3.6.3

Snyk has created this PR to upgrade jayson from 3.6.1 to 3.6.3.

See this package in npm:
https://www.npmjs.com/package/jayson

See this project in Snyk:
https://app.snyk.io/org/bluewallet/project/ed70334c-c069-4cb5-83a7-8d8cd16c0921?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot 2021-06-12 03:46:41 +00:00 committed by Overtorment
parent 48ea033f76
commit 3eebeef170
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@ -26,9 +26,9 @@
}
},
"@types/express-serve-static-core": {
"version": "4.17.19",
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.19.tgz",
"integrity": "sha512-DJOSHzX7pCiSElWaGR8kCprwibCB/3yW6vcT8VG3P0SJjnv19gnWG/AZMfM60Xj/YJIp/YCaDHyvzsFVeniARA==",
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.21.tgz",
"integrity": "sha512-gwCiEZqW6f7EoR8TTEfalyEhb1zA5jQJnRngr97+3pzMaO1RKoI1w2bw07TK72renMUVWcWS5mLI6rk1NqN0nA==",
"requires": {
"@types/node": "*",
"@types/qs": "*",
@ -36,9 +36,9 @@
}
},
"@types/lodash": {
"version": "4.14.169",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.169.tgz",
"integrity": "sha512-DvmZHoHTFJ8zhVYwCLWbQ7uAbYQEk52Ev2/ZiQ7Y7gQGeV9pjBqjnQpECMHfKS1rCYAhMI7LHVxwyZLZinJgdw=="
"version": "4.14.170",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.170.tgz",
"integrity": "sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q=="
},
"@types/node": {
"version": "15.6.0",
@ -640,9 +640,9 @@
"integrity": "sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ="
},
"jayson": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/jayson/-/jayson-3.6.1.tgz",
"integrity": "sha512-VeVDzvUPysKi2IdyKKaFRV+5gUWI2k6/FFNDk68fHv8j2/aHA/1fY9rLbuYbjScviQeMc5QZO9ettgTX+vhF3Q==",
"version": "3.6.3",
"resolved": "https://registry.npmjs.org/jayson/-/jayson-3.6.3.tgz",
"integrity": "sha512-H/JuWKaJwU8FbwofPHROvtGoMF6R3DB0GGPpYyIaRzXU50Ser/4likFVfo/bpTGe0csB7n/+uybxJpBvX40VOQ==",
"requires": {
"@types/connect": "^3.4.33",
"@types/express-serve-static-core": "^4.17.9",
@ -658,9 +658,9 @@
},
"dependencies": {
"@types/node": {
"version": "12.20.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.13.tgz",
"integrity": "sha512-1x8W5OpxPq+T85OUsHRP6BqXeosKmeXRtjoF39STcdf/UWLqUsoehstZKOi0CunhVqHG17AyZgpj20eRVooK6A=="
"version": "12.20.15",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.15.tgz",
"integrity": "sha512-F6S4Chv4JicJmyrwlDkxUdGNSplsQdGwp1A0AJloEVDirWdZOAiRHhovDlsFkKUrquUXhz1imJhXHsf59auyAg=="
}
}
},

View File

@ -13,7 +13,7 @@
"express": "^4.15.4",
"express-rate-limit": "^5.2.6",
"frisbee": "^3.1.4",
"jayson": "^3.6.1",
"jayson": "^3.6.3",
"mysql2": "^2.2.5",
"reflect-metadata": "^0.1.10",
"ts-node": "3.3.0",