Skip to content

Commit

Permalink
increment version and yaml dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Sep 21, 2019
1 parent a4b11de commit 1e50ff1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-openapi-validator",
"version": "2.1.5",
"version": "2.2.0",
"description": "Automatically validate API requests using an OpenAPI 3 and Express.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -25,6 +25,7 @@
"license": "MIT",
"dependencies": {
"ajv": "^6.10.2",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"lodash.merge": "^4.6.2",
"multer": "^1.4.2",
Expand All @@ -45,7 +46,6 @@
"cookie-parser": "^1.4.4",
"coveralls": "^3.0.5",
"express": "^4.17.1",
"js-yaml": "^3.13.1",
"mocha": "^6.2.0",
"morgan": "^1.9.1",
"nodemon": "^1.19.1",
Expand Down

0 comments on commit 1e50ff1

Please sign in to comment.