This is an automated email from the ASF dual-hosted git repository.
yasith pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airavata-portals.git
The following commit(s) were added to refs/heads/main by this push:
new 6789e159d Bump on-headers and compression in
/airavata-mcp-client-chatbot/widget
6789e159d is described below
commit 6789e159dbea30862f19c27c2b14960e47e0e29a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 23 17:46:42 2025 +0000
Bump on-headers and compression in /airavata-mcp-client-chatbot/widget
Bumps [on-headers](https://github.com/jshttp/on-headers) and
[compression](https://github.com/expressjs/compression). These dependencies
needed to be updated together.
Updates `on-headers` from 1.0.2 to 1.1.0
- [Release notes](https://github.com/jshttp/on-headers/releases)
- [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md)
- [Commits](https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0)
Updates `compression` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/expressjs/compression/releases)
-
[Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/compression/compare/1.8.0...v1.8.1)
---
updated-dependencies:
- dependency-name: on-headers
dependency-version: 1.1.0
dependency-type: indirect
- dependency-name: compression
dependency-version: 1.8.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
---
airavata-mcp-client-chatbot/widget/package-lock.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/airavata-mcp-client-chatbot/widget/package-lock.json
b/airavata-mcp-client-chatbot/widget/package-lock.json
index 79e2f6e9d..0da703153 100644
--- a/airavata-mcp-client-chatbot/widget/package-lock.json
+++ b/airavata-mcp-client-chatbot/widget/package-lock.json
@@ -5875,16 +5875,16 @@
}
},
"node_modules/compression": {
- "version": "1.8.0",
- "resolved":
"https://registry.npmjs.org/compression/-/compression-1.8.0.tgz",
- "integrity":
"sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==",
+ "version": "1.8.1",
+ "resolved":
"https://registry.npmjs.org/compression/-/compression-1.8.1.tgz",
+ "integrity":
"sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==",
"license": "MIT",
"dependencies": {
"bytes": "3.1.2",
"compressible": "~2.0.18",
"debug": "2.6.9",
"negotiator": "~0.6.4",
- "on-headers": "~1.0.2",
+ "on-headers": "~1.1.0",
"safe-buffer": "5.2.1",
"vary": "~1.1.2"
},
@@ -11862,9 +11862,9 @@
}
},
"node_modules/on-headers": {
- "version": "1.0.2",
- "resolved":
"https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
- "integrity":
"sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
+ "version": "1.1.0",
+ "resolved":
"https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz",
+ "integrity":
"sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==",
"license": "MIT",
"engines": {
"node": ">= 0.8"