diff --git a/package-lock.json b/package-lock.json index 169c12418..87bb2fe8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.5.0", "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.2", + "@asyncapi/generator-react-sdk": "^1.0.18", "openapi-sampler": "^1.3.0", "yaml": "^1.10.2" }, @@ -570,11 +570,11 @@ } }, "node_modules/@asyncapi/generator-react-sdk": { - "version": "1.0.17", - "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.17.tgz", - "integrity": "sha512-/1dBNYWZM6oOO1RQ4wDT/WgcEeUiv7MHkKtpsryjjC4qbvckB0yjGJSOqDThwOvxiydQ82gPKbfBaBx8kGwyUg==", + "version": "1.0.18", + "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.18.tgz", + "integrity": "sha512-6pGOi1ODODtfXqe+qe1F/VNZIxMB+CIMyAUOt3dC+UE12mBmQe4VTO2VZpbu2HZ2LMG5cfkf3J6S4jJWvY9cDg==", "dependencies": { - "@asyncapi/parser": "^3.0.13", + "@asyncapi/parser": "^3.0.14", "@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 e4c4e6c59..278e2f962 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "access": "public" }, "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.2", + "@asyncapi/generator-react-sdk": "^1.0.18", "openapi-sampler": "^1.3.0", "yaml": "^1.10.2" },