From 61ea721dd6fc064be9a8cd0da229928bd470227b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 23:44:41 +0000 Subject: [PATCH] build(deps): bump @auth0/nextjs-auth0 from 3.1.0 to 3.2.0 in /Sample-01 Bumps [@auth0/nextjs-auth0](https://github.com/auth0/nextjs-auth0) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/auth0/nextjs-auth0/releases) - [Changelog](https://github.com/auth0/nextjs-auth0/blob/main/CHANGELOG.md) - [Commits](https://github.com/auth0/nextjs-auth0/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: "@auth0/nextjs-auth0" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Sample-01/package-lock.json | 8 ++++---- Sample-01/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Sample-01/package-lock.json b/Sample-01/package-lock.json index 11bc4c2..70fae1b 100644 --- a/Sample-01/package-lock.json +++ b/Sample-01/package-lock.json @@ -8,7 +8,7 @@ "name": "auth0-nextjs-sample", "version": "0.1.0", "dependencies": { - "@auth0/nextjs-auth0": "^3.1.0", + "@auth0/nextjs-auth0": "^3.2.0", "@fortawesome/fontawesome-svg-core": "^6.2.1", "@fortawesome/free-solid-svg-icons": "^6.2.1", "@fortawesome/react-fontawesome": "^0.2.0", @@ -61,9 +61,9 @@ } }, "node_modules/@auth0/nextjs-auth0": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@auth0/nextjs-auth0/-/nextjs-auth0-3.1.0.tgz", - "integrity": "sha512-K00wD7hlMRcmDgDVRN5pP/SLV7odBnvAXvput1kJHGRJUp9FwFzg6BEGEWVHhr2YOXcn+VdVMMjXlmWYV+aZ1A==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@auth0/nextjs-auth0/-/nextjs-auth0-3.2.0.tgz", + "integrity": "sha512-8vdoqEF+RfAAdG9O2r8QbRs95LraDYhDGlfTzQdGg5CYTBGUWO34EZOB9bZr0SgqnqaO9Qa4lgcrffsYPcvywg==", "dependencies": { "@panva/hkdf": "^1.0.2", "cookie": "^0.5.0", diff --git a/Sample-01/package.json b/Sample-01/package.json index 5f4503d..5f34592 100644 --- a/Sample-01/package.json +++ b/Sample-01/package.json @@ -16,7 +16,7 @@ "cypress:open": "cypress open --browser chrome" }, "dependencies": { - "@auth0/nextjs-auth0": "^3.1.0", + "@auth0/nextjs-auth0": "^3.2.0", "@fortawesome/fontawesome-svg-core": "^6.2.1", "@fortawesome/free-solid-svg-icons": "^6.2.1", "@fortawesome/react-fontawesome": "^0.2.0",