Skip to content

Commit e4dfe53

Browse files
authored
Merge pull request #78 from mongodb/dependabot-23-main
fix: bump next to 16.1.5 for security fix
2 parents 5501963 + ce9600a commit e4dfe53

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)