diff --git a/package-lock.json b/package-lock.json index 17a40dc8..c5fb4e4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "borgwarehouse", "version": "2.0.0", "dependencies": { - "@tabler/icons-react": "^2.40.0", + "@tabler/icons-react": "^2.41.0", "bcryptjs": "^2.4.3", "chart.js": "^4.3.0", "next": "^13.5.6", @@ -668,20 +668,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.40.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.40.0.tgz", - "integrity": "sha512-VqKsBSX159cLFTnCzkCmGhZtSPJHNN0lM2sC4xe0HPOfPUnjiex7rDHDdut4oe4iKRecDDpwXwM9BcU6xCPlCg==", + "version": "2.41.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.41.0.tgz", + "integrity": "sha512-n7a4Qx/Narn4thV/FxnWb0GoOSGdFTA5ZRLuvgshXn3YxwP0Z7KLzgQ5tQs1gpwdNF5f+HI3dhVTfv/ZG6Zahw==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.40.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.40.0.tgz", - "integrity": "sha512-C+dDOZowFbwI3LGQP0fdua+hOPkGkW7XeMcRXTSdEKc5fD75W6zRO5nXnWivIMRKsi/Y26EDmnQo15N8JX378w==", + "version": "2.41.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.41.0.tgz", + "integrity": "sha512-y99lqtgxsJs7VQubVtd9XN3h8sVSuAzWI8J1CJxBOAQeLHU6Ybyfbg8O0G+w0Ub8ZKS27mfn5yHli+YPfmXhiQ==", "dependencies": { - "@tabler/icons": "2.40.0", + "@tabler/icons": "2.41.0", "prop-types": "^15.7.2" }, "funding": { diff --git a/package.json b/package.json index 8b03af6d..b452ba3d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@tabler/icons-react": "^2.40.0", + "@tabler/icons-react": "^2.41.0", "bcryptjs": "^2.4.3", "chart.js": "^4.3.0", "next": "^13.5.6",