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

Commit bbc2ea4

Browse files
authored
Security fix for cloud func mailer and react native (#1847)
SECURITY
1 parent bd3c241 commit bbc2ea4

File tree

3 files changed

+151
-3727
lines changed

3 files changed

+151
-3727
lines changed

scripts/cloud_funcs/send_email/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tfjs-react-native/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
"@react-native-community/async-storage": "^1.4.2",
2323
"@tensorflow/tfjs-core": "1.2.0",
2424
"@types/base64-js": "^1.2.5",
25+
"@types/jasmine": "~2.5.53",
2526
"@types/react-native": "^0.57.60",
2627
"clang-format": "~1.2.2",
2728
"jasmine": "~3.1.0",
2829
"jasmine-core": "~3.1.0",
29-
"karma": "~4.0.0",
30+
"karma": "~4.2.0",
3031
"karma-browserify": "~6.0.0",
3132
"karma-browserstack-launcher": "~1.4.0",
3233
"karma-chrome-launcher": "~2.2.0",
3334
"karma-jasmine": "~1.1.0",
3435
"karma-typescript": "~4.1.1",
3536
"karma-verbose-reporter": "^0.0.6",
36-
"react-native": "^0.59.9",
3737
"rimraf": "~2.6.2",
3838
"rollup": "^0.58.2",
3939
"rollup-plugin-commonjs": "9.1.3",
@@ -43,7 +43,7 @@
4343
"tslint": "~5.11.0",
4444
"tslint-no-circular-imports": "^0.5.0",
4545
"typescript": "3.3.3333",
46-
"yalc": "~1.0.0-pre.21"
46+
"yalc": "^1.0.0-pre.32"
4747
},
4848
"dependencies": {
4949
"base64-js": "^1.3.0"

0 commit comments

Comments
 (0)