From 58cde29fffe8c81182536ad96c9d8930420b0ffd Mon Sep 17 00:00:00 2001 From: Valtteri Karesto Date: Mon, 8 Aug 2022 09:07:45 +0300 Subject: [PATCH] Update next-auth to fix dependabot alert --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 25b1b83..a119d10 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "lodash.xor": "^4.5.0", "monaco-editor": "^0.33.0", "next": "^12.0.4", - "next-auth": "^4.10.1", + "next-auth": "^4.10.3", "next-plausible": "^3.2.0", "next-themes": "^0.1.1", "normalize-url": "^7.0.2", @@ -80,4 +80,4 @@ "resolutions": { "ripple-binary-codec": "=1.4.2" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 60b8f69..0ad9ded 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2953,10 +2953,10 @@ natural-compare@^1.4.0: resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= -next-auth@^4.10.1: - version "4.10.1" - resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.10.1.tgz#33b29265d12287bb2f6d267c8d415a407c27f0e9" - integrity sha512-F00vtwBdyMIIJ8IORHOAOHjVGTDEhhm9+HpB2BQ8r40WtGxqToWWLN7Z+2ZW/z2RFlo3zhcuAtUCPUzVJxtZwQ== +next-auth@^4.10.3: + version "4.10.3" + resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.10.3.tgz#0a952dd5004fd2ac2ba414c990922cf9b33951a3" + integrity sha512-7zc4aXYc/EEln7Pkcsn21V1IevaTZsMLJwapfbnKA4+JY0+jFzWbt5p/ljugesGIrN4VOZhpZIw50EaFZyghJQ== dependencies: "@babel/runtime" "^7.16.3" "@panva/hkdf" "^1.0.1"