diff --git a/package-lock.json b/package-lock.json index 46f0cd5..70b0e33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@babel/runtime": "^7.25.4", "@sentry/cli": "^2.33.1", "@sentry/react": "^8.26.0", - "@tabler/icons-react": "^3.11.0", + "@tabler/icons-react": "^3.17.0", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^13.5.0", @@ -23,6 +23,7 @@ "@types/fslightbox-react": "^1.7.7", "@types/jest": "^27.5.2", "@types/node": "^22.5.0", + "@types/react": "^18.3.5", "@types/react-bootstrap": "^0.32.36", "@types/react-dom": "^18.3.0", "@types/styled-components": "^5.1.34", @@ -4495,20 +4496,20 @@ } }, "node_modules/@tabler/icons": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.12.0.tgz", - "integrity": "sha512-Im37ar/mQkqLb6XUXsU7nOc4/66VB9/3KLuZ+6tUsJKHHNLaDUkYfCTNG3pnGDI03laByxVf5+umSNK2yPTx8A==", + "version": "3.17.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.17.0.tgz", + "integrity": "sha512-sCSfAQ0w93KSnSL7tS08n73CdIKpuHP8foeLMWgDKiZaCs8ZE//N3ytazCk651ZtruTtByI3b+ZDj7nRf+hHvA==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.12.0.tgz", - "integrity": "sha512-RnJl3HrCqInuC8JJEUxWuYP4OFNYnY2EUtBqZFSpYatPKY3AnvJBIrShJLHf3fiLPpo6xEYAIoB7Qow93JX0fQ==", + "version": "3.17.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.17.0.tgz", + "integrity": "sha512-Ndm9Htv7KpIU1PYYrzs5EMhyA3aZGcgaxUp9Q1XOxcRZ+I0X+Ub2WS5f4bkRyDdL1s0++k2T9XRgmg2pG113sw==", "dependencies": { - "@tabler/icons": "3.12.0" + "@tabler/icons": "3.17.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 83efe31..87dad18 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@babel/runtime": "^7.25.4", "@sentry/cli": "^2.33.1", "@sentry/react": "^8.26.0", - "@tabler/icons-react": "^3.11.0", + "@tabler/icons-react": "^3.17.0", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^13.5.0",