From 6970c3aca2b5970591b28828771ca62a3b61864e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 21:27:37 +0200 Subject: [PATCH] build(deps): bump openapi-backend from 5.13.0 to 5.15.0 (#7077) Bumps [openapi-backend](https://github.com/openapistack/openapi-backend) from 5.13.0 to 5.15.0. - [Release notes](https://github.com/openapistack/openapi-backend/releases) - [Commits](https://github.com/openapistack/openapi-backend/compare/5.13.0...5.15.0) --- updated-dependencies: - dependency-name: openapi-backend dependency-version: 5.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 10 +++++----- src/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a18a455ea..545d9c2a6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -222,8 +222,8 @@ importers: specifier: ^9.4.2 version: 9.4.2 openapi-backend: - specifier: ^5.13.0 - version: 5.13.0 + specifier: ^5.15.0 + version: 5.15.0 proxy-addr: specifier: ^2.0.7 version: 2.0.7 @@ -3690,8 +3690,8 @@ packages: oniguruma-to-es@4.3.3: resolution: {integrity: sha512-rPiZhzC3wXwE59YQMRDodUwwT9FZ9nNBwQQfsd1wfdtlKEyCdRV0avrTcSZ5xlIvGRVPd/cx6ZN45ECmS39xvg==} - openapi-backend@5.13.0: - resolution: {integrity: sha512-dE2f0MCpL2ZKctVG4w+Nl+1C4GQput5dQ4QYy6XeblGvM2Z1b3JcP2FzL6DrLzzDYEKTLgAaQM3jD7yhftwKSg==} + openapi-backend@5.15.0: + resolution: {integrity: sha512-yox0nCv511YWUeBNCdKY6xmUB92yEN+N9rHO4BHA5GOAZaNtY+zzuftAdfEwIbCsCcvZJ9ysENCguqBg+hLlWw==} engines: {node: '>=12.0.0'} openapi-schema-validation@0.4.2: @@ -8356,7 +8356,7 @@ snapshots: regex: 6.0.1 regex-recursion: 6.0.2 - openapi-backend@5.13.0: + openapi-backend@5.15.0: dependencies: '@apidevtools/json-schema-ref-parser': 11.9.3 ajv: 8.17.1 diff --git a/src/package.json b/src/package.json index 35f79f81c..916839eae 100644 --- a/src/package.json +++ b/src/package.json @@ -57,7 +57,7 @@ "measured-core": "^2.0.0", "mime-types": "^3.0.1", "oidc-provider": "^9.4.2", - "openapi-backend": "^5.13.0", + "openapi-backend": "^5.15.0", "proxy-addr": "^2.0.7", "rate-limiter-flexible": "^7.2.0", "rehype": "^13.0.2",