Skip to content

Commit

Permalink
[Snyk] Security upgrade next-auth from 3.29.0 to 3.29.10 (#894)
Browse files Browse the repository at this point in the history
fix: package.json & yarn.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NEXTAUTH-2968127

Co-authored-by: Omar Nasr <[email protected]>
  • Loading branch information
snyk-bot and Moro-Code authored Aug 16, 2022
1 parent c0e5230 commit a3d07ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"markdown-to-jsx": "^7.1.7",
"mmmagic": "^0.5.3",
"next": "^12.1.4",
"next-auth": "3.29.0",
"next-auth": "3.29.10",
"next-i18next": "^11.0.0",
"notifications-node-client": "^5.1.1",
"pg": "^8.7.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11228,10 +11228,10 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0:
resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.1.tgz#26c8a3cee6cc05fbcf1e333cd2fc3e003326c0b5"
integrity sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==

[email protected].0:
version "3.29.0"
resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-3.29.0.tgz#60ddbfc7ed8ae7d43ebb02c16dc58eebf5dcb337"
integrity sha512-B//4QTv/1Of0D+roZ82URmI6L2JSbkKgeaKI7Mdrioq8lAzp9ff8NdmouvZL/7zwrPe2cUyM6MLYlasfuI3ZIQ==
[email protected].10:
version "3.29.10"
resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-3.29.10.tgz#2667af749afee0f62c23f10e162a895306afd22b"
integrity sha512-e4nNYhISQRHNnem/WX1ybnQGDGb2rMP29maNmIXEOxSL6Uhu/pGFYu/aqApgIObDVWFt5l+33Ddh3rc71hjvEA==
dependencies:
"@babel/runtime" "^7.14.0"
"@next-auth/prisma-legacy-adapter" "0.1.2"
Expand Down

0 comments on commit a3d07ef

Please sign in to comment.