Skip to content

Commit b6d1e92

Browse files
authored
Merge pull request #405 from CodeForAfrica/dependabot/npm_and_yarn/next-auth-4.20.1
Bump next-auth from 4.10.3 to 4.20.1
2 parents dd00e01 + cf20555 commit b6d1e92

File tree

2 files changed

+38
-28
lines changed

2 files changed

+38
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"leaflet": "^1.7.1",
3131
"lodash": "^4.17.21",
3232
"next": "^12.1.0",
33-
"next-auth": "^4.10.3",
33+
"next-auth": "^4.20.1",
3434
"next-seo": "^4.23.0",
3535
"papaparse": "^5.3.1",
3636
"prop-types": "^15.8.1",

yarn.lock

Lines changed: 37 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,12 +1357,12 @@
13571357
dependencies:
13581358
regenerator-runtime "^0.12.0"
13591359

1360-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.16.3", "@babel/runtime@^7.2.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1361-
version "7.17.2"
1362-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.2.tgz#66f68591605e59da47523c631416b18508779941"
1363-
integrity sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==
1360+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.16.3", "@babel/runtime@^7.2.0", "@babel/runtime@^7.20.13", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1361+
version "7.21.0"
1362+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673"
1363+
integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==
13641364
dependencies:
1365-
regenerator-runtime "^0.13.4"
1365+
regenerator-runtime "^0.13.11"
13661366

13671367
"@babel/template@^7.15.4":
13681368
version "7.15.4"
@@ -1722,10 +1722,10 @@
17221722
"@nodelib/fs.scandir" "2.1.5"
17231723
fastq "^1.6.0"
17241724

1725-
"@panva/hkdf@^1.0.1":
1726-
version "1.0.1"
1727-
resolved "https://registry.yarnpkg.com/@panva/hkdf/-/hkdf-1.0.1.tgz#ed0da773bd5f794d0603f5a5b5cee6d2354e5660"
1728-
integrity sha512-mMyQ9vjpuFqePkfe5bZVIf/H3Dmk6wA8Kjxff9RcO4kqzJo+Ek9pGKwZHpeMr7Eku0QhLXMCd7fNCSnEnRMubg==
1725+
"@panva/hkdf@^1.0.2":
1726+
version "1.0.4"
1727+
resolved "https://registry.yarnpkg.com/@panva/hkdf/-/hkdf-1.0.4.tgz#4e02bb248402ff6c5c024e23a68438e2b0e69d67"
1728+
integrity sha512-003xWiCuvePbLaPHT+CRuaV4GlyCAVm6XYSbBZDHoWZGn1mNkVKFaDbGJjjxmEFvizUwlCoM6O18FCBMMky2zQ==
17291729

17301730
"@rushstack/eslint-patch@^1.0.8":
17311731
version "1.1.0"
@@ -2953,6 +2953,11 @@ cookie@^0.4.1:
29532953
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1"
29542954
integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==
29552955

2956+
cookie@^0.5.0:
2957+
version "0.5.0"
2958+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
2959+
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
2960+
29562961
copy-descriptor@^0.1.0:
29572962
version "0.1.1"
29582963
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
@@ -4578,10 +4583,10 @@ jest-worker@^27.0.6:
45784583
merge-stream "^2.0.0"
45794584
supports-color "^8.0.0"
45804585

4581-
jose@^4.1.4, jose@^4.3.7:
4582-
version "4.5.0"
4583-
resolved "https://registry.yarnpkg.com/jose/-/jose-4.5.0.tgz#92829d8cf846351eb55aaaf94f252fb1d191f2d5"
4584-
integrity sha512-GFcVFQwYQKbQTUOo2JlpFGXTkgBw26uzDsRMD2q1WgSKNSnpKS9Ug7bdQ8dS+p4sZHNH6iRPu6WK2jLIjspaMA==
4586+
jose@^4.10.0, jose@^4.11.4:
4587+
version "4.13.1"
4588+
resolved "https://registry.yarnpkg.com/jose/-/jose-4.13.1.tgz#449111bb5ab171db85c03f1bd2cb1647ca06db1c"
4589+
integrity sha512-MSJQC5vXco5Br38mzaQKiq9mwt7lwj2eXpgpRyQYNHYt2lq1PjkWa7DLXX0WVcQLE9HhMh3jPiufS7fhJf+CLQ==
45854590

45864591
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
45874592
version "4.0.0"
@@ -5199,17 +5204,17 @@ neo-async@^2.5.0, neo-async@^2.6.2:
51995204
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
52005205
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
52015206

5202-
next-auth@^4.10.3:
5203-
version "4.10.3"
5204-
resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.10.3.tgz#0a952dd5004fd2ac2ba414c990922cf9b33951a3"
5205-
integrity sha512-7zc4aXYc/EEln7Pkcsn21V1IevaTZsMLJwapfbnKA4+JY0+jFzWbt5p/ljugesGIrN4VOZhpZIw50EaFZyghJQ==
5207+
next-auth@^4.20.1:
5208+
version "4.20.1"
5209+
resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.20.1.tgz#6e65c4fde14171f6ce64f05f672f80f39fc418c7"
5210+
integrity sha512-ZcTUN4qzzZ/zJYgOW0hMXccpheWtAol8QOMdMts+LYRcsPGsqf2hEityyaKyECQVw1cWInb9dF3wYwI5GZdEmQ==
52065211
dependencies:
5207-
"@babel/runtime" "^7.16.3"
5208-
"@panva/hkdf" "^1.0.1"
5209-
cookie "^0.4.1"
5210-
jose "^4.3.7"
5212+
"@babel/runtime" "^7.20.13"
5213+
"@panva/hkdf" "^1.0.2"
5214+
cookie "^0.5.0"
5215+
jose "^4.11.4"
52115216
oauth "^0.9.15"
5212-
openid-client "^5.1.0"
5217+
openid-client "^5.4.0"
52135218
preact "^10.6.3"
52145219
preact-render-to-string "^5.1.19"
52155220
uuid "^8.3.2"
@@ -5427,12 +5432,12 @@ onetime@^5.1.0, onetime@^5.1.2:
54275432
dependencies:
54285433
mimic-fn "^2.1.0"
54295434

5430-
openid-client@^5.1.0:
5431-
version "5.1.3"
5432-
resolved "https://registry.yarnpkg.com/openid-client/-/openid-client-5.1.3.tgz#25ef0e48929f33462028001fd4077a7ae5b3ad4d"
5433-
integrity sha512-i5quCXurPkN50ndRLE2D3Q6khz6AieJ0gTKOmsl3G4ZIP/Udf5Qw5CMRdhMvbFvfKRrkcCWPFXmduFUFYTC0xw==
5435+
openid-client@^5.4.0:
5436+
version "5.4.0"
5437+
resolved "https://registry.yarnpkg.com/openid-client/-/openid-client-5.4.0.tgz#77f1cda14e2911446f16ea3f455fc7c405103eac"
5438+
integrity sha512-hgJa2aQKcM2hn3eyVtN12tEA45ECjTJPXCgUh5YzTzy9qwapCvmDTVPWOcWVL0d34zeQoQ/hbG9lJhl3AYxJlQ==
54345439
dependencies:
5435-
jose "^4.1.4"
5440+
jose "^4.10.0"
54365441
lru-cache "^6.0.0"
54375442
object-hash "^2.0.1"
54385443
oidc-token-hash "^5.0.1"
@@ -5888,6 +5893,11 @@ regenerator-runtime@^0.12.0:
58885893
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de"
58895894
integrity sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==
58905895

5896+
regenerator-runtime@^0.13.11:
5897+
version "0.13.11"
5898+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
5899+
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
5900+
58915901
regenerator-runtime@^0.13.4:
58925902
version "0.13.9"
58935903
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"

0 commit comments

Comments
 (0)