diff --git a/package-lock.json b/package-lock.json index f52753a..a10a6d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mantine/notifications": "^7.15.2", "@mantine/spotlight": "^7.15.2", "@rushstack/eslint-patch": "^1.8.0", - "@tabler/icons-react": "^3.27.1", + "@tabler/icons-react": "^3.28.1", "@trivago/prettier-plugin-sort-imports": "^5.2.1", "@types/node": "^22.10.5", "@types/react": "^18.0.28", @@ -1622,9 +1622,9 @@ } }, "node_modules/@tabler/icons": { - "version": "3.27.1", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.27.1.tgz", - "integrity": "sha512-Utt80OeExBV/Pi9m9Z7ZRHOHQPapMO8t4mCSMb/n5oiLWCEU2HX+9mGzo772SVxyDZ3YQBgmzIYnGKhL3tUSSQ==", + "version": "3.28.1", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.28.1.tgz", + "integrity": "sha512-h7nqKEvFooLtFxhMOC1/2eiV+KRXhBUuDUUJrJlt6Ft6tuMw2eU/9GLQgrTk41DNmIEzp/LI83K9J9UUU8YBYQ==", "dev": true, "funding": { "type": "github", @@ -1632,12 +1632,12 @@ } }, "node_modules/@tabler/icons-react": { - "version": "3.27.1", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.27.1.tgz", - "integrity": "sha512-4C8PPvWPIQZvHgpWSGVIJUAbZz1qhKHvaSi9GWgXaDYB9CAfVz4puEcjo3nFCeg1OUPv3ZQZ0Ste0nh9/IeuWw==", + "version": "3.28.1", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.28.1.tgz", + "integrity": "sha512-KNBpA2kbxr3/2YK5swt7b/kd/xpDP1FHYZCxDFIw54tX8slELRFEf95VMxsccQHZeIcUbdoojmUUuYSbt/sM5Q==", "dev": true, "dependencies": { - "@tabler/icons": "3.27.1" + "@tabler/icons": "3.28.1" }, "funding": { "type": "github", diff --git a/package.json b/package.json index c5a3070..76bd26c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@mantine/notifications": "^7.15.2", "@mantine/spotlight": "^7.15.2", "@rushstack/eslint-patch": "^1.8.0", - "@tabler/icons-react": "^3.27.1", + "@tabler/icons-react": "^3.28.1", "@trivago/prettier-plugin-sort-imports": "^5.2.1", "@types/node": "^22.10.5", "@types/react": "^18.0.28",