From 8bfb49ab8c35628bdb42190c935e3a83faf47d3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jul 2024 09:33:49 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-7444580 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index c56dd1df4..1062f6ad1 100644 --- a/example/package.json +++ b/example/package.json @@ -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" }