diff --git a/package-lock.json b/package-lock.json index 967e3f7..9268444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "borgwarehouse", "version": "2.3.0", "dependencies": { - "@tabler/icons-react": "^3.10.0", + "@tabler/icons-react": "^3.11.0", "bcryptjs": "^2.4.3", "chart.js": "^4.4.3", "next": "^14.2.5", @@ -1147,20 +1147,20 @@ } }, "node_modules/@tabler/icons": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.10.0.tgz", - "integrity": "sha512-jCMO+hDTw8Gn1CNb15zIENLQ9b0UplGXtjMnEUhDoKH+Q4fta8tBLUxZpPpFtpV+q+gzGqfM76xNAoD1GBpmnA==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.11.0.tgz", + "integrity": "sha512-/vZinJNvCYhdAB+RUsyCpanSPuOEKHHIZi4Uu0Bw7ilewHnQhCWUPrT704uHCRli2ROl7spADPmWzAqOganA5A==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.10.0.tgz", - "integrity": "sha512-FTES0wJLIV+M9Ggng0j/6Kn/j43ZuBukR5n6DNV8Npk4woPCDcRjA+2KzKQyvSdwtPMAM6o1e8fQBPDS337Spg==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.11.0.tgz", + "integrity": "sha512-xHNBi9mns1slvqos+7LkP3ube4CjWrANMbxMaorzwzO9J/+y1sAEG/sN8CV8FmtpYW/9/gDR+OWCjjLLg0RmAw==", "dependencies": { - "@tabler/icons": "3.10.0" + "@tabler/icons": "3.11.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index a57f3eb..c14f9c4 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "setup:hooks": "npx husky install" }, "dependencies": { - "@tabler/icons-react": "^3.10.0", + "@tabler/icons-react": "^3.11.0", "bcryptjs": "^2.4.3", "chart.js": "^4.4.3", "next": "^14.2.5",