diff --git a/resources/solution/node.js/ex_2/package.json b/resources/solution/node.js/ex_2/package.json index ae4eebd26..8dba2f696 100644 --- a/resources/solution/node.js/ex_2/package.json +++ b/resources/solution/node.js/ex_2/package.json @@ -11,6 +11,6 @@ "author": "", "license": "ISC", "dependencies": { - "express": "^4.17.1" + "express": "^4.22.0" } }