This is an automated email from the ASF dual-hosted git repository.
shukitchan pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 00716ea Bump body-parser from 1.20.5 to 1.20.6 in
/k8s/images/node-app-4 (#374)
00716ea is described below
commit 00716ea3de23feb132809b5eba051aca53318835
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 29 12:55:51 2026 -0700
Bump body-parser from 1.20.5 to 1.20.6 in /k8s/images/node-app-4 (#374)
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.5
to 1.20.6.
- [Release notes](https://github.com/expressjs/body-parser/releases)
-
[Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
-
[Commits](https://github.com/expressjs/body-parser/compare/1.20.5...1.20.6)
---
updated-dependencies:
- dependency-name: body-parser
dependency-version: 1.20.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
k8s/images/node-app-4/package-lock.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/k8s/images/node-app-4/package-lock.json
b/k8s/images/node-app-4/package-lock.json
index b4ba28a..396d02e 100644
--- a/k8s/images/node-app-4/package-lock.json
+++ b/k8s/images/node-app-4/package-lock.json
@@ -30,9 +30,9 @@
"integrity":
"sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg=="
},
"node_modules/body-parser": {
- "version": "1.20.5",
- "resolved":
"https://registry.npmjs.org/body-parser/-/body-parser-1.20.5.tgz",
- "integrity":
"sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA==",
+ "version": "1.20.6",
+ "resolved":
"https://registry.npmjs.org/body-parser/-/body-parser-1.20.6.tgz",
+ "integrity":
"sha512-p5tAzS57i5MV9fZFDj9LeIiTZEufbSe2eDozP+ElheSUq1m74CRq1jI4mYNDdVs9vQztXFLuk/Gd6BWTdwRJ5g==",
"license": "MIT",
"dependencies": {
"bytes": "~3.1.2",