From 7d8a862d8d6b09c4dfcd5e148182861bac9f205b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:08:43 +0000 Subject: [PATCH] chore(deps-dev)(deps-dev): Bump @asyncapi/parser Bumps the dev-tooling-minor-patch group with 1 update: [@asyncapi/parser](https://github.com/asyncapi/parser-js). Updates `@asyncapi/parser` from 3.6.0 to 3.6.1 - [Release notes](https://github.com/asyncapi/parser-js/releases) - [Commits](https://github.com/asyncapi/parser-js/compare/@asyncapi/parser@3.6.0...@asyncapi/parser@3.6.1) --- updated-dependencies: - dependency-name: "@asyncapi/parser" dependency-version: 3.6.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-tooling-minor-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ffa0b52..57f1f59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "zod": "4.4.3" }, "devDependencies": { - "@asyncapi/parser": "^3.6.0", + "@asyncapi/parser": "^3.6.1", "@stryker-mutator/core": "^9.6.1", "@trpc/client": "^11.18.0", "@types/better-sqlite3": "7.6.13", @@ -123,9 +123,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.1", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.6.1.tgz", + "integrity": "sha512-pqacvPdtkCI6DUOHxMfhumaqRwXAGaV05JzHIP3CxF3Jd3EMu25PWqsiVmbeLf8YDCy0K5UWm4NXW6TpwXwlSw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -141,11 +141,11 @@ "@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" } diff --git a/package.json b/package.json index 3f75742..781f33a 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@confluentinc/kafka-javascript": "^1.10.0" }, "devDependencies": { - "@asyncapi/parser": "^3.6.0", + "@asyncapi/parser": "^3.6.1", "@stryker-mutator/core": "^9.6.1", "@trpc/client": "^11.18.0", "@types/better-sqlite3": "7.6.13",