From c19064be8439f764596c3582ee806f17cf4bc495 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Jul 2025 04:52:03 +0000 Subject: [PATCH] fix: upgrade hotkeys-js from 3.12.0 to 3.13.14 Snyk has created this PR to upgrade hotkeys-js from 3.12.0 to 3.13.14. See this package in npm: hotkeys-js 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 ce676246a..1b4f5a2fe 100644 --- a/glances/outputs/static/package.json +++ b/glances/outputs/static/package.json @@ -3,7 +3,7 @@ "dependencies": { "bootstrap": "^3.4.1", "favico.js": "^0.3.10", - "hotkeys-js": "^3.10.2", + "hotkeys-js": "^3.13.14", "lodash": "^4.17.21", "sanitize-html": "^2.10.0", "vue": "^3.5.14"