Update Knub to 15.0.0

This commit is contained in:
Dragory 2019-01-06 14:05:56 +02:00
parent 19dc621e85
commit 145f5866cf
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2155,9 +2155,9 @@
"dev": true
},
"knub": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/knub/-/knub-14.0.0.tgz",
"integrity": "sha512-okVS+72XBoSvrV+5xwqezPQQCAfrNe0uPIbHIe/PqyuiKURC7V6VflWAEg5mSofC9Lc5uAnU7sMyLqhFIGPBNQ==",
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/knub/-/knub-15.0.0.tgz",
"integrity": "sha512-ZXzw2YAQ2GY9g69He5bZw/ZRcPoSbYHMcqneLcB8gn49DR2l0hwBrYve6mle9xfCqmYTgeKhVVtK0Y4qk78UOQ==",
"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": "^14.0.0",
"knub": "^15.0.0",
"lodash.at": "^4.6.0",
"lodash.chunk": "^4.2.0",
"lodash.difference": "^4.5.0",