From e9dfd3130530fdb21d3fe267db4152f137e50cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 00:02:02 +0000 Subject: [PATCH] build(deps): bump @auth0/nextjs-auth0 from 3.2.0 to 3.3.0 in /Sample-01 Bumps [@auth0/nextjs-auth0](https://github.com/auth0/nextjs-auth0) from 3.2.0 to 3.3.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.2.0...v3.3.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, 14 insertions(+), 6 deletions(-) diff --git a/Sample-01/package-lock.json b/Sample-01/package-lock.json index af6e18a..ca6a6ca 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.2.0", + "@auth0/nextjs-auth0": "^3.3.0", "@fortawesome/fontawesome-svg-core": "^6.2.1", "@fortawesome/free-solid-svg-icons": "^6.2.1", "@fortawesome/react-fontawesome": "^0.2.0", @@ -61,12 +61,12 @@ } }, "node_modules/@auth0/nextjs-auth0": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@auth0/nextjs-auth0/-/nextjs-auth0-3.2.0.tgz", - "integrity": "sha512-8vdoqEF+RfAAdG9O2r8QbRs95LraDYhDGlfTzQdGg5CYTBGUWO34EZOB9bZr0SgqnqaO9Qa4lgcrffsYPcvywg==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@auth0/nextjs-auth0/-/nextjs-auth0-3.3.0.tgz", + "integrity": "sha512-zIBeb2OuLIv0SyNEJaqfBbmwsaPLi1CAlnwOIRloABPI2nX0k0Sp959FiI7uUfJkUzqW8xtCyE56MDl4bs9WLQ==", "dependencies": { "@panva/hkdf": "^1.0.2", - "cookie": "^0.5.0", + "cookie": "^0.6.0", "debug": "^4.3.4", "joi": "^17.6.0", "jose": "^4.9.2", @@ -82,6 +82,14 @@ "next": ">=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==", + "engines": { + "node": ">= 0.6" + } + }, "node_modules/@babel/code-frame": { "version": "7.22.13", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", diff --git a/Sample-01/package.json b/Sample-01/package.json index 7c40f08..0b6e9fc 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.2.0", + "@auth0/nextjs-auth0": "^3.3.0", "@fortawesome/fontawesome-svg-core": "^6.2.1", "@fortawesome/free-solid-svg-icons": "^6.2.1", "@fortawesome/react-fontawesome": "^0.2.0",