diff --git a/package-lock.json b/package-lock.json index 4106dee..a45392f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/react": "3.6.2", "@astrojs/tailwind": "5.1.2", "@clerk/clerk-js": "5.26.5", - "@clerk/themes": "1.7.19", + "@clerk/themes": "2.2.6", "@hookform/resolvers": "3.9.0", "@radix-ui/react-avatar": "1.1.1", "@radix-ui/react-checkbox": "^1.0.4", @@ -835,29 +835,28 @@ } }, "node_modules/@clerk/themes": { - "version": "1.7.19", - "resolved": "https://registry.npmjs.org/@clerk/themes/-/themes-1.7.19.tgz", - "integrity": "sha512-hEEH4ygopXWQx4pBCU5yWvyMORg4LPby2Px7kvPZFx42TebTpw3Ku5dD3eLzHjgII21p+KwqBWWhnFnbzuG5kQ==", + "version": "2.2.6", + "resolved": "https://registry.npmjs.org/@clerk/themes/-/themes-2.2.6.tgz", + "integrity": "sha512-/sp73H8MRu+voUBk1IzJtmKCfMU8qH6tww7FvVFV/fvbpm7E4dS9O42zd9PkJAko/yoFXqtZLubX21yFV5n0ZQ==", + "license": "MIT", "dependencies": { - "@clerk/types": "3.65.4", + "@clerk/types": "^4.40.3", "tslib": "2.4.1" }, "engines": { - "node": ">=14" - }, - "peerDependencies": { - "react": ">=16" + "node": ">=18.17.0" } }, "node_modules/@clerk/types": { - "version": "3.65.4", - "resolved": "https://registry.npmjs.org/@clerk/types/-/types-3.65.4.tgz", - "integrity": "sha512-sDNt7kp/rYVUF+wJvLPlH+YMm/iKgtARVmTZBU0rgXKPrEKJA1vdmT2UCe4geO1lgqHCi1lXTzm2O90NCWC9yA==", + "version": "4.40.3", + "resolved": "https://registry.npmjs.org/@clerk/types/-/types-4.40.3.tgz", + "integrity": "sha512-gPCL9thu3haTWFGTSX0Dn4rqHPAc+v2J30JIQvHciSgCtrWbhDlYGh0yND3UqAZC0B0FsA2BpGAu7ClfvqDH/A==", + "license": "MIT", "dependencies": { "csstype": "3.1.1" }, "engines": { - "node": ">=14" + "node": ">=18.17.0" } }, "node_modules/@coinbase/wallet-sdk": { diff --git a/package.json b/package.json index 8f023a7..cfaf76c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@astrojs/react": "3.6.2", "@astrojs/tailwind": "5.1.2", "@clerk/clerk-js": "5.26.5", - "@clerk/themes": "1.7.19", + "@clerk/themes": "2.2.6", "@hookform/resolvers": "3.9.0", "@radix-ui/react-avatar": "1.1.1", "@radix-ui/react-checkbox": "^1.0.4",