1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-26 07:13:41 +01:00

Updates npm modules

This commit is contained in:
Amir Raminfar
2020-03-27 11:32:33 -07:00
parent 5b95dd1c20
commit 7ce5e5d883
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6965,9 +6965,9 @@
"dev": true
},
"hotkeys-js": {
"version": "3.7.5",
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.7.5.tgz",
"integrity": "sha512-UNkpV7ZRxgz+aQRXIknLjhDrewqi3S9wXkgasffILBxIYPboEiINTDLZYCmYLIeUwJsRSTtMMC2aXwD9ANPKZw=="
"version": "3.7.6",
"resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.7.6.tgz",
"integrity": "sha512-X5d16trjp79o+OaCn7syXu0cs+TkLYlK/teE5FhpD1Cj9ROcEIhfIQ7Mhrk761ynF3NQLbLn5xRojP2UuSqDAw=="
},
"hsl-regex": {
"version": "1.0.0",

View File

@@ -29,7 +29,7 @@
"bulma": "^0.8.1",
"caniuse-lite": "^1.0.30001038",
"date-fns": "^2.11.1",
"hotkeys-js": "^3.7.5",
"hotkeys-js": "^3.7.6",
"lodash.debounce": "^4.0.8",
"semver": "^7.1.3",
"splitpanes": "^2.2.1",