Skip to content

Commit ebd8cfa

Browse files
committed
update dependencies
1 parent 4c1f206 commit ebd8cfa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "big-integer",
3-
"version": "1.6.49",
3+
"version": "1.6.50",
44
"author": "Peter Olson <[email protected]>",
55
"description": "An arbitrary length integer library for Javascript",
66
"contributors": [],
@@ -26,15 +26,15 @@
2626
"arithmetic"
2727
],
2828
"devDependencies": {
29-
"@types/lodash": "^4.14.118",
29+
"@types/lodash": "^4.14.175",
3030
"@types/node": "^7.10.2",
3131
"coveralls": "^3.0.6",
3232
"jasmine": "3.5.0",
3333
"jasmine-core": "^3.5.0",
34-
"karma": "^4.3.0",
34+
"karma": "^6.3.4",
3535
"karma-cli": "^2.0.0",
36-
"karma-coverage": "^2.0.1",
37-
"karma-jasmine": "^2.0.1",
36+
"karma-coverage": "^2.0.3",
37+
"karma-jasmine": "^4.0.1",
3838
"karma-phantomjs-launcher": "^1.0.4",
3939
"lodash": "^4.17.21",
4040
"typescript": "^3.6.3",

0 commit comments

Comments
 (0)