Skip to content

Commit

Permalink
Update packages to fix vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Magdziak committed Oct 11, 2024
1 parent 500b9fe commit 00bc793
Show file tree
Hide file tree
Showing 2 changed files with 650 additions and 1,132 deletions.
33 changes: 31 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@babel/core": "7.25.8",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.5",
"@graphql-inspector/audit-command": "workspace:*",
Expand Down Expand Up @@ -79,7 +80,6 @@
"@types/node": "20.12.13",
"@types/yargs": "17.0.32",
"@vercel/ncc": "0.38.2",
"@babel/core": "7.25.8",
"bob-the-bundler": "7.0.1",
"eslint": "8.57.0",
"graphql": "16.8.1",
Expand All @@ -104,7 +104,36 @@
},
"pnpm": {
"overrides": {
"@octokit/types": "5.4.1"
"@octokit/types": "5.4.1",
"vite@>=4.0.0 <=4.5.1": ">=4.5.2",
"katex@>=0.11.0 <0.16.10": ">=0.16.10",
"katex@>=0.15.4 <0.16.10": ">=0.16.10",
"katex@>=0.10.0-beta <0.16.10": ">=0.16.10",
"express@<4.19.2": ">=4.19.2",
"@babel/traverse@<7.23.2": ">=7.23.2",
"vite@>=4.0.0 <=4.5.2": ">=4.5.3",
"braces@<3.0.3": ">=3.0.3",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"ws@>=7.0.0 <7.5.10": ">=7.5.10",
"vite@>=4.2.0 <4.2.3": ">=4.2.3",
"elliptic@>=4.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=2.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=5.2.1 <=6.5.6": ">=6.5.7",
"micromatch@<4.0.8": ">=4.0.8",
"zod@<=3.22.2": ">=3.22.3",
"body-parser@<1.20.3": ">=1.20.3",
"send@<0.19.0": ">=0.19.0",
"serve-static@<1.16.0": ">=1.16.0",
"express@<4.20.0": ">=4.20.0",
"dset@<3.1.4": ">=3.1.4",
"path-to-regexp@<0.1.10": ">=0.1.10",
"dompurify@>=3.0.0 <3.1.3": ">=3.1.3",
"next@>=14.0.0 <14.2.10": ">=14.2.10",
"vite@>=4.0.0 <4.5.4": ">=4.5.4",
"vite@>=4.0.0 <=4.5.3": ">=4.5.4",
"rollup@>=3.0.0 <3.29.5": ">=3.29.5",
"cookie@<0.7.0": ">=0.7.0",
"elliptic@<6.5.6": ">=6.5.6"
}
}
}
Loading

0 comments on commit 00bc793

Please sign in to comment.