Skip to content

Commit e65e07c

Browse files
authored
Upgrade lodash version to 4
lodash v3 has an issue that causes TypeError: Cannot read property 'prototype' of undefined. This has been fixed in v4 (lodash/lodash#223).
1 parent 9d00cd1 commit e65e07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"json-pointer": "^0.5.0",
44-
"lodash": "^3.9.3",
44+
"lodash": "^4.13.1",
4545
"request": "^2.72.0"
4646
}
4747
}

0 commit comments

Comments
 (0)