Skip to content

Commit 856c5a3

Browse files
fix(deps): update dependency next-auth to v4.24.7
1 parent b82c82a commit 856c5a3

File tree

2 files changed

+25
-10
lines changed

2 files changed

+25
-10
lines changed

with-nextauth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@supabase/supabase-js": "2.39.7",
1616
"jsonwebtoken": "9.0.2",
1717
"next": "14.1.1",
18-
"next-auth": "4.24.6",
18+
"next-auth": "4.24.7",
1919
"nodemailer": "6.9.11",
2020
"react": "18.2.0",
2121
"react-dom": "18.2.0",

with-nextauth/yarn.lock

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,7 +2179,7 @@ jackspeak@^2.3.5:
21792179
optionalDependencies:
21802180
"@pkgjs/parseargs" "^0.11.0"
21812181

2182-
jose@^4.11.4, jose@^4.14.4:
2182+
jose@^4.14.4, jose@^4.15.5:
21832183
version "4.15.5"
21842184
resolved "https://registry.yarnpkg.com/jose/-/jose-4.15.5.tgz#6475d0f467ecd3c630a1b5dadd2735a7288df706"
21852185
integrity sha512-jc7BFxgKPKi94uOvEmzlSWFFe2+vASyXaKUpdQKatWAESU2MWjDfFf0fdfc83CDKcA5QecabZeNLyfhe3yKNkg==
@@ -2473,15 +2473,15 @@ natural-compare@^1.4.0:
24732473
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
24742474
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
24752475

2476-
2477-
version "4.24.6"
2478-
resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.24.6.tgz#8cb1848197fdb2479eac2f10e4efa1f1b6b0daaa"
2479-
integrity sha512-djQt3ZEaWEIxcsuh3HTW2uuzLfXMRjHH+ugAsichlQSbH4iA5MRcgMA2HvTNvsDTDLh44tyU72+/gWsxgTbAKg==
2476+
2477+
version "4.24.7"
2478+
resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.24.7.tgz#0a14c1e35b4a2c0c1ecff95c295b74bd48d3817a"
2479+
integrity sha512-iChjE8ov/1K/z98gdKbn2Jw+2vLgJtVV39X+rCP5SGnVQuco7QOr19FRNGMIrD8d3LYhHWV9j9sKLzq1aDWWQQ==
24802480
dependencies:
24812481
"@babel/runtime" "^7.20.13"
24822482
"@panva/hkdf" "^1.0.2"
24832483
cookie "^0.5.0"
2484-
jose "^4.11.4"
2484+
jose "^4.15.5"
24852485
oauth "^0.9.15"
24862486
openid-client "^5.4.0"
24872487
preact "^10.6.3"
@@ -3134,8 +3134,16 @@ streamsearch@^1.1.0:
31343134
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
31353135
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
31363136

3137-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
3138-
name string-width-cjs
3137+
"string-width-cjs@npm:string-width@^4.2.0":
3138+
version "4.2.3"
3139+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3140+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3141+
dependencies:
3142+
emoji-regex "^8.0.0"
3143+
is-fullwidth-code-point "^3.0.0"
3144+
strip-ansi "^6.0.1"
3145+
3146+
string-width@^4.1.0:
31393147
version "4.2.3"
31403148
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
31413149
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -3221,7 +3229,14 @@ string.prototype.trimstart@^1.0.7:
32213229
define-properties "^1.2.0"
32223230
es-abstract "^1.22.1"
32233231

3224-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3232+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
3233+
version "6.0.1"
3234+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3235+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3236+
dependencies:
3237+
ansi-regex "^5.0.1"
3238+
3239+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
32253240
version "6.0.1"
32263241
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
32273242
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)