Skip to content

Commit

Permalink
fix: examples/with-gatsby/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-WS-7266574
  • Loading branch information
snyk-bot committed Jun 17, 2024
1 parent 4fe52ec commit 6ec8ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"gatsby": "^2.24.67",
"gatsby": "^4.22.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rsuite-table": "^3.14.5"
Expand Down

0 comments on commit 6ec8ea4

Please sign in to comment.