Skip to content

Commit 134b012

Browse files
committed
NPM audit fix - updated dependencies and bumped version
1 parent e35c2e3 commit 134b012

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

package-lock.json

+16-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "routing-controllers",
33
"private": false,
4-
"version": "0.8.1-alpha.1",
4+
"version": "0.8.1-alpha.2",
55
"description": "Create structured, declarative and beautifully organized class-based controllers with heavy decorators usage for Express / Koa using TypeScript.",
66
"license": "MIT",
77
"readmeFilename": "README.md",
@@ -70,7 +70,7 @@
7070
"cross-env": "6.0.0",
7171
"express": "^4.17.1",
7272
"express-session": "^1.16.2",
73-
"handlebars": "^4.4.0",
73+
"handlebars": "^4.7.3",
7474
"json": "^9.0.6",
7575
"kcors": "^2.2.2",
7676
"koa": "^2.8.2",

0 commit comments

Comments
 (0)