From 40330e3517e9217c836c1015c8b554fe79610281 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 Apr 2022 16:12:20 +0000 Subject: [PATCH] Update dependency @asyncapi/specs to v2.13.2 --- j2asyncapi-schema/package-lock.json | 14 +++++++------- j2asyncapi-schema/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/j2asyncapi-schema/package-lock.json b/j2asyncapi-schema/package-lock.json index ad0125f..55d7cb5 100644 --- a/j2asyncapi-schema/package-lock.json +++ b/j2asyncapi-schema/package-lock.json @@ -10,20 +10,20 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@asyncapi/specs": "2.13.1" + "@asyncapi/specs": "2.13.2" } }, "node_modules/@asyncapi/specs": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-2.13.1.tgz", - "integrity": "sha512-Hl44ml5/yDtBnOlk0A7RWl+Xy8JcWRni/2QVT1tkmQmwg6ylW+nfIXn2Zzi9Hww+oCkgyrqMXe45rlcJVhKlDQ==" + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-2.13.2.tgz", + "integrity": "sha512-ly15ErFjfF3F3PIcI1PYTI5LHBrwFw5RVFNDUYwZfP0zVJRWwyuxuoR5ZPjC0+kIREran4pfCNZeCPVG6/cCFA==" } }, "dependencies": { "@asyncapi/specs": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-2.13.1.tgz", - "integrity": "sha512-Hl44ml5/yDtBnOlk0A7RWl+Xy8JcWRni/2QVT1tkmQmwg6ylW+nfIXn2Zzi9Hww+oCkgyrqMXe45rlcJVhKlDQ==" + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-2.13.2.tgz", + "integrity": "sha512-ly15ErFjfF3F3PIcI1PYTI5LHBrwFw5RVFNDUYwZfP0zVJRWwyuxuoR5ZPjC0+kIREran4pfCNZeCPVG6/cCFA==" } } } diff --git a/j2asyncapi-schema/package.json b/j2asyncapi-schema/package.json index e68b878..62a70d2 100644 --- a/j2asyncapi-schema/package.json +++ b/j2asyncapi-schema/package.json @@ -10,6 +10,6 @@ "author": "", "license": "ISC", "dependencies": { - "@asyncapi/specs": "2.13.1" + "@asyncapi/specs": "2.13.2" } }