From d2ecc4ddc6d4ea0db81f1001eac3e7c93fc65c8b Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Sun, 19 Nov 2023 14:55:54 +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 0fb4f84baa..55c675ace9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@apidevtools/swagger-parser": "^10.0.3", "@asyncapi/avro-schema-parser": "^3.0.2", "@asyncapi/openapi-schema-parser": "^3.0.5", - "@asyncapi/parser": "^2.1.0", + "@asyncapi/parser": "^2.1.2", "@asyncapi/raml-dt-schema-parser": "^4.0.4", "@swc/core": "^1.3.5", "@swc/jest": "^0.2.23", @@ -121,9 +121,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", @@ -143,9 +143,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/@asyncapi/specs": { diff --git a/package.json b/package.json index d19415424b..8a77e06673 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@apidevtools/swagger-parser": "^10.0.3", "@asyncapi/avro-schema-parser": "^3.0.2", "@asyncapi/openapi-schema-parser": "^3.0.5", - "@asyncapi/parser": "^2.1.0", + "@asyncapi/parser": "^2.1.2", "@asyncapi/raml-dt-schema-parser": "^4.0.4", "@swc/core": "^1.3.5", "@swc/jest": "^0.2.23",