From ab59aab14ee7c13d72a0898d930f8656d78a4e76 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 1 Feb 2023 16:10:37 +0000 Subject: [PATCH] fix: update @asyncapi/specs to 4.1.0 version --- 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 9ff4efaf..9eb270b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@asyncapi/problem": "^1.0.0", "@asyncapi/python-paho-template": "^0.2.13", "@asyncapi/raml-dt-schema-parser": "^2.0.1", - "@asyncapi/specs": "^4.0.1", + "@asyncapi/specs": "^4.1.0", "@asyncapi/ts-nats-template": "^0.10.2", "ajv": "^8.8.2", "ajv-formats": "^2.1.1", @@ -908,9 +908,9 @@ } }, "node_modules/@asyncapi/specs": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.0.1.tgz", - "integrity": "sha512-3sKw49Y/TeKT/FO2YX/DlyOekytko5KFwNJ3zMPmai+pyhz3gux2p5zV5kGJRCwApI1gX0GJw6p15a6CZgg01w==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.1.0.tgz", + "integrity": "sha512-2arh2J4vGUkgx7Y8zB2UMdYpgYiL4P+Te1Na5Yi9IEDe6UBVwOGFYK8MR7HZ0/oInHQFygpuouAjHnIifoZykg==", "dependencies": { "@types/json-schema": "^7.0.11" } @@ -21457,9 +21457,9 @@ } }, "@asyncapi/specs": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.0.1.tgz", - "integrity": "sha512-3sKw49Y/TeKT/FO2YX/DlyOekytko5KFwNJ3zMPmai+pyhz3gux2p5zV5kGJRCwApI1gX0GJw6p15a6CZgg01w==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.1.0.tgz", + "integrity": "sha512-2arh2J4vGUkgx7Y8zB2UMdYpgYiL4P+Te1Na5Yi9IEDe6UBVwOGFYK8MR7HZ0/oInHQFygpuouAjHnIifoZykg==", "requires": { "@types/json-schema": "^7.0.11" } diff --git a/package.json b/package.json index 863a5545..51ac2dfe 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@asyncapi/problem": "^1.0.0", "@asyncapi/python-paho-template": "^0.2.13", "@asyncapi/raml-dt-schema-parser": "^2.0.1", - "@asyncapi/specs": "^4.0.1", + "@asyncapi/specs": "^4.1.0", "@asyncapi/ts-nats-template": "^0.10.2", "ajv": "^8.8.2", "ajv-formats": "^2.1.1",