From f62cd35aaad09bda57b33b8c8e8a18f399ff5327 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Aug 2024 04:51:13 +0000 Subject: [PATCH 1/2] fix: upgrade react-daisyui from 5.0.0 to 5.0.3 Snyk has created this PR to upgrade react-daisyui from 5.0.0 to 5.0.3. See this package in npm: react-daisyui See this project in Snyk: https://app.snyk.io/org/boxyhq/project/7351c439-6101-4327-8e73-82d82243a6ac?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 23 ++++++----------------- package.json | 2 +- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ddfdfb41..bc96b924e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "nodemailer": "6.9.14", "raw-body": "3.0.0", "react": "18.3.1", - "react-daisyui": "5.0.0", + "react-daisyui": "^5.0.3", "react-dom": "18.3.1", "react-i18next": "15.0.1", "react-syntax-highlighter": "15.5.0", @@ -230,18 +230,6 @@ "url": "https://github.com/prettier/prettier?sponsor=1" } }, - "internal-ui/node_modules/react-daisyui": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/react-daisyui/-/react-daisyui-5.0.3.tgz", - "integrity": "sha512-zTlWwqp08dlvdk7fHnYbkZETYqcd2yZhMteAN9nTSHmOzy/XgiIGqmjuw/Yi6qfMk87/IYexr/J5QceHECrXdg==", - "dev": true, - "peerDependencies": { - "daisyui": "^4.12.10", - "react": ">=16", - "react-dom": ">=16", - "tailwindcss": ">=3.2.7" - } - }, "internal-ui/node_modules/typescript": { "version": "5.5.4", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", @@ -18408,11 +18396,12 @@ "integrity": "sha512-+BTreuQUUGv1Tv4GbcFNk+1L8U60ZSdxLUs3OVUPsShzxLFYcTYcNf2wzMt3GEU4iFA8Px7SpofpX+uiL03QyQ==" }, "node_modules/react-daisyui": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/react-daisyui/-/react-daisyui-5.0.0.tgz", - "integrity": "sha512-j1cugAxALmIbihycGBh7P9H3UXrfsvqu84qM6O55l7nOKST43IjUkZjmNav/7s0ZaUpa9Y+52mFchUb2zvon1A==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/react-daisyui/-/react-daisyui-5.0.3.tgz", + "integrity": "sha512-zTlWwqp08dlvdk7fHnYbkZETYqcd2yZhMteAN9nTSHmOzy/XgiIGqmjuw/Yi6qfMk87/IYexr/J5QceHECrXdg==", + "license": "MIT", "peerDependencies": { - "daisyui": "^4.4.6", + "daisyui": "^4.12.10", "react": ">=16", "react-dom": ">=16", "tailwindcss": ">=3.2.7" diff --git a/package.json b/package.json index 46348e949..d220700c1 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "nodemailer": "6.9.14", "raw-body": "3.0.0", "react": "18.3.1", - "react-daisyui": "5.0.0", + "react-daisyui": "5.0.3", "react-dom": "18.3.1", "react-i18next": "15.0.1", "react-syntax-highlighter": "15.5.0", From 7e187da86c45d4f273ca45ee79e9f77d60e79930 Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Mon, 19 Aug 2024 12:57:49 +0100 Subject: [PATCH 2/2] cleanup --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index bc96b924e..2ecf420a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "nodemailer": "6.9.14", "raw-body": "3.0.0", "react": "18.3.1", - "react-daisyui": "^5.0.3", + "react-daisyui": "5.0.3", "react-dom": "18.3.1", "react-i18next": "15.0.1", "react-syntax-highlighter": "15.5.0",