diff --git a/package.json b/package.json index 4b4499c0ed..5266239ad4 100644 --- a/package.json +++ b/package.json @@ -46,9 +46,6 @@ ] }, "pnpm": { - "patchedDependencies": { - "next-auth@4.24.7": "patches/next-auth@4.24.7.patch" - }, "overrides": { "@types/mime": "3.0.4", "next": "14.2.15" diff --git a/patches/next-auth@4.24.7.patch b/patches/next-auth@4.24.7.patch deleted file mode 100644 index 092a042cd6..0000000000 --- a/patches/next-auth@4.24.7.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff --git a/package.json b/package.json -index c89e03c41a03de738cfb0ad090a63c2e99dadc7b..a5f38083c24732651c427c2b2d17cbcb23495473 100644 ---- a/package.json -+++ b/package.json -@@ -57,6 +57,18 @@ - "./providers/*": { - "types": "./providers/*.d.ts", - "default": "./providers/*.js" -+ }, -+ "./core/init": { -+ "types": "./core/init.d.ts", -+ "default": "./core/init.js" -+ }, -+ "./core/lib/oauth/authorization-url": { -+ "types": "./core/lib/oauth/authorization-url.d.ts", -+ "default": "./core/lib/oauth/authorization-url.js" -+ }, -+ "./core/lib/oauth/callback": { -+ "types": "./core/lib/oauth/callback.d.ts", -+ "default": "./core/lib/oauth/callback.js" - } - }, - "files": [