3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Update Knub to 15.1.0

This commit is contained in:
Dragory 2019-01-15 01:03:11 +02:00
parent 990cb7b359
commit 04618c4191
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2155,9 +2155,9 @@
"dev": true
},
"knub": {
"version": "15.0.1",
"resolved": "https://registry.npmjs.org/knub/-/knub-15.0.1.tgz",
"integrity": "sha512-sfq+N9NebiyyPBRriEUAAGwmyw5VDqMQlSam2OcE+VhjAr9uROR5u+PnRWSG23QU687pLpU8V1jNrYyg6n+3Jw==",
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/knub/-/knub-15.1.0.tgz",
"integrity": "sha512-sMHU/wdr0FZdPUXaYznJnRWAU1JpxBrB0w4JwNkuReeGcD2A6YdNk3ksqTR//tgMxtHnqE+LB7yRTTXwnLw0YQ==",
"requires": {
"escape-string-regexp": "^1.0.5",
"lodash.at": "^4.6.0",

View file

@ -33,7 +33,7 @@
"escape-string-regexp": "^1.0.5",
"humanize-duration": "^3.15.0",
"js-yaml": "^3.12.0",
"knub": "^15.0.1",
"knub": "^15.1.0",
"lodash.at": "^4.6.0",
"lodash.chunk": "^4.2.0",
"lodash.difference": "^4.5.0",