Skip to content

Commit 29b3f46

Browse files
chore(security): bump next to 14.2.25
1 parent 8a6f939 commit 29b3f46

File tree

3 files changed

+283
-207
lines changed

3 files changed

+283
-207
lines changed

examples/next-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "14.2.10",
12+
"next": "14.2.25",
1313
"react": "^18.3.1",
1414
"react-dom": "^18.3.1"
1515
},
@@ -20,7 +20,7 @@
2020
"@types/react-dom": "^18.3.0",
2121
"autoprefixer": "^10.4.19",
2222
"eslint": "^8.56.0",
23-
"eslint-config-next": "14.2.10",
23+
"eslint-config-next": "14.2.25",
2424
"postcss": "^8.4.38",
2525
"tailwindcss": "^3.4.3",
2626
"typescript": "^5.4.5"

integration-tests/test-apps/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"react": "^18",
1313
"react-dom": "^18",
14-
"next": "14.2.10"
14+
"next": "14.2.25"
1515
},
1616
"devDependencies": {
1717
"@codecov/nextjs-webpack-plugin": "workspace:^",

0 commit comments

Comments
 (0)