diff --git a/resources/solution/node.js/ex_13/package.json b/resources/solution/node.js/ex_13/package.json index 129434edc..728c6bfe6 100644 --- a/resources/solution/node.js/ex_13/package.json +++ b/resources/solution/node.js/ex_13/package.json @@ -11,6 +11,6 @@ "author": "", "license": "ISC", "dependencies": { - "express": "^4.17.1" + "express": "^4.22.0" } }