diff --git a/package-lock.json b/package-lock.json index cfe7d13566..d072156891 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.1.0", "@apidevtools/swagger-parser": "^10.1.0", - "@asyncapi/multi-parser": "^2.2.0", - "@asyncapi/parser": "^3.4.0", + "@asyncapi/multi-parser": "^2.3.0", + "@asyncapi/parser": "^3.6.0", "alterschema": "^1.1.2", "change-case": "^4.1.2", "fast-xml-parser": "^5.3.0", @@ -136,15 +136,15 @@ } }, "node_modules/@asyncapi/multi-parser": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@asyncapi/multi-parser/-/multi-parser-2.2.0.tgz", - "integrity": "sha512-C+0IRBPDaUOX5JhyC1RKVJ3WQsMdFKHL4vWovG1u4rDToCNxXIfG5m6IIYbmZId5HNQ6bl9BneDt2Ml+pkeRbA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@asyncapi/multi-parser/-/multi-parser-2.3.0.tgz", + "integrity": "sha512-8hZ2k1l+X5ygGfZa3fFNueO5O00df2yCHsiKzVgJdUpL2wRqhaMnMkrPwO6vwYiRzhZdfzVmZ/p8Tz1+8Yn39Q==", "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.3", "@asyncapi/openapi-schema-parser": "^3.0.4", "@asyncapi/parser": "*", - "@asyncapi/protobuf-schema-parser": "^3.0.0", + "@asyncapi/protobuf-schema-parser": "^3.3.0", "@asyncapi/raml-dt-schema-parser": "^4.0.4", "parserapiv1": "npm:@asyncapi/parser@^2.1.0", "parserapiv2": "npm:@asyncapi/parser@3.0.0-next-major-spec.8" @@ -163,11 +163,12 @@ } }, "node_modules/@asyncapi/parser": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.4.0.tgz", - "integrity": "sha512-Sxn74oHiZSU6+cVeZy62iPZMFMvKp4jupMFHelSICCMw1qELmUHPvuZSr+ZHDmNGgHcEpzJM5HN02kR7T4g+PQ==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.6.0.tgz", + "integrity": "sha512-6S0Yr8vI418a1IrpGsOYbfWVo9+aHvSqN2oSkiY0YJltS/C7oDOt9e0mo6hSld8bg+EeKrtgkVmpW4obh1JFvA==", + "license": "Apache-2.0", "dependencies": { - "@asyncapi/specs": "^6.8.0", + "@asyncapi/specs": "^6.11.1", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "3.21.0", "@stoplight/json-ref-readers": "^1.2.2", @@ -183,8 +184,8 @@ "ajv-errors": "^3.0.0", "ajv-formats": "^2.1.1", "avsc": "^5.7.5", - "js-yaml": "^4.1.0", - "jsonpath-plus": "^10.0.0", + "js-yaml": "^4.1.1", + "jsonpath-plus": "^10.0.7", "node-fetch": "2.6.7" } }, @@ -308,9 +309,10 @@ } }, "node_modules/@asyncapi/specs": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.8.0.tgz", - "integrity": "sha512-1i6xs8+IOh6U5T7yH+bCMGQBF+m7kP/NpwyAlt++XaDQutoGCgACf24mQBgcDVqDWWoY81evQv+9ABvw0BviVg==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.11.1.tgz", + "integrity": "sha512-A3WBLqAKGoJ2+6FWFtpjBlCQ1oFCcs4GxF7zsIGvNqp/klGUHjlA3aAcZ9XMMpLGE8zPeYDz2x9FmO6DSuKraQ==", + "license": "Apache-2.0", "dependencies": { "@types/json-schema": "^7.0.11" } @@ -7718,9 +7720,10 @@ "dev": true }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, diff --git a/package.json b/package.json index b9bcc46752..a234868eb4 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,8 @@ "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.1.0", "@apidevtools/swagger-parser": "^10.1.0", - "@asyncapi/multi-parser": "^2.2.0", - "@asyncapi/parser": "^3.4.0", + "@asyncapi/multi-parser": "^2.3.0", + "@asyncapi/parser": "^3.6.0", "alterschema": "^1.1.2", "change-case": "^4.1.2", "fast-xml-parser": "^5.3.0",