This is an automated email from the ASF dual-hosted git repository.
AlexStocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git
The following commit(s) were added to refs/heads/develop by this push:
new 760c9a7c3 build(deps): bump body-parser from 1.20.5 to 1.20.6 in
/admin/web (#1008)
760c9a7c3 is described below
commit 760c9a7c3b6a3fb2ef23a732ac36f5bd3e288ecd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 22 09:39:42 2026 +0800
build(deps): bump body-parser from 1.20.5 to 1.20.6 in /admin/web (#1008)
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>
---
admin/web/package-lock.json | 6 +++---
admin/web/yarn.lock | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/admin/web/package-lock.json b/admin/web/package-lock.json
index fde291249..dcad170d4 100644
--- a/admin/web/package-lock.json
+++ b/admin/web/package-lock.json
@@ -9001,9 +9001,9 @@
"peer": true
},
"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",
diff --git a/admin/web/yarn.lock b/admin/web/yarn.lock
index 5465b204f..01b233944 100644
--- a/admin/web/yarn.lock
+++ b/admin/web/yarn.lock
@@ -3167,9 +3167,9 @@ bluebird@^3.1.1, bluebird@^3.5.5:
integrity
sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
body-parser@~1.20.5:
- version "1.20.5"
- resolved
"https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.5.tgz#303c8c34423d1d6fa799bc764e93c1e4dc6ebf64"
- integrity
sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA==
+ version "1.20.6"
+ resolved
"https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.6.tgz#60c789c78e0992d906da0a29d71ae01d15c1ed76"
+ integrity
sha512-p5tAzS57i5MV9fZFDj9LeIiTZEufbSe2eDozP+ElheSUq1m74CRq1jI4mYNDdVs9vQztXFLuk/Gd6BWTdwRJ5g==
dependencies:
bytes "~3.1.2"
content-type "~1.0.5"