Skip to content

Commit

Permalink
Merge pull request #3106 from OpenNeuroOrg/passport-updates
Browse files Browse the repository at this point in the history
deps(server): Update passport dependencies
  • Loading branch information
nellh authored Jul 23, 2024
2 parents 7faa4b8 + 368befa commit 5ed722d
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 247 deletions.
137 changes: 17 additions & 120 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions packages/openneuro-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"@graphql-tools/schema": "^10.0.0",
"@keyv/redis": "^2.7.0",
"@openneuro/search": "^4.26.1",
"@passport-next/passport-google-oauth2": "^1.0.0",
"@sentry/node": "^4.5.3",
"base64url": "^3.0.0",
"cookie-parser": "^1.4.6",
Expand All @@ -48,10 +47,10 @@
"morgan": "^1.6.1",
"node-mailjet": "^3.3.5",
"object-hash": "2.1.1",
"passport": "^0.6.0",
"passport-google-oauth20": "^1.0.0",
"passport-jwt": "^4.0.0",
"passport-oauth2-refresh": "^2.0.0",
"passport": "0.7.0",
"passport-google-oauth20": "2.0.0",
"passport-jwt": "4.0.1",
"passport-oauth2-refresh": "2.2.0",
"passport-orcid": "0.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit 5ed722d

Please sign in to comment.