diff --git a/package-lock.json b/package-lock.json index 99579eac8d23..069379bd7fe1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "helmet": "^8.0.0", "highlight.js": "^11.11.1", "highlightjs-curl": "^1.3.0", - "hot-shots": "^11.1.0", + "hot-shots": "^12.0.0", "html-entities": "^2.5.6", "http-proxy-middleware": "^3.0.5", "imurmurhash": "^0.1.4", @@ -9284,11 +9284,12 @@ "license": "MIT" }, "node_modules/hot-shots": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-11.1.0.tgz", - "integrity": "sha512-D4iAs/145g7EJ/wIzBLVANEpysTPthUy/K+4EUIw02YJQTqvzD1vUpYiM3vwR0qPAQj4FhQpQz8wBpY8KDcM0g==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-12.0.0.tgz", + "integrity": "sha512-VdEXhNX4FYOY/Qx8sPcdR8+y/jXgwGlQdhk77dgFvJsVx+uS9WwiHEc+NKJqEQmd+0FTwy2/5FOtqe4cZ/JV5g==", + "license": "MIT", "engines": { - "node": ">=10.0.0" + "node": ">=16.0.0" }, "optionalDependencies": { "unix-dgram": "2.x" diff --git a/package.json b/package.json index b9be9abdad72..6a33555a67c3 100644 --- a/package.json +++ b/package.json @@ -195,7 +195,7 @@ "helmet": "^8.0.0", "highlight.js": "^11.11.1", "highlightjs-curl": "^1.3.0", - "hot-shots": "^11.1.0", + "hot-shots": "^12.0.0", "html-entities": "^2.5.6", "http-proxy-middleware": "^3.0.5", "imurmurhash": "^0.1.4",