Skip to content

Commit a14f44c

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-8025427
1 parent 6e26b8f commit a14f44c

File tree

2 files changed

+115
-97
lines changed

2 files changed

+115
-97
lines changed

package-lock.json

Lines changed: 114 additions & 96 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.1.1",
25+
"next": "^14.2.10",
2626
"next-pwa": "^5.5.5",
2727
"next-seo": "^5.2.0",
2828
"react": "^17.0.2",

0 commit comments

Comments
 (0)