Merge pull request #227 from Ravinou/dependabot/npm_and_yarn/tabler/icons-react-3.5.0

build(deps): bump @tabler/icons-react from 3.3.0 to 3.5.0
This commit is contained in:
Ravinou 2024-05-24 23:24:02 +02:00 committed by GitHub
commit 08e6b0e6a6
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.3.0",
"dependencies": {
"@tabler/icons-react": "^3.3.0",
"@tabler/icons-react": "^3.5.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.2",
"next": "^14.2.3",
@ -710,20 +710,20 @@
}
},
"node_modules/@tabler/icons": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.3.0.tgz",
"integrity": "sha512-PLVe9d7b59sKytbx00KgeGhQG3N176Ezv8YMmsnSz4s0ifDzMWlp/h2wEfQZ0ZNe8e377GY2OW6kovUe3Rnd0g==",
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.5.0.tgz",
"integrity": "sha512-I53dC3ZSHQ2MZFGvDYJelfXm91L2bTTixS4w5jTAulLhHbCZso5Bih4Rk/NYZxlngLQMKHvEYwZQ+6w/WluKiA==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/codecalm"
}
},
"node_modules/@tabler/icons-react": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.3.0.tgz",
"integrity": "sha512-Qn1Po+0gErh1zCWlaOdoVoGqeonWfSuiboYgwZBs6PIJNsj7yr3bIa4BkHmgJgtlXLT9LvCzt/RvwlgjxLfjjg==",
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.5.0.tgz",
"integrity": "sha512-bn05XKZV3ZfOv5Jr1FCTmVPOQGBVJoA4NefrnR919rqg6WGXAa08NovONHJGSuMxXUMV3b9Cni85diIW/E9yuw==",
"dependencies": {
"@tabler/icons": "3.3.0"
"@tabler/icons": "3.5.0"
},
"funding": {
"type": "github",

View file

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