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",