Steps to reproduce
- Download the package from NPM
- Audit dependencies and inspect the package in node_modules
- Check that there is a dependency to tailwind-merge-v2 and tailwind-merge-v3:
"dependencies": {
"@floating-ui/core": "1.7.4",
"@floating-ui/react": "0.27.17",
"@iarna/toml": "2.2.5",
"chokidar": "4.0.3",
"comment-json": "4.5.1",
"debounce": "3.0.0",
"deepmerge-ts": "7.1.5",
"klona": "2.0.6",
"magic-string": "0.30.21",
"oxc-parser": "0.112.0",
"package-manager-detector": "1.6.0",
"tailwind-merge-v2": "npm:tailwind-merge@2.6.1",
"tailwind-merge-v3": "npm:tailwind-merge@3.4.0"
}
Current behavior
We have vulnerabilities due to using those packages.
Expected behavior
Fix and remove those packages from npm.js as the projects have been removed.
Context
I am auditing the security of my project, and I am using this package.
Steps to reproduce
"dependencies": {
"@floating-ui/core": "1.7.4",
"@floating-ui/react": "0.27.17",
"@iarna/toml": "2.2.5",
"chokidar": "4.0.3",
"comment-json": "4.5.1",
"debounce": "3.0.0",
"deepmerge-ts": "7.1.5",
"klona": "2.0.6",
"magic-string": "0.30.21",
"oxc-parser": "0.112.0",
"package-manager-detector": "1.6.0",
"tailwind-merge-v2": "npm:tailwind-merge@2.6.1",
"tailwind-merge-v3": "npm:tailwind-merge@3.4.0"
}
Current behavior
We have vulnerabilities due to using those packages.
Expected behavior
Fix and remove those packages from npm.js as the projects have been removed.
Context
I am auditing the security of my project, and I am using this package.