Skip to content

Commit 3cceef9

Browse files
committed
update deps
1 parent 28a2ff3 commit 3cceef9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

app/templates/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,32 @@
1818
"cookie-parser": "^1.4.5",
1919
"dotenv": "^8.2.0",
2020
"express": "^4.17.1",
21-
"pino": "^6.7.0",
21+
"pino": "^6.8.0",
2222
<% if (specification === 'openapi_3') { %>
23-
"express-openapi-validator": "^4.7.2"
23+
"express-openapi-validator": "^4.9.2"
2424
<% } else { %>
2525
"swagger-express-middleware": "^4.0.2"
2626
<% } %>
2727
},
2828
"devDependencies": {
2929
"@types/chai": "^4.2.14",
30-
"@types/express": "^4.17.8",
31-
"@types/mocha": "^8.0.3",
32-
"@types/pino": "^6.3.3",
33-
"@typescript-eslint/eslint-plugin": "^4.6.1",
34-
"@typescript-eslint/parser": "^4.6.1",
30+
"@types/express": "^4.17.9",
31+
"@types/mocha": "^8.2.0",
32+
"@types/pino": "^6.3.4",
33+
"@typescript-eslint/eslint-plugin": "^4.10.0",
34+
"@typescript-eslint/parser": "^4.10.0",
3535
"chai": "^4.2.0",
36-
"eslint": "^7.13.0",
37-
"eslint-config-prettier": "^6.15.0",
38-
"eslint-plugin-prettier": "^3.1.4",
36+
"eslint": "^7.16.0",
37+
"eslint-config-prettier": "^7.1.0",
38+
"eslint-plugin-prettier": "^3.3.0",
3939
"mocha": "^8.2.1",
4040
"nodemon": "^2.0.6",
4141
"pino-pretty": "^4.3.0",
42-
"prettier": "^2.1.2",
42+
"prettier": "^2.2.1",
4343
"shelljs": "^0.8.4",
4444
"supertest": "^6.0.1",
45-
"ts-node": "^9.0.0",
46-
"typescript": "^4.0.5"
45+
"ts-node": "^9.1.1",
46+
"typescript": "^4.1.3"
4747
},
4848
"author": "Carmine DiMascio <[email protected]> (https://github.com/cdimascio)"
4949
}

0 commit comments

Comments
 (0)