Skip to content

Commit 8b5c179

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-9508709
1 parent f4e1174 commit 8b5c179

File tree

2 files changed

+100
-89
lines changed

2 files changed

+100
-89
lines changed

package-lock.json

Lines changed: 99 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prepare": "husky install"
2323
},
2424
"dependencies": {
25-
"next": "^14.2.19",
25+
"next": "^14.2.25",
2626
"next-pwa": "^5.5.5",
2727
"next-seo": "^5.2.0",
2828
"react": "^17.0.2",

0 commit comments

Comments
 (0)