build(deps): bump @tabler/icons-react from 2.38.0 to 2.40.0

Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 2.38.0 to 2.40.0.
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v2.40.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] 2023-11-02 16:11:38 +00:00 committed by GitHub
parent 0377b162ed
commit 467a200c6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -8,7 +8,7 @@
"name": "borgwarehouse",
"version": "2.0.0",
"dependencies": {
"@tabler/icons-react": "^2.24.0",
"@tabler/icons-react": "^2.40.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.3.0",
"next": "^13.5.4",
@ -645,20 +645,20 @@
}
},
"node_modules/@tabler/icons": {
"version": "2.38.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.38.0.tgz",
"integrity": "sha512-icDKK6n8jUYAavHK+L2Xe0/tYjwZVS7uhVazhCMVjdm3RfJLFbeLSNEIWcYdGOg6QAock9yqWse8hnhvsy2M3w==",
"version": "2.40.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.40.0.tgz",
"integrity": "sha512-VqKsBSX159cLFTnCzkCmGhZtSPJHNN0lM2sC4xe0HPOfPUnjiex7rDHDdut4oe4iKRecDDpwXwM9BcU6xCPlCg==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/codecalm"
}
},
"node_modules/@tabler/icons-react": {
"version": "2.38.0",
"resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.38.0.tgz",
"integrity": "sha512-4oLo7z7HkFQXZNNAo3tmhpdZTeFrSNSxngmrEOGZ6WsjT2WRlc6kcEHMVxfCekV19JeB6Yprg30Bdr4sUYJLiQ==",
"version": "2.40.0",
"resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.40.0.tgz",
"integrity": "sha512-C+dDOZowFbwI3LGQP0fdua+hOPkGkW7XeMcRXTSdEKc5fD75W6zRO5nXnWivIMRKsi/Y26EDmnQo15N8JX378w==",
"dependencies": {
"@tabler/icons": "2.38.0",
"@tabler/icons": "2.40.0",
"prop-types": "^15.7.2"
},
"funding": {

View file

@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^2.24.0",
"@tabler/icons-react": "^2.40.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.3.0",
"next": "^13.5.4",