Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 1 vulnerable dependencies #1

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions packages/maps-native/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-450202:
- native-base > lodash:
patched: '2019-07-03T21:40:03.789Z'
- native-base > native-base-shoutem-theme > lodash:
patched: '2019-07-03T21:40:03.789Z'
- native-base > react-native-easy-grid > lodash:
patched: '2019-07-03T21:40:03.789Z'
- native-base > react-native-vector-icons > lodash:
patched: '2019-07-03T21:40:03.789Z'
114 changes: 59 additions & 55 deletions packages/maps-native/package.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,61 @@
{
"name": "@appbaseio/reactivemaps-native",
"version": "0.2.0",
"description": "Native map components for building reactive UIs with Elasticsearch",
"main": "src/index.js",
"files": [
"src/"
],
"scripts": {
"lint": "eslint .",
"precommit": "eslint ."
},
"author": "Appbase Inc. <[email protected]> (https://github.com/appbaseio)",
"license": "Apache-2.0",
"homepage": "https://github.com/appbaseio/reactivesearch",
"keywords": [
"appbaseio",
"appbase",
"search",
"UI components",
"react-native",
"reactivesearch",
"maps"
],
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-native": "^3.2.1",
"expo": "^32.0.6",
"husky": "^0.14.3",
"prettier": "^1.12.1",
"react": "~16.8.6",
"react-native": "~0.59.1"
},
"dependencies": {
"@appbaseio/reactivecore": "^8.2.7",
"@ptomasroos/react-native-multi-slider": "^0.0.13",
"appbase-js": "^4.0.2-beta.06",
"hoist-non-react-statics": "^3.3.0",
"native-base": "^2.4.2",
"prop-types": "^15.6.1"
}
"name": "@appbaseio/reactivemaps-native",
"version": "0.2.0",
"description": "Native map components for building reactive UIs with Elasticsearch",
"main": "src/index.js",
"files": [
"src/"
],
"scripts": {
"lint": "eslint .",
"precommit": "eslint .",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": "Appbase Inc. <[email protected]> (https://github.com/appbaseio)",
"license": "Apache-2.0",
"homepage": "https://github.com/appbaseio/reactivesearch",
"keywords": [
"appbaseio",
"appbase",
"search",
"UI components",
"react-native",
"reactivesearch",
"maps"
],
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-native": "^3.2.1",
"expo": "^32.0.6",
"husky": "^0.14.3",
"prettier": "^1.12.1",
"react": "~16.8.6",
"react-native": "~0.59.1"
},
"dependencies": {
"@appbaseio/reactivecore": "^8.2.7",
"@ptomasroos/react-native-multi-slider": "^0.0.13",
"appbase-js": "^4.0.2-beta.06",
"hoist-non-react-statics": "^3.3.0",
"native-base": "^2.4.2",
"prop-types": "^15.6.1",
"snyk": "^1.189.0"
},
"snyk": true
}