From 9fe2705fc90d545015d4b25b53a06bfb5ae92ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:47:33 +0000 Subject: [PATCH] chore(deps-dev): Bump @asyncapi/parser in /springwolf-ui Bumps [@asyncapi/parser](https://github.com/asyncapi/parser-js) from 3.2.2 to 3.3.0. - [Release notes](https://github.com/asyncapi/parser-js/releases) - [Commits](https://github.com/asyncapi/parser-js/compare/@asyncapi/parser@3.2.2...@asyncapi/parser@3.3.0) --- updated-dependencies: - dependency-name: "@asyncapi/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- springwolf-ui/package-lock.json | 16 ++++++++-------- springwolf-ui/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/springwolf-ui/package-lock.json b/springwolf-ui/package-lock.json index dfa388c3b..ddeab5118 100644 --- a/springwolf-ui/package-lock.json +++ b/springwolf-ui/package-lock.json @@ -28,7 +28,7 @@ "@angular-devkit/build-angular": "^18.2.8", "@angular/cli": "^18.2.8", "@angular/compiler-cli": "^18.2.8", - "@asyncapi/parser": "^3.2.2", + "@asyncapi/parser": "^3.3.0", "@testing-library/angular": "^17.3.1", "@types/jest": "^29.5.13", "@types/node": "^18.19.50", @@ -1716,12 +1716,12 @@ } }, "node_modules/@asyncapi/parser": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.2.2.tgz", - "integrity": "sha512-ved4ja3ANs6BcRhWLbK/A7JIhJyMQBYdV1GZwo6Ptf+qBkGIdvV3dt8M4T6TZqtIbUI2NOvmO2YUqtaPWTudgA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.3.0.tgz", + "integrity": "sha512-IqBeDU/YxiHP/ySPYR5ayT/EE2ad9V75v8lhcA2ZowRDKh1YvNJaDwTpJjmRuggg8328uSDc9x/YEy6KgRgcgw==", "dev": true, "dependencies": { - "@asyncapi/specs": "^6.6.0", + "@asyncapi/specs": "^6.8.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "3.21.0", "@stoplight/json-ref-readers": "^1.2.2", @@ -1760,9 +1760,9 @@ } }, "node_modules/@asyncapi/specs": { - "version": "6.7.1", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.7.1.tgz", - "integrity": "sha512-jEaW2vgAwD9GboCdO/TI1zN2k+iowL8YFYwiZwTIr4U4KDmsgo3BLypScl6Jl4+IvY9RdsWE67nuzVX7jooiqQ==", + "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==", "dev": true, "dependencies": { "@types/json-schema": "^7.0.11" diff --git a/springwolf-ui/package.json b/springwolf-ui/package.json index 8b691e6bd..ca32feef7 100644 --- a/springwolf-ui/package.json +++ b/springwolf-ui/package.json @@ -32,7 +32,7 @@ "@angular-devkit/build-angular": "^18.2.8", "@angular/cli": "^18.2.8", "@angular/compiler-cli": "^18.2.8", - "@asyncapi/parser": "^3.2.2", + "@asyncapi/parser": "^3.3.0", "@testing-library/angular": "^17.3.1", "@types/jest": "^29.5.13", "@types/node": "^18.19.50",