diff --git a/package-lock.json b/package-lock.json index 820a48a7..4071b8d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "borgwarehouse", "version": "2.2.1", "dependencies": { - "@tabler/icons-react": "^3.1.0", + "@tabler/icons-react": "^3.3.0", "bcryptjs": "^2.4.3", "chart.js": "^4.4.2", "next": "^14.1.4", @@ -722,20 +722,20 @@ } }, "node_modules/@tabler/icons": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.1.0.tgz", - "integrity": "sha512-CpZGyS1IVJKFcv88yZ2sYZIpWWhQ6oy76BQKQ5SF0fGgOqgyqKdBGG/YGyyMW632on37MX7VqQIMTzN/uQqmFg==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.3.0.tgz", + "integrity": "sha512-PLVe9d7b59sKytbx00KgeGhQG3N176Ezv8YMmsnSz4s0ifDzMWlp/h2wEfQZ0ZNe8e377GY2OW6kovUe3Rnd0g==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.1.0.tgz", - "integrity": "sha512-k/WTlax2vbj/LpxvaJ+BmaLAAhVUgyLj4Ftgaczz66tUSNzqrAZXCFdOU7cRMYPNVBqyqE2IdQd2rzzhDEJvkw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.3.0.tgz", + "integrity": "sha512-Qn1Po+0gErh1zCWlaOdoVoGqeonWfSuiboYgwZBs6PIJNsj7yr3bIa4BkHmgJgtlXLT9LvCzt/RvwlgjxLfjjg==", "dependencies": { - "@tabler/icons": "3.1.0" + "@tabler/icons": "3.3.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index aff782e8..f092b4b6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@tabler/icons-react": "^3.1.0", + "@tabler/icons-react": "^3.3.0", "bcryptjs": "^2.4.3", "chart.js": "^4.4.2", "next": "^14.1.4",