diff --git a/package-lock.json b/package-lock.json index 768a0895..54c885d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@mantine/core": "^7.13.3", "@mantine/hooks": "^7.13.0", "@mantine/notifications": "^7.12.2", - "@tabler/icons-react": "^3.19.0", + "@tabler/icons-react": "^3.20.0", "javascript-time-ago": "^2.5.11", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -1280,20 +1280,22 @@ ] }, "node_modules/@tabler/icons": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.19.0.tgz", - "integrity": "sha512-A4WEWqpdbTfnpFEtwXqwAe9qf9sp1yRPvzppqAuwcoF0q5YInqB+JkJtSFToCyBpPVeLxJUxxkapLvt2qQgnag==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.20.0.tgz", + "integrity": "sha512-nXSeUzsCOxX/Of+kdUVQfxL9bG+ck8XCWNf9dGSpE+nhVexRwk/4HiDQDxFDysfT7vfgSut6GXnrZsU5M5dSlA==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.19.0.tgz", - "integrity": "sha512-AqEWGI0tQWgqo6ZjMO5yJ9sYT8oXLuAM/up0hN9iENS6IdtNZryKrkNSiMgpwweNTpl8wFFG/dAZ959S91A/uQ==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.20.0.tgz", + "integrity": "sha512-a47oaL48bb5Cx/WUVfg/NZrsWwFExrcDQO8thUZ7S6h/OQYFu7sm4E5pZsmUtGCjikB3lRzjtmMD+C4s7mr9yw==", + "license": "MIT", "dependencies": { - "@tabler/icons": "3.19.0" + "@tabler/icons": "3.20.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index b220af33..d65115bf 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@mantine/core": "^7.13.3", "@mantine/hooks": "^7.13.0", "@mantine/notifications": "^7.12.2", - "@tabler/icons-react": "^3.19.0", + "@tabler/icons-react": "^3.20.0", "javascript-time-ago": "^2.5.11", "react": "^18.3.1", "react-dom": "^18.3.1",