From a23f657c70874705705b62332ce8ab1387f60e40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 05:02:43 +0000 Subject: [PATCH] Bump helmet from 8.1.0 to 8.3.0 in /Framework Bumps [helmet](https://github.com/helmetjs/helmet) from 8.1.0 to 8.3.0. - [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md) - [Commits](https://github.com/helmetjs/helmet/compare/v8.1.0...v8.3.0) --- updated-dependencies: - dependency-name: helmet dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Framework/package-lock.json | 11 +++++++---- Framework/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Framework/package-lock.json b/Framework/package-lock.json index 1a786cf84..501883e46 100644 --- a/Framework/package-lock.json +++ b/Framework/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-3.0", "dependencies": { "express": "4.22.2", - "helmet": "8.1.0", + "helmet": "8.3.0", "jsonwebtoken": "9.0.3", "kafkajs": "2.2.4", "mithril": "1.1.7", @@ -2839,12 +2839,15 @@ } }, "node_modules/helmet": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-8.1.0.tgz", - "integrity": "sha512-jOiHyAZsmnr8LqoPGmCjYAaiuWwjAPLgY8ZX2XrmHawt99/u1y6RgrZMTeoPfpUbV96HOalYgz1qzkRbw54Pmg==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-8.3.0.tgz", + "integrity": "sha512-Qgpiaws3Sm30Av8Eah6sjMCZZwjlBu+E68rhpCWBshY1lb09HtLwj5GviX0OyQIn+ulUS0iX0AxN5n3tLZzz1w==", "license": "MIT", "engines": { "node": ">=18.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/EvanHahn" } }, "node_modules/html-entities": { diff --git a/Framework/package.json b/Framework/package.json index a00fbef69..3e90bcb05 100644 --- a/Framework/package.json +++ b/Framework/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "express": "4.22.2", - "helmet": "8.1.0", + "helmet": "8.3.0", "jsonwebtoken": "9.0.3", "kafkajs": "2.2.4", "mithril": "1.1.7",