This is an automated email from the ASF dual-hosted git repository.
lukeroy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-nodejs.git
The following commit(s) were added to refs/heads/master by this push:
new 856cc91 Update express from 4.17.3 to 4.19.2 (#252)
856cc91 is described below
commit 856cc914474e4a727270612639da9902a239ca10
Author: David Grove <[email protected]>
AuthorDate: Mon Aug 26 01:55:10 2024 -0400
Update express from 4.17.3 to 4.19.2 (#252)
---
core/nodejsActionBase/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/nodejsActionBase/package.json
b/core/nodejsActionBase/package.json
index 14dc1f6..22c4c11 100644
--- a/core/nodejsActionBase/package.json
+++ b/core/nodejsActionBase/package.json
@@ -19,7 +19,7 @@
},
"dependencies": {
"openwhisk": "3.21.8",
- "express": "4.17.3",
+ "express": "4.19.2",
"serialize-error": "9.1.0",
"redis": "4.0.4",
"uuid": "8.3.2"