From 8174aad32087170cb90c5e0ac5cb2293f051a7ce Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 12 Jun 2024 14:30:12 +0200 Subject: [PATCH] fix: update @asyncapi/parser to 3.1.0 version and others (#267) --- 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 676248d9..779cc3ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.4.20", "license": "Apache-2.0", "dependencies": { - "@asyncapi/parser": "^3.0.16", + "@asyncapi/parser": "^3.1.0", "js-yaml": "^3.14.1" }, "devDependencies": { @@ -37,9 +37,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 0e11e89b..cfb45cac 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "author": "Fran Mendez (fmvilas.com)", "license": "Apache-2.0", "dependencies": { - "@asyncapi/parser": "^3.0.16", + "@asyncapi/parser": "^3.1.0", "js-yaml": "^3.14.1" }, "devDependencies": {