1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Security: Updated a few packages to fix CVE-2018-16469

This commit is contained in:
Laurent Cozic
2019-02-15 18:01:04 +00:00
parent 3d933c5244
commit 88e6315d09
4 changed files with 14711 additions and 10876 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,6 @@
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"postinstall": "node ../Tools/copycss.js"
},
"dependencies": {
@@ -62,12 +61,7 @@
"xml2js": "^0.4.19"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "^16.6.3"
},
"jest": {
"preset": "react-native"
}
}