diff --git a/package-lock.json b/package-lock.json index 48f2c7d3a..f0cd1cc0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.3.6", "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.19", + "@asyncapi/generator-react-sdk": "^1.0.20", "@asyncapi/parser": "^3.1.0", "@asyncapi/react-component": "^1.2.13", "highlight.js": "10.7.3", @@ -299,11 +299,11 @@ } }, "node_modules/@asyncapi/generator-react-sdk": { - "version": "1.0.19", - "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.19.tgz", - "integrity": "sha512-J+uj7pptc8IUg4RLNWwoTB0AizYGKSbTjcN87BU3Ck8TwGxIuSRuk7Dz/SX0I/6bX0PWgZN8snsahBQ3j4HXYA==", + "version": "1.0.20", + "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.20.tgz", + "integrity": "sha512-9ShFK5RK2tprRD8NvP1SQf2wN2tUOilYFnQgBiPD5AwKmlJqjR3nZUQydfuRTHmHe5pz5lzypFx5ey3f1Mvjgg==", "dependencies": { - "@asyncapi/parser": "^3.0.15", + "@asyncapi/parser": "^3.1.0", "@babel/core": "7.12.9", "@babel/preset-env": "^7.12.7", "@babel/preset-react": "^7.12.7", diff --git a/package.json b/package.json index a3a7a7d59..bb98e8949 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "access": "public" }, "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.19", + "@asyncapi/generator-react-sdk": "^1.0.20", "@asyncapi/parser": "^3.1.0", "@asyncapi/react-component": "^1.2.13", "highlight.js": "10.7.3",