From 5cf08a2d54778cd073778b02960486b7fb7937d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 07:36:28 +0000 Subject: [PATCH 1/2] chore(deps): bump daisyui from 2.17.0 to 2.19.0 Bumps [daisyui](https://github.com/saadeghi/daisyui) from 2.17.0 to 2.19.0. - [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) --- updated-dependencies: - dependency-name: daisyui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ce7a2fff..4da40226 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@analytics/google-analytics": "0.5.3", "@macfja/svelte-persistent-store": "1.3.0", "analytics": "0.8.1", - "daisyui": "2.17.0", + "daisyui": "2.19.0", "js-base64": "3.7.2", "mermaid": "9.1.3", "moment": "2.29.4", diff --git a/yarn.lock b/yarn.lock index 603a0f8b..eb32b8f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1860,10 +1860,10 @@ dagre@^0.8.5: graphlib "^2.1.8" lodash "^4.17.15" -daisyui@2.17.0: - version "2.17.0" - resolved "https://registry.yarnpkg.com/daisyui/-/daisyui-2.17.0.tgz#4a1016cf5e0d32ee4dec1139f600b06bfd185ceb" - integrity sha512-U8eA8IvwH0JSi72WbRZdmJcYZek3ERMPFPAVFhnYc6dGnobeIHLGBz8J4q012I9YVDUqXFrWz13rpn+SBdn7qQ== +daisyui@2.19.0: + version "2.19.0" + resolved "https://registry.yarnpkg.com/daisyui/-/daisyui-2.19.0.tgz#9d231c3fed093f095d439db457e8e4cb9dca2a17" + integrity sha512-lLOz4cHm3xpm0AfdFojDFrhiDu4hZTdEbcVJri+KzQn1HvxmZS4STVujn8tV4RQXjchGdnIsXFqxd6F7rVZBiA== dependencies: color "^4.2" css-selector-tokenizer "^0.8.0" From 58c6bb662838bd392e8a691170175a0b1319f48f Mon Sep 17 00:00:00 2001 From: sidharthv96 Date: Tue, 12 Jul 2022 07:45:57 +0000 Subject: [PATCH 2/2] Update Browserslist --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index eb32b8f6..5c3b00c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -908,9 +908,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001332, caniuse-lite@^1.0.30001335: - version "1.0.30001363" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001363.tgz" - integrity sha512-HpQhpzTGGPVMnCjIomjt+jvyUu8vNFo3TaDiZ/RcoTrlOq/5+tC8zHdsbgFB6MxmaY+jCpsH09aD80Bb4Ow3Sg== + version "1.0.30001365" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001365.tgz" + integrity sha512-VDQZ8OtpuIPMBA4YYvZXECtXbddMCUFJk1qu8Mqxfm/SZJNSr1cy4IuLCOL7RJ/YASrvJcYg1Zh+UEUQ5m6z8Q== caseless@~0.12.0: version "0.12.0"