Merge pull request #314 from Ravinou/dependabot/npm_and_yarn/tabler/icons-react-3.18.0

build(deps): bump @tabler/icons-react from 3.17.0 to 3.18.0
This commit is contained in:
Ravinou 2024-09-29 16:49:01 +02:00 committed by GitHub
commit e9c6014a56
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.4.1",
"dependencies": {
"@tabler/icons-react": "^3.17.0",
"@tabler/icons-react": "^3.18.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.4",
"next": "^14.2.13",
@ -1017,20 +1017,20 @@
}
},
"node_modules/@tabler/icons": {
"version": "3.17.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.17.0.tgz",
"integrity": "sha512-sCSfAQ0w93KSnSL7tS08n73CdIKpuHP8foeLMWgDKiZaCs8ZE//N3ytazCk651ZtruTtByI3b+ZDj7nRf+hHvA==",
"version": "3.18.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.18.0.tgz",
"integrity": "sha512-zLuwTs/xjQSsGh1X5Pt6qytvM8r6lFpWo5aAiDgnX2ekrOshNs4d87PcJEkP3555gaKy0ZftgckxPzedrN00fQ==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/codecalm"
}
},
"node_modules/@tabler/icons-react": {
"version": "3.17.0",
"resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.17.0.tgz",
"integrity": "sha512-Ndm9Htv7KpIU1PYYrzs5EMhyA3aZGcgaxUp9Q1XOxcRZ+I0X+Ub2WS5f4bkRyDdL1s0++k2T9XRgmg2pG113sw==",
"version": "3.18.0",
"resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.18.0.tgz",
"integrity": "sha512-2gGMWJe67T7q6Sgb+4r/OsAjbq6hH30D6D2l02kOnl9kAauSsp/u6Gx1zteQ/GiwqRYSTEIhYMOhOV4LLa8rAw==",
"dependencies": {
"@tabler/icons": "3.17.0"
"@tabler/icons": "3.18.0"
},
"funding": {
"type": "github",

View file

@ -12,7 +12,7 @@
"format": "prettier --write \"{Components,Containers,helpers,pages,styles}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
},
"dependencies": {
"@tabler/icons-react": "^3.17.0",
"@tabler/icons-react": "^3.18.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.4",
"next": "^14.2.13",