From 7a2caf807bea35679e66677ebdc70418062c98bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 04:53:55 +0000 Subject: [PATCH] chore(deps): bump the npm-web-nonbreaking group in /web with 6 updates Bumps the npm-web-nonbreaking group in /web with 6 updates: | Package | From | To | | --- | --- | --- | | [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.7.7` | `16.7.10` | | [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.7.7` | `16.7.10` | | [next](https://github.com/vercel/next.js) | `16.2.1` | `16.2.2` | | [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `16.2.1` | `16.2.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.15` | `22.19.17` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.2.1` | `16.2.2` | Updates `fumadocs-core` from 16.7.7 to 16.7.10 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@16.7.7...fumadocs-core@16.7.10) Updates `fumadocs-ui` from 16.7.7 to 16.7.10 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@16.7.7...fumadocs-ui@16.7.10) Updates `next` from 16.2.1 to 16.2.2 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v16.2.1...v16.2.2) Updates `@next/eslint-plugin-next` from 16.2.1 to 16.2.2 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-plugin-next) Updates `@types/node` from 22.19.15 to 22.19.17 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-config-next` from 16.2.1 to 16.2.2 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next) --- updated-dependencies: - dependency-name: fumadocs-core dependency-version: 16.7.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-web-nonbreaking - dependency-name: fumadocs-ui dependency-version: 16.7.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-web-nonbreaking - dependency-name: next dependency-version: 16.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-web-nonbreaking - dependency-name: "@next/eslint-plugin-next" dependency-version: 16.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-web-nonbreaking - dependency-name: "@types/node" dependency-version: 22.19.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-web-nonbreaking - dependency-name: eslint-config-next dependency-version: 16.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-web-nonbreaking ... Signed-off-by: dependabot[bot] --- web/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/package.json b/web/package.json index dfaf6a6..951947b 100644 --- a/web/package.json +++ b/web/package.json @@ -19,10 +19,10 @@ "@react-three/fiber": "^9.1.0", "@react-three/rapier": "^2.1.0", "framer-motion": "^12.38.0", - "fumadocs-core": "^16.7.6", + "fumadocs-core": "^16.7.10", "fumadocs-mdx": "^14.2.11", - "fumadocs-ui": "^16.7.6", - "next": "^16.2.1", + "fumadocs-ui": "^16.7.10", + "next": "^16.2.2", "react": "^19.2.4", "react-dom": "^19.2.4", "three": "^0.182.0", @@ -30,14 +30,14 @@ }, "devDependencies": { "@eslint/js": "^9.39.4", - "@next/eslint-plugin-next": "16.2.1", + "@next/eslint-plugin-next": "16.2.2", "@tailwindcss/postcss": "^4.2.2", - "@types/node": "^22.19.15", + "@types/node": "^22.19.17", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.0", "@types/three": "^0.182.0", "eslint": "^9.39.4", - "eslint-config-next": "^16.2.1", + "eslint-config-next": "^16.2.2", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "7.0.1", "globals": "17.4.0",