diff --git a/Sample-01/package-lock.json b/Sample-01/package-lock.json index 40ae290..800581f 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": "^4.2.1", + "@auth0/nextjs-auth0": "^4.12.1", "@fortawesome/fontawesome-svg-core": "^6.7.2", "@fortawesome/free-solid-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.2", @@ -65,15 +65,15 @@ } }, "node_modules/@auth0/nextjs-auth0": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@auth0/nextjs-auth0/-/nextjs-auth0-4.2.1.tgz", - "integrity": "sha512-CZM9uOtznz3bUYPU5vIARFTomVk2pzGeR4lI0RxumdFkevoaA9NEPHRw2XzwOx5t97SdiR6kkQ8hw8IM+mkObg==", - "license": "MIT", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/@auth0/nextjs-auth0/-/nextjs-auth0-4.12.1.tgz", + "integrity": "sha512-b0bqho+dJeRR6SXRWNNK6G00QF6HHfbpmEheus2vaiS9nDl/83E8gdqKFhvKshyLO0JNYry/6Dc2amOcinlwHw==", "dependencies": { "@edge-runtime/cookies": "^5.0.1", "@panva/hkdf": "^1.2.1", - "jose": "^5.9.6", - "oauth4webapi": "^3.1.2", + "jose": "^6.0.11", + "oauth4webapi": "^3.8.2", + "openid-client": "^6.8.0", "swr": "^2.2.5" }, "peerDependencies": { @@ -83,10 +83,9 @@ } }, "node_modules/@auth0/nextjs-auth0/node_modules/jose": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz", - "integrity": "sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==", - "license": "MIT", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/jose/-/jose-6.1.1.tgz", + "integrity": "sha512-GWSqjfOPf4cWOkBzw5THBjtGPhXKqYnfRBzh4Ni+ArTrQQ9unvmsA3oFLqaYKoKe5sjWmGu5wVKg9Ft1i+LQfg==", "funding": { "url": "https://github.com/sponsors/panva" } @@ -12190,10 +12189,9 @@ "dev": true }, "node_modules/oauth4webapi": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.3.1.tgz", - "integrity": "sha512-ZwX7UqYrP3Lr+Glhca3a1/nF2jqf7VVyJfhGuW5JtrfDUxt0u+IoBPzFjZ2dd7PJGkdM6CFPVVYzuDYKHv101A==", - "license": "MIT", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.8.2.tgz", + "integrity": "sha512-FzZZ+bht5X0FKe7Mwz3DAVAmlH1BV5blSak/lHMBKz0/EBMhX6B10GlQYI51+oRp8ObJaX0g6pXrAxZh5s8rjw==", "funding": { "url": "https://github.com/sponsors/panva" } @@ -12361,6 +12359,26 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/openid-client": { + "version": "6.8.1", + "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.8.1.tgz", + "integrity": "sha512-VoYT6enBo6Vj2j3Q5Ec0AezS+9YGzQo1f5Xc42lreMGlfP4ljiXPKVDvCADh+XHCV/bqPu/wWSiCVXbJKvrODw==", + "dependencies": { + "jose": "^6.1.0", + "oauth4webapi": "^3.8.2" + }, + "funding": { + "url": "https://github.com/sponsors/panva" + } + }, + "node_modules/openid-client/node_modules/jose": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/jose/-/jose-6.1.1.tgz", + "integrity": "sha512-GWSqjfOPf4cWOkBzw5THBjtGPhXKqYnfRBzh4Ni+ArTrQQ9unvmsA3oFLqaYKoKe5sjWmGu5wVKg9Ft1i+LQfg==", + "funding": { + "url": "https://github.com/sponsors/panva" + } + }, "node_modules/optionator": { "version": "0.9.4", "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", diff --git a/Sample-01/package.json b/Sample-01/package.json index 054fab2..74a1a42 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": "^4.2.1", + "@auth0/nextjs-auth0": "^4.12.1", "@fortawesome/fontawesome-svg-core": "^6.7.2", "@fortawesome/free-solid-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.2",