From 56c54a345cc18567ed5d8c6953ed478adcd239e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:47:25 +0000 Subject: [PATCH] Bump @tabler/icons-react from 3.15.0 to 3.19.0 Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 3.15.0 to 3.19.0. - [Release notes](https://github.com/tabler/tabler-icons/releases) - [Commits](https://github.com/tabler/tabler-icons/commits/v3.19.0/packages/icons-react) --- updated-dependencies: - dependency-name: "@tabler/icons-react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++---------- package.json | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0403a73..9bccf846 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@mantine/core": "^7.13.3", "@mantine/hooks": "^7.12.0", "@mantine/notifications": "^7.12.2", - "@tabler/icons-react": "^3.15.0", + "@tabler/icons-react": "^3.19.0", "javascript-time-ago": "^2.5.11", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -1280,22 +1280,20 @@ ] }, "node_modules/@tabler/icons": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.15.0.tgz", - "integrity": "sha512-Pzo7g8znsCgCcnSLCfukEV+kcfr0/VjBoCLXJtrOtaY94gtvYjWC2hrKzazf511asUflRuk/+dxztdKYJgpe4g==", - "license": "MIT", + "version": "3.19.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.19.0.tgz", + "integrity": "sha512-A4WEWqpdbTfnpFEtwXqwAe9qf9sp1yRPvzppqAuwcoF0q5YInqB+JkJtSFToCyBpPVeLxJUxxkapLvt2qQgnag==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.15.0.tgz", - "integrity": "sha512-EXIedaHiM4XcdZ8ml3pZeo5p/jetpXbwhDq9Zv3UVM8E3YACSww9TfCtEv3iBI74NI7mNz7Uua2qpNwwWljarg==", - "license": "MIT", + "version": "3.19.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.19.0.tgz", + "integrity": "sha512-AqEWGI0tQWgqo6ZjMO5yJ9sYT8oXLuAM/up0hN9iENS6IdtNZryKrkNSiMgpwweNTpl8wFFG/dAZ959S91A/uQ==", "dependencies": { - "@tabler/icons": "3.15.0" + "@tabler/icons": "3.19.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index e3da8771..4a41e975 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@mantine/core": "^7.13.3", "@mantine/hooks": "^7.12.0", "@mantine/notifications": "^7.12.2", - "@tabler/icons-react": "^3.15.0", + "@tabler/icons-react": "^3.19.0", "javascript-time-ago": "^2.5.11", "react": "^18.3.1", "react-dom": "^18.3.1",