From cff67ae891c0c4c5dc87a2c881679ed4753ea2ef Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Wed, 2 Aug 2017 07:15:28 +0800 Subject: [PATCH] feat: upgrade is-type-of to 1.1.0 avoid using toString() to type check - https://github.com/node-modules/hessian.js/pull/76/files#r117784718 - https://github.com/node-modules/is-type-of/pull/4 - https://github.com/node-modules/is-type-of/pull/5 pick from https://github.com/node-modules/hessian.js/pull/80 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 993e4f7..d54704a 100644 --- a/package.json +++ b/package.json @@ -34,11 +34,11 @@ }, "homepage": "https://github.com/node-modules/hessian.js", "dependencies": { - "byte": "~1.1.5", - "debug": "~2.6.7", - "is-type-of": "~1.0.0", - "utility": "~1.6.0", - "long": "~3.1.0" + "byte": "^1.1.6", + "debug": "^2.6.8", + "is-type-of": "^1.1.0", + "long": "^3.2.0", + "utility": "^1.12.0" }, "devDependencies": { "autod": "*",