From d1f671d6ea1790731982f9a552ddc54af4f309e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 18:05:46 +0000 Subject: [PATCH] Bump next-auth from 4.3.3 to 4.10.3 in /src/editor Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.3.3 to 4.10.3. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Changelog](https://github.com/nextauthjs/next-auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@v4.3.3...next-auth@v4.10.3) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/editor/package-lock.json | 23 ++++++++++------------- src/editor/package.json | 2 +- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/src/editor/package-lock.json b/src/editor/package-lock.json index 52dc7ebe..60a578f8 100644 --- a/src/editor/package-lock.json +++ b/src/editor/package-lock.json @@ -16,7 +16,7 @@ "dayjs": "^1.11.1", "markdown-to-jsx": "^7.1.7", "next": "12.1.0", - "next-auth": "^4.3.3", + "next-auth": "^4.10.3", "react": "17.0.2", "react-dom": "17.0.2", "react-flow-renderer": "^10.0.7", @@ -5060,14 +5060,11 @@ } }, "node_modules/@storybook/addon-controls/node_modules/watchpack/chokidar2": { - "version": "2.0.0", + "version": "0.0.1", "dev": true, "optional": true, "dependencies": { "chokidar": "^2.1.8" - }, - "engines": { - "node": "<8.10.0" } }, "node_modules/@storybook/addon-controls/node_modules/webpack": { @@ -28719,9 +28716,9 @@ } }, "node_modules/next-auth": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.3.tgz", - "integrity": "sha512-bUs+oOOPT18Pq/+4v9q4PA/DGoVoAX6jwY7RTfE/akFXwlny+y/mNS6lPSUwpqcHjljqBaq34PQA3+01SdOOPw==", + "version": "4.10.3", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.3.tgz", + "integrity": "sha512-7zc4aXYc/EEln7Pkcsn21V1IevaTZsMLJwapfbnKA4+JY0+jFzWbt5p/ljugesGIrN4VOZhpZIw50EaFZyghJQ==", "dependencies": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", @@ -28738,8 +28735,8 @@ }, "peerDependencies": { "nodemailer": "^6.6.5", - "react": "^17.0.2 || ^18.0.0-0", - "react-dom": "^17.0.2 || ^18.0.0-0" + "react": "^17.0.2 || ^18", + "react-dom": "^17.0.2 || ^18" }, "peerDependenciesMeta": { "nodemailer": { @@ -59108,9 +59105,9 @@ } }, "next-auth": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.3.3.tgz", - "integrity": "sha512-bUs+oOOPT18Pq/+4v9q4PA/DGoVoAX6jwY7RTfE/akFXwlny+y/mNS6lPSUwpqcHjljqBaq34PQA3+01SdOOPw==", + "version": "4.10.3", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.10.3.tgz", + "integrity": "sha512-7zc4aXYc/EEln7Pkcsn21V1IevaTZsMLJwapfbnKA4+JY0+jFzWbt5p/ljugesGIrN4VOZhpZIw50EaFZyghJQ==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/src/editor/package.json b/src/editor/package.json index f7e5e362..3b8d0ca5 100644 --- a/src/editor/package.json +++ b/src/editor/package.json @@ -22,7 +22,7 @@ "dayjs": "^1.11.1", "markdown-to-jsx": "^7.1.7", "next": "12.1.0", - "next-auth": "^4.3.3", + "next-auth": "^4.10.3", "react": "17.0.2", "react-dom": "17.0.2", "react-flow-renderer": "^10.0.7",