From bf66c7389dc704b530559d70a690019bd48c449e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 May 2024 23:40:00 +0000 Subject: [PATCH] feat: upgrade daisyui from 3.0.18 to 4.10.5 Snyk has created this PR to upgrade daisyui from 3.0.18 to 4.10.5. See this package in npm: daisyui See this project in Snyk: https://app.snyk.io/org/onokatio/project/29f78a9f-6ad5-415b-947b-ed24039c0d79?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 32 +++++++++++++++++--------------- package.json | 2 +- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b75cf2..727c0d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/sitemap": "^1.2.1", "@astrojs/tailwind": "^3.1.0", "astro": "^2.1.2", - "daisyui": "^3.0.18", + "daisyui": "^4.10.5", "tailwindcss": "^3.2.7", "zenn-content-css": "^0.1.141", "zenn-markdown-html": "^0.1.143" @@ -1986,11 +1986,6 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" }, - "node_modules/colord": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", - "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==" - }, "node_modules/comma-separated-tokens": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", @@ -2077,15 +2072,25 @@ "node": ">=4" } }, + "node_modules/culori": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/culori/-/culori-3.3.0.tgz", + "integrity": "sha512-pHJg+jbuFsCjz9iclQBqyL3B2HLCBF71BwVNujUYEvCeQMvV97R59MNK3R2+jgJ3a1fcZgI9B3vYgz8lzr/BFQ==", + "license": "MIT", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + } + }, "node_modules/daisyui": { - "version": "3.0.18", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.0.18.tgz", - "integrity": "sha512-wGMbZTv2Jri5Fi5PoV3GkcfjvfnIp/Z+dnUOyic2tX+FMq4VKccGFic+lShRdH92DkYk6iw3okGFeeHeGjwJeg==", + "version": "4.10.5", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.10.5.tgz", + "integrity": "sha512-eOFUo5yEg0WV+3VK2C/+/XN1WH/OhFV4HzrMG5etAzcnB2hPg3aoR7gF1ZUpIv+b5MglLuAVMgub0rv660EgZg==", + "license": "MIT", "dependencies": { - "colord": "^2.9", "css-selector-tokenizer": "^0.8", - "postcss-js": "^4", - "tailwindcss": "^3" + "culori": "^3", + "picocolors": "^1", + "postcss-js": "^4" }, "engines": { "node": ">=16.9.0" @@ -2093,9 +2098,6 @@ "funding": { "type": "opencollective", "url": "https://opencollective.com/daisyui" - }, - "peerDependencies": { - "postcss": "^8" } }, "node_modules/debug": { diff --git a/package.json b/package.json index 43f7b51..467dff7 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/sitemap": "^1.2.1", "@astrojs/tailwind": "^3.1.0", "astro": "^2.1.2", - "daisyui": "^3.0.18", + "daisyui": "^4.10.5", "tailwindcss": "^3.2.7", "zenn-content-css": "^0.1.141", "zenn-markdown-html": "^0.1.143"