From c3628b330b19395d50a6acfe3311fc8cc6038dc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 21:55:47 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Bump=20tailwind-scrollbar=20from?= =?UTF-8?q?=204.0.0=20to=204.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [tailwind-scrollbar](https://github.com/adoxography/tailwind-scrollbar) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/adoxography/tailwind-scrollbar/releases) - [Commits](https://github.com/adoxography/tailwind-scrollbar/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: tailwind-scrollbar dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76ee8b73..d803f675 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "prettier-plugin-tailwindcss": "^0.6.11", "puppeteer": "^24.4.0", "rimraf": "^6.0.1", - "tailwind-scrollbar": "^4.0.0", + "tailwind-scrollbar": "^4.0.1", "tailwindcss": "^4.0.13", "tw-elements": "2.0.0", "typeit": "^8.8.7", @@ -3265,9 +3265,9 @@ "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" }, "node_modules/tailwind-scrollbar": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/tailwind-scrollbar/-/tailwind-scrollbar-4.0.0.tgz", - "integrity": "sha512-elqx9m09VHY8gkrMiyimFO09JlS3AyLFXT0eaLaWPi7ImwHlbZj1ce/AxSis2LtR+ewBGEyUV7URNEMcjP1Z2w==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/tailwind-scrollbar/-/tailwind-scrollbar-4.0.1.tgz", + "integrity": "sha512-j2ZfUI7p8xmSQdlqaCxEb4Mha8ErvWjDVyu2Ke4IstWprQ/6TmIz1GSLE62vsTlXwnMLYhuvbFbIFzaJGOGtMg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e5cac0a9..398f2ed6 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "prettier-plugin-tailwindcss": "^0.6.11", "puppeteer": "^24.4.0", "rimraf": "^6.0.1", - "tailwind-scrollbar": "^4.0.0", + "tailwind-scrollbar": "^4.0.1", "tailwindcss": "^4.0.13", "tw-elements": "2.0.0", "typeit": "^8.8.7",