Skip to content

Commit ce9600a

Browse files
committed
fix: bump next to 16.1.5 for security fix
CVE fix per Dependabot alert #23
1 parent 5501963 commit ce9600a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mflix/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"dependencies": {
1515
"react": "19.2.0",
1616
"react-dom": "19.2.0",
17-
"next": "16.0.10"
17+
"next": "16.1.5"
1818
},
1919
"devDependencies": {
2020
"typescript": "^5",
2121
"@types/node": "^20",
2222
"@types/react": "^19",
2323
"@types/react-dom": "^19",
2424
"eslint": "^9",
25-
"eslint-config-next": "16.0.10",
25+
"eslint-config-next": "16.1.5",
2626
"@eslint/eslintrc": "^3"
2727
}
2828
}

0 commit comments

Comments
 (0)