diff --git a/j2asyncapi-schema/package-lock.json b/j2asyncapi-schema/package-lock.json index 55d7cb5..5424b7c 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.2" + "@asyncapi/specs": "2.14.0" } }, "node_modules/@asyncapi/specs": { - "version": "2.13.2", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-2.13.2.tgz", - "integrity": "sha512-ly15ErFjfF3F3PIcI1PYTI5LHBrwFw5RVFNDUYwZfP0zVJRWwyuxuoR5ZPjC0+kIREran4pfCNZeCPVG6/cCFA==" + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-2.14.0.tgz", + "integrity": "sha512-hHsYF6XsYNIKb1P2rXaooF4H+uKKQ4b/Ljxrk3rZ3riEDiSxMshMEfb1fUlw9Yj4V4OmJhjXwkNvw8W59AXv1A==" } }, "dependencies": { "@asyncapi/specs": { - "version": "2.13.2", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-2.13.2.tgz", - "integrity": "sha512-ly15ErFjfF3F3PIcI1PYTI5LHBrwFw5RVFNDUYwZfP0zVJRWwyuxuoR5ZPjC0+kIREran4pfCNZeCPVG6/cCFA==" + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-2.14.0.tgz", + "integrity": "sha512-hHsYF6XsYNIKb1P2rXaooF4H+uKKQ4b/Ljxrk3rZ3riEDiSxMshMEfb1fUlw9Yj4V4OmJhjXwkNvw8W59AXv1A==" } } } diff --git a/j2asyncapi-schema/package.json b/j2asyncapi-schema/package.json index 62a70d2..df482c3 100644 --- a/j2asyncapi-schema/package.json +++ b/j2asyncapi-schema/package.json @@ -10,6 +10,6 @@ "author": "", "license": "ISC", "dependencies": { - "@asyncapi/specs": "2.13.2" + "@asyncapi/specs": "2.14.0" } }