webtools

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

commit 881c3ca3fac9f9695ff9d5da056ae7bafc7116fe
parent da066ce44921ff23a8465c41db84f440f60c5c28
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon, 16 Feb 2026 21:12:34 +0900

Bump next from 16.1.2 to 16.1.6 (#34)

Bumps [next](https://github.com/vercel/next.js) from 16.1.2 to 16.1.6.
- [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.1.2...v16.1.6)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.1.6
  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.32.1", - "next": "16.1.2", + "next": "16.1.6", "react": "19.2.4", "react-dom": "19.2.4" },