From 13f7386627713e98ee252a5fd4937673b7812ae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:33:16 +0000 Subject: [PATCH] Bump @tabler/icons-react from 3.21.0 to 3.22.0 in the dependencies group Bumps the dependencies group with 1 update: [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react). Updates `@tabler/icons-react` from 3.21.0 to 3.22.0 - [Release notes](https://github.com/tabler/tabler-icons/releases) - [Commits](https://github.com/tabler/tabler-icons/commits/v3.22.0/packages/icons-react) --- updated-dependencies: - dependency-name: "@tabler/icons-react" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d165cf94..0166ea3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@docusaurus/preset-classic": "^3.6.1", "@easyops-cn/docusaurus-search-local": "0.45.0", "@mdx-js/react": "3.1.0", - "@tabler/icons-react": "^3.21.0", + "@tabler/icons-react": "^3.22.0", "clsx": "2.1.1", "prism-react-renderer": "^2.4.0", "react": "^18.3.1", @@ -3922,20 +3922,20 @@ } }, "node_modules/@tabler/icons": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.21.0.tgz", - "integrity": "sha512-5+GkkmWCr1wgMor5cOF1/YYflTQdc15y10FUikJ3HW8hDiFjfbuoAHJi17FT1vwsr1sA78rkJMn+fDoOOjnnPA==", + "version": "3.22.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.22.0.tgz", + "integrity": "sha512-IfgGzhFph5OBr2wTieWL/hyAs0FThnq9O155a6kfGYxqx7h5LQw91wnRswhEaGhXCcfmR7ZVDUr9H+x4b9Pb8g==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.21.0.tgz", - "integrity": "sha512-Qq0GnZzzccbv/zuMyXAUUPlogNAqx9KsF8cr/ev3bxs+GMObqNEjXv1eZl9GFzxyQTS435siJNU8A1BaIYhX8g==", + "version": "3.22.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.22.0.tgz", + "integrity": "sha512-pOnn+IqZpnkYsEKRvbXXLXwXhYwg4cy1fEVr5SRrgAYJXkobpDjFTdVHlab0HEBXY5AE1NjsMlVeK6H/8Vv2uQ==", "dependencies": { - "@tabler/icons": "3.21.0" + "@tabler/icons": "3.22.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 814129ba..b89905fb 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@docusaurus/preset-classic": "^3.6.1", "@easyops-cn/docusaurus-search-local": "0.45.0", "@mdx-js/react": "3.1.0", - "@tabler/icons-react": "^3.21.0", + "@tabler/icons-react": "^3.22.0", "clsx": "2.1.1", "prism-react-renderer": "^2.4.0", "react": "^18.3.1",