Skip to content

Commit 8933ea8

Browse files
committed
Bump to v2.4.2 node-dependency-injection package
1 parent 2e6e18e commit 8933ea8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"helmet": "^3.21.1",
3939
"http-status": "^1.3.2",
4040
"mandrill-api": "^1.0.45",
41-
"node-dependency-injection": "^2.4.1",
41+
"node-dependency-injection": "^2.4.2",
4242
"ts-node": "^8.3.0",
4343
"typescript": "^3.4.5",
4444
"uuid": "^3.3.3"

src/apps/mooc_backend/config/dependency-injection/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
arguments: ["@Mooc.courses.CourseRepository"]
99

1010
Apps.mooc.controllers.CoursePutController:
11-
class: ../../controllers/CoursePutController.CoursePutController
11+
class: ../../controllers/CoursePutController
1212
arguments: ["@Mooc.courses.CourseCreator"]
1313

1414
Apps.mooc.controllers.StatusGetController:

0 commit comments

Comments
 (0)