diff --git a/package-lock.json b/package-lock.json index 169738207..2f584882c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.25", - "@asyncapi/html-template": "^2.3.14", + "@asyncapi/html-template": "^3.0.0", "@asyncapi/markdown-template": "^1.6.6", "@asyncapi/parser": "^3.1.0", "@next/env": "^14.0.4", @@ -213,9 +213,9 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/html-template": { - "version": "2.3.14", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.14.tgz", - "integrity": "sha512-e7jHGXNtovA2u9n0A9CtPy+xkXa76vpz+gdY/4q4TC4bm6EadEhcDiNQ0LtFnUjcHDuxXzYZs8/0BZr1vSBeQw==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-3.0.0.tgz", + "integrity": "sha512-U5+fx9fdtQwi7C6PabODP01m1z596fhOjCcRdaOHI2/OBm2DFeQIDel2QZ1B1KmChouANaj0IC4lGfJgJcPw1g==", "dependencies": { "@asyncapi/generator-react-sdk": "^1.1.2", "@asyncapi/parser": "^3.1.0", diff --git a/package.json b/package.json index 555d09f76..bd8a1a1a9 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.25", - "@asyncapi/html-template": "^2.3.14", + "@asyncapi/html-template": "^3.0.0", "@asyncapi/markdown-template": "^1.6.6", "@asyncapi/parser": "^3.1.0", "@next/env": "^14.0.4",