diff --git a/package-lock.json b/package-lock.json index 6041972fa0b..156aa3f8b8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@asyncapi/converter": "^1.4.19", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.23", - "@asyncapi/modelina": "^3.4.5", + "@asyncapi/modelina": "^3.4.8", "@asyncapi/openapi-schema-parser": "^3.0.22", "@asyncapi/optimizer": "^1.0.1", "@asyncapi/parser": "^3.0.14", @@ -303,11 +303,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", @@ -424,13 +424,13 @@ "link": true }, "node_modules/@asyncapi/modelina": { - "version": "3.4.5", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-3.4.5.tgz", - "integrity": "sha512-OcpNHDFeeIISiIsM+fGF+N8PeK6IBuaPrAm1uTjoja5n61ZQatD97Lo8l7Ff1tdxTVuEfjhkMyTvi19PkFDCbA==", + "version": "3.4.8", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-3.4.8.tgz", + "integrity": "sha512-qdNrHZOipbuLCwLSZ5oQdpF6oiCMlRDTjiJJrMOUXKFaXzzDdC1cSmHQfoAGuGu20+QK5g08fS+OW514eyE/xw==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.1.0", "@apidevtools/swagger-parser": "^10.1.0", - "@asyncapi/parser": "^3.0.10", + "@asyncapi/parser": "^3.0.14", "@smoya/multi-parser": "^5.0.1", "@swc/core": "^1.3.5", "@swc/jest": "^0.2.23", @@ -70280,7 +70280,7 @@ "test/fixtures/minimaltemplate": { "dev": true, "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.17" + "@asyncapi/generator-react-sdk": "^1.0.18" } } } diff --git a/package.json b/package.json index b99a03d79d6..4354965112d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@asyncapi/converter": "^1.4.19", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.23", - "@asyncapi/modelina": "^3.4.5", + "@asyncapi/modelina": "^3.4.8", "@asyncapi/openapi-schema-parser": "^3.0.22", "@asyncapi/optimizer": "^1.0.1", "@asyncapi/parser": "^3.0.14",