koa2-swagger-ui
Advanced tools
Comparing version 5.0.2 to 5.0.3
{ | ||
"name": "koa2-swagger-ui", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Swagger UI middleware for koa", | ||
@@ -22,3 +22,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@types/koa": "^2.11.4", | ||
"@types/koa": "^2.11.6", | ||
"handlebars": "^4.7.6", | ||
@@ -29,16 +29,16 @@ "lodash": "^4.17.20", | ||
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "7.10.4", | ||
"@babel/preset-typescript": "7.10.4", | ||
"@ctrl/eslint-config": "1.2.1", | ||
"@jest/globals": "26.4.2", | ||
"@babel/plugin-transform-modules-commonjs": "7.12.1", | ||
"@babel/preset-typescript": "7.12.1", | ||
"@ctrl/eslint-config": "1.2.5", | ||
"@jest/globals": "26.6.0", | ||
"@types/koa-router": "7.4.1", | ||
"@types/lodash": "4.14.161", | ||
"@types/node": "14.11.1", | ||
"@types/lodash": "4.14.162", | ||
"@types/node": "14.14.0", | ||
"@types/supertest": "2.0.10", | ||
"del-cli": "3.0.1", | ||
"jest": "26.4.2", | ||
"jest": "26.6.0", | ||
"koa": "2.13.0", | ||
"koa-router": "9.4.0", | ||
"supertest": "4.0.2", | ||
"swagger-ui-dist": "3.34.0", | ||
"supertest": "5.0.0", | ||
"swagger-ui-dist": "3.35.2", | ||
"ts-node": "9.0.0", | ||
@@ -45,0 +45,0 @@ "typescript": "4.0.3" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Updated@types/koa@^2.11.6