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",