diff --git a/package-lock.json b/package-lock.json index 96a334a7..17614a90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "borgwarehouse", "version": "2.4.1", "dependencies": { - "@tabler/icons-react": "^3.17.0", + "@tabler/icons-react": "^3.18.0", "bcryptjs": "^2.4.3", "chart.js": "^4.4.4", "next": "^14.2.13", @@ -1017,20 +1017,20 @@ } }, "node_modules/@tabler/icons": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.17.0.tgz", - "integrity": "sha512-sCSfAQ0w93KSnSL7tS08n73CdIKpuHP8foeLMWgDKiZaCs8ZE//N3ytazCk651ZtruTtByI3b+ZDj7nRf+hHvA==", + "version": "3.18.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.18.0.tgz", + "integrity": "sha512-zLuwTs/xjQSsGh1X5Pt6qytvM8r6lFpWo5aAiDgnX2ekrOshNs4d87PcJEkP3555gaKy0ZftgckxPzedrN00fQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.17.0.tgz", - "integrity": "sha512-Ndm9Htv7KpIU1PYYrzs5EMhyA3aZGcgaxUp9Q1XOxcRZ+I0X+Ub2WS5f4bkRyDdL1s0++k2T9XRgmg2pG113sw==", + "version": "3.18.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.18.0.tgz", + "integrity": "sha512-2gGMWJe67T7q6Sgb+4r/OsAjbq6hH30D6D2l02kOnl9kAauSsp/u6Gx1zteQ/GiwqRYSTEIhYMOhOV4LLa8rAw==", "dependencies": { - "@tabler/icons": "3.17.0" + "@tabler/icons": "3.18.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 9d9bf8bd..d35e0505 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "format": "prettier --write \"{Components,Containers,helpers,pages,styles}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"" }, "dependencies": { - "@tabler/icons-react": "^3.17.0", + "@tabler/icons-react": "^3.18.0", "bcryptjs": "^2.4.3", "chart.js": "^4.4.4", "next": "^14.2.13",