diff --git a/package-lock.json b/package-lock.json index fef9ed1..0e444aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@mantine/core": "^7.15.1", "@mantine/form": "^7.15.1", "@mantine/hooks": "^7.15.1", - "@tabler/icons-react": "^3.24.0", + "@tabler/icons-react": "^3.26.0", "html-to-image": "^1.11.11", "next": "14.2.20", "react": "^18", @@ -25,7 +25,7 @@ "postcss": "^8.4.49", "postcss-preset-mantine": "^1.17.0", "postcss-simple-vars": "^7.0.1", - "tailwindcss": "^3.4.16" + "tailwindcss": "^3.4.17" } }, "node_modules/@alloc/quick-lru": { @@ -558,20 +558,20 @@ } }, "node_modules/@tabler/icons": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.24.0.tgz", - "integrity": "sha512-qNis9e90QcdxAGV3wNIeX0Ba2R7ktm0cnqOToKHJfC2kj3fvJwEVLsw63K0/fm7NW8rSZjDSTQRmMnSg8g/wrg==", + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.26.0.tgz", + "integrity": "sha512-oO3D4ss+DxzxqU1aDy0f1HmToyrO0gcQWIMpzHAfV1quPUx0BZYvNm5xz1DQb4DxNm/+xNvbBGLJy4pzTLYWag==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.24.0.tgz", - "integrity": "sha512-m9c7TmlcDmKqvZAasG5rv1YvazZDrVEhNdNFa2d1Bzotc0dh+iceFdiZCEcYPDb5UcRyLAMvOaOC9y/5sfMMWw==", + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.26.0.tgz", + "integrity": "sha512-t18Zmu1ROktB7M8hWQ6vJw+mNpI/LPk5PPxLuE+kNB+4Zzf38GfETL8VF98inhzcfHohsggdROzMzwSAfjcAxw==", "dependencies": { - "@tabler/icons": "3.24.0" + "@tabler/icons": "3.26.0" }, "funding": { "type": "github", @@ -4905,9 +4905,9 @@ "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" }, "node_modules/tailwindcss": { - "version": "3.4.16", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.16.tgz", - "integrity": "sha512-TI4Cyx7gDiZ6r44ewaJmt0o6BrMCT5aK5e0rmJ/G9Xq3w7CX/5VXl/zIPEJZFUK5VEqwByyhqNPycPlvcK4ZNw==", + "version": "3.4.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", + "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 0571eaf..39abea8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@mantine/core": "^7.15.1", "@mantine/form": "^7.15.1", "@mantine/hooks": "^7.15.1", - "@tabler/icons-react": "^3.24.0", + "@tabler/icons-react": "^3.26.0", "html-to-image": "^1.11.11", "next": "14.2.20", "react": "^18", @@ -26,6 +26,6 @@ "postcss": "^8.4.49", "postcss-preset-mantine": "^1.17.0", "postcss-simple-vars": "^7.0.1", - "tailwindcss": "^3.4.16" + "tailwindcss": "^3.4.17" } }