From 0fce4b9fdb902deb0d45579e316bfc24c7a44553 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 12 Jun 2024 14:44:25 +0200 Subject: [PATCH] fix: update @asyncapi/parser to 3.1.0 version and others (#173) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 741fae4..2ce4959 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.5.4", - "@asyncapi/parser": "^3.0.16", + "@asyncapi/parser": "^3.1.0", "@types/json-schema": "^7.0.11", "js-yaml": "^4.1.0", "jsonpath-plus": "^6.0.1", @@ -83,9 +83,9 @@ } }, "node_modules/@asyncapi/parser": { - "version": "3.0.16", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.16.tgz", - "integrity": "sha512-Ze0OAZvyCKWLeAMNcyY6nnc2Xbv5vvyvXFRnCD/I0VIGlIgbIlD7HbDgeQcNZ9fZ68lT0myjje8QLmFP7ddLGw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.1.0.tgz", + "integrity": "sha512-rUd+fsPRE68o+F3gLqk7OaBj5J5VgBiLk9eJBGEXolNmKbVd45mxJm2aBpMkphQEmYHuBvxZyiNYlSCyr1D2fA==", "dependencies": { "@asyncapi/specs": "^6.7.1", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", diff --git a/package.json b/package.json index f6be6e9..aa8951d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ ], "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.5.4", - "@asyncapi/parser": "^3.0.16", + "@asyncapi/parser": "^3.1.0", "@types/json-schema": "^7.0.11", "js-yaml": "^4.1.0", "jsonpath-plus": "^6.0.1",