From 73008cc16b4148c65b5d903fc78ca313e94a06b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:00:54 +0000 Subject: [PATCH] [chore]: Bump sugar-high from 0.9.4 to 0.9.5 Bumps sugar-high from 0.9.4 to 0.9.5. --- updated-dependencies: - dependency-name: sugar-high dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++------------------ package.json | 2 +- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index af48ed5..a2d97e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react": "^19.2.0", "react-dom": "^19.2.0", "react-icons": "^5.5.0", - "sugar-high": "^0.9.4", + "sugar-high": "^0.9.5", "tailwind-merge": "^3.4.0" }, "devDependencies": { @@ -2245,13 +2245,6 @@ "tailwindcss": "4.1.17" } }, - "node_modules/@tailwindcss/node/node_modules/tailwindcss": { - "version": "4.1.16", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz", - "integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==", - "dev": true, - "license": "MIT" - }, "node_modules/@tailwindcss/oxide": { "version": "4.1.17", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.17.tgz", @@ -2567,13 +2560,6 @@ "tailwindcss": "4.1.17" } }, - "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { - "version": "4.1.16", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz", - "integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==", - "dev": true, - "license": "MIT" - }, "node_modules/@trivago/prettier-plugin-sort-imports": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-6.0.0.tgz", @@ -8898,9 +8884,9 @@ } }, "node_modules/sugar-high": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/sugar-high/-/sugar-high-0.9.4.tgz", - "integrity": "sha512-KzDgMqYZ3zxo2F+AdhAQ1vjyZj3FHe4TwiQCJisD1d4GlzBS/Z/pfUT1S7wCJdq71zjOt9TAfX6HnYqcI4YJrQ==", + "version": "0.9.5", + "resolved": "https://registry.npmjs.org/sugar-high/-/sugar-high-0.9.5.tgz", + "integrity": "sha512-eirwp9p7QcMg6EFCD6zrGh4H30uFx2YtfiMJUavagceP6/YUUjLeiQmis7QuwqKB3nXrWXlLaRumCqOd9AKpSA==", "license": "MIT" }, "node_modules/supports-color": { diff --git a/package.json b/package.json index 4b0e0c1..c46f063 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react": "^19.2.0", "react-dom": "^19.2.0", "react-icons": "^5.5.0", - "sugar-high": "^0.9.4", + "sugar-high": "^0.9.5", "tailwind-merge": "^3.4.0" }, "devDependencies": {