webtools

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

commit 465cefd6d3a65176c34f68eda01d8bb3965fce18
parent 9e3a6d4e4b8c3188d7966047b292deb33be76207
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon, 24 Aug 2026 21:31:19 +0900

build(deps): bump next from 16.3.1 to 16.3.2 (#96)

Bumps [next](https://github.com/vercel/next.js) from 16.3.1 to 16.3.2.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/compare/v16.3.1...v16.3.2)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.3.2
  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 @@ -17,7 +17,7 @@ "dependencies": { "@opennextjs/cloudflare": "^1.20.2", "@sentry/nextjs": "^10.69.0", - "next": "16.3.1", + "next": "16.3.2", "react": "19.2.8", "react-dom": "19.2.8" },