diff --git a/package-lock.json b/package-lock.json index 7dc9ef1cfb98..af7dd68ed44a 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": "^10.0.0", + "hot-shots": "^11.1.0", "html-entities": "^2.5.6", "http-proxy-middleware": "^3.0.5", "imurmurhash": "^0.1.4", @@ -9569,8 +9569,9 @@ "license": "MIT" }, "node_modules/hot-shots": { - "version": "10.0.0", - "license": "MIT", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-11.1.0.tgz", + "integrity": "sha512-D4iAs/145g7EJ/wIzBLVANEpysTPthUy/K+4EUIw02YJQTqvzD1vUpYiM3vwR0qPAQj4FhQpQz8wBpY8KDcM0g==", "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index e25f27544dcc..1737755a4005 100644 --- a/package.json +++ b/package.json @@ -283,7 +283,7 @@ "helmet": "^8.0.0", "highlight.js": "^11.11.1", "highlightjs-curl": "^1.3.0", - "hot-shots": "^10.0.0", + "hot-shots": "^11.1.0", "html-entities": "^2.5.6", "http-proxy-middleware": "^3.0.5", "imurmurhash": "^0.1.4",