From 77649fd9e0dd35bc06ca204b5f148334dd21affb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 05:35:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Bump=20tailwind-scrollbar=20from?= =?UTF-8?q?=204.0.1=20to=204.0.2?= 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.1 to 4.0.2. - [Release notes](https://github.com/adoxography/tailwind-scrollbar/releases) - [Commits](https://github.com/adoxography/tailwind-scrollbar/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: tailwind-scrollbar dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae092958..cf9f76a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hugo-blowfish-theme", - "version": "2.84.0", + "version": "2.85.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hugo-blowfish-theme", - "version": "2.84.0", + "version": "2.85.0", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -32,7 +32,7 @@ "prettier-plugin-tailwindcss": "^0.6.11", "puppeteer": "^24.4.0", "rimraf": "^6.0.1", - "tailwind-scrollbar": "^4.0.1", + "tailwind-scrollbar": "^4.0.2", "tailwindcss": "^4.0.16", "tw-elements": "2.0.0", "typeit": "^8.8.7", @@ -4318,9 +4318,9 @@ "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" }, "node_modules/tailwind-scrollbar": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/tailwind-scrollbar/-/tailwind-scrollbar-4.0.1.tgz", - "integrity": "sha512-j2ZfUI7p8xmSQdlqaCxEb4Mha8ErvWjDVyu2Ke4IstWprQ/6TmIz1GSLE62vsTlXwnMLYhuvbFbIFzaJGOGtMg==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/tailwind-scrollbar/-/tailwind-scrollbar-4.0.2.tgz", + "integrity": "sha512-wAQiIxAPqk0MNTPptVe/xoyWi27y+NRGnTwvn4PQnbvB9kp8QUBiGl/wsfoVBHnQxTmhXJSNt9NHTmcz9EivFA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a9c1ec8b..90315a8b 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "prettier-plugin-tailwindcss": "^0.6.11", "puppeteer": "^24.4.0", "rimraf": "^6.0.1", - "tailwind-scrollbar": "^4.0.1", + "tailwind-scrollbar": "^4.0.2", "tailwindcss": "^4.0.16", "tw-elements": "2.0.0", "typeit": "^8.8.7",