chore(deps): update dependency @types/koa-router to v7.0.32

This commit is contained in:
Renovate Bot 2018-09-20 11:41:26 +00:00 committed by renovate[bot]
parent 32b5e5dc26
commit b96dd59e78
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View file

@ -1452,9 +1452,9 @@
} }
}, },
"@types/koa-router": { "@types/koa-router": {
"version": "7.0.31", "version": "7.0.32",
"resolved": "https://registry.npmjs.org/@types/koa-router/-/koa-router-7.0.31.tgz", "resolved": "https://registry.npmjs.org/@types/koa-router/-/koa-router-7.0.32.tgz",
"integrity": "sha512-D2kdzSmVkLXuWymrynaZOe5p6DnLV8pARe7ZZdBer9dGij7p+RbV49r2Uy2wz4Z3swX+eCrXueAiYBZaBbsWhg==", "integrity": "sha512-PHaGjcpPNBak5OYiq3N1SIfhZctlIOcYFmC47HRKXqdlly78iwLJlxH5Tnjp4AsJ+ukZjrtbOrKox1smTS2OCQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/koa": "*" "@types/koa": "*"
@ -12964,9 +12964,9 @@
"integrity": "sha512-faQrqNMzcPCHGVC2aaOINk13K+aaBDUPjGWl0teOXywElLjyVAB6Oe2jj62jHYtwsU49jXhScYbvPENK+6zAvQ==" "integrity": "sha512-faQrqNMzcPCHGVC2aaOINk13K+aaBDUPjGWl0teOXywElLjyVAB6Oe2jj62jHYtwsU49jXhScYbvPENK+6zAvQ=="
}, },
"yup": { "yup": {
"version": "0.26.6", "version": "0.26.5",
"resolved": "https://registry.npmjs.org/yup/-/yup-0.26.6.tgz", "resolved": "https://registry.npmjs.org/yup/-/yup-0.26.5.tgz",
"integrity": "sha512-Lfj8pAtQ/cDu/wsCuXt2ArQ0uUO/9nfr+EwlD9oQrWIErtjURjdSXYTS1ycN7T/Ok+IUTy23Tdo6Wo0f/wMMBw==", "integrity": "sha512-fBf7pfOCoGgk6ppcRkR5UjVxBqTHM/4d4WCrJN5fa7vFJFwM3f3tQYKY5cLSks2k8FixPW+WO7HGSPKoJCxbZw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/runtime": "7.0.0", "@babel/runtime": "7.0.0",

View file

@ -67,7 +67,7 @@
"@types/hapi": "17.0.19", "@types/hapi": "17.0.19",
"@types/jest": "23.3.2", "@types/jest": "23.3.2",
"@types/koa-multer": "1.0.0", "@types/koa-multer": "1.0.0",
"@types/koa-router": "7.0.31", "@types/koa-router": "7.0.32",
"@types/lodash": "4.14.116", "@types/lodash": "4.14.116",
"@types/lru-cache": "4.1.1", "@types/lru-cache": "4.1.1",
"@types/memcached": "2.2.5", "@types/memcached": "2.2.5",
@ -115,7 +115,7 @@
"tslint": "5.11.0", "tslint": "5.11.0",
"typescript": "3.0.3", "typescript": "3.0.3",
"ws": "6.0.0", "ws": "6.0.0",
"yup": "0.26.6" "yup": "0.26.5"
}, },
"jest": { "jest": {
"testEnvironment": "node", "testEnvironment": "node",