build(deps): bump @tabler/icons-react from 2.45.0 to 2.47.0

Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 2.45.0 to 2.47.0.
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v2.47.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-02-02 19:33:54 +00:00 committed by GitHub
parent 2900455700
commit fc4655a0c3
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.1.0",
"dependencies": {
"@tabler/icons-react": "^2.45.0",
"@tabler/icons-react": "^2.47.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.47.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.47.0.tgz",
"integrity": "sha512-4w5evLh+7FUUiA1GucvGj2ReX2TvOjEr4ejXdwL/bsjoSkof6r1gQmzqI+VHrE2CpJpB3al7bCTulOkFa/RcyA==",
"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.47.0",
"resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.47.0.tgz",
"integrity": "sha512-iqly2FvCF/qUbgmvS8E40rVeYY7laltc5GUjRxQj59DuX0x/6CpKHTXt86YlI2whg4czvd/c8Ce8YR08uEku0g==",
"dependencies": {
"@tabler/icons": "2.45.0",
"@tabler/icons": "2.47.0",
"prop-types": "^15.7.2"
},
"funding": {

View file

@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^2.45.0",
"@tabler/icons-react": "^2.47.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.1",
"next": "^13.5.6",