Skip to content

Commit eaf9849

Browse files
chore(deps): bump next-auth from 4.24.4 to 4.24.7
Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.24.4 to 4.24.7. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/[email protected]@4.24.7) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f498d13 commit eaf9849

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@radix-ui/react-icons": "^1.3.0",
1717
"@radix-ui/react-tooltip": "^1.0.7",
1818
"next": "13.5.4",
19-
"next-auth": "^4.24.4",
19+
"next-auth": "^4.24.7",
2020
"react": "^18",
2121
"react-dom": "^18"
2222
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1749,10 +1749,10 @@ jiti@^1.19.1:
17491749
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.0.tgz#7c97f8fe045724e136a397f7340475244156105d"
17501750
integrity sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==
17511751

1752-
jose@^4.11.4, jose@^4.15.1:
1753-
version "4.15.1"
1754-
resolved "https://registry.yarnpkg.com/jose/-/jose-4.15.1.tgz#7ccfdf15a4a251e12af32a0924991950d22de41d"
1755-
integrity sha512-CinpaEMmwb/59YG0N6SC3DY1imdTU5iNl08HPWR7NdyxACPeFuQbqjaocEjCDGq04KbnxSqQu702vL3ZTvKe5w==
1752+
jose@^4.15.1, jose@^4.15.5:
1753+
version "4.15.5"
1754+
resolved "https://registry.yarnpkg.com/jose/-/jose-4.15.5.tgz#6475d0f467ecd3c630a1b5dadd2735a7288df706"
1755+
integrity sha512-jc7BFxgKPKi94uOvEmzlSWFFe2+vASyXaKUpdQKatWAESU2MWjDfFf0fdfc83CDKcA5QecabZeNLyfhe3yKNkg==
17561756

17571757
"js-tokens@^3.0.0 || ^4.0.0":
17581758
version "4.0.0"
@@ -1915,15 +1915,15 @@ natural-compare@^1.4.0:
19151915
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
19161916
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
19171917

1918-
next-auth@^4.24.4:
1919-
version "4.24.4"
1920-
resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.24.4.tgz#ec8aa72963c4c8d325ebc21f4c15e3b46647026e"
1921-
integrity sha512-5DGffi+OpkbU62vPQIJ1z+hFnmow+ec5Qrn9m6eoglIO51m0DlrmLxBduZEwKAYDEg9k2joi1yelgmq1vqK3aQ==
1918+
next-auth@^4.24.7:
1919+
version "4.24.7"
1920+
resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.24.7.tgz#0a14c1e35b4a2c0c1ecff95c295b74bd48d3817a"
1921+
integrity sha512-iChjE8ov/1K/z98gdKbn2Jw+2vLgJtVV39X+rCP5SGnVQuco7QOr19FRNGMIrD8d3LYhHWV9j9sKLzq1aDWWQQ==
19221922
dependencies:
19231923
"@babel/runtime" "^7.20.13"
19241924
"@panva/hkdf" "^1.0.2"
19251925
cookie "^0.5.0"
1926-
jose "^4.11.4"
1926+
jose "^4.15.5"
19271927
oauth "^0.9.15"
19281928
openid-client "^5.4.0"
19291929
preact "^10.6.3"

0 commit comments

Comments
 (0)