Skip to content

Commit

Permalink
fix: examples/with-reactstrap/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-BOOTSTRAP-7444593
  • Loading branch information
snyk-bot committed Jul 31, 2024
1 parent d0903a5 commit 21e3d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-reactstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"bootstrap": "^4.5.0",
"bootstrap": "^5.0.0",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down

0 comments on commit 21e3d8b

Please sign in to comment.