fix(deps): update dependency class-variance-authority to v0.7.1
All checks were successful
Lint / Lint (push) Successful in 43s
SonarQube Scan / SonarQube Trigger (push) Successful in 2m17s

This commit is contained in:
Renovate Bot 2024-11-30 01:03:50 +00:00
parent a3eea03c7d
commit 1a09ed0280

19
package-lock.json generated
View File

@ -2716,22 +2716,15 @@
} }
}, },
"node_modules/class-variance-authority": { "node_modules/class-variance-authority": {
"version": "0.7.0", "version": "0.7.1",
"resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.0.tgz", "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz",
"integrity": "sha512-jFI8IQw4hczaL4ALINxqLEXQbWcNjoSkloa4IaufXCJr6QawJyw7tuRysRsrE8w2p/4gGaxKIt/hX3qz/IbD1A==", "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==",
"license": "Apache-2.0",
"dependencies": { "dependencies": {
"clsx": "2.0.0" "clsx": "^2.1.1"
}, },
"funding": { "funding": {
"url": "https://joebell.co.uk" "url": "https://polar.sh/cva"
}
},
"node_modules/class-variance-authority/node_modules/clsx": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.0.0.tgz",
"integrity": "sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==",
"engines": {
"node": ">=6"
} }
}, },
"node_modules/client-only": { "node_modules/client-only": {