Skip to content

Commit

Permalink
fix: ios/versioned-react-native/ABI33_0_0/EXMailComposer/package.json…
Browse files Browse the repository at this point in the history
… & ios/versioned-react-native/ABI33_0_0/EXMailComposer/.snyk to reduce vulnerabilities

The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot authored and springcoil committed May 1, 2020
1 parent b80f4b4 commit 1ac6b42
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions ios/versioned-react-native/ABI33_0_0/EXMailComposer/package.json
Expand Up @@ -9,9 +9,10 @@
"build": "expo-module build",
"clean": "expo-module clean",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepare": "npm run snyk-protect && expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
"expo-module": "expo-module",
"snyk-protect": "snyk protect"
},
"keywords": [
"react-native",
Expand Down Expand Up @@ -42,6 +43,8 @@
"gitHead": "211a7a3ce4007e7aa10ccf6efac4b5333ec31d0a",
"dependencies": {
"lodash": "^4.6.0",
"query-string": "^6.2.0"
}
"query-string": "^6.2.0",
"snyk": "^1.316.1"
},
"snyk": true
}

0 comments on commit 1ac6b42

Please sign in to comment.