From 70b9e8de300c8753de57e289eb5f9f71fad2e574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 20:33:49 +0000 Subject: [PATCH] Bump daisyui from 4.12.23 to 5.3.10 Bumps [daisyui](https://github.com/saadeghi/daisyui/tree/HEAD/packages/daisyui) from 4.12.23 to 5.3.10. - [Release notes](https://github.com/saadeghi/daisyui/releases) - [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md) - [Commits](https://github.com/saadeghi/daisyui/commits/v5.3.10/packages/daisyui) --- updated-dependencies: - dependency-name: daisyui dependency-version: 5.3.10 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 43 ++++++------------------------------------- package.json | 2 +- 2 files changed, 7 insertions(+), 38 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66f0cf8757..0a6dd75a88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "axios": "^1.13", "bootstrap": "^4.6.2", "d3": "^3.5.17", - "daisyui": "^4.12.23", + "daisyui": "^5.5.5", "echarts": "^6.0.0", "eslint": "^8.57.0", "eslint-plugin-vue": "^10.5.1", @@ -6205,15 +6205,6 @@ "url": "https://github.com/fb55/domhandler?sponsor=1" } }, - "node_modules/css-selector-tokenizer": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.8.0.tgz", - "integrity": "sha512-Jd6Ig3/pe62/qe5SBPTN8h8LeUg/pT4lLgtavPf7updwwHpvFzxvOQBHYj2LZDMjUnBzgvIUSjRcf6oT5HzHFg==", - "dependencies": { - "cssesc": "^3.0.0", - "fastparse": "^1.1.2" - } - }, "node_modules/css-tree": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", @@ -6388,14 +6379,6 @@ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", "license": "MIT" }, - "node_modules/culori": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/culori/-/culori-3.3.0.tgz", - "integrity": "sha512-pHJg+jbuFsCjz9iclQBqyL3B2HLCBF71BwVNujUYEvCeQMvV97R59MNK3R2+jgJ3a1fcZgI9B3vYgz8lzr/BFQ==", - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - } - }, "node_modules/cypress": { "version": "14.5.3", "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.5.3.tgz", @@ -6694,21 +6677,12 @@ "peer": true }, "node_modules/daisyui": { - "version": "4.12.23", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.23.tgz", - "integrity": "sha512-EM38duvxutJ5PD65lO/AFMpcw+9qEy6XAZrTpzp7WyaPeO/l+F/Qiq0ECHHmFNcFXh5aVoALY4MGrrxtCiaQCQ==", - "dependencies": { - "css-selector-tokenizer": "^0.8", - "culori": "^3", - "picocolors": "^1", - "postcss-js": "^4" - }, - "engines": { - "node": ">=16.9.0" - }, + "version": "5.5.5", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.5.5.tgz", + "integrity": "sha512-ekvI93ZkWIJoCOtDl0D2QMxnWvTejk9V5nWBqRv+7t0xjiBXqAK5U6o6JE2RPvlIC3EqwNyUoIZSdHX9MZK3nw==", + "license": "MIT", "funding": { - "type": "opencollective", - "url": "https://opencollective.com/daisyui" + "url": "https://github.com/saadeghi/daisyui?sponsor=1" } }, "node_modules/dashdash": { @@ -8340,11 +8314,6 @@ "node": ">= 4.9.1" } }, - "node_modules/fastparse": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz", - "integrity": "sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==" - }, "node_modules/fastq": { "version": "1.15.0", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", diff --git a/package.json b/package.json index ab33420c2a..91827d5f79 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "axios": "^1.13", "bootstrap": "^4.6.2", "d3": "^3.5.17", - "daisyui": "^4.12.23", + "daisyui": "^5.5.5", "echarts": "^6.0.0", "eslint": "^8.57.0", "eslint-plugin-vue": "^10.5.1",