From 76dc4403e2eb7a552401e347994bd9ab4f3a723c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 04:46:54 +0000 Subject: [PATCH] fix: upgrade hotkeys-js from 3.12.0 to 3.13.7 Snyk has created this PR to upgrade hotkeys-js from 3.12.0 to 3.13.7. See this package in npm: hotkeys-js See this project in Snyk: https://app.snyk.io/org/matthewluallen/project/f944ecf3-58e2-4181-8056-b99e7a70581a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 16 ++++++++++------ package.json | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca3963e87f6c7..bcf686ddf5e32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "joomla", - "version": "4.4.7", + "version": "4.4.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "joomla", - "version": "4.4.7", + "version": "4.4.9", "hasInstallScript": true, "license": "GPL-2.0-or-later", "dependencies": { @@ -26,7 +26,7 @@ "dotenv": "^16.3.1", "dragula": "^3.7.3", "focus-visible": "^5.2.0", - "hotkeys-js": "^3.12.0", + "hotkeys-js": "^3.13.7", "joomla-ui-custom-elements": "^0.2.0", "jquery": "^3.7.1", "jquery-migrate": "^3.4.1", @@ -5720,9 +5720,13 @@ "dev": true }, "node_modules/hotkeys-js": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.12.0.tgz", - "integrity": "sha512-Z+N573ycUKIGwFYS3ID1RzMJiGmtWMGKMiaNLyJS8B1ei+MllF4ZYmKS2T0kMWBktOz+WZLVNikftEgnukOrXg==" + "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-tags": { "version": "3.3.1", diff --git a/package.json b/package.json index b878c351f0d10..22ff4d2a2a160 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "dotenv": "^16.3.1", "dragula": "^3.7.3", "focus-visible": "^5.2.0", - "hotkeys-js": "^3.12.0", + "hotkeys-js": "^3.13.7", "joomla-ui-custom-elements": "^0.2.0", "jquery": "^3.7.1", "jquery-migrate": "^3.4.1",