Skip to content

Commit 7d3697a

Browse files
committed
fix: sample-app/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-8025427
1 parent afd2b5d commit 7d3697a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"autoprefixer": "^10.4.15",
1717
"eslint": "^8.47.0",
1818
"eslint-config-next": "^13.4.16",
19-
"next": "^13.5.4",
19+
"next": "^13.5.7",
2020
"postcss": "^8.4.31",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)