Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-GOT-2932019
  • Loading branch information
snyk-bot committed Jun 20, 2022
1 parent 128be6e commit 89a4967
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 33 deletions.
91 changes: 59 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@babel/runtime": "^7.13.17",
"gatsby-source-filesystem": "^3.4.0",
"got": "^11.8.2",
"got": "^11.8.5",
"node-fetch": "^2.6.1"
},
"jest": {
Expand Down

0 comments on commit 89a4967

Please sign in to comment.