mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
fix: packages/demo/package.json & packages/demo/.snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
"ios": "expo start --ios",
|
||||
"web": "expo start --web",
|
||||
"eject": "expo eject",
|
||||
"postinstall": "expo-yarn-workspaces postinstall"
|
||||
"postinstall": "expo-yarn-workspaces postinstall",
|
||||
"snyk-protect": "snyk protect",
|
||||
"prepublish": "npm run snyk-protect"
|
||||
},
|
||||
"dependencies": {
|
||||
"expo": "^33.0.0",
|
||||
@@ -16,7 +18,8 @@
|
||||
"react-dom": "^16.8.6",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
|
||||
"react-native-debug-console": "^2.0.0-alpha.7",
|
||||
"react-native-web": "0.11.4"
|
||||
"react-native-web": "0.11.4",
|
||||
"snyk": "^1.316.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "^7.5.0",
|
||||
@@ -26,5 +29,6 @@
|
||||
"expo-yarn-workspaces": "^1.2.0",
|
||||
"react-art": "^16.8.6"
|
||||
},
|
||||
"private": true
|
||||
"private": true,
|
||||
"snyk": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user