diff --git a/package-lock.json b/package-lock.json index 8caf7ac3..0a9a2c6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.12.4", "license": "MIT", "dependencies": { - "@tabler/icons-react": "3.30.0", + "@tabler/icons-react": "3.33.0", "cli-progress": "3.12.0", "commander": "13.1.0", "dotenv": "16.4.7", @@ -1861,9 +1861,9 @@ "dev": true }, "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.33.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.33.0.tgz", + "integrity": "sha512-NZeFfzcYe7xcBHR3zKoCSrw/cFWvfj6LjenPQ48yVMTGdX854HH9nH44ZfMH8rrDzHBllfjwl4CIX6Vh2tyN0Q==", "license": "MIT", "funding": { "type": "github", @@ -1871,12 +1871,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.33.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.33.0.tgz", + "integrity": "sha512-ay+HDecCjmFl25Lg14hcl59ffSjnOcgfrlV14shu8Qjbz+Xh4LRus93DuoyLQte8YSxE7Pe5gnEz6OF0GtwNtw==", "license": "MIT", "dependencies": { - "@tabler/icons": "3.30.0" + "@tabler/icons": "3.33.0" }, "funding": { "type": "github", @@ -11620,16 +11620,16 @@ } }, "@tabler/icons": { - "version": "3.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.30.0.tgz", - "integrity": "sha512-c8OKLM48l00u9TFbh2qhSODMONIzML8ajtCyq95rW8vzkWcBrKRPM61tdkThz2j4kd5u17srPGIjqdeRUZdfdw==" + "version": "3.33.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.33.0.tgz", + "integrity": "sha512-NZeFfzcYe7xcBHR3zKoCSrw/cFWvfj6LjenPQ48yVMTGdX854HH9nH44ZfMH8rrDzHBllfjwl4CIX6Vh2tyN0Q==" }, "@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.33.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.33.0.tgz", + "integrity": "sha512-ay+HDecCjmFl25Lg14hcl59ffSjnOcgfrlV14shu8Qjbz+Xh4LRus93DuoyLQte8YSxE7Pe5gnEz6OF0GtwNtw==", "requires": { - "@tabler/icons": "3.30.0" + "@tabler/icons": "3.33.0" } }, "@types/hast": { diff --git a/package.json b/package.json index 4df2ebc0..21d6479c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "/builtin-plugins" ], "dependencies": { - "@tabler/icons-react": "3.30.0", + "@tabler/icons-react": "3.33.0", "cli-progress": "3.12.0", "commander": "13.1.0", "dotenv": "16.4.7",