fix: upgrade jayson from 3.4.4 to 3.5.2

Snyk has created this PR to upgrade jayson from 3.4.4 to 3.5.2.

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

See this project in Snyk:
https://app.snyk.io/org/bluewallet/project/29c066bc-abce-44d9-b68e-064466e610e7?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot 2021-05-16 22:07:49 +00:00 committed by Overtorment
parent 0d337bdc7b
commit 7dce6b848e
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -1241,9 +1241,9 @@
}
},
"@types/lodash": {
"version": "4.14.168",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.168.tgz",
"integrity": "sha512-oVfRvqHV/V6D1yifJbVRU3TMp8OT6o6BG+U9MkwuJ3U8/CsDHvalRpsxBqivn71ztOFZBTfJMvETbqHiaNSj7Q=="
"version": "4.14.169",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.169.tgz",
"integrity": "sha512-DvmZHoHTFJ8zhVYwCLWbQ7uAbYQEk52Ev2/ZiQ7Y7gQGeV9pjBqjnQpECMHfKS1rCYAhMI7LHVxwyZLZinJgdw=="
},
"@types/long": {
"version": "4.0.1",
@ -3800,9 +3800,9 @@
"integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
},
"jayson": {
"version": "3.4.4",
"resolved": "https://registry.npmjs.org/jayson/-/jayson-3.4.4.tgz",
"integrity": "sha512-fgQflh+Qnhdv9fjxTnpTsa2WUG/dgyeKQzIh5MJ77Qv2sqFyyAZn7mTUYgPjJMFjsKfb4HNsSBh6ktJeeQiAGQ==",
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/jayson/-/jayson-3.5.2.tgz",
"integrity": "sha512-SL1PzVFKi3neGKk12uxE89finYarJZrlRt1Qm8gdVUZACCx6Px1VV6cDcu3LzD4BwmNB7DuMdMaV42l3P8lMCA==",
"requires": {
"@types/connect": "^3.4.33",
"@types/express-serve-static-core": "^4.17.9",
@ -3818,9 +3818,9 @@
},
"dependencies": {
"@types/node": {
"version": "12.20.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.7.tgz",
"integrity": "sha512-gWL8VUkg8VRaCAUgG9WmhefMqHmMblxe2rVpMF86nZY/+ZysU+BkAp+3cz03AixWDSSz0ks5WX59yAhv/cDwFA=="
"version": "12.20.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.13.tgz",
"integrity": "sha512-1x8W5OpxPq+T85OUsHRP6BqXeosKmeXRtjoF39STcdf/UWLqUsoehstZKOi0CunhVqHG17AyZgpj20eRVooK6A=="
},
"commander": {
"version": "2.20.3",

View File

@ -31,7 +31,7 @@
"express-rate-limit": "^5.2.6",
"frisbee": "^3.1.4",
"ioredis": "^4.26.0",
"jayson": "^3.4.4",
"jayson": "^3.5.2",
"morgan": "^1.10.0",
"mustache": "^4.1.0",
"prettier": "^2.2.1",