From 4c1dfe04925e4f39d44f55c24b1853eb3962bfa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 22:29:03 +0000 Subject: [PATCH] Bump express from 5.1.0 to 5.2.0 in /auth-oidc-proxy/auth Bumps [express](https://github.com/expressjs/express) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: express dependency-version: 5.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- auth-oidc-proxy/auth/package-lock.json | 11 ++++++----- auth-oidc-proxy/auth/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/auth-oidc-proxy/auth/package-lock.json b/auth-oidc-proxy/auth/package-lock.json index 3f000b9b..d6eaf3de 100644 --- a/auth-oidc-proxy/auth/package-lock.json +++ b/auth-oidc-proxy/auth/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "cookie-parser": "^1.4.7", - "express": "^5.1.0", + "express": "^5.2.0", "node-cache": "^5.1.2" } }, @@ -249,18 +249,19 @@ } }, "node_modules/express": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/express/-/express-5.1.0.tgz", - "integrity": "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/express/-/express-5.2.0.tgz", + "integrity": "sha512-XdpJDLxfztVY59X0zPI6sibRiGcxhTPXRD3IhJmjKf2jwMvkRGV1j7loB8U+heeamoU3XvihAaGRTR4aXXUN3A==", "license": "MIT", "dependencies": { "accepts": "^2.0.0", - "body-parser": "^2.2.0", + "body-parser": "^2.2.1", "content-disposition": "^1.0.0", "content-type": "^1.0.5", "cookie": "^0.7.1", "cookie-signature": "^1.2.1", "debug": "^4.4.0", + "depd": "^2.0.0", "encodeurl": "^2.0.0", "escape-html": "^1.0.3", "etag": "^1.8.1", diff --git a/auth-oidc-proxy/auth/package.json b/auth-oidc-proxy/auth/package.json index 03cbedd6..8b351c9a 100644 --- a/auth-oidc-proxy/auth/package.json +++ b/auth-oidc-proxy/auth/package.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "cookie-parser": "^1.4.7", - "express": "^5.1.0", + "express": "^5.2.0", "node-cache": "^5.1.2" } }