diff --git a/package-lock.json b/package-lock.json index 6e31e7b1d..69893e0d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.10.14", - "@asyncapi/html-template": "^0.24.10", + "@asyncapi/html-template": "^0.28.4", "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^1.13.1", "@types/jest": "^27.4.0", @@ -471,13 +471,14 @@ } }, "node_modules/@asyncapi/html-template": { - "version": "0.24.10", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-0.24.10.tgz", - "integrity": "sha512-hw2/iwNvkUM5Pq1+T8roA6gAVI6MhlVSTR8qMbsxcTemKuX9d5NFRfOwNKYfmGv1pbIFR+FiF6ha60AvJmuYsg==", + "version": "0.28.4", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-0.28.4.tgz", + "integrity": "sha512-gzUX9hv+zRz+zVZ6ccvWMVmSAa/AbI9xKnYcrIWT5CJototHsTg9Wx+Y0d/nWCZi6QE/lW6HSs77mbUbnn/nFg==", "dependencies": { - "@asyncapi/parser": "^1.15.0", - "@asyncapi/react-component": "^1.0.0-next.37", + "@asyncapi/parser": "^1.17.0", + "@asyncapi/react-component": "1.0.0-next.47", "highlight.js": "10.7.3", + "node-fetch": "^2.6.7", "puppeteer": "^14.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", @@ -17197,13 +17198,14 @@ } }, "@asyncapi/html-template": { - "version": "0.24.10", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-0.24.10.tgz", - "integrity": "sha512-hw2/iwNvkUM5Pq1+T8roA6gAVI6MhlVSTR8qMbsxcTemKuX9d5NFRfOwNKYfmGv1pbIFR+FiF6ha60AvJmuYsg==", + "version": "0.28.4", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-0.28.4.tgz", + "integrity": "sha512-gzUX9hv+zRz+zVZ6ccvWMVmSAa/AbI9xKnYcrIWT5CJototHsTg9Wx+Y0d/nWCZi6QE/lW6HSs77mbUbnn/nFg==", "requires": { - "@asyncapi/parser": "^1.15.0", - "@asyncapi/react-component": "^1.0.0-next.37", + "@asyncapi/parser": "^1.17.0", + "@asyncapi/react-component": "1.0.0-next.47", "highlight.js": "10.7.3", + "node-fetch": "^2.6.7", "puppeteer": "^14.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/package.json b/package.json index 62838b4f9..500ef3250 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.10.14", - "@asyncapi/html-template": "^0.24.10", + "@asyncapi/html-template": "^0.28.4", "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^1.13.1", "@types/jest": "^27.4.0",