Skip to content

Commit 92b1399

Browse files
committed
Fixed security alert from npm
1 parent fc48fd9 commit 92b1399

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"test": "jest"
88
},
99
"dependencies": {
10+
"merge": "^1.2.1",
1011
"react": "16.6.0-alpha.8af6728",
1112
"react-native": "0.57.3"
1213
},
@@ -19,4 +20,4 @@
1920
"jest": {
2021
"preset": "react-native"
2122
}
22-
}
23+
}

0 commit comments

Comments
 (0)