webtools

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit dd8d3bb52c8efa8dadb8d81867961fd456103a9b
parent fe7944d208c035007843978c4b31831d47f78489
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu, 18 Dec 2025 08:04:22 +0900

Bump next from 16.0.8 to 16.0.10 (#17)

Bumps [next](https://github.com/vercel/next.js) from 16.0.8 to 16.0.10.
- [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.0.8...v16.0.10)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@sentry/nextjs": "^10.29.0", - "next": "16.0.8", + "next": "16.0.10", "react": "19.2.1", "react-dom": "19.2.1" },