Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Commit c01c866

Browse files
dsmilkovtafsiri
authored andcommitted
Fix security vulnerabilities (#1846)
1 parent a11a034 commit c01c866

File tree

6 files changed

+799
-463
lines changed

6 files changed

+799
-463
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"clang-format": "~1.2.4",
2828
"jasmine": "~3.1.0",
2929
"jasmine-core": "~3.1.0",
30-
"karma": "~4.0.0",
30+
"karma": "~4.2.0",
3131
"karma-browserify": "~6.0.0",
3232
"karma-browserstack-launcher": "~1.4.0",
3333
"karma-chrome-launcher": "~2.2.0",
3434
"karma-jasmine": "~1.1.0",
35-
"karma-typescript": "~4.0.0",
35+
"karma-typescript": "~4.1.1",
3636
"npm-run-all": "~4.1.3",
3737
"rimraf": "~2.6.2",
3838
"rollup": "~1.9.0",

tfjs-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"karma-browserstack-launcher": "~1.4.0",
3232
"karma-chrome-launcher": "~2.2.0",
3333
"karma-jasmine": "~1.1.0",
34-
"karma-typescript": "~4.0.0",
34+
"karma-typescript": "~4.1.1",
3535
"karma-verbose-reporter": "^0.0.6",
3636
"react-native": "^0.59.9",
3737
"rimraf": "~2.6.2",

0 commit comments

Comments
 (0)