From 99d5df567c0c4dbae08c39885953ba1ca03bd471 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Oct 2024 10:32:22 +0000 Subject: [PATCH] fix: upgrade hotkeys-js from 3.8.8 to 3.13.7 Snyk has created this PR to upgrade hotkeys-js from 3.8.8 to 3.13.7. See this package in npm: hotkeys-js See this project in Snyk: https://app.snyk.io/org/sdcs26/project/3d6c4144-cc92-4e7e-8129-c720a92dd45c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb8bb382aa1..6b1d42c87ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "fuzzy": "^0.1.3", "gettext.js": "^1.2.0", "gridstack": "^5.0.0", - "hotkeys-js": "^3.8.7", + "hotkeys-js": "^3.13.7", "html5sortable": "^0.13.2", "jquery": "^3.4.1", "jquery-migrate": "^3.1.0", @@ -5100,9 +5100,13 @@ } }, "node_modules/hotkeys-js": { - "version": "3.8.8", - "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.8.8.tgz", - "integrity": "sha512-3vUjgRJiQOHDFouNnr6fKMffGtkujPEnmUutJc1O6NVS/jTDWge5+XDrMKONVg9NGhzl2kY1nhG2/CEnXKFR7A==" + "version": "3.13.7", + "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.13.7.tgz", + "integrity": "sha512-ygFIdTqqwG4fFP7kkiYlvayZppeIQX2aPpirsngkv1xM1lP0piDY5QEh68nQnIKvz64hfocxhBaD/uK3sSK1yQ==", + "license": "MIT", + "funding": { + "url": "https://jaywcjlove.github.io/#/sponsor" + } }, "node_modules/html-encoding-sniffer": { "version": "3.0.0", diff --git a/package.json b/package.json index dff39a093bd..3430d5be594 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "fuzzy": "^0.1.3", "gettext.js": "^1.2.0", "gridstack": "^5.0.0", - "hotkeys-js": "^3.8.7", + "hotkeys-js": "^3.13.7", "html5sortable": "^0.13.2", "jquery": "^3.4.1", "jquery-migrate": "^3.1.0",