diff --git a/sites/docs-devsy-sh/package-lock.json b/sites/docs-devsy-sh/package-lock.json index 2969cf16a..242a9a397 100644 --- a/sites/docs-devsy-sh/package-lock.json +++ b/sites/docs-devsy-sh/package-lock.json @@ -9,9 +9,9 @@ "version": "0.0.0", "dependencies": { "cnfast": "^0.1.0", - "fumadocs-core": "16.15.0", + "fumadocs-core": "16.15.1", "fumadocs-mdx": "15.3.1", - "fumadocs-ui": "npm:@fumadocs/base-ui@16.15.0", + "fumadocs-ui": "npm:@fumadocs/base-ui@16.15.1", "next": "16.3.2", "next-themes": "^0.4.6", "react": "^19.2.8", @@ -2683,9 +2683,9 @@ } }, "node_modules/fumadocs-core": { - "version": "16.15.0", - "resolved": "https://registry.npmjs.org/fumadocs-core/-/fumadocs-core-16.15.0.tgz", - "integrity": "sha512-AmSTuW0gP6Tn7H0QRH2+VfGM0awDLpV3Ri57rWufTIMIxdd523pooY8XoYgSEd1a+fm1MRg7gusH1szach84mw==", + "version": "16.15.1", + "resolved": "https://registry.npmjs.org/fumadocs-core/-/fumadocs-core-16.15.1.tgz", + "integrity": "sha512-p/NpwQZAUsXUD/wD9MiBGH3/Gy53SmiFGwamhnZoKT9twcGTR8MpFi65ebmf4IEAc3da3S+GStP1fqHYOPEflw==", "license": "MIT", "dependencies": { "@fumari/image-size": "^0.1.0", @@ -2871,9 +2871,9 @@ }, "node_modules/fumadocs-ui": { "name": "@fumadocs/base-ui", - "version": "16.15.0", - "resolved": "https://registry.npmjs.org/@fumadocs/base-ui/-/base-ui-16.15.0.tgz", - "integrity": "sha512-HWBHYjnhn4uIAq/nd89lYlcRVWE57pftHTzVFZNZH4u2CNOVpD6rFgBSgwigP7Te56bn17Yol+1Ebf3W7q393g==", + "version": "16.15.1", + "resolved": "https://registry.npmjs.org/@fumadocs/base-ui/-/base-ui-16.15.1.tgz", + "integrity": "sha512-zMIs4E2wYHgKr6RATaLUV0PoQGaxhxiT6Lo9l2Xb2zSSJ9U8q4zphtGtsup2pcdhJsVZiyuVJH84DEG4JpM7DQ==", "license": "MIT", "dependencies": { "@base-ui/react": "^1.7.0", @@ -2893,7 +2893,7 @@ "peerDependencies": { "@types/mdx": "*", "@types/react": "*", - "fumadocs-core": "16.15.0", + "fumadocs-core": "16.15.1", "next": "16.x.x", "react": "^19.2.0", "react-dom": "^19.2.0", diff --git a/sites/docs-devsy-sh/package.json b/sites/docs-devsy-sh/package.json index 6935d95ff..3e848d60d 100644 --- a/sites/docs-devsy-sh/package.json +++ b/sites/docs-devsy-sh/package.json @@ -12,7 +12,7 @@ "cnfast": "^0.1.0", "fumadocs-core": "16.15.1", "fumadocs-mdx": "15.3.1", - "fumadocs-ui": "npm:@fumadocs/base-ui@16.15.0", + "fumadocs-ui": "npm:@fumadocs/base-ui@16.15.1", "next": "16.3.2", "next-themes": "^0.4.6", "react": "^19.2.8",