diff --git a/package-lock.json b/package-lock.json index 0d32f02..a0d2f39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@cornerstonejs/tools": "^1.86.0", "@niivue/niivue": "^0.46.0", "@vercel/blob": "^2.3.3", - "class-variance-authority": "^0.7.0", + "class-variance-authority": "^0.7.1", "lucide-react": "^0.453.0", "next": "^15.5.16", "nifti-reader-js": "^0.6.8", @@ -3891,14 +3891,15 @@ } }, "node_modules/class-variance-authority": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.0.tgz", - "integrity": "sha512-jFI8IQw4hczaL4ALINxqLEXQbWcNjoSkloa4IaufXCJr6QawJyw7tuRysRsrE8w2p/4gGaxKIt/hX3qz/IbD1A==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz", + "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==", + "license": "Apache-2.0", "dependencies": { - "clsx": "2.0.0" + "clsx": "^2.1.1" }, "funding": { - "url": "https://joebell.co.uk" + "url": "https://polar.sh/cva" } }, "node_modules/client-only": { @@ -3907,9 +3908,10 @@ "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==" }, "node_modules/clsx": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.0.0.tgz", - "integrity": "sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", + "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", + "license": "MIT", "engines": { "node": ">=6" } diff --git a/package.json b/package.json index 1ef932c..0968798 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@cornerstonejs/tools": "^1.86.0", "@niivue/niivue": "^0.46.0", "@vercel/blob": "^2.3.3", - "class-variance-authority": "^0.7.0", + "class-variance-authority": "^0.7.1", "lucide-react": "^0.453.0", "next": "^15.5.16", "nifti-reader-js": "^0.6.8",