diff --git a/package-lock.json b/package-lock.json index caf3a6ebb4f..88a4fe356ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@asyncapi/optimizer": "^0.2.3", "@asyncapi/parser": "^3.0.0-next-major-spec.2", "@asyncapi/protobuf-schema-parser": "3.0.0", - "@asyncapi/raml-dt-schema-parser": "^4.0.3", + "@asyncapi/raml-dt-schema-parser": "^4.0.6", "@asyncapi/studio": "^0.17.3", "@oclif/core": "^1.26.2", "@oclif/errors": "^1.3.6", @@ -1361,26 +1361,31 @@ } }, "node_modules/@asyncapi/raml-dt-schema-parser": { - "version": "4.0.4", - "license": "Apache-2.0", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.6.tgz", + "integrity": "sha512-3l3WFTDrgtbel6xY9ohWtAA/DVJangGrLKIDOr+zGacQ5gZNxRRapamXcPJPel5Ut+bnG9jDTh8WJqoC6TZ+EQ==", "dependencies": { - "@asyncapi/parser": "^2.1.0", + "@asyncapi/parser": "^2.1.2", "js-yaml": "^4.1.0", "ramldt2jsonschema": "^1.2.3", "webapi-parser": "^0.5.0" } }, "node_modules/@asyncapi/raml-dt-schema-parser/node_modules/@asyncapi/parser": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", - "integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz", + "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==", "dependencies": { "@asyncapi/specs": "^5.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", @@ -1389,9 +1394,7 @@ "avsc": "^5.7.5", "js-yaml": "^4.1.0", "jsonpath-plus": "^7.2.0", - "node-fetch": "2.6.7", - "ramldt2jsonschema": "^1.2.3", - "webapi-parser": "^0.5.0" + "node-fetch": "2.6.7" } }, "node_modules/@asyncapi/raml-dt-schema-parser/node_modules/@asyncapi/specs": { diff --git a/package.json b/package.json index 0c36a7cdf69..da26e459d90 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@asyncapi/optimizer": "^0.2.3", "@asyncapi/parser": "^3.0.0-next-major-spec.2", "@asyncapi/protobuf-schema-parser": "3.0.0", - "@asyncapi/raml-dt-schema-parser": "^4.0.3", + "@asyncapi/raml-dt-schema-parser": "^4.0.6", "@asyncapi/studio": "^0.17.3", "@oclif/core": "^1.26.2", "@oclif/errors": "^1.3.6",