Skip to content

Commit b582890

Browse files
Build(deps): Bump next
Bumps the npm_and_yarn group with 1 update in the /frontend/nextjs-frontend directory: [next](https://github.com/vercel/next.js). Updates `next` from 15.4.8 to 15.4.9 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.4.8...v15.4.9) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.9 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf38402 commit b582890

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

frontend/nextjs-frontend/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/nextjs-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@heroicons/react": "^2.2.0",
1414
"@types/react-syntax-highlighter": "^15.5.13",
1515
"@babel/runtime": "^7.26.10",
16-
"next": "^15.4.8",
16+
"next": "^15.4.9",
1717
"next-themes": "^0.4.4",
1818
"prismjs": "1.30.0",
1919
"react": "^19.0.0",

frontend/nextjs-frontend/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,10 @@
250250
resolved "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.3.tgz"
251251
integrity sha512-OWwz05d++TxzLEv4VnsTz5CmZ6mI6S05sfQGEMrNrQcOEERbX46332IvE7pO/EUiw7jUrrS40z/M7kPyjfl04g==
252252

253-
254-
version "15.4.8"
255-
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.4.8.tgz#f41741d07651958bccb31fb685da0303a9ef1373"
256-
integrity sha512-LydLa2MDI1NMrOFSkO54mTc8iIHSttj6R6dthITky9ylXV2gCGi0bHQjVCtLGRshdRPjyh2kXbxJukDtBWQZtQ==
253+
254+
version "15.4.9"
255+
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.4.9.tgz#5caeeaf5f20cf2bf5176444f13d087963159031f"
256+
integrity sha512-OYR0RulK5phnbxxzcLE4/ECgfx1PL3EHrDbjyelJ7jauaO+/Qvj5gG8JPMltB51CygC2KrZ0aAfYLjPYjYY17A==
257257

258258
259259
version "15.1.6"
@@ -2737,12 +2737,12 @@ next-themes@^0.4.4:
27372737
resolved "https://registry.npmjs.org/next-themes/-/next-themes-0.4.4.tgz"
27382738
integrity sha512-LDQ2qIOJF0VnuVrrMSMLrWGjRMkq+0mpgl6e0juCLqdJ+oo8Q84JRWT6Wh11VDQKkMMe+dVzDKLWs5n87T+PkQ==
27392739

2740-
next@^15.4.8:
2741-
version "15.4.8"
2742-
resolved "https://registry.yarnpkg.com/next/-/next-15.4.8.tgz#0f20a6cad613dc34547fa6519b2d09005ac370ca"
2743-
integrity sha512-jwOXTz/bo0Pvlf20FSb6VXVeWRssA2vbvq9SdrOPEg9x8E1B27C2rQtvriAn600o9hH61kjrVRexEffv3JybuA==
2740+
next@^15.4.9:
2741+
version "15.4.9"
2742+
resolved "https://registry.yarnpkg.com/next/-/next-15.4.9.tgz#9204500a9c3cb2b981fb932077abfa66d3ef663f"
2743+
integrity sha512-/NedNmbiH4Umt/7SohT9VKxEdBt02Lj33xHrukE7d8Li6juT+75sEq4a4U06jggrvdbklKgr78OZEyWZ8XRrtw==
27442744
dependencies:
2745-
"@next/env" "15.4.8"
2745+
"@next/env" "15.4.9"
27462746
"@swc/helpers" "0.5.15"
27472747
caniuse-lite "^1.0.30001579"
27482748
postcss "8.4.31"

0 commit comments

Comments
 (0)