diff --git a/package-lock.json b/package-lock.json index b0be962..5ec25e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "json2md": "^1.12.0" }, "devDependencies": { - "@asyncapi/parser": "^3.6.0", + "@asyncapi/parser": "^3.6.2", "@types/jest": "^29.5.1", "@types/js-yaml": "^4.0.5", "@types/json2md": "^1.5.1", @@ -48,9 +48,9 @@ } }, "node_modules/@asyncapi/parser": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.6.0.tgz", - "integrity": "sha512-6S0Yr8vI418a1IrpGsOYbfWVo9+aHvSqN2oSkiY0YJltS/C7oDOt9e0mo6hSld8bg+EeKrtgkVmpW4obh1JFvA==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.6.2.tgz", + "integrity": "sha512-ys9QOqjkKuX3Z0rwpaw/exejXSHBIq3lZE1Ts6SsjihYYank4AVRpo17HsK/UvyZxgzBbcUNe5+xIRQnJHvGrw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -66,19 +66,19 @@ "@stoplight/types": "^13.12.0", "@types/json-schema": "^7.0.11", "@types/urijs": "^1.19.19", - "ajv": "^8.17.1", + "ajv": "^8.18.0", "ajv-errors": "^3.0.0", "ajv-formats": "^2.1.1", "avsc": "^5.7.5", - "js-yaml": "^4.1.1", + "js-yaml": "^4.3.0", "jsonpath-plus": "^10.0.7", "node-fetch": "2.6.7" } }, "node_modules/@asyncapi/parser/node_modules/ajv": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", - "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "version": "8.20.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz", + "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==", "dev": true, "license": "MIT", "dependencies": { @@ -5584,9 +5584,19 @@ "dev": true }, "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==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", + "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1" diff --git a/package.json b/package.json index faf3975..5d4ed7e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "json2md": "^1.12.0" }, "devDependencies": { - "@asyncapi/parser": "^3.6.0", + "@asyncapi/parser": "^3.6.2", "@types/jest": "^29.5.1", "@types/js-yaml": "^4.0.5", "@types/json2md": "^1.5.1",