Skip to content

Commit

Permalink
fix: examples/api-routes-apollo-server/package.json to reduce vulnera…
Browse files Browse the repository at this point in the history
…bilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-DICER-2311764
  • Loading branch information
snyk-bot committed Nov 25, 2023
1 parent d0903a5 commit fa054c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/api-routes-apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "next start"
},
"dependencies": {
"apollo-server-micro": "2.13.1",
"apollo-server-micro": "3.0.0",
"graphql": "15.0.0",
"next": "latest",
"react": "^17.0.2",
Expand Down

0 comments on commit fa054c9

Please sign in to comment.