From f2bfa8b5125e9cf44a65a3b62a712245ab922647 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Sun, 19 Nov 2023 14:55:32 +0000 Subject: [PATCH] fix: update @asyncapi/parser to 2.1.2 version --- package-lock.json | 12 +++++------- package.json | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7071cb323..447c9a76c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator-react-sdk": "^0.2.23", - "@asyncapi/parser": "^2.1.1", + "@asyncapi/parser": "^2.1.2", "@npmcli/arborist": "^2.2.4", "@smoya/multi-parser": "^4.0.0", "ajv": "^8.12.0", @@ -223,9 +223,9 @@ } }, "node_modules/@asyncapi/parser": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.1.tgz", - "integrity": "sha512-FnJ5Du9iMu9MEb5mF90gF7z1ZkdnazisBsm3GHVFr7VaiF8luAoB+bklGYFwoMb+9QWKWr1099orY5VyXULAcQ==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz", + "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==", "dependencies": { "@asyncapi/specs": "^5.1.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", @@ -245,9 +245,7 @@ "avsc": "^5.7.5", "js-yaml": "^4.1.0", "jsonpath-plus": "^7.2.0", - "node-fetch": "2.6.7", - "ramldt2jsonschema": "^1.2.3", - "webapi-parser": "^0.5.0" + "node-fetch": "2.6.7" } }, "node_modules/@asyncapi/parser/node_modules/argparse": { diff --git a/package.json b/package.json index 9c86b0121..9845c5c1d 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "homepage": "https://github.com/asyncapi/generator", "dependencies": { "@asyncapi/generator-react-sdk": "^0.2.23", - "@asyncapi/parser": "^2.1.1", + "@asyncapi/parser": "^2.1.2", "@npmcli/arborist": "^2.2.4", "@smoya/multi-parser": "^4.0.0", "ajv": "^8.12.0",