From d64d63ac99ee1dc1492fb811083e31dae161b5cf Mon Sep 17 00:00:00 2001 From: asyncapi-bot <61865014+asyncapi-bot@users.noreply.github.com> Date: Tue, 22 Jun 2021 10:31:02 +0200 Subject: [PATCH] fix: update @asyncapi/react-component to 1.0.0-next.9 version --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0dff5d649..90e17f4ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,24 +60,24 @@ } }, "@asyncapi/react-component": { - "version": "1.0.0-next.8", - "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.8.tgz", - "integrity": "sha512-OTSsAMlPJAwTVlHqh4AQtadY7Em6mliyzoxmNgx3o4OlJM4b1uHPA+OaNY26s/PwH3/e6VqnCT93K9lIm7ZboQ==", + "version": "1.0.0-next.9", + "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.9.tgz", + "integrity": "sha512-WgqGb+nuv+k9EG11DSmzorRdXoG8I8BMn5VmZLDt8pxUPDUXfR1a0muhI2KP/rhSrwqhjCwTAJ2HxJXGzjtYsQ==", "requires": { "@asyncapi/avro-schema-parser": "^0.2.0", "@asyncapi/openapi-schema-parser": "^2.0.0", - "@asyncapi/parser": "^1.5.0", + "@asyncapi/parser": "^1.5.2", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", - "marked": "2.0.7", + "marked": "^2.1.1", "openapi-sampler": "^1.0.0", "use-resize-observer": "^7.0.0" }, "dependencies": { "marked": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.7.tgz", - "integrity": "sha512-BJXxkuIfJchcXOJWTT2DOL+yFWifFv2yGYOUzvXg8Qz610QKw+sHCvTMYwA+qWGhlA2uivBezChZ/pBy1tWdkQ==" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.1.tgz", + "integrity": "sha512-5XFS69o9CzDpQDSpUYC+AN2xvq8yl1EGa5SG/GI1hP78/uTeo3PDfiDNmsUyiahpyhToDDJhQk7fNtJsga+KVw==" } } }, @@ -1383,9 +1383,9 @@ "dev": true }, "@types/trusted-types": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.0.tgz", - "integrity": "sha512-I8MnZqNXsOLHsU111oHbn3khtvKMi5Bn4qVFsIWSJcCP1KKDiXX5AEw8UPk0nSopeC+Hvxt6yAy1/a5PailFqg==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.1.tgz", + "integrity": "sha512-TmhE+/eI8PP7EwT9EbK8i74F1ryNn0LToCyEaLpN+X+A3LS1j4CpsCk9Jwq6Y2Uu7w9wdrKl6bujdj5LSsDKKA==" }, "@types/yargs": { "version": "15.0.13", diff --git a/package.json b/package.json index 13bce5241..af92f8b3b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "access": "public" }, "dependencies": { - "@asyncapi/react-component": "^1.0.0-next.8", + "@asyncapi/react-component": "^1.0.0-next.9", "puppeteer": "^5.3.1", "react": "^17.0.2", "react-dom": "^17.0.2",