From 617d7d94d5994b4dfe883ff8536e334c5fc66b3a Mon Sep 17 00:00:00 2001 From: asyncapi-bot <61865014+asyncapi-bot@users.noreply.github.com> Date: Wed, 2 Feb 2022 12:51:14 +0100 Subject: [PATCH] fix: update @asyncapi/parser to 1.14.1 version (#98) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47297910..6c92c266 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.6.13", "license": "Apache-2.0", "dependencies": { - "@asyncapi/parser": "^1.14.0" + "@asyncapi/parser": "^1.14.1" }, "devDependencies": { "@semantic-release/commit-analyzer": "^8.0.1", @@ -58,9 +58,9 @@ } }, "node_modules/@asyncapi/parser": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.14.0.tgz", - "integrity": "sha512-OHqvInhquPwthrSEkglxqjj6+6A2gZW3NnmyOoXmWb7/9jS90hJwn9bQOMkd4bx2lT6PWmlZjjKFEldH8ILRQg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.14.1.tgz", + "integrity": "sha512-ZsNQc/HXmGDrxkYBRrGou/JrWn+FLHYdQQI0WPOylSL+LNfaWtLlIcYwbcj61l+jLLFqIe0DK/yZbmjxm0ydqw==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.6", "@asyncapi/specs": "^2.13.0", @@ -10602,9 +10602,9 @@ } }, "@asyncapi/parser": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.14.0.tgz", - "integrity": "sha512-OHqvInhquPwthrSEkglxqjj6+6A2gZW3NnmyOoXmWb7/9jS90hJwn9bQOMkd4bx2lT6PWmlZjjKFEldH8ILRQg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.14.1.tgz", + "integrity": "sha512-ZsNQc/HXmGDrxkYBRrGou/JrWn+FLHYdQQI0WPOylSL+LNfaWtLlIcYwbcj61l+jLLFqIe0DK/yZbmjxm0ydqw==", "requires": { "@apidevtools/json-schema-ref-parser": "^9.0.6", "@asyncapi/specs": "^2.13.0", diff --git a/package.json b/package.json index 0df21bb7..fa3afc7e 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "semantic-release": "^17.4.3" }, "dependencies": { - "@asyncapi/parser": "^1.14.0" + "@asyncapi/parser": "^1.14.1" }, "publishConfig": { "access": "public"