Merge pull request #105 from Ravinou/dependabot/npm_and_yarn/tabler/icons-react-2.42.0

build(deps): bump @tabler/icons-react from 2.40.0 to 2.42.0
This commit is contained in:
Ravinou 2023-11-21 21:26:16 +01:00 committed by GitHub
commit e05e478921
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.40.0",
"@tabler/icons-react": "^2.42.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.3.0",
"next": "^13.5.6",
@ -668,20 +668,20 @@
}
},
"node_modules/@tabler/icons": {
"version": "2.40.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.40.0.tgz",
"integrity": "sha512-VqKsBSX159cLFTnCzkCmGhZtSPJHNN0lM2sC4xe0HPOfPUnjiex7rDHDdut4oe4iKRecDDpwXwM9BcU6xCPlCg==",
"version": "2.42.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.42.0.tgz",
"integrity": "sha512-ynV4iaC1c1mUhuAr9HRaoq8KrWYmZ0bJEpOh7qTBE+OfdDsdvQUe+0S7FW+DHkJ4RuxQMdO8djrZK7HrUw9YMA==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/codecalm"
}
},
"node_modules/@tabler/icons-react": {
"version": "2.40.0",
"resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.40.0.tgz",
"integrity": "sha512-C+dDOZowFbwI3LGQP0fdua+hOPkGkW7XeMcRXTSdEKc5fD75W6zRO5nXnWivIMRKsi/Y26EDmnQo15N8JX378w==",
"version": "2.42.0",
"resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.42.0.tgz",
"integrity": "sha512-2APr++u24P2mx9vJymJQJORRpu2Qej0rPrtAvgXu8YomHjLXVP+O1VtToSGyoSPH1ysA569XbxrwzOau9Ne12A==",
"dependencies": {
"@tabler/icons": "2.40.0",
"@tabler/icons": "2.42.0",
"prop-types": "^15.7.2"
},
"funding": {

View file

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