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",