Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Jan 15, 2021
1 parent 7dc3c75 commit 735ea3b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@
"express": "^4.17.1",
"pino": "^6.8.0",
<% if (specification === 'openapi_3') { %>
"express-openapi-validator": "^4.9.5"
"express-openapi-validator": "^4.10.6"
<% } else { %>
"swagger-express-middleware": "^4.0.2"
<% } %>
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/express": "^4.17.9",
"@types/express": "^4.17.11",
"@types/mocha": "^8.2.0",
"@types/pino": "^6.3.4",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"@types/pino": "^6.3.5",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"chai": "^4.2.0",
"eslint": "^7.16.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.3.1",
"mocha": "^8.2.1",
"nodemon": "^2.0.6",
"nodemon": "^2.0.7",
"pino-pretty": "^4.3.0",
"prettier": "^2.2.1",
"shelljs": "^0.8.4",
Expand Down

0 comments on commit 735ea3b

Please sign in to comment.