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"