3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00

Update Knub to 16.1.1

This commit is contained in:
Dragory 2019-01-15 03:38:18 +02:00
parent c7b88de012
commit caa7b77d04
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2161,9 +2161,9 @@
"dev": true
},
"knub": {
"version": "16.1.0",
"resolved": "https://registry.npmjs.org/knub/-/knub-16.1.0.tgz",
"integrity": "sha512-OZxxe1iQTsUCSV9EJml/S6hbYjMXg1FI/M2dF+27pAdo68YSe0Kj4HPFdTKY/2U95VVCNBIFXgytiNLc54CvNw==",
"version": "16.1.1",
"resolved": "https://registry.npmjs.org/knub/-/knub-16.1.1.tgz",
"integrity": "sha512-UvAPGuyjFYDAMBVNQCxPbJXmDbaPYMmNaOhwRjFKvKdiOBsXrIxSBYtxNafx6tWG9HAO1qEg0+gyOIR0KFuCEg==",
"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": "^16.1.0",
"knub": "^16.1.1",
"lodash.at": "^4.6.0",
"lodash.chunk": "^4.2.0",
"lodash.difference": "^4.5.0",