Skip to content

Commit

Permalink
v11.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Mar 13, 2022
1 parent fa7e2c6 commit 98292c1
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 1,071 deletions.
42 changes: 21 additions & 21 deletions app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,40 +14,40 @@
"test:debug": "mocha -r ts-node/register --inspect-brk test/**/*.ts --exit"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"body-parser": "^1.19.2",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.0",
"express": "^4.17.3",
<% if (specification === 'openapi_3') { %>
"express-openapi-validator": "^4.13.3",
"express-openapi-validator": "^4.13.6",
<% } else { %>
"swagger-express-middleware": "^4.0.2",
<% } %>
"pino": "^7.4.1"
"pino": "^7.8.1"
},
"devDependencies": {
"@types/chai": "^4.2.22",
"@types/chai": "^4.3.0",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.13",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.10",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.21",
"@types/pino": "^7.0.4",
"@types/shelljs": "^0.8.9",
"@types/shelljs": "^0.8.11",
"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"chai": "^4.3.4",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"chai": "^4.3.6",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^9.1.3",
"mocha": "^9.2.2",
"nodemon": "^2.0.15",
"pino-pretty": "^7.2.0",
"prettier": "^2.5.0",
"shelljs": "^0.8.4",
"pino-pretty": "^7.5.3",
"prettier": "^2.5.1",
"shelljs": "^0.8.5",
"supertest": "^6.1.6",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
},
"author": "Carmine DiMascio <[email protected]> (https://github.com/cdimascio)"
}

0 comments on commit 98292c1

Please sign in to comment.