Skip to content

Commit

Permalink
fix: docs/package.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-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Nov 30, 2023
1 parent c83e344 commit b0e00d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"version": "1.0.0",
"author": "Hunter Chang",
"dependencies": {
"gatsby": "^3.0.0",
"gatsby": "^4.10.2",
"gatsby-plugin-google-analytics": "^2.1.16",
"gatsby-plugin-manifest": "^3.13.0",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.10",
"gatsby-plugin-sass": "^2.0.11",
"node-sass": "^4.11.0",
"node-sass": "^7.0.2",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-helmet": "^5.2.0",
Expand Down

0 comments on commit b0e00d6

Please sign in to comment.