Skip to content

Commit 49d49c8

Browse files
author
Nathan Booker
committed
Manually bumping next.js version to address CVE, release 0.24.3
https://nextjs.org/blog/security-update-2025-12-11
1 parent c23b81d commit 49d49c8

2 files changed

Lines changed: 355 additions & 171 deletions

File tree

core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bigcommerce/catalyst-core",
33
"description": "BigCommerce Catalyst is a Next.js starter kit for building headless BigCommerce storefronts.",
4-
"version": "0.24.2",
4+
"version": "0.24.3",
55
"private": true,
66
"scripts": {
77
"dev": "npm run generate && next dev",
@@ -44,7 +44,7 @@
4444
"lodash.debounce": "^4.0.8",
4545
"lru-cache": "^11.0.2",
4646
"lucide-react": "^0.468.0",
47-
"next": "15.2.3",
47+
"next": "15.5.8",
4848
"next-auth": "5.0.0-beta.25",
4949
"next-intl": "^3.26.1",
5050
"react": "^19.0.0",

0 commit comments

Comments
 (0)