build(deps): bump next from 14.0.4 to 14.1.1 in /examples/next (#439)

Bumps [next](https://github.com/vercel/next.js) from 14.0.4 to 14.1.1.
- [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/v14.0.4...v14.1.1)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-10 06:37:38 +02:00 committed by GitHub
parent 3d3215bda0
commit f372adfafd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"next": "14.0.4",
"next": "14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},