diff --git a/frontend-next/package-lock.json b/frontend-next/package-lock.json index 8bd7fdf..c17fef8 100644 --- a/frontend-next/package-lock.json +++ b/frontend-next/package-lock.json @@ -26,7 +26,7 @@ "eslint": "^9.39.4", "eslint-config-next": "^16.2.6", "postcss": "^8", - "tailwind-scrollbar-hide": "^1.1.7", + "tailwind-scrollbar-hide": "^4.0.0", "tailwindcss": "^3.4.3", "typescript": "^5.7.2" }, @@ -6539,9 +6539,9 @@ } }, "node_modules/tailwind-scrollbar-hide": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/tailwind-scrollbar-hide/-/tailwind-scrollbar-hide-1.3.1.tgz", - "integrity": "sha512-eUAvPTltKnAGHbCBRpOk5S7+UZTkFZgDKmZLZ6jZXXs4V7mRXvwshBjeMwrv3vmiWqm3IGEDFVKzUSm1JuoXKw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/tailwind-scrollbar-hide/-/tailwind-scrollbar-hide-4.0.0.tgz", + "integrity": "sha512-gobtvVcThB2Dxhy0EeYSS1RKQJ5baDFkamkhwBvzvevwX6L4XQfpZ3me9s25Ss1ecFVT5jPYJ50n+7xTBJG9WQ==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/frontend-next/package.json b/frontend-next/package.json index d409b6d..dade45b 100644 --- a/frontend-next/package.json +++ b/frontend-next/package.json @@ -42,7 +42,7 @@ "eslint": "^9.39.4", "eslint-config-next": "^16.2.6", "postcss": "^8", - "tailwind-scrollbar-hide": "^1.1.7", + "tailwind-scrollbar-hide": "^4.0.0", "tailwindcss": "^3.4.3", "typescript": "^5.7.2" },