This is an automated email from the ASF dual-hosted git repository.
github-bot 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 374f44d Bump express from 4.19.2 to 4.20.0 in /core/nodejsActionBase
374f44d is described below
commit 374f44d641d93317b154343d2628cfdaee46d4a8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 21 16:41:31 2024 +0000
Bump express from 4.19.2 to 4.20.0 in /core/nodejsActionBase
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.20.0)
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
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 22c4c11..175a4d2 100644
--- a/core/nodejsActionBase/package.json
+++ b/core/nodejsActionBase/package.json
@@ -19,7 +19,7 @@
},
"dependencies": {
"openwhisk": "3.21.8",
- "express": "4.19.2",
+ "express": "4.20.0",
"serialize-error": "9.1.0",
"redis": "4.0.4",
"uuid": "8.3.2"