Bump vue-shortkey from 3.1.6 to 3.1.7

Bumps [vue-shortkey](https://github.com/iFgR/vue-shortkey) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/iFgR/vue-shortkey/releases)
- [Commits](https://github.com/iFgR/vue-shortkey/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-07 08:24:42 +00:00 committed by GitHub
parent 7742dc3b93
commit c954603094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 6 deletions

21
package-lock.json generated
View File

@ -6418,7 +6418,7 @@
"dependencies": {
"resolve": {
"version": "1.1.7",
"resolved": "http://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
"integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=",
"dev": true
}
@ -8200,6 +8200,11 @@
"array-find-index": "^1.0.1"
}
},
"custom-event-polyfill": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/custom-event-polyfill/-/custom-event-polyfill-1.0.7.tgz",
"integrity": "sha512-TDDkd5DkaZxZFM8p+1I3yAlvM3rSr1wbrOliG4yJiwinMZN8z/iGL7BTlDkrJcYTmgUSb4ywVCc3ZaUtOtC76w=="
},
"cyclist": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/cyclist/-/cyclist-0.2.2.tgz",
@ -9816,6 +9821,11 @@
"integrity": "sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=",
"dev": true
},
"element-matches": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/element-matches/-/element-matches-0.1.2.tgz",
"integrity": "sha512-yWh1otcs3OKUWDvu/IxyI36ZI3WNaRZlI0uG/DK6fu0pap0VYZ0J5pEGTk1zakme+hT0OKHwhlHc0N5TJhY6yQ=="
},
"element-ui": {
"version": "2.4.11",
"resolved": "https://registry.npmjs.org/element-ui/-/element-ui-2.4.11.tgz",
@ -24413,11 +24423,12 @@
"integrity": "sha512-8iSa4mGNXBjyuSZFCCO4fiKfvzqk+mhL0lnKuGcQtO1eoj8nq3CmbEG8FwK5QqoqwDgsjsf1GDuisDX4cdb/aQ=="
},
"vue-shortkey": {
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/vue-shortkey/-/vue-shortkey-3.1.6.tgz",
"integrity": "sha512-Nh5cwN86rfNCKINVi16OzN/iVPLvhk1yvVZD8h8E34WlzDRtdm+dngUjfsedz30+Eebbr6c444TmLLIrKqzW9g==",
"version": "3.1.7",
"resolved": "https://registry.npmjs.org/vue-shortkey/-/vue-shortkey-3.1.7.tgz",
"integrity": "sha512-Wm/vPXXS+4Wl/LoYpD+cZc0J0HIoVlY8Ep0JLIqqswmAya3XUBtsqKbhzEf9sXo+3rZ5p1YsUyZfXas8XD7YjQ==",
"requires": {
"vue": "^2.1.0"
"custom-event-polyfill": "^1.0.7",
"element-matches": "^0.1.2"
}
},
"vue-style-loader": {

View File

@ -201,7 +201,7 @@
"vue-electron": "^1.0.6",
"vue-popperjs": "^2.2.0",
"vue-router": "^3.1.3",
"vue-shortkey": "^3.1.0",
"vue-shortkey": "^3.1.7",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0"
},