From 1764b91a5bdf82f9ca634215cb3960ab0d658a53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:33:22 +0200 Subject: [PATCH] fix(deps): update dependency @tabler/icons-react to v3.12.0 (#538) 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 6599bd5f..ff3120cd 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@nivo/radar": "0.87.0", "@nivo/sunburst": "0.87.0", "@sentry/nextjs": "8.26.0", - "@tabler/icons-react": "3.11.0", + "@tabler/icons-react": "3.12.0", "chart.js": "4.4.3", "clsx": "2.1.1", "dayjs": "1.11.13", diff --git a/yarn.lock b/yarn.lock index adbe7b35..845adc79 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4167,17 +4167,17 @@ "@swc/counter" "^0.1.3" tslib "^2.4.0" -"@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== +"@tabler/icons-react@3.12.0": + version "3.12.0" + resolved "https://registry.yarnpkg.com/@tabler/icons-react/-/icons-react-3.12.0.tgz#6ece4dccd76c0eb0dde34dc4f0cf7330d64d653a" + integrity sha512-RnJl3HrCqInuC8JJEUxWuYP4OFNYnY2EUtBqZFSpYatPKY3AnvJBIrShJLHf3fiLPpo6xEYAIoB7Qow93JX0fQ== dependencies: - "@tabler/icons" "3.11.0" + "@tabler/icons" "3.12.0" -"@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== +"@tabler/icons@3.12.0": + version "3.12.0" + resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-3.12.0.tgz#6de75d6aa7568dc0a9d48f79837f8d4f266af540" + integrity sha512-Im37ar/mQkqLb6XUXsU7nOc4/66VB9/3KLuZ+6tUsJKHHNLaDUkYfCTNG3pnGDI03laByxVf5+umSNK2yPTx8A== "@testing-library/jest-dom@6.4.8": version "6.4.8"