diff --git a/package-lock.json b/package-lock.json index fc7954f6b925..2a1202606317 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "helmet": "^8.1.0", "highlight.js": "^11.11.1", "highlightjs-curl": "^1.3.0", - "hot-shots": "^13.2.0", + "hot-shots": "^14.2.0", "html-entities": "^2.5.6", "http-proxy-middleware": "^3.0.5", "imurmurhash": "^0.1.4", @@ -9331,12 +9331,12 @@ "license": "MIT" }, "node_modules/hot-shots": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-13.2.0.tgz", - "integrity": "sha512-suQR8U8P2CNcAedwLIaQTQ5OEWhU2rusOmo3gY+H8H1h6bKTBI/xHbq3D9xF6EGgFFjpfLAuB1p2Psc/CYyvOw==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-14.2.0.tgz", + "integrity": "sha512-MiEPF/VsmzY2MnfjxDNTEwrDUa+51WeYugLZkzhEqNsWoY0TgwWH3FIDT7QKzOq6K79A5w3tIBxcdyFWeJ6jbg==", "license": "MIT", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "optionalDependencies": { "unix-dgram": "2.x" diff --git a/package.json b/package.json index df0c55aca570..31566a7fc53f 100644 --- a/package.json +++ b/package.json @@ -202,7 +202,7 @@ "helmet": "^8.1.0", "highlight.js": "^11.11.1", "highlightjs-curl": "^1.3.0", - "hot-shots": "^13.2.0", + "hot-shots": "^14.2.0", "html-entities": "^2.5.6", "http-proxy-middleware": "^3.0.5", "imurmurhash": "^0.1.4",