From 3004a031f0a7df51a7e6641067affb26391aa8e0 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 26 Oct 2022 19:53:21 +0200 Subject: [PATCH] bump next-auth --- package-lock.json | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49fec8a..b7fcd39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "ics": "2.40.0", "mongoose": "6.7.0", "next": "12.3.1", - "next-auth": "4.15.0", + "next-auth": "^4.15.0", "next-axiom": "0.14.0", "next-mdx-remote": "4.1.0", "nodemailer": "6.8.0", diff --git a/package.json b/package.json index eb99f35..7997faa 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ics": "2.40.0", "mongoose": "6.7.0", "next": "12.3.1", - "next-auth": "4.15.0", + "next-auth": "^4.15.0", "next-axiom": "0.14.0", "next-mdx-remote": "4.1.0", "nodemailer": "6.8.0", @@ -38,13 +38,13 @@ "eslint-config-next": "12.3.1", "eslint-config-prettier": "8.5.0", "jest": "29.2.2", - "ts-jest": "29.0.3", "postcss": "8.4.18", "postcss-flexbugs-fixes": "5.0.2", "postcss-preset-env": "7.8.2", "prettier": "2.7.1", "swr": "1.3.0", - "tailwindcss": "3.2.1" + "tailwindcss": "3.2.1", + "ts-jest": "29.0.3" }, "jest": { "transform": {