Skip to content

Commit

Permalink
increment minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Sep 7, 2020
1 parent 4c36693 commit 8fb04b0
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 63 deletions.
201 changes: 148 additions & 53 deletions package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "express-openapi-validator",
"version": "3.16.14",
"version": "3.16.15",
"description": "Automatically validate API requests and responses with OpenAPI 3 and Express.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"author": "Carmine DiMascio <cdimascio@gmail.com>",
"license": "MIT",
"dependencies": {
"ajv": "^6.12.3",
"ajv": "^6.12.4",
"content-type": "^1.0.4",
"js-yaml": "^3.14.0",
"json-schema-ref-parser": "^9.0.6",
Expand All @@ -49,11 +49,11 @@
"devDependencies": {
"@types/ajv": "^1.0.0",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.7",
"@types/mocha": "^8.0.2",
"@types/express": "^4.17.8",
"@types/mocha": "^8.0.3",
"@types/morgan": "^1.9.1",
"@types/multer": "^1.4.3",
"@types/node": "^14.0.27",
"@types/multer": "^1.4.4",
"@types/node": "^14.6.4",
"@types/supertest": "^2.0.10",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
Expand All @@ -62,15 +62,15 @@
"coveralls": "^3.1.0",
"deasync": "^0.1.20",
"express": "^4.17.1",
"mocha": "^8.1.1",
"mocha": "^8.1.3",
"morgan": "^1.10.0",
"nodemon": "^2.0.4",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"prettier": "^2.1.1",
"source-map-support": "0.5.19",
"supertest": "^4.0.2",
"ts-node": "^8.10.2",
"ts-node": "^9.0.0",
"tsc": "^1.20150623.0",
"typescript": "^3.9.7"
"typescript": "^4.0.2"
}
}

0 comments on commit 8fb04b0

Please sign in to comment.