From 0942cc54a68e06342edf73067e451d97b676ec72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:48:08 +0000 Subject: [PATCH] Bump helmet from 7.1.0 to 8.0.0 (#52509) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Heis --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf7313bf1d63..95946fef98a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "hast-util-from-parse5": "^8.0.1", "hast-util-to-string": "^3.0.1", "hastscript": "^9.0.0", - "helmet": "^7.1.0", + "helmet": "^8.0.0", "highlight.js": "11.9.0", "highlightjs-curl": "^1.3.0", "hot-shots": "^10.0.0", @@ -8711,11 +8711,11 @@ } }, "node_modules/helmet": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-7.1.0.tgz", - "integrity": "sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-8.0.0.tgz", + "integrity": "sha512-VyusHLEIIO5mjQPUI1wpOAEu+wl6Q0998jzTxqUYGE45xCIcAxy3MsbEK/yyJUJ3ADeMoB6MornPH6GMWAf+Pw==", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" } }, "node_modules/highlight.js": { diff --git a/package.json b/package.json index f82daa3d3fad..9999507eb392 100644 --- a/package.json +++ b/package.json @@ -268,7 +268,7 @@ "hast-util-from-parse5": "^8.0.1", "hast-util-to-string": "^3.0.1", "hastscript": "^9.0.0", - "helmet": "^7.1.0", + "helmet": "^8.0.0", "highlight.js": "11.9.0", "highlightjs-curl": "^1.3.0", "hot-shots": "^10.0.0",