From 3721bf2768b4c59f6fd0a9086e9a8663253be3da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 19:51:22 +0000 Subject: [PATCH] build(deps): bump @auth0/nextjs-auth0 from 3.5.0 to 3.6.0 in /Sample-01 Bumps [@auth0/nextjs-auth0](https://github.com/auth0/nextjs-auth0) from 3.5.0 to 3.6.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.5.0...v3.6.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 | 18 ++++++++++-------- Sample-01/package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Sample-01/package-lock.json b/Sample-01/package-lock.json index 6fa59e7..fe1f2b5 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.5.0", + "@auth0/nextjs-auth0": "^3.6.0", "@fortawesome/fontawesome-svg-core": "^6.5.0", "@fortawesome/free-solid-svg-icons": "^6.5.0", "@fortawesome/react-fontawesome": "^0.2.0", @@ -61,12 +61,13 @@ } }, "node_modules/@auth0/nextjs-auth0": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@auth0/nextjs-auth0/-/nextjs-auth0-3.5.0.tgz", - "integrity": "sha512-uFZEE2QQf1zU+jRK2fwqxRQt+WSqDPYF2tnr7d6BEa7b6L6tpPJ3evzoImbWSY1a7gFdvD7RD/Rvrsx7B5CKVg==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@auth0/nextjs-auth0/-/nextjs-auth0-3.6.0.tgz", + "integrity": "sha512-d29jmwmmmhQKJBrdBHQNlBf4rZLH/qz1522cyf8HQTGQYXqHRLh+X1KOG0FyNkao2GN4Xnb856/o1XIlPt5ELQ==", + "license": "MIT", "dependencies": { "@panva/hkdf": "^1.0.2", - "cookie": "^0.6.0", + "cookie": "^0.7.1", "debug": "^4.3.4", "joi": "^17.6.0", "jose": "^4.9.2", @@ -83,9 +84,10 @@ } }, "node_modules/@auth0/nextjs-auth0/node_modules/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", + "license": "MIT", "engines": { "node": ">= 0.6" } diff --git a/Sample-01/package.json b/Sample-01/package.json index 9be2f75..8d62009 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.5.0", + "@auth0/nextjs-auth0": "^3.6.0", "@fortawesome/fontawesome-svg-core": "^6.5.0", "@fortawesome/free-solid-svg-icons": "^6.5.0", "@fortawesome/react-fontawesome": "^0.2.0",