Skip to content

Commit

Permalink
fix: example/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-7444580
  • Loading branch information
snyk-bot committed Jul 27, 2024
1 parent c29e15a commit 8bfb49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"ali-oss": "^6.0.0",
"bootstrap": "^4.1.1",
"bootstrap": "^5.0.0",
"express": "^4.17.1",
"jquery": "^3.3.1"
}
Expand Down

0 comments on commit 8bfb49a

Please sign in to comment.