Update Knub to 9.6.2

This commit is contained in:
Dragory 2018-07-31 19:37:18 +03:00
parent 229f27f2f3
commit 0d6bd097c8
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2181,9 +2181,9 @@
}
},
"knub": {
"version": "9.6.1",
"resolved": "https://registry.npmjs.org/knub/-/knub-9.6.1.tgz",
"integrity": "sha512-Usydud/TYz8Il/8DLpMSTnAup3nespr3DLlPRnFzmO9mL0hQnCKtqAdp3WoDCmPb6uhqJ3zCe6AH66zRS7VC/w==",
"version": "9.6.2",
"resolved": "https://registry.npmjs.org/knub/-/knub-9.6.2.tgz",
"integrity": "sha512-4Hz6xTrY8srq+tT5h1uxWIGZrb0iIvRkCP2l5OKINKfFHzm0Xn6IvkWYW6DUTQg4m37KgySGdWDpPhLSZUqVmg==",
"requires": {
"escape-string-regexp": "^1.0.5",
"js-yaml": "^3.9.1",

View file

@ -33,7 +33,7 @@
"escape-string-regexp": "^1.0.5",
"humanize-duration": "^3.15.0",
"knex": "^0.14.6",
"knub": "^9.6.1",
"knub": "^9.6.2",
"lodash.at": "^4.6.0",
"lodash.difference": "^4.5.0",
"lodash.intersection": "^4.4.0",