Skip to content

Commit 0b3bb88

Browse files
nipunn1313Convex, Inc.
authored and
Convex, Inc.
committed
Bump next patch versions (#35773)
Address critical vuln that came in. GitOrigin-RevId: a359accb88afa901c10814909f09ea12dc421c6c
1 parent 5d13853 commit 0b3bb88

File tree

11 files changed

+218
-82
lines changed

11 files changed

+218
-82
lines changed

npm-packages/common/config/rush/common-versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
* These are for private-demos/nextjs-15-app to closely match
8989
* npx create-next-app@latest next-15-app
9090
*/
91-
"next": ["15.1.0"],
91+
"next": ["15.2.3"],
9292
"react": ["^19", "^18.3.1"],
9393
"react-dom": ["^19", "^18.3.1"],
9494
//"typescript": ["^5"],

npm-packages/common/config/rush/pnpm-lock.yaml

+208-72
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm-packages/dashboard-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"peerDependencies": {
1717
"@radix-ui/react-icons": "~1.3.0",
1818
"convex": "workspace:*",
19-
"next": "14.2.24",
19+
"next": "14.2.25",
2020
"next-themes": "~0.4.0",
2121
"react": "^18.0.0",
2222
"react-dom": "^18.0.0",

npm-packages/dashboard-self-hosted/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@radix-ui/react-icons": "~1.3.0",
1616
"convex": "workspace:*",
1717
"dashboard-common": "workspace:*",
18-
"next": "14.2.24",
18+
"next": "14.2.25",
1919
"next-themes": "~0.4.0",
2020
"react": "^18.0.0",
2121
"react-dom": "^18.0.0",

npm-packages/dashboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"formik": "^2.4.6",
4141
"launchdarkly-react-client-sdk": "^3.0.4",
4242
"lodash": "~4.17.21",
43-
"next": "14.2.24",
43+
"next": "14.2.25",
4444
"nprogress": "~0.2.0",
4545
"react": "^18.0.0",
4646
"react-day-picker": "~8.10.1",

npm-packages/demos/nextjs-app-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"react": "^18.0.0",
1616
"react-dom": "^18.0.0",
17-
"next": "14.2.24",
17+
"next": "14.2.25",
1818
"convex": "workspace:*",
1919
"prettier": "3.5.1"
2020
},

npm-packages/demos/nextjs-pages-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint": "next lint"
1313
},
1414
"dependencies": {
15-
"next": "14.2.24",
15+
"next": "14.2.25",
1616
"react": "^18.0.0",
1717
"react-dom": "^18.0.0",
1818
"convex": "workspace:*",

npm-packages/private-demos/nextjs-15-app-clerk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@clerk/clerk-react": "^5.20.0",
1313
"@clerk/nextjs": "^6.9.2",
1414
"convex": "workspace:*",
15-
"next": "15.1.0",
15+
"next": "15.2.3",
1616
"react": "^19",
1717
"react-dom": "^19",
1818
"eslint-plugin-react-hooks": "^5.1.0-beta-26f2496093-20240514",

npm-packages/private-demos/nextjs-15-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"convex": "workspace:*",
13-
"next": "15.1.0",
13+
"next": "15.2.3",
1414
"react": "^19",
1515
"react-dom": "^19",
1616
"autoprefixer": "^10.4.13",

npm-packages/private-demos/nextjs-app-router-snippets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"react": "^18.0.0",
1616
"react-dom": "^18.0.0",
17-
"next": "14.2.24",
17+
"next": "14.2.25",
1818
"convex": "workspace:*",
1919
"prettier": "3.5.1"
2020
},

npm-packages/private-demos/quickstarts/nextjs-app-dir/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"convex": "file:../../../convex",
13-
"next": "15.1.7",
13+
"next": "15.2.3",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0"
1616
},

0 commit comments

Comments
 (0)