build(deps): bump @tabler/icons-react from 3.1.0 to 3.2.0

Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v3.2.0/packages/icons-react)

---
updated-dependencies:
- dependency-name: "@tabler/icons-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-11 19:38:35 +00:00 committed by GitHub
parent 938595f86a
commit bee21dd684
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -8,7 +8,7 @@
"name": "borgwarehouse",
"version": "2.2.1",
"dependencies": {
"@tabler/icons-react": "^3.1.0",
"@tabler/icons-react": "^3.2.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.2.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.2.0.tgz",
"integrity": "sha512-h8GQ2rtxgiSjltrVz4vcopAxTPSpUSUi5nBfJ09H3Bk4fJk6wZ/dVUjzhv/BHfDwGTkAxZBiYe/Q/T95cPeg5Q==",
"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.2.0",
"resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.2.0.tgz",
"integrity": "sha512-b1mZT1XpZrzvbM+eFe1YbYbxkzgJ18tM4knZKqXh0gnHDZ6XVLIH3TzJZ3HZ7PTkUqZLZ7XcGae3qQVGburlBw==",
"dependencies": {
"@tabler/icons": "3.1.0"
"@tabler/icons": "3.2.0"
},
"funding": {
"type": "github",

View file

@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^3.1.0",
"@tabler/icons-react": "^3.2.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.2",
"next": "^14.1.4",