diff --git a/builders/testdata/nodejs/functions/with_dependencies/package.json b/builders/testdata/nodejs/functions/with_dependencies/package.json index ed8dbc0..e6888bd 100644 --- a/builders/testdata/nodejs/functions/with_dependencies/package.json +++ b/builders/testdata/nodejs/functions/with_dependencies/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "express": "3.2.5" + "express": "4.22.0" } }