chore(deps): bump jayson from 2.0.6 to 2.1.0

Bumps [jayson](https://github.com/tedeh/jayson) from 2.0.6 to 2.1.0.
- [Release notes](https://github.com/tedeh/jayson/releases)
- [Commits](https://github.com/tedeh/jayson/compare/v2.0.6...v2.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-12-10 20:47:31 +00:00 committed by Michael Vines
parent efe55e5fc4
commit 849530a463
1 changed files with 28 additions and 14 deletions

View File

@ -3190,9 +3190,9 @@
} }
}, },
"commander": { "commander": {
"version": "2.15.1", "version": "2.19.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz", "resolved": "https://registry.npmjs.org/commander/-/commander-2.19.0.tgz",
"integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==" "integrity": "sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg=="
}, },
"compare-func": { "compare-func": {
"version": "1.3.2", "version": "1.3.2",
@ -7751,17 +7751,30 @@
"dev": true "dev": true
}, },
"jayson": { "jayson": {
"version": "2.0.6", "version": "2.1.0",
"resolved": "https://registry.npmjs.org/jayson/-/jayson-2.0.6.tgz", "resolved": "https://registry.npmjs.org/jayson/-/jayson-2.1.0.tgz",
"integrity": "sha512-ZIzF3DZ3ig9rNeOLUzGUbpxjOMqrfUX9a2H+3cmQHIGdBk8nZMEmHVZNXwxNYchgx6UnB/CFV+miFEfOjmMBmA==", "integrity": "sha512-WQhCph4BgSDbRUPdZYqGMojKMxjzPqCCKmWYMsRWX/Bvh1oP+Irs2upeEJy8flU3ZAZzm68TjuL1X8u9Rt4wWQ==",
"requires": { "requires": {
"JSONStream": "1.3.4", "@types/node": "^10.3.5",
"commander": "2.15.1", "JSONStream": "^1.3.1",
"es6-promisify": "5.0.0", "commander": "^2.12.2",
"eyes": "0.1.8", "es6-promisify": "^5.0.0",
"json-stringify-safe": "5.0.1", "eyes": "^0.1.8",
"lodash": "4.17.5", "json-stringify-safe": "^5.0.1",
"uuid": "3.2.1" "lodash": "^4.17.10",
"uuid": "^3.2.1"
},
"dependencies": {
"@types/node": {
"version": "10.12.12",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.12.tgz",
"integrity": "sha512-Pr+6JRiKkfsFvmU/LK68oBRCQeEg36TyAbPhc2xpez24OOZZCuoIhWGTd39VZy6nGafSbxzGouFPTFD/rR1A0A=="
},
"lodash": {
"version": "4.17.11",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg=="
}
} }
}, },
"jest": { "jest": {
@ -8902,7 +8915,8 @@
"lodash": { "lodash": {
"version": "4.17.5", "version": "4.17.5",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz",
"integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==" "integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==",
"dev": true
}, },
"lodash.assign": { "lodash.assign": {
"version": "4.2.0", "version": "4.2.0",