diff --git a/package-lock.json b/package-lock.json index 9172342cc..5209fecb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@asyncapi/generator-react-sdk": "^1.1.2", "@asyncapi/parser": "^3.6.0", - "@asyncapi/react-component": "^3.0.0", + "@asyncapi/react-component": "^3.0.1", "highlight.js": "10.7.3", "puppeteer": "^24.4.0", "react": "^18.3.1", @@ -772,14 +772,14 @@ } }, "node_modules/@asyncapi/react-component": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-3.0.0.tgz", - "integrity": "sha512-XLcI7OYBu/KiPgShjYERDmG4OEd4F5We+L65JOvahtmC/yGa6uI9m0PQoQdzxSHsD2RPNo/T3/PAQzB7C9GDVg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-3.0.1.tgz", + "integrity": "sha512-EEyw4GqdcorvuAwrlEErzhrU9LqaT7kaPlslgm450zzztsuvVUOxDvsqYBPRyQYNaCJXZG9P6yTV1cf2uEsdFA==", "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.24", "@asyncapi/openapi-schema-parser": "^3.0.24", - "@asyncapi/parser": "^3.3.0", + "@asyncapi/parser": "^3.6.0", "@asyncapi/protobuf-schema-parser": "^3.6.0", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^2.14.0", diff --git a/package.json b/package.json index 8b8a20f0a..1b1d5b180 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "dependencies": { "@asyncapi/generator-react-sdk": "^1.1.2", "@asyncapi/parser": "^3.6.0", - "@asyncapi/react-component": "^3.0.0", + "@asyncapi/react-component": "^3.0.1", "highlight.js": "10.7.3", "puppeteer": "^24.4.0", "react": "^18.3.1",