Skip to content

Commit a321b2f

Browse files
chore(deps): bump next-auth in /examples/with-next-auth
Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.5.0 to 4.9.0. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Changelog](https://github.com/nextauthjs/next-auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextauthjs/next-auth/compare/[email protected]@v4.9.0) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2e84164 commit a321b2f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/with-next-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"class-transformer": "^0.4.0",
1414
"class-validator": "^0.13.1",
1515
"next": "^12.1.0",
16-
"next-auth": "^4.5.0",
16+
"next-auth": "^4.9.0",
1717
"path-to-regexp": "^6.2.0",
1818
"react": "^17.0.2",
1919
"react-dom": "^17.0.2",

examples/with-next-auth/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1669,10 +1669,10 @@ natural-compare@^1.4.0:
16691669
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
16701670
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
16711671

1672-
next-auth@^4.5.0:
1673-
version "4.5.0"
1674-
resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.5.0.tgz#2df57287fddc705b8971c88c60bad44a89ac6dd1"
1675-
integrity sha512-B6gYRIbqtj8nlDsx3y2Ruwp/mvZnItPs7VUULY43QYw+M9xtDPIM9EBZ3ryd/wNYA3MDteBJlzGm/ivseXcmJA==
1672+
next-auth@^4.9.0:
1673+
version "4.9.0"
1674+
resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.9.0.tgz#0d8cabcb22a976744131a2e68d5f08756f322593"
1675+
integrity sha512-/4S5dFeyNg2nXlD7g/Sh5A4WZWnUMDpEf8x/x+gzmAf5cAY2SjDM6sLk9u4XRmsndsxQpIMWDw03sUTAD+Yzog==
16761676
dependencies:
16771677
"@babel/runtime" "^7.16.3"
16781678
"@panva/hkdf" "^1.0.1"

0 commit comments

Comments
 (0)