Skip to content

Commit ab45730

Browse files
authored
feat: upgrade is-type-of to 1.1.0 (#81)
avoid using toString() to type check - https://github.com/node-modules/hessian.js/pull/76/files#r117784718 - node-modules/is-type-of#4 - node-modules/is-type-of#5 pick from #80
1 parent ce2b831 commit ab45730

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
},
3535
"homepage": "https://github.com/node-modules/hessian.js",
3636
"dependencies": {
37-
"byte": "~1.1.5",
38-
"debug": "~2.6.7",
39-
"is-type-of": "~1.0.0",
40-
"utility": "~1.6.0",
41-
"long": "~3.1.0"
37+
"byte": "^1.1.6",
38+
"debug": "^2.6.8",
39+
"is-type-of": "^1.1.0",
40+
"long": "^3.2.0",
41+
"utility": "^1.12.0"
4242
},
4343
"devDependencies": {
4444
"autod": "*",

0 commit comments

Comments
 (0)