From b0555537535c42b47a36257f8ef510bc4cb89180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 09:55:02 +0000 Subject: [PATCH] chore(deps): bump fumadocs-openapi from 11.3.0 to 11.3.3 Bumps [fumadocs-openapi](https://github.com/fuma-nama/fumadocs) from 11.3.0 to 11.3.3. - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-openapi@11.3.0...fumadocs-openapi@11.3.3) --- updated-dependencies: - dependency-name: fumadocs-openapi dependency-version: 11.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e87ff55..c343e94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@next/third-parties": "16.3.2", "fumadocs-core": "16.15.0", "fumadocs-mdx": "15.3.1", - "fumadocs-openapi": "11.3.0", + "fumadocs-openapi": "11.3.3", "fumadocs-ui": "16.15.0", "katex": "^0.18.4", "lucide-react": "1.33.0", @@ -975,9 +975,9 @@ } }, "node_modules/@fumadocs/api-docs": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@fumadocs/api-docs/-/api-docs-0.2.3.tgz", - "integrity": "sha512-XijPy7S+88xIUZlItZ+v8wr+I97hAz3P4+/gVh0xp8GSQHb7pdQA4UMtyi/JDJKqAV91/p2CTPpvwEvayIcvBA==", + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/@fumadocs/api-docs/-/api-docs-0.2.4.tgz", + "integrity": "sha512-WzzXhbwR9zRhPJyIJMzUtsGCw1N/rJ+LlUOYph0EzSeKtDjeRz1aOhrzcnqdxRmFcpuykqmJ3gMaCxpGyOwxcA==", "license": "MIT", "dependencies": { "@base-ui/react": "^1.7.0", @@ -6930,13 +6930,13 @@ } }, "node_modules/fumadocs-openapi": { - "version": "11.3.0", - "resolved": "https://registry.npmjs.org/fumadocs-openapi/-/fumadocs-openapi-11.3.0.tgz", - "integrity": "sha512-KG6S0zt4rzQT0H7E3CIrtRWa7sh1NvPB9l54ODgLBbo7ldixPTh8ykkGDMXvMT1MrwLn86EkFohC37KbIslBwQ==", + "version": "11.3.3", + "resolved": "https://registry.npmjs.org/fumadocs-openapi/-/fumadocs-openapi-11.3.3.tgz", + "integrity": "sha512-WCCjP3hAHsqESNGyaWAhEgEgKuaqFmVS/QJLJgLfsEObDFe/IGHp9SlP0X+y0ddPL6tVPjACMl+49sJDFSysjg==", "license": "MIT", "dependencies": { "@fuma-translate/react": "^1.0.2", - "@fumadocs/api-docs": "0.2.3", + "@fumadocs/api-docs": "0.2.4", "@fumari/json-schema-ts": "^1.0.2", "@fumari/stf": "1.1.0", "@scalar/json-magic": "^0.12.20", diff --git a/package.json b/package.json index 660988e..b242072 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@next/third-parties": "16.3.2", "fumadocs-core": "16.15.0", "fumadocs-mdx": "15.3.1", - "fumadocs-openapi": "11.3.0", + "fumadocs-openapi": "11.3.3", "fumadocs-ui": "16.15.0", "katex": "^0.18.4", "lucide-react": "1.33.0",