From 8a52d98161087214f0246d89c8b003f16281b27b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 02:03:12 +0000 Subject: [PATCH] build(deps): bump @tabler/icons-react from 2.47.0 to 3.36.1 in /hms-app Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 2.47.0 to 3.36.1. - [Release notes](https://github.com/tabler/tabler-icons/releases) - [Commits](https://github.com/tabler/tabler-icons/commits/v3.36.1/packages/icons-react) --- updated-dependencies: - dependency-name: "@tabler/icons-react" dependency-version: 3.36.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- hms-app/package-lock.json | 22 ++++++++++------------ hms-app/package.json | 2 +- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/hms-app/package-lock.json b/hms-app/package-lock.json index 4f481828..d500dc9f 100644 --- a/hms-app/package-lock.json +++ b/hms-app/package-lock.json @@ -19,7 +19,7 @@ "@mantine/rte": "^5.10.5", "@microsoft/microsoft-graph-types": "^2.43.1", "@reduxjs/toolkit": "^1.9.7", - "@tabler/icons-react": "^2.47.0", + "@tabler/icons-react": "^3.36.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^14.6.1", @@ -3742,19 +3742,18 @@ } }, "node_modules/@tabler/icons-react": { - "version": "2.47.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.47.0.tgz", - "integrity": "sha512-iqly2FvCF/qUbgmvS8E40rVeYY7laltc5GUjRxQj59DuX0x/6CpKHTXt86YlI2whg4czvd/c8Ce8YR08uEku0g==", + "version": "3.36.1", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.36.1.tgz", + "integrity": "sha512-/8nOXeNeMoze9xY/QyEKG65wuvRhkT3q9aytaur6Gj8bYU2A98YVJyLc9MRmc5nVvpy+bRlrrwK/Ykr8WGyUWg==", "dependencies": { - "@tabler/icons": "2.47.0", - "prop-types": "^15.7.2" + "@tabler/icons": "" }, "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" }, "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0" + "react": ">= 16" } }, "node_modules/@tabler/icons-react/node_modules/@tabler/icons": { @@ -20989,12 +20988,11 @@ "requires": {} }, "@tabler/icons-react": { - "version": "2.47.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.47.0.tgz", - "integrity": "sha512-iqly2FvCF/qUbgmvS8E40rVeYY7laltc5GUjRxQj59DuX0x/6CpKHTXt86YlI2whg4czvd/c8Ce8YR08uEku0g==", + "version": "3.36.1", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.36.1.tgz", + "integrity": "sha512-/8nOXeNeMoze9xY/QyEKG65wuvRhkT3q9aytaur6Gj8bYU2A98YVJyLc9MRmc5nVvpy+bRlrrwK/Ykr8WGyUWg==", "requires": { - "@tabler/icons": "2.47.0", - "prop-types": "^15.7.2" + "@tabler/icons": "" }, "dependencies": { "@tabler/icons": { diff --git a/hms-app/package.json b/hms-app/package.json index 6779e024..ff937492 100644 --- a/hms-app/package.json +++ b/hms-app/package.json @@ -14,7 +14,7 @@ "@mantine/rte": "^5.10.5", "@microsoft/microsoft-graph-types": "^2.43.1", "@reduxjs/toolkit": "^1.9.7", - "@tabler/icons-react": "^2.47.0", + "@tabler/icons-react": "^3.36.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^14.6.1",