From 1e450a1e2e8d0137fda755616b7100e0741efdc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:19:00 +0000 Subject: [PATCH] Bump @tabler/icons-react from 3.30.0 to 3.35.0 in /frontend Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 3.30.0 to 3.35.0. - [Release notes](https://github.com/tabler/tabler-icons/releases) - [Commits](https://github.com/tabler/tabler-icons/commits/v3.35.0/packages/icons-react) --- updated-dependencies: - dependency-name: "@tabler/icons-react" dependency-version: 3.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 16 ++++++++-------- frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e2eab00..9102469 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "@mantine/hooks": "^7.16.1", "@mantine/notifications": "^7.17.1", "@next/third-parties": "^15.2.0", - "@tabler/icons-react": "^3.30.0", + "@tabler/icons-react": "^3.35.0", "@tailwindcss/typography": "^0.5.16", "@vercel/analytics": "^1.5.0", "@vercel/speed-insights": "^1.2.0", @@ -1185,9 +1185,9 @@ } }, "node_modules/@tabler/icons": { - "version": "3.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.30.0.tgz", - "integrity": "sha512-c8OKLM48l00u9TFbh2qhSODMONIzML8ajtCyq95rW8vzkWcBrKRPM61tdkThz2j4kd5u17srPGIjqdeRUZdfdw==", + "version": "3.35.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.35.0.tgz", + "integrity": "sha512-yYXe+gJ56xlZFiXwV9zVoe3FWCGuZ/D7/G4ZIlDtGxSx5CGQK110wrnT29gUj52kEZoxqF7oURTk97GQxELOFQ==", "license": "MIT", "funding": { "type": "github", @@ -1195,12 +1195,12 @@ } }, "node_modules/@tabler/icons-react": { - "version": "3.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.30.0.tgz", - "integrity": "sha512-9KZ9D1UNAyjlLkkYp2HBPHdf6lAJ2aelDqh8YYAnnmLF3xwprWKxxW8+zw5jlI0IwdfN4XFFuzqePkaw+DpIOg==", + "version": "3.35.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.35.0.tgz", + "integrity": "sha512-XG7t2DYf3DyHT5jxFNp5xyLVbL4hMJYJhiSdHADzAjLRYfL7AnjlRfiHDHeXxkb2N103rEIvTsBRazxXtAUz2g==", "license": "MIT", "dependencies": { - "@tabler/icons": "3.30.0" + "@tabler/icons": "3.35.0" }, "funding": { "type": "github", diff --git a/frontend/package.json b/frontend/package.json index 50c3516..19fe1b3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "@mantine/hooks": "^7.16.1", "@mantine/notifications": "^7.17.1", "@next/third-parties": "^15.2.0", - "@tabler/icons-react": "^3.30.0", + "@tabler/icons-react": "^3.35.0", "@tailwindcss/typography": "^0.5.16", "@vercel/analytics": "^1.5.0", "@vercel/speed-insights": "^1.2.0",