diff --git a/frontend/package-lock.json b/frontend/package-lock.json index bf031eb..8a1d15b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -16,7 +16,7 @@ "@mantine/hooks": "^7.16.1", "@mantine/notifications": "^7.17.1", "@next/third-parties": "^16.2.3", - "@tabler/icons-react": "^3.30.0", + "@tabler/icons-react": "^3.44.0", "@tailwindcss/typography": "^0.5.16", "@vercel/analytics": "^1.5.0", "@vercel/speed-insights": "^1.2.0", @@ -1718,9 +1718,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.44.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.44.0.tgz", + "integrity": "sha512-Wn0AOZG9sg0L+bjfMqq4eNhC6pQjIrk94LvvWYNYkY8KH8wC3YILRzQlrnVJc4FUeMxH/AK97QsYCX35H3LndA==", "license": "MIT", "funding": { "type": "github", @@ -1728,12 +1728,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.44.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.44.0.tgz", + "integrity": "sha512-8+rvzBbVm/1Z3sG3x7GUNAaxIKxwgz8xaMhRs23nrCnMTKRFAhEC+82zAIFeAA0seXdrAGX5HFCkaLpGK2rVHg==", "license": "MIT", "dependencies": { - "@tabler/icons": "3.30.0" + "@tabler/icons": "3.44.0" }, "funding": { "type": "github", diff --git a/frontend/package.json b/frontend/package.json index f827958..6d0b2f8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,7 +18,7 @@ "@mantine/hooks": "^7.16.1", "@mantine/notifications": "^7.17.1", "@next/third-parties": "^16.2.3", - "@tabler/icons-react": "^3.30.0", + "@tabler/icons-react": "^3.44.0", "@tailwindcss/typography": "^0.5.16", "@vercel/analytics": "^1.5.0", "@vercel/speed-insights": "^1.2.0",