From 6873626bbb6375fd63f935c8f82a5ec72afc6cf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 12:20:43 +0000 Subject: [PATCH] Bump on-headers, connect-timeout and morgan Bumps [on-headers](https://github.com/jshttp/on-headers) to 1.1.0 and updates ancestor dependencies [on-headers](https://github.com/jshttp/on-headers), [connect-timeout](https://github.com/expressjs/timeout) and [morgan](https://github.com/expressjs/morgan). These dependencies need 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 `connect-timeout` from 1.9.0 to 1.9.1 - [Release notes](https://github.com/expressjs/timeout/releases) - [Changelog](https://github.com/expressjs/timeout/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/timeout/compare/v1.9.0...v1.9.1) Updates `morgan` from 1.10.0 to 1.10.1 - [Release notes](https://github.com/expressjs/morgan/releases) - [Changelog](https://github.com/expressjs/morgan/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/morgan/compare/1.10.0...1.10.1) --- updated-dependencies: - dependency-name: on-headers dependency-version: 1.1.0 dependency-type: indirect - dependency-name: connect-timeout dependency-version: 1.9.1 dependency-type: direct:production - dependency-name: morgan dependency-version: 1.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++++++++++++--------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9d0859b64d4..19e5deb3a97f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "cheerio-to-text": "0.2.4", "classnames": "^2.5.1", "connect-datadog": "0.0.9", - "connect-timeout": "1.9.0", + "connect-timeout": "1.9.1", "cookie-parser": "^1.4.6", "cuss": "2.2.0", "dayjs": "^1.11.3", @@ -67,7 +67,7 @@ "mdast-util-to-hast": "^13.2.0", "mdast-util-to-markdown": "2.1.0", "mdast-util-to-string": "^4.0.0", - "morgan": "^1.10.0", + "morgan": "^1.10.1", "next": "14.2.4", "ora": "^8.0.1", "parse5": "7.1.2", @@ -4858,14 +4858,15 @@ } }, "node_modules/connect-timeout": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/connect-timeout/-/connect-timeout-1.9.0.tgz", - "integrity": "sha512-q4bsBIPd+eSGtnh/u6EBOKfuG+4YvwsN0idlOsg6KAw71Qpi0DCf2eCc/Va63QU9qdOeYC8katxoC+rHMNygZg==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/connect-timeout/-/connect-timeout-1.9.1.tgz", + "integrity": "sha512-kDcadOXwOu+EEVs31iOu0TOg1yyRTqSNfyJaHYm5Z4K/hEIi9HJXSOWP9d+WQr/wff7wQJRh/HX63vK1+wBErw==", + "license": "MIT", "dependencies": { "http-errors": "~1.6.1", "ms": "2.0.0", "on-finished": "~2.3.0", - "on-headers": "~1.0.1" + "on-headers": "~1.1.0" }, "engines": { "node": ">= 0.8" @@ -10512,14 +10513,16 @@ "license": "MIT" }, "node_modules/morgan": { - "version": "1.10.0", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.1.tgz", + "integrity": "sha512-223dMRJtI/l25dJKWpgij2cMtywuG/WiUKXdvwfbhGKBhy1puASqXwFzmWZ7+K73vUPoR7SS2Qz2cI/g9MKw0A==", "license": "MIT", "dependencies": { "basic-auth": "~2.0.1", "debug": "2.6.9", "depd": "~2.0.0", "on-finished": "~2.3.0", - "on-headers": "~1.0.2" + "on-headers": "~1.1.0" }, "engines": { "node": ">= 0.8.0" @@ -10926,7 +10929,9 @@ } }, "node_modules/on-headers": { - "version": "1.0.2", + "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" diff --git a/package.json b/package.json index f0ab041c0215..d5ef17780176 100644 --- a/package.json +++ b/package.json @@ -245,7 +245,7 @@ "cheerio-to-text": "0.2.4", "classnames": "^2.5.1", "connect-datadog": "0.0.9", - "connect-timeout": "1.9.0", + "connect-timeout": "1.9.1", "cookie-parser": "^1.4.6", "cuss": "2.2.0", "dayjs": "^1.11.3", @@ -284,7 +284,7 @@ "mdast-util-to-hast": "^13.2.0", "mdast-util-to-markdown": "2.1.0", "mdast-util-to-string": "^4.0.0", - "morgan": "^1.10.0", + "morgan": "^1.10.1", "next": "14.2.4", "ora": "^8.0.1", "parse5": "7.1.2",