Skip to content

Commit f582ba3

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 d77d5a5 commit f582ba3

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
"react-markdown": "^9.0.1"

yarn.lock

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

1925-
jose@^4.11.4, jose@^4.15.1:
1926-
version "4.15.1"
1927-
resolved "https://registry.yarnpkg.com/jose/-/jose-4.15.1.tgz#7ccfdf15a4a251e12af32a0924991950d22de41d"
1928-
integrity sha512-CinpaEMmwb/59YG0N6SC3DY1imdTU5iNl08HPWR7NdyxACPeFuQbqjaocEjCDGq04KbnxSqQu702vL3ZTvKe5w==
1925+
jose@^4.15.1, jose@^4.15.5:
1926+
version "4.15.5"
1927+
resolved "https://registry.yarnpkg.com/jose/-/jose-4.15.5.tgz#6475d0f467ecd3c630a1b5dadd2735a7288df706"
1928+
integrity sha512-jc7BFxgKPKi94uOvEmzlSWFFe2+vASyXaKUpdQKatWAESU2MWjDfFf0fdfc83CDKcA5QecabZeNLyfhe3yKNkg==
19291929

19301930
"js-tokens@^3.0.0 || ^4.0.0":
19311931
version "4.0.0"
@@ -2392,15 +2392,15 @@ natural-compare@^1.4.0:
23922392
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
23932393
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
23942394

2395-
next-auth@^4.24.4:
2396-
version "4.24.4"
2397-
resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.24.4.tgz#ec8aa72963c4c8d325ebc21f4c15e3b46647026e"
2398-
integrity sha512-5DGffi+OpkbU62vPQIJ1z+hFnmow+ec5Qrn9m6eoglIO51m0DlrmLxBduZEwKAYDEg9k2joi1yelgmq1vqK3aQ==
2395+
next-auth@^4.24.7:
2396+
version "4.24.7"
2397+
resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.24.7.tgz#0a14c1e35b4a2c0c1ecff95c295b74bd48d3817a"
2398+
integrity sha512-iChjE8ov/1K/z98gdKbn2Jw+2vLgJtVV39X+rCP5SGnVQuco7QOr19FRNGMIrD8d3LYhHWV9j9sKLzq1aDWWQQ==
23992399
dependencies:
24002400
"@babel/runtime" "^7.20.13"
24012401
"@panva/hkdf" "^1.0.2"
24022402
cookie "^0.5.0"
2403-
jose "^4.11.4"
2403+
jose "^4.15.5"
24042404
oauth "^0.9.15"
24052405
openid-client "^5.4.0"
24062406
preact "^10.6.3"

0 commit comments

Comments
 (0)