diff --git a/springwolf-ui/package-lock.json b/springwolf-ui/package-lock.json index 4150796fb..119647a9b 100644 --- a/springwolf-ui/package-lock.json +++ b/springwolf-ui/package-lock.json @@ -27,7 +27,7 @@ "@angular-devkit/build-angular": "^17.2.0", "@angular/cli": "^17.2.0", "@angular/compiler-cli": "^17.2.1", - "@asyncapi/parser": "^3.0.7", + "@asyncapi/parser": "^3.0.10", "@testing-library/angular": "^15.2.0", "@types/jest": "^29.5.12", "@types/node": "^18.18.0", @@ -1035,12 +1035,12 @@ } }, "node_modules/@asyncapi/parser": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.7.tgz", - "integrity": "sha512-CKdkZbhs+2Mw7M2UZPypKEhKuaF+o5qZB2TQc0pDf+Wr09uEnm6WTdyqzmMGVb5fkQYApu8psQeDyVMbhfoWXQ==", + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.10.tgz", + "integrity": "sha512-x9qo7SHGzPWbC1XCRyilcI+Z6UZsWZ9uRl05h9j4G/v+3IjNG3krwngiAbt59nbLlYZD/nBS7Hc03GayoocnQw==", "dev": true, "dependencies": { - "@asyncapi/specs": "^6.5.0", + "@asyncapi/specs": "^6.5.3", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "^3.20.2", "@stoplight/json-ref-readers": "^1.2.2", @@ -1080,9 +1080,9 @@ } }, "node_modules/@asyncapi/specs": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.0.tgz", - "integrity": "sha512-84QUcfMT05+vvHO5EnSI0I5OZKzMgF/i3vgw92ghk1l52VM/lb3qNnuARzyo+uHJ9kmIb5+naK9wTuliVOdzmg==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.3.tgz", + "integrity": "sha512-mZROlCOLkZEWy5tN4pPop3JEJflSKmLLMGO1TebF5wjnroqZ3yp/GuGUxVIl3jVNxFk1i5nZ2AtWzAD/HaUj3Q==", "dev": true, "dependencies": { "@types/json-schema": "^7.0.11" diff --git a/springwolf-ui/package.json b/springwolf-ui/package.json index 5cbcb14fb..c53ccc9c1 100644 --- a/springwolf-ui/package.json +++ b/springwolf-ui/package.json @@ -29,7 +29,7 @@ "@angular-devkit/build-angular": "^17.2.0", "@angular/cli": "^17.2.0", "@angular/compiler-cli": "^17.2.1", - "@asyncapi/parser": "^3.0.7", + "@asyncapi/parser": "^3.0.10", "@testing-library/angular": "^15.2.0", "@types/jest": "^29.5.12", "@types/node": "^18.18.0",