From 1145eabcff190c14fbf51eb5cd3b2ef41e9c2cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:50:37 +0000 Subject: [PATCH] chore(deps): bump @asyncapi/protobuf-schema-parser from 1.0.0 to 3.0.4 Bumps [@asyncapi/protobuf-schema-parser](https://github.com/asyncapi/protobuf-schema-parser) from 1.0.0 to 3.0.4. - [Release notes](https://github.com/asyncapi/protobuf-schema-parser/releases) - [Changelog](https://github.com/asyncapi/protobuf-schema-parser/blob/master/.releaserc) - [Commits](https://github.com/asyncapi/protobuf-schema-parser/compare/v1.0.0...v3.0.4) --- updated-dependencies: - dependency-name: "@asyncapi/protobuf-schema-parser" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 73 +++++++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 69 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc882163efe..93ea7667924 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@asyncapi/avro-schema-parser": "^1.1.0", "@asyncapi/openapi-schema-parser": "^2.0.3", "@asyncapi/parser": "^1.18.1", - "@asyncapi/protobuf-schema-parser": "^1.0.0", + "@asyncapi/protobuf-schema-parser": "^3.0.4", "@asyncapi/react-component": "=1.2.2", "@babel/runtime": "^7.23.2", "@braintree/sanitize-url": "^6.0.3", @@ -405,14 +405,77 @@ } }, "node_modules/@asyncapi/protobuf-schema-parser": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-1.0.0.tgz", - "integrity": "sha512-eLfFhV6L+idW83LUspD6pzVwp2Zz0t3oW7kZD+USynmKZMkXnLmY7ON0q82Y5k0KZ34itoyyKu7YBYe4JxIZsw==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.0.4.tgz", + "integrity": "sha512-y48HjZqwEnR1b+N2pQd+8qyxXrTO8+u3mZlef5uNAHG0Bj8LeWl887+ZFa+0AQ7OEmUR/K4NITDpCSDgvK6OQw==", "dependencies": { - "conventional-changelog-conventionalcommits": "^5.0.0", + "@asyncapi/parser": "^3.0.1", + "@types/protocol-buffers-schema": "^3.4.1", "protocol-buffers-schema": "^3.6.0" } }, + "node_modules/@asyncapi/protobuf-schema-parser/node_modules/@asyncapi/parser": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.1.tgz", + "integrity": "sha512-LtRVjbswpqW7TlSqnGVdFm1da3DV1sqQz07ZG6xqzpR2A2pkn16+5Fk+OhuAggZ0atXNLSYfYSuKp8t3iKvrKA==", + "dependencies": { + "@asyncapi/specs": "^6.1.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json": "^3.20.2", + "@stoplight/json-ref-readers": "^1.2.2", + "@stoplight/json-ref-resolver": "^3.1.5", + "@stoplight/spectral-core": "^1.16.1", + "@stoplight/spectral-functions": "^1.7.2", + "@stoplight/spectral-parsers": "^1.0.2", + "@stoplight/spectral-ref-resolver": "^1.0.3", + "@stoplight/types": "^13.12.0", + "@types/json-schema": "^7.0.11", + "@types/urijs": "^1.19.19", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1", + "avsc": "^5.7.5", + "js-yaml": "^4.1.0", + "jsonpath-plus": "^7.2.0", + "node-fetch": "2.6.7" + } + }, + "node_modules/@asyncapi/protobuf-schema-parser/node_modules/@asyncapi/specs": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.1.0.tgz", + "integrity": "sha512-RXWktqwnErkZmPppT7FWQ8njoULKrB6ERUZUWT0+PdrQ1ti+VvyiCS3RvhdgE2r612VPP9NIh05tJgBCv6LgoQ==", + "dependencies": { + "@types/json-schema": "^7.0.11" + } + }, + "node_modules/@asyncapi/protobuf-schema-parser/node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/@asyncapi/protobuf-schema-parser/node_modules/ajv-errors": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", + "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", + "peerDependencies": { + "ajv": "^8.0.1" + } + }, + "node_modules/@asyncapi/protobuf-schema-parser/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, "node_modules/@asyncapi/react-component": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.2.2.tgz", diff --git a/package.json b/package.json index e15597ddb1c..4a2974e2d49 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@asyncapi/avro-schema-parser": "^1.1.0", "@asyncapi/openapi-schema-parser": "^2.0.3", "@asyncapi/parser": "^1.18.1", - "@asyncapi/protobuf-schema-parser": "^1.0.0", + "@asyncapi/protobuf-schema-parser": "^3.0.4", "@asyncapi/react-component": "=1.2.2", "@babel/runtime": "^7.23.2", "@braintree/sanitize-url": "^6.0.3",