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 vulnerabilities #380

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Next Next commit
fix: examples/using-react-url-query/package.json & examples/using-rea…
…ct-url-query/.snyk to reduce vulnerabilities

The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
snyk-bot authored and philipedin committed May 23, 2020
commit e8c06fe9bd2d91a0597c1b5d4c494f7c2d36316b
10 changes: 7 additions & 3 deletions examples/using-react-url-query/package.json
Original file line number Diff line number Diff line change
@@ -13,12 +13,16 @@
"gatsby-plugin-google-analytics": "latest",
"gatsby-plugin-offline": "latest",
"history": "^4.7.2",
"react-url-query": "^1.2.0"
"react-url-query": "^1.2.0",
"snyk": "^1.324.0"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build"
}
"build": "gatsby build",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}