diff --git a/package-lock.json b/package-lock.json index 42b0976..0c10c45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "borgwarehouse", "version": "3.1.0", "dependencies": { - "@tabler/icons-react": "^3.33.0", + "@tabler/icons-react": "^3.34.0", "async-mutex": "^0.5.0", "bcryptjs": "^3.0.2", "chart.js": "^4.4.9", @@ -1892,9 +1892,9 @@ } }, "node_modules/@tabler/icons": { - "version": "3.33.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.33.0.tgz", - "integrity": "sha512-NZeFfzcYe7xcBHR3zKoCSrw/cFWvfj6LjenPQ48yVMTGdX854HH9nH44ZfMH8rrDzHBllfjwl4CIX6Vh2tyN0Q==", + "version": "3.34.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.34.0.tgz", + "integrity": "sha512-jtVqv0JC1WU2TTEBN32D9+R6mc1iEBuPwLnBsWaR02SIEciu9aq5806AWkCHuObhQ4ERhhXErLEK7Fs+tEZxiA==", "license": "MIT", "funding": { "type": "github", @@ -1902,12 +1902,12 @@ } }, "node_modules/@tabler/icons-react": { - "version": "3.33.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.33.0.tgz", - "integrity": "sha512-ay+HDecCjmFl25Lg14hcl59ffSjnOcgfrlV14shu8Qjbz+Xh4LRus93DuoyLQte8YSxE7Pe5gnEz6OF0GtwNtw==", + "version": "3.34.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.34.0.tgz", + "integrity": "sha512-OpEIR2iZsIXECtAIMbn1zfKfQ3zKJjXyIZlkgOGUL9UkMCFycEiF2Y8AVfEQsyre/3FnBdlWJvGr0NU47n2TbQ==", "license": "MIT", "dependencies": { - "@tabler/icons": "3.33.0" + "@tabler/icons": "3.34.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 9bca2cd..3c8ef5f 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.33.0", + "@tabler/icons-react": "^3.34.0", "async-mutex": "^0.5.0", "bcryptjs": "^3.0.2", "chart.js": "^4.4.9",