From 8215361a984102c3b7fec15b2da10cab424489dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 20:16:53 +0000 Subject: [PATCH] Bump @workos-inc/authkit-nextjs from 0.4.1 to 0.4.2 Bumps [@workos-inc/authkit-nextjs](https://github.com/workos/authkit-nextjs) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/workos/authkit-nextjs/releases) - [Commits](https://github.com/workos/authkit-nextjs/compare/v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: "@workos-inc/authkit-nextjs" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5486911..0b5748d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@radix-ui/react-icons": "^1.3.0", "@radix-ui/themes": "^3.0.1", - "@workos-inc/authkit-nextjs": "0.4.1", + "@workos-inc/authkit-nextjs": "0.4.2", "next": "14.1.3", "react": "^18", "react-dom": "^18" @@ -2071,9 +2071,9 @@ "dev": true }, "node_modules/@workos-inc/authkit-nextjs": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@workos-inc/authkit-nextjs/-/authkit-nextjs-0.4.1.tgz", - "integrity": "sha512-CUEOYiLsb9ks2TXkWkJ21hxvR3zt2O4d0P0CJyskDJpmpSc2kh3F+ib5OJ4agcC0rcWomsDNlusC8VkIte60Fg==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@workos-inc/authkit-nextjs/-/authkit-nextjs-0.4.2.tgz", + "integrity": "sha512-zgA1TfgJB3YTP4CiPOCKlJoTlQKExH03Q6MIUwXf4TsNfHqjWW/78F852vimOZiJO2hIiWXVNBsNkWfqlCAH9w==", "dependencies": { "@workos-inc/node": "^6.7.0", "iron-session": "^8.0.1", diff --git a/package.json b/package.json index 0c0a085..f82f186 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@radix-ui/react-icons": "^1.3.0", "@radix-ui/themes": "^3.0.1", - "@workos-inc/authkit-nextjs": "0.4.1", + "@workos-inc/authkit-nextjs": "0.4.2", "next": "14.1.3", "react": "^18", "react-dom": "^18"