From 537f103036921c9b5cbd305192fce9d3e33c69fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:21:35 +0000 Subject: [PATCH] deps(frontend): bump tailwind-scrollbar-hide in /frontend-next Bumps [tailwind-scrollbar-hide](https://github.com/reslear/tailwind-scrollbar-hide) from 1.3.1 to 4.0.0. - [Release notes](https://github.com/reslear/tailwind-scrollbar-hide/releases) - [Changelog](https://github.com/reslear/tailwind-scrollbar-hide/blob/main/CHANGELOG.md) - [Commits](https://github.com/reslear/tailwind-scrollbar-hide/compare/v1.3.1...v4.0.0) --- updated-dependencies: - dependency-name: tailwind-scrollbar-hide dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend-next/package-lock.json | 8 ++++---- frontend-next/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" },