From 813a96ffb6e8e7ae92b19cf25095298f79263fa3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 May 2025 03:43:45 +0000 Subject: [PATCH] feat: upgrade bootstrap from 3.4.1 to 5.3.5 Snyk has created this PR to upgrade bootstrap from 3.4.1 to 5.3.5. See this package in npm: bootstrap See this project in Snyk: https://app.snyk.io/org/nerds-github/project/aa77fd79-7d27-4ab0-9d41-5dd117531784?utm_source=github&utm_medium=referral&page=upgrade-pr --- glances/outputs/static/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/outputs/static/package.json b/glances/outputs/static/package.json index 01f60d857f..305353249d 100644 --- a/glances/outputs/static/package.json +++ b/glances/outputs/static/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "bootstrap": "^3.4.1", + "bootstrap": "^5.3.5", "favico.js": "^0.3.10", "hotkeys-js": "^3.10.2", "lodash": "^4.17.21",