webtools

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

commit ba1817286bacc97d6978468cb2a4f4ea3256ce8b
parent 5a2272cbac34951a961830b33676d96e7188325f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu, 16 Apr 2026 22:22:13 +0900

Bump next from 16.2.3 to 16.2.4 (#58)

Bumps [next](https://github.com/vercel/next.js) from 16.2.3 to 16.2.4.
- [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.3...v16.2.4)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.2.4
  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.2.3", + "next": "16.2.4", "react": "19.2.5", "react-dom": "19.2.5" },