From 0832e874d05b37f27e3d3be3104294ecab85aaad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 22:34:47 +0200 Subject: [PATCH] fix(deps): update dependency @tabler/icons-react to v3.11.0 (#519) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index ecdffdc1..8d248528 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@nivo/radar": "0.87.0", "@nivo/sunburst": "0.87.0", "@sentry/nextjs": "8.5.0", - "@tabler/icons-react": "3.10.0", + "@tabler/icons-react": "3.11.0", "chart.js": "4.4.3", "dayjs": "1.11.11", "embla-carousel-autoplay": "8.1.5", diff --git a/yarn.lock b/yarn.lock index 3614d991..9d03da14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4159,17 +4159,17 @@ "@swc/counter" "^0.1.3" tslib "^2.4.0" -"@tabler/icons-react@3.10.0": - version "3.10.0" - resolved "https://registry.yarnpkg.com/@tabler/icons-react/-/icons-react-3.10.0.tgz#5d6f1cd24835244d1b9c8e64a118607cd46e4f06" - integrity sha512-FTES0wJLIV+M9Ggng0j/6Kn/j43ZuBukR5n6DNV8Npk4woPCDcRjA+2KzKQyvSdwtPMAM6o1e8fQBPDS337Spg== +"@tabler/icons-react@3.11.0": + version "3.11.0" + resolved "https://registry.yarnpkg.com/@tabler/icons-react/-/icons-react-3.11.0.tgz#13f511281cd03c601a6f321a588956f29d0dbc9c" + integrity sha512-xHNBi9mns1slvqos+7LkP3ube4CjWrANMbxMaorzwzO9J/+y1sAEG/sN8CV8FmtpYW/9/gDR+OWCjjLLg0RmAw== dependencies: - "@tabler/icons" "3.10.0" + "@tabler/icons" "3.11.0" -"@tabler/icons@3.10.0": - version "3.10.0" - resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-3.10.0.tgz#0ec08c58419c731b71517c7fa76b113774bdb7b8" - integrity sha512-jCMO+hDTw8Gn1CNb15zIENLQ9b0UplGXtjMnEUhDoKH+Q4fta8tBLUxZpPpFtpV+q+gzGqfM76xNAoD1GBpmnA== +"@tabler/icons@3.11.0": + version "3.11.0" + resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-3.11.0.tgz#63dde1cd024f0652ab08ff2589d2b26070594cfa" + integrity sha512-/vZinJNvCYhdAB+RUsyCpanSPuOEKHHIZi4Uu0Bw7ilewHnQhCWUPrT704uHCRli2ROl7spADPmWzAqOganA5A== "@testing-library/dom@^10.0.0": version "10.1.0"