Skip to content

Commit de5b868

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-15104645 - https://snyk.io/vuln/SNYK-JS-NEXT-15105315 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420
1 parent dffc1c1 commit de5b868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
"mdast-util-to-markdown": "2.1.0",
300300
"mdast-util-to-string": "^4.0.0",
301301
"morgan": "^1.10.0",
302-
"next": "^15.1.5",
302+
"next": "^16.1.5",
303303
"ora": "^8.0.1",
304304
"parse5": "7.1.2",
305305
"quick-lru": "7.0.0",
@@ -368,7 +368,7 @@
368368
"cross-env": "^7.0.3",
369369
"csp-parse": "0.0.2",
370370
"csv-parse": "5.5.6",
371-
"eslint": "^8.57.1",
371+
"eslint": "^9.26.0",
372372
"eslint-config-prettier": "^10.0.1",
373373
"eslint-import-resolver-typescript": "^3.6.3",
374374
"eslint-plugin-github": "^5.0.2",

0 commit comments

Comments
 (0)