diff --git a/package-lock.json b/package-lock.json index 92d8c3ac8..25d5ce6cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.5", - "@tabler/icons": "^1.66.0", + "@tabler/icons": "^1.67.0", "bootstrap": "5.1.3" }, "devDependencies": { @@ -2121,9 +2121,9 @@ } }, "node_modules/@tabler/icons": { - "version": "1.66.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-1.66.0.tgz", - "integrity": "sha512-lSm1uDymlWdBbGN3TuqvzQbV3kIwcTJo0QTJJbSb5py+ivxSI/Fat/t+pA7/JqLm9rUU+CXuVj3PONSUTanxpg==", + "version": "1.67.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-1.67.0.tgz", + "integrity": "sha512-t+XiVYMU+dSZcGqI0d9mCZJEbVAzrrUIiUtre78Rcp16au677WAC0YwS7+DNnbDuEj4XEnClaF9eXt+VMjka+w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" @@ -16922,9 +16922,9 @@ } }, "@tabler/icons": { - "version": "1.66.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-1.66.0.tgz", - "integrity": "sha512-lSm1uDymlWdBbGN3TuqvzQbV3kIwcTJo0QTJJbSb5py+ivxSI/Fat/t+pA7/JqLm9rUU+CXuVj3PONSUTanxpg==", + "version": "1.67.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-1.67.0.tgz", + "integrity": "sha512-t+XiVYMU+dSZcGqI0d9mCZJEbVAzrrUIiUtre78Rcp16au677WAC0YwS7+DNnbDuEj4XEnClaF9eXt+VMjka+w==", "requires": {} }, "@tootallnate/once": {