Skip to content

Commit

Permalink
update deps and increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Mar 21, 2019
1 parent 37db050 commit 2327347
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 71 deletions.
92 changes: 24 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "express-middleware-openapi",
"version": "0.1.12-alpha",
"version": "0.1.13-alpha",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -14,9 +14,12 @@
"dependencies": {
"js-yaml": "^3.12.2",
"lodash": "^4.17.11",
"openapi-framework": "^0.22.0",
"openapi-request-coercer": "^2.3.0",
"openapi-request-validator": "^3.7.0",
"openapi-schema-validator": "^3.0.3",
"openapi-types": "1.3.4"
"openapi-security-handler": "^2.0.4",
"openapi-types": "1.3.4",
"ts-log": "^2.1.4"
},
"devDependencies": {
"@types/mocha": "^5.2.6",
Expand Down

0 comments on commit 2327347

Please sign in to comment.