webtools

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

commit 99d2f6eb05623897a3ef99b8c8cf1fd6ff3be583
parent ece396f0a0fb72e25c102d6b1a66ba640f666621
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon, 31 Aug 2026 23:33:48 +0900

build(deps): bump next from 16.3.2 to 16.3.3 (#98)

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

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.3.3
  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.2", + "next": "16.3.3", "react": "19.2.8", "react-dom": "19.2.8" },