From 7c9ec8c9eb97fa5d8e310b12aece0562c937039b Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Tue, 30 Jan 2024 05:48:34 +0100 Subject: [PATCH] fix: update @asyncapi/parser to 3.0.4 version (#212) --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7deb0a17..de81d423 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "4.0.11", "license": "Apache-2.0", "dependencies": { - "@asyncapi/parser": "^3.0.3", + "@asyncapi/parser": "^3.0.4", "js-yaml": "^4.1.0", "ramldt2jsonschema": "^1.2.3", "webapi-parser": "^0.5.0" @@ -47,11 +47,11 @@ } }, "node_modules/@asyncapi/parser": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.3.tgz", - "integrity": "sha512-nRkzgzcSkqBMy6kL/AWNsL8EJzDePFI4x6949V+4R/zYtbAm1IYY9Q4DEc81pnxoWHrJrVvrSD6O73/VTJ+XoA==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.4.tgz", + "integrity": "sha512-xop2ZGCNey6eaNp6ypscrWCQogC++XAjq7yWvaB9v3GfpL0P8Dq+d29NetlvpLFZ1xnkbeuUg9R2m7FBZYkPFw==", "dependencies": { - "@asyncapi/specs": "^6.2.1", + "@asyncapi/specs": "^6.3.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "^3.20.2", "@stoplight/json-ref-readers": "^1.2.2", @@ -73,9 +73,9 @@ } }, "node_modules/@asyncapi/specs": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.2.1.tgz", - "integrity": "sha512-rfd0bzJrApEbxYD4U1SUG02GGG6lK6i6lup9LDWpVu1QwwuMNLAgf8+jsmsf3e7OinB/lauxRumGODXCxBu5Jw==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.3.0.tgz", + "integrity": "sha512-Ui7Fekd/ruqd4hTSb5ogsTG8eylHEyKR5qKOtg+HwOYWlUEtObOD2UlhbuASiB4YnG5SSfkEKR5YsUJmf/ESYQ==", "dependencies": { "@types/json-schema": "^7.0.11" } @@ -7930,11 +7930,11 @@ } }, "@asyncapi/parser": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.3.tgz", - "integrity": "sha512-nRkzgzcSkqBMy6kL/AWNsL8EJzDePFI4x6949V+4R/zYtbAm1IYY9Q4DEc81pnxoWHrJrVvrSD6O73/VTJ+XoA==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.4.tgz", + "integrity": "sha512-xop2ZGCNey6eaNp6ypscrWCQogC++XAjq7yWvaB9v3GfpL0P8Dq+d29NetlvpLFZ1xnkbeuUg9R2m7FBZYkPFw==", "requires": { - "@asyncapi/specs": "^6.2.1", + "@asyncapi/specs": "^6.3.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "^3.20.2", "@stoplight/json-ref-readers": "^1.2.2", @@ -7956,9 +7956,9 @@ } }, "@asyncapi/specs": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.2.1.tgz", - "integrity": "sha512-rfd0bzJrApEbxYD4U1SUG02GGG6lK6i6lup9LDWpVu1QwwuMNLAgf8+jsmsf3e7OinB/lauxRumGODXCxBu5Jw==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.3.0.tgz", + "integrity": "sha512-Ui7Fekd/ruqd4hTSb5ogsTG8eylHEyKR5qKOtg+HwOYWlUEtObOD2UlhbuASiB4YnG5SSfkEKR5YsUJmf/ESYQ==", "requires": { "@types/json-schema": "^7.0.11" } diff --git a/package.json b/package.json index 52dfe26f..3f7f9c80 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "README.md" ], "dependencies": { - "@asyncapi/parser": "^3.0.3", + "@asyncapi/parser": "^3.0.4", "js-yaml": "^4.1.0", "ramldt2jsonschema": "^1.2.3", "webapi-parser": "^0.5.0"