From 1e19cf7f8bd111ce49caf8f6be183e1b9f622662 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 1 Feb 2022 06:55:24 +0000 Subject: [PATCH] fix(deps): update dependency @github/hotkey to v2 (#1471) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1471 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2271edaa08..e04cb49af6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "browserslist:update": "npx browserslist@latest --update-db" }, "dependencies": { - "@github/hotkey": "1.6.1", + "@github/hotkey": "2.0.0", "@kyvg/vue3-notification": "2.3.4", "@sentry/tracing": "6.17.3", "@sentry/vue": "6.17.3", diff --git a/yarn.lock b/yarn.lock index fa41206d9e..d546bfd759 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1860,10 +1860,10 @@ resolved "https://registry.yarnpkg.com/@fortawesome/vue-fontawesome/-/vue-fontawesome-3.0.0-5.tgz#6251e6917198362fa56510eb256cfb6aa6d30a32" integrity sha512-aNmBT4bOecrFsZTog1l6AJDQHPP3ocXV+WQ3Ogy8WZCqstB/ahfhH4CPu5i4N9Hw0MBKXqE+LX+NbUxcj8cVTw== -"@github/hotkey@1.6.1": - version "1.6.1" - resolved "https://registry.yarnpkg.com/@github/hotkey/-/hotkey-1.6.1.tgz#dd9ae23e3912cf456c156e7b935a12e9d0464e43" - integrity sha512-vwxqOREwldnk5wD460LPB5wUVpiVECPupi+9fKx5TFXUiRLLz4sw8QbF1FqQsV+puwsjUBhzXPa4Crj/7MGPhw== +"@github/hotkey@2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@github/hotkey/-/hotkey-2.0.0.tgz#5bc8c53afe2dd6757261b0f94f4ff68339db5a46" + integrity sha512-KRw695msYYRIeFWvADV2PJa58+88NvYmHl+RJZLAlCtvbzjlkYwDf6yLC0xSLGcoYB5bKHQzudqYgPgpYnVbLw== "@hapi/hoek@^9.0.0": version "9.2.0"