From 96a48b57be1f9e1237b019e608ff446670d957d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 07:23:36 +0000 Subject: [PATCH] Bump @auth0/nextjs-auth0 from 3.2.0 to 3.3.0 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] --- package-lock.json | 18 +++++++++++++----- package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47b42dd8..a5305439 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "shape-docs", "version": "0.1.0", "dependencies": { - "@auth0/nextjs-auth0": "^3.2.0", + "@auth0/nextjs-auth0": "^3.3.0", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@fortawesome/fontawesome-svg-core": "^6.4.2", @@ -97,12 +97,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", @@ -118,6 +118,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/package.json b/package.json index e01e770d..6e30ae0b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test": "jest" }, "dependencies": { - "@auth0/nextjs-auth0": "^3.2.0", + "@auth0/nextjs-auth0": "^3.3.0", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@fortawesome/fontawesome-svg-core": "^6.4.2",