From 50f9ed4efb4ae99e92e86851f980fd875d9ca7c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 21:14:27 +0000 Subject: [PATCH] chore(deps): bump @asteasolutions/zod-to-openapi from 8.5.0 to 9.0.0 Bumps [@asteasolutions/zod-to-openapi](https://github.com/asteasolutions/zod-to-openapi) from 8.5.0 to 9.0.0. - [Release notes](https://github.com/asteasolutions/zod-to-openapi/releases) - [Commits](https://github.com/asteasolutions/zod-to-openapi/compare/v8.5.0...v9.0.0) --- updated-dependencies: - dependency-name: "@asteasolutions/zod-to-openapi" dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6fdd024..da08d40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "@asteasolutions/zod-to-openapi": "^8.5.0", + "@asteasolutions/zod-to-openapi": "^9.0.0", "@axe-core/puppeteer": "^4.11.0", "ajv": "^8.20.0", "async-mutex": "^0.5.0", @@ -64,12 +64,12 @@ } }, "node_modules/@asteasolutions/zod-to-openapi": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@asteasolutions/zod-to-openapi/-/zod-to-openapi-8.5.0.tgz", - "integrity": "sha512-SABbKiObg5dLRiTFnqiW1WWwGcg1BJfmHtT2asIBnBHg6Smy/Ms2KHc650+JI4Hw7lSkdiNebEGXpwoxfben8Q==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@asteasolutions/zod-to-openapi/-/zod-to-openapi-9.0.0.tgz", + "integrity": "sha512-/bI1+jCvTlkWzlBFH2wd9uADreYm9yQ34r7+iNV+ISLHMjtT1BFC/mxgv9UxTxRBNBZvpZ31Wr5qlzYyHA/YsA==", "license": "MIT", "dependencies": { - "openapi3-ts": "^4.1.2" + "openapi3-ts": "^4.6.0" }, "peerDependencies": { "zod": "^4.0.0" diff --git a/package.json b/package.json index ad3af24..546762e 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ }, "homepage": "https://github.com/malakoffhumanis/baldr-accessibility-scan#readme", "dependencies": { - "@asteasolutions/zod-to-openapi": "^8.5.0", + "@asteasolutions/zod-to-openapi": "^9.0.0", "@axe-core/puppeteer": "^4.11.0", "ajv": "^8.20.0", "async-mutex": "^0.5.0",