diff --git a/package-lock.json b/package-lock.json index 0119edf..c38ffb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.0", "license": "Apache-2.0", "devDependencies": { - "@asyncapi/react-component": "^3.0.0", + "@asyncapi/react-component": "^3.0.1", "@types/glob": "^7.2.0", "@types/js-yaml": "^4.0.5", "@types/mocha": "^9.1.1", @@ -75,13 +75,13 @@ } }, "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==", "dev": true, "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", @@ -97,11 +97,24 @@ "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" } }, + "node_modules/@asyncapi/parser/node_modules/js-yaml": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "dev": true, + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/@asyncapi/parser/node_modules/node-fetch": { "version": "2.6.7", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", @@ -139,15 +152,15 @@ } }, "node_modules/@asyncapi/react-component": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-3.0.0.tgz", - "integrity": "sha512-XLcI7OYBu/KiPgShjYERDmG4OEd4F5We+L65JOvahtmC/yGa6uI9m0PQoQdzxSHsD2RPNo/T3/PAQzB7C9GDVg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-3.0.1.tgz", + "integrity": "sha512-EEyw4GqdcorvuAwrlEErzhrU9LqaT7kaPlslgm450zzztsuvVUOxDvsqYBPRyQYNaCJXZG9P6yTV1cf2uEsdFA==", "dev": true, "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.24", "@asyncapi/openapi-schema-parser": "^3.0.24", - "@asyncapi/parser": "^3.3.0", + "@asyncapi/parser": "^3.6.0", "@asyncapi/protobuf-schema-parser": "^3.6.0", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^2.14.0", @@ -172,9 +185,9 @@ } }, "node_modules/@asyncapi/specs": { - "version": "6.8.1", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.8.1.tgz", - "integrity": "sha512-czHoAk3PeXTLR+X8IUaD+IpT+g+zUvkcgMDJVothBsan+oHN3jfcFcFUNdOPAAFoUCQN1hXF1dWuphWy05THlA==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.11.1.tgz", + "integrity": "sha512-A3WBLqAKGoJ2+6FWFtpjBlCQ1oFCcs4GxF7zsIGvNqp/klGUHjlA3aAcZ9XMMpLGE8zPeYDz2x9FmO6DSuKraQ==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index ebf6a0b..0435a3e 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "open-in-browser": "vscode-test-web --extensionDevelopmentPath=. --port=8082" }, "devDependencies": { - "@asyncapi/react-component": "^3.0.0", + "@asyncapi/react-component": "^3.0.1", "@types/glob": "^7.2.0", "@types/js-yaml": "^4.0.5", "@types/mocha": "^9.1.1",