This is an automated email from the ASF dual-hosted git repository.

aloalt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 9cea60a5 Bump on-headers and compression (#83)
9cea60a5 is described below

commit 9cea60a5fbb766ef9f1a547d415df6baa72f524a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 23 11:48:30 2025 +0200

    Bump on-headers and compression (#83)
    
    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.7.4 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.7.4...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]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 package-lock.json | 45 ++++++++++++++++++++++++++++++---------------
 1 file changed, 30 insertions(+), 15 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index d02da071..7af64bfe 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4709,22 +4709,32 @@
       }
     },
     "node_modules/compression": {
-      "version": "1.7.4",
-      "resolved": 
"https://registry.npmjs.org/compression/-/compression-1.7.4.tgz";,
-      "integrity": 
"sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
+      "version": "1.8.1",
+      "resolved": 
"https://registry.npmjs.org/compression/-/compression-1.8.1.tgz";,
+      "integrity": 
"sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==",
+      "license": "MIT",
       "dependencies": {
-        "accepts": "~1.3.5",
-        "bytes": "3.0.0",
-        "compressible": "~2.0.16",
+        "bytes": "3.1.2",
+        "compressible": "~2.0.18",
         "debug": "2.6.9",
-        "on-headers": "~1.0.2",
-        "safe-buffer": "5.1.2",
+        "negotiator": "~0.6.4",
+        "on-headers": "~1.1.0",
+        "safe-buffer": "5.2.1",
         "vary": "~1.1.2"
       },
       "engines": {
         "node": ">= 0.8.0"
       }
     },
+    "node_modules/compression/node_modules/bytes": {
+      "version": "3.1.2",
+      "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz";,
+      "integrity": 
"sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
+      "license": "MIT",
+      "engines": {
+        "node": ">= 0.8"
+      }
+    },
     "node_modules/compression/node_modules/debug": {
       "version": "2.6.9",
       "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz";,
@@ -4738,10 +4748,14 @@
       "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz";,
       "integrity": 
"sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
     },
-    "node_modules/compression/node_modules/safe-buffer": {
-      "version": "5.1.2",
-      "resolved": 
"https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz";,
-      "integrity": 
"sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
+    "node_modules/compression/node_modules/negotiator": {
+      "version": "0.6.4",
+      "resolved": 
"https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz";,
+      "integrity": 
"sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",
+      "license": "MIT",
+      "engines": {
+        "node": ">= 0.6"
+      }
     },
     "node_modules/concat-map": {
       "version": "0.0.1",
@@ -10902,9 +10916,10 @@
       }
     },
     "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"
       }

Reply via email to