diff --git a/package-lock.json b/package-lock.json index 131cc03..00c0fba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "borgwarehouse", "version": "3.1.2", "dependencies": { - "@tabler/icons-react": "^3.35.0", + "@tabler/icons-react": "^3.36.1", "async-mutex": "^0.5.0", "bcryptjs": "^3.0.3", "chart.js": "^4.5.1", @@ -3842,12 +3842,12 @@ } }, "node_modules/@tabler/icons-react": { - "version": "3.35.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.35.0.tgz", - "integrity": "sha512-XG7t2DYf3DyHT5jxFNp5xyLVbL4hMJYJhiSdHADzAjLRYfL7AnjlRfiHDHeXxkb2N103rEIvTsBRazxXtAUz2g==", + "version": "3.36.1", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.36.1.tgz", + "integrity": "sha512-/8nOXeNeMoze9xY/QyEKG65wuvRhkT3q9aytaur6Gj8bYU2A98YVJyLc9MRmc5nVvpy+bRlrrwK/Ykr8WGyUWg==", "license": "MIT", "dependencies": { - "@tabler/icons": "3.35.0" + "@tabler/icons": "" }, "funding": { "type": "github", diff --git a/package.json b/package.json index a8d001b..5600f11 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.35.0", + "@tabler/icons-react": "^3.36.1", "async-mutex": "^0.5.0", "bcryptjs": "^3.0.3", "chart.js": "^4.5.1",