From 51e30bc44eeb0ecc13ed98862c24530458ffbad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 23:25:20 +0000 Subject: [PATCH] build(deps): bump @auth0/nextjs-auth0 from 3.4.0 to 3.5.0 in /Sample-01 Bumps [@auth0/nextjs-auth0](https://github.com/auth0/nextjs-auth0) from 3.4.0 to 3.5.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.4.0...v3.5.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 8e5e07f..6fa59e7 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.4.0", + "@auth0/nextjs-auth0": "^3.5.0", "@fortawesome/fontawesome-svg-core": "^6.5.0", "@fortawesome/free-solid-svg-icons": "^6.5.0", "@fortawesome/react-fontawesome": "^0.2.0", @@ -61,9 +61,9 @@ } }, "node_modules/@auth0/nextjs-auth0": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@auth0/nextjs-auth0/-/nextjs-auth0-3.4.0.tgz", - "integrity": "sha512-XWK7MJiUVwQjU3WK9pWN501QrwhFiWr8Bo6di5+zv8wvz1pfN2qR3lmFgR7MLWhZ7yCdb7gSxD7MtBa9VtXQww==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@auth0/nextjs-auth0/-/nextjs-auth0-3.5.0.tgz", + "integrity": "sha512-uFZEE2QQf1zU+jRK2fwqxRQt+WSqDPYF2tnr7d6BEa7b6L6tpPJ3evzoImbWSY1a7gFdvD7RD/Rvrsx7B5CKVg==", "dependencies": { "@panva/hkdf": "^1.0.2", "cookie": "^0.6.0", diff --git a/Sample-01/package.json b/Sample-01/package.json index cf3e527..9be2f75 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.4.0", + "@auth0/nextjs-auth0": "^3.5.0", "@fortawesome/fontawesome-svg-core": "^6.5.0", "@fortawesome/free-solid-svg-icons": "^6.5.0", "@fortawesome/react-fontawesome": "^0.2.0",