From 500871730d59f2287506fdec946f8bde579c1c4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:14:29 +0000 Subject: [PATCH] fix(deps): update dependency @tabler/icons-react to ^3.14.0 (#431) 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 31454a75..10ebd6c6 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@emotion/styled": "^11.13.0", "@floating-ui/react": "^0.26.23", "@sentry/browser": "^8.26.0", - "@tabler/icons-react": "^3.13.0", + "@tabler/icons-react": "^3.14.0", "lodash-es": "^4.17.21", "overlayscrollbars": "^2.10.0", "overlayscrollbars-react": "^0.5.6", diff --git a/yarn.lock b/yarn.lock index f5ca741e..ca3cdd31 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1595,17 +1595,17 @@ resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz#719df7fb41766bc143369eaa0dd56d8dc87c9958" integrity sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg== -"@tabler/icons-react@^3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@tabler/icons-react/-/icons-react-3.13.0.tgz#7d7d2516898d25a577474841dfb459396aee83e0" - integrity sha512-Px9NRe7+CVismWNah1QUXEz1879z2XVOBJWgmGzQzjwB5HD/SOUzR5HS6MlVUsFi2H8YTbf9iXAChQ/8gJndEw== +"@tabler/icons-react@^3.14.0": + version "3.14.0" + resolved "https://registry.yarnpkg.com/@tabler/icons-react/-/icons-react-3.14.0.tgz#38bf3b398ed2dbf2d88729d27d4c278936af6292" + integrity sha512-3XdbuyhBNq8aZW0qagR9YL8diACZYSAtaw6VuwcO2l6HzVFPN6N5TDex9WTz/3lf+uktAvOv1kNuuFBjSjN9yw== dependencies: - "@tabler/icons" "3.13.0" + "@tabler/icons" "3.14.0" -"@tabler/icons@3.13.0": - version "3.13.0" - resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-3.13.0.tgz#e32966674251e0eaeed3faab8e16e4c913e2be71" - integrity sha512-5STudfFoCeYZuDwH5k9A1j6YIRrkrwufMUWxf+wrwCkzWMN6PAyAWVJkx1RNW09szGZ4OKa2hEc2NRGPjh/MNQ== +"@tabler/icons@3.14.0": + version "3.14.0" + resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-3.14.0.tgz#49b9d9ee33dbf19e2c8cd774f794894c23ffafc3" + integrity sha512-OakKjK1kuDWKoNwdnHHVMt11kTZAC10iZpN/8o/CSYdeBH7S3v5n8IyqAYynFxLI8yBGTyBvljtvWdmWh57zSg== "@types/conventional-commits-parser@^5.0.0": version "5.0.0"