fix: upgrade jayson from 3.5.2 to 3.6.1

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

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-20 02:36:22 +00:00 committed by Overtorment
parent d9d75a0b29
commit d90881771c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3648,9 +3648,9 @@
"integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
}, },
"jayson": { "jayson": {
"version": "3.5.2", "version": "3.6.1",
"resolved": "https://registry.npmjs.org/jayson/-/jayson-3.5.2.tgz", "resolved": "https://registry.npmjs.org/jayson/-/jayson-3.6.1.tgz",
"integrity": "sha512-SL1PzVFKi3neGKk12uxE89finYarJZrlRt1Qm8gdVUZACCx6Px1VV6cDcu3LzD4BwmNB7DuMdMaV42l3P8lMCA==", "integrity": "sha512-VeVDzvUPysKi2IdyKKaFRV+5gUWI2k6/FFNDk68fHv8j2/aHA/1fY9rLbuYbjScviQeMc5QZO9ettgTX+vhF3Q==",
"requires": { "requires": {
"@types/connect": "^3.4.33", "@types/connect": "^3.4.33",
"@types/express-serve-static-core": "^4.17.9", "@types/express-serve-static-core": "^4.17.9",

View File

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