diff --git a/package-lock.json b/package-lock.json index 7505bf9..5c608bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "borgwarehouse", "version": "3.0.0", "dependencies": { - "@tabler/icons-react": "^3.31.0", + "@tabler/icons-react": "^3.33.0", "async-mutex": "^0.5.0", "bcryptjs": "^3.0.2", "chart.js": "^4.4.9", @@ -1891,9 +1891,9 @@ } }, "node_modules/@tabler/icons": { - "version": "3.31.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.31.0.tgz", - "integrity": "sha512-dblAdeKY3+GA1U+Q9eziZ0ooVlZMHsE8dqP0RkwvRtEsAULoKOYaCUOcJ4oW1DjWegdxk++UAt2SlQVnmeHv+g==", + "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", @@ -1901,12 +1901,12 @@ } }, "node_modules/@tabler/icons-react": { - "version": "3.31.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.31.0.tgz", - "integrity": "sha512-2rrCM5y/VnaVKnORpDdAua9SEGuJKVqPtWxeQ/vUVsgaUx30LDgBZph7/lterXxDY1IKR6NO//HDhWiifXTi3w==", + "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.31.0" + "@tabler/icons": "3.33.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 012a996..22f5d3c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "format": "prettier --write \"{Components,Containers,helpers,pages,styles}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"" }, "dependencies": { - "@tabler/icons-react": "^3.31.0", + "@tabler/icons-react": "^3.33.0", "async-mutex": "^0.5.0", "bcryptjs": "^3.0.2", "chart.js": "^4.4.9",