diff --git a/package-lock.json b/package-lock.json index c88e4b053..6637faf97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.12", - "@asyncapi/html-template": "^2.2.0", + "@asyncapi/html-template": "^2.2.1", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.10", "@next/env": "^14.0.4", @@ -213,9 +213,9 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/html-template": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.2.0.tgz", - "integrity": "sha512-wxIi/l3sARKuNGnxfDxmWc2Fqd1SgT7PFHZNptoly0ypgKiI2Sxn8ZaaJ26RrGYPB9z4veAklIRlDMqdyqHWDg==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.2.1.tgz", + "integrity": "sha512-t+hsjXg2EEFPUxY3PaKdj6i6WT+B+KvcYR9x0MyCh8kXo/bJXnsOVVon0l/QOfkonMvVaTIJmc47NLK7WViqPA==", "dependencies": { "@asyncapi/generator-react-sdk": "^1.0.9", "@asyncapi/parser": "^3.0.5", diff --git a/package.json b/package.json index 1afafe6ad..ced4b1f0a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.12", - "@asyncapi/html-template": "^2.2.0", + "@asyncapi/html-template": "^2.2.1", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.10", "@next/env": "^14.0.4",