From 58ea5dcd90ed786e47ec89e6d50577a59270cd2b Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 5 Jun 2024 10:03:30 +0000 Subject: [PATCH] fix: update @asyncapi/generator-react-sdk to 1.0.19 version and others --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d855134bb..6919aabf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.6.1", "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.18", + "@asyncapi/generator-react-sdk": "^1.0.19", "openapi-sampler": "^1.3.0", "yaml": "^1.10.2" }, @@ -578,11 +578,11 @@ } }, "node_modules/@asyncapi/generator-react-sdk": { - "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==", + "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==", "dependencies": { - "@asyncapi/parser": "^3.0.14", + "@asyncapi/parser": "^3.0.15", "@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 74e1366f1..a4d4ebaa6 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "access": "public" }, "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.18", + "@asyncapi/generator-react-sdk": "^1.0.19", "openapi-sampler": "^1.3.0", "yaml": "^1.10.2" },