diff --git a/package-lock.json b/package-lock.json index 1cbf35b3..28c71283 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "borgwarehouse", "version": "2.1.0", "dependencies": { - "@tabler/icons-react": "^2.45.0", + "@tabler/icons-react": "^2.46.0", "bcryptjs": "^2.4.3", "chart.js": "^4.4.1", "next": "^13.5.6", @@ -668,20 +668,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.45.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.45.0.tgz", - "integrity": "sha512-J10UDghOni9wlrj5CpKAzychDCABCKYq897mGg0wGFsd+tYLaUdz0dt/HZeGnV8gZJo0hIiTPLGwBp5EW42Qsg==", + "version": "2.46.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.46.0.tgz", + "integrity": "sha512-Q5G8Pj5IO+Uhc6pszpu5/hGYY018JwEzzvmuqr+gKJtfIvAHA3umpwUilMRLEy89p+WCP+YsDhicMhfBCCv1qA==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.45.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.45.0.tgz", - "integrity": "sha512-1vSBsHnBi9AfMILeJQrQo1XIHtFOxuWNGOeIvNHpDcBXyFTfVvDuh64PjMl57xCh5y/PlQlu3Hpx9vSkpSYXYQ==", + "version": "2.46.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.46.0.tgz", + "integrity": "sha512-X8MRxuslIOFqMjAo+GvUZDpjlOwNYNJTuOsHXf/NBvVI6ygqUf0FUNsDLLA5fQ6k6KtRwxMlgGB+eR8ZG1UP0g==", "dependencies": { - "@tabler/icons": "2.45.0", + "@tabler/icons": "2.46.0", "prop-types": "^15.7.2" }, "funding": { diff --git a/package.json b/package.json index 99b24376..cb5be178 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@tabler/icons-react": "^2.45.0", + "@tabler/icons-react": "^2.46.0", "bcryptjs": "^2.4.3", "chart.js": "^4.4.1", "next": "^13.5.6",