Skip to content

Commit

Permalink
Fix Dependabot security issues (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-88 committed Apr 9, 2024
1 parent 2478d0f commit 39c7730
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 161 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,17 @@
"rimraf": "5.0.5",
"rollup": "4.12.0",
"typescript": "5.4.2",
"vite": "5.1.7"
"vite": "5.2.8"
},
"pnpm": {
"overrides": {
"@fastify/static": "$@fastify/static",
"cacache": ">=17.1.4",
"eslint": "$eslint",
"lerna": "$lerna",
"express": ">=4.19.2",
"follow-redirects": ">=1.15.6",
"ip": ">2.0.0",
"lerna": "$lerna",
"react": "$react",
"rollup": "$rollup"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"update": "pnpm dlx npm-check -u -E -s"
},
"dependencies": {
"@apollo/server": "4.10.1",
"@apollo/server": "4.10.2",
"@as-integrations/fastify": "2.1.1",
"@learn-languages/common": "workspace:^",
"@nestjs/apollo": "12.1.0",
Expand Down
Loading

0 comments on commit 39c7730

Please sign in to comment.