diff --git a/package-lock.json b/package-lock.json index db7320ee6..aabc3cb4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,16 +44,16 @@ } }, "@asyncapi/react-component": { - "version": "1.0.0-next.3", - "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.3.tgz", - "integrity": "sha512-1TZqHR6XtFKfihesbG3XQv46BxN0eN8H8FiNKJ/tbTxOYrW8OEN85LZTqA/eTRHYBjhqu+RTYKgh8+CBG1BZXg==", + "version": "1.0.0-next.4", + "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.4.tgz", + "integrity": "sha512-RcxaWG0kTDzvu6869Gpejmo7/NqavuIrPficZ+KmHZoKy+rcQS1ueWlHIJexOMOhKTuvz1G6besiCwzcjMyc+A==", "requires": { "@asyncapi/avro-schema-parser": "^0.2.0", "@asyncapi/openapi-schema-parser": "^2.0.0", "@asyncapi/parser": "^1.5.0", "isomorphic-dompurify": "^0.13.0", "marked": "^2.0.3", - "openapi-sampler": "^1.0.0-beta.18", + "openapi-sampler": "^1.0.0", "use-resize-observer": "^7.0.0" } }, @@ -1312,6 +1312,11 @@ "@types/istanbul-lib-report": "*" } }, + "@types/json-schema": { + "version": "7.0.7", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz", + "integrity": "sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==" + }, "@types/minimist": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.1.tgz", @@ -7942,11 +7947,12 @@ } }, "openapi-sampler": { - "version": "1.0.0-beta.18", - "resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.0.0-beta.18.tgz", - "integrity": "sha512-nG/0kvvSY5FbrU5A+Dbp1xTQN++7pKIh87/atryZlxrzDuok5Y6TCbpxO1jYqpUKLycE4ReKGHCywezngG6xtQ==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.0.0.tgz", + "integrity": "sha512-HysKj4ZuLk0RpZkopao5SIupUX8LMOTsEDTw9dSzcRv6BBW6Ep1IdbKwYsCrYM9tnw4VZtebR/N5sJHY6qqRew==", "requires": { - "json-pointer": "^0.6.0" + "@types/json-schema": "^7.0.7", + "json-pointer": "^0.6.1" } }, "optionator": { diff --git a/package.json b/package.json index 714b81037..d1bb13930 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "access": "public" }, "dependencies": { - "@asyncapi/react-component": "^1.0.0-next.3", + "@asyncapi/react-component": "^1.0.0-next.4", "puppeteer": "^5.3.1", "react": "^17.0.2", "react-dom": "^17.0.2",