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

Update Knub to 24.1.1

This commit is contained in:
Dragory 2019-10-11 02:54:10 +03:00
parent 2a8ab45f10
commit a7efc99b7b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -8299,9 +8299,9 @@
"dev": true "dev": true
}, },
"knub": { "knub": {
"version": "24.1.0", "version": "24.1.1",
"resolved": "https://registry.npmjs.org/knub/-/knub-24.1.0.tgz", "resolved": "https://registry.npmjs.org/knub/-/knub-24.1.1.tgz",
"integrity": "sha512-aI3yMxG8tRRESuTA1rvoTxBAD/X6xZPJ2lbN3O4AH8wLa0LJtK5Y79r2KIk20bgLFba8LbCNsZd0syougJh/xQ==", "integrity": "sha512-duybjh4iSIGiSWTfcZ1iBuNJX6S3uHMU2gzTp+qAXZvDKeSFvVYjJ1/djyX/GKeEsmk2yuki2jpDOYjJbNHH5w==",
"requires": { "requires": {
"escape-string-regexp": "^2.0.0", "escape-string-regexp": "^2.0.0",
"knub-command-manager": "^5.2.0", "knub-command-manager": "^5.2.0",

View file

@ -30,7 +30,7 @@
"humanize-duration": "^3.15.0", "humanize-duration": "^3.15.0",
"io-ts": "^2.0.0", "io-ts": "^2.0.0",
"js-yaml": "^3.13.1", "js-yaml": "^3.13.1",
"knub": "^24.1.0", "knub": "^24.1.1",
"knub-command-manager": "^5.1.0", "knub-command-manager": "^5.1.0",
"last-commit-log": "^2.1.0", "last-commit-log": "^2.1.0",
"lodash.chunk": "^4.2.0", "lodash.chunk": "^4.2.0",