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

Update Knub to 18.0.1

This commit is contained in:
Dragory 2019-03-04 20:05:55 +02:00
parent 015e25beb9
commit afd3c95ed5
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2195,9 +2195,9 @@
"dev": true "dev": true
}, },
"knub": { "knub": {
"version": "18.0.0", "version": "18.0.1",
"resolved": "https://registry.npmjs.org/knub/-/knub-18.0.0.tgz", "resolved": "https://registry.npmjs.org/knub/-/knub-18.0.1.tgz",
"integrity": "sha512-h6hJ0sjjW5pwsgy1g10njlFrLHqIlfxsvn0quEcb4KGP4YH4YUu9fNsVQI827aSAEokMePXI5pDNYQNABJVwWQ==", "integrity": "sha512-xHUb3Y9htWzEx/Id9zBJwY1CqcfhBEs4aoCGQyrfHuxrTEHZhW2QV8HvfmVMMs60Z4yJTdRF4ohl4ec5TTYrtg==",
"requires": { "requires": {
"escape-string-regexp": "^1.0.5", "escape-string-regexp": "^1.0.5",
"lodash.at": "^4.6.0", "lodash.at": "^4.6.0",

View file

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