From 789ba8393693e8c6fc22ec5d709e39dca15afd87 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Aug 2023 23:27:39 +0000 Subject: [PATCH] fix: upgrade hotkeys-js from 3.11.2 to 3.12.0 Snyk has created this PR to upgrade hotkeys-js from 3.11.2 to 3.12.0. See this package in npm: https://www.npmjs.com/package/hotkeys-js See this project in Snyk: https://app.snyk.io/org/mastermindzh/project/dade8f03-2064-49a3-8957-edbacec3887c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 481c596..0ae24dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "discord-rpc": "^4.0.1", "electron-store": "^8.1.0", "express": "^4.18.2", - "hotkeys-js": "^3.11.2", + "hotkeys-js": "^3.12.0", "mpris-service": "^2.1.2", "request": "^2.88.2", "sass": "^1.64.1" @@ -4855,9 +4855,9 @@ } }, "node_modules/hotkeys-js": { - "version": "3.11.2", - "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.11.2.tgz", - "integrity": "sha512-hLuR+wtvrVrVFHku5cud44cPXQf5ke+96TonRaGzlNSt22rh2LH65avLYFNsc+QpzMuOEQG/IxJT5mEop99rvg==" + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.12.0.tgz", + "integrity": "sha512-Z+N573ycUKIGwFYS3ID1RzMJiGmtWMGKMiaNLyJS8B1ei+MllF4ZYmKS2T0kMWBktOz+WZLVNikftEgnukOrXg==" }, "node_modules/html-tags": { "version": "3.3.1", @@ -9340,4 +9340,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index e587566..8852013 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "discord-rpc": "^4.0.1", "electron-store": "^8.1.0", "express": "^4.18.2", - "hotkeys-js": "^3.11.2", + "hotkeys-js": "^3.12.0", "mpris-service": "^2.1.2", "request": "^2.88.2", "sass": "^1.64.1"