Skip to content

Commit 8c097c2

Browse files
committed
Fix security vuln errors
1 parent c1af8ab commit 8c097c2

File tree

2 files changed

+180
-692
lines changed

2 files changed

+180
-692
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,11 @@
6262
},
6363
"overrides": {
6464
"@graphql-eslint/eslint-plugin": "workspace:*",
65-
"eslint": "9.22.0"
65+
"eslint": "9.22.0",
66+
"graphql": "16.10.0",
67+
"esbuild": "0.25.0",
68+
"@eslint/plugin-kit": "0.3.4",
69+
"cookie": "0.7.0"
6670
}
6771
}
68-
}
72+
}

0 commit comments

Comments
 (0)