Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit ddc77cb

Browse files
committed
Update dependency next-auth to v4.24.7 [skip netlify]
1 parent 64a0a5a commit ddc77cb

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"linkify-html": "4.1.3",
4747
"linkifyjs": "4.1.3",
4848
"mltshp-patterns": "2.5.0",
49-
"next-auth": "4.24.6"
49+
"next-auth": "4.24.7"
5050
}
5151
}

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3623,11 +3623,16 @@ jiti@^1.18.2, jiti@^1.19.1, jiti@^1.20.0:
36233623
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.20.0.tgz#2d823b5852ee8963585c8dd8b7992ffc1ae83b42"
36243624
integrity sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==
36253625

3626-
jose@^4.11.4, jose@^4.15.1:
3626+
jose@^4.15.1:
36273627
version "4.15.2"
36283628
resolved "https://registry.yarnpkg.com/jose/-/jose-4.15.2.tgz#61f97383f0b433d45da26d35094155a30a672d92"
36293629
integrity sha512-IY73F228OXRl9ar3jJagh7Vnuhj/GzBunPiZP13K0lOl7Am9SoWW3kEzq3MCllJMTtZqHTiDXQvoRd4U95aU6A==
36303630

3631+
jose@^4.15.5:
3632+
version "4.15.5"
3633+
resolved "https://registry.yarnpkg.com/jose/-/jose-4.15.5.tgz#6475d0f467ecd3c630a1b5dadd2735a7288df706"
3634+
integrity sha512-jc7BFxgKPKi94uOvEmzlSWFFe2+vASyXaKUpdQKatWAESU2MWjDfFf0fdfc83CDKcA5QecabZeNLyfhe3yKNkg==
3635+
36313636
js-tokens@^4.0.0:
36323637
version "4.0.0"
36333638
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -4126,15 +4131,15 @@ natural-compare@^1.4.0:
41264131
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
41274132
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
41284133

4129-
4130-
version "4.24.6"
4131-
resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.24.6.tgz#8cb1848197fdb2479eac2f10e4efa1f1b6b0daaa"
4132-
integrity sha512-djQt3ZEaWEIxcsuh3HTW2uuzLfXMRjHH+ugAsichlQSbH4iA5MRcgMA2HvTNvsDTDLh44tyU72+/gWsxgTbAKg==
4134+
4135+
version "4.24.7"
4136+
resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.24.7.tgz#0a14c1e35b4a2c0c1ecff95c295b74bd48d3817a"
4137+
integrity sha512-iChjE8ov/1K/z98gdKbn2Jw+2vLgJtVV39X+rCP5SGnVQuco7QOr19FRNGMIrD8d3LYhHWV9j9sKLzq1aDWWQQ==
41334138
dependencies:
41344139
"@babel/runtime" "^7.20.13"
41354140
"@panva/hkdf" "^1.0.2"
41364141
cookie "^0.5.0"
4137-
jose "^4.11.4"
4142+
jose "^4.15.5"
41384143
oauth "^0.9.15"
41394144
openid-client "^5.4.0"
41404145
preact "^10.6.3"

0 commit comments

Comments
 (0)