From d2fab3eeea2e9737179fb9bc8d5ffc30abe5eee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 19:14:32 +0000 Subject: [PATCH] build(deps): bump @tabler/icons-react from 3.10.0 to 3.11.0 Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 3.10.0 to 3.11.0. - [Release notes](https://github.com/tabler/tabler-icons/releases) - [Commits](https://github.com/tabler/tabler-icons/commits/v3.11.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] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 967e3f7..9268444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "borgwarehouse", "version": "2.3.0", "dependencies": { - "@tabler/icons-react": "^3.10.0", + "@tabler/icons-react": "^3.11.0", "bcryptjs": "^2.4.3", "chart.js": "^4.4.3", "next": "^14.2.5", @@ -1147,20 +1147,20 @@ } }, "node_modules/@tabler/icons": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.10.0.tgz", - "integrity": "sha512-jCMO+hDTw8Gn1CNb15zIENLQ9b0UplGXtjMnEUhDoKH+Q4fta8tBLUxZpPpFtpV+q+gzGqfM76xNAoD1GBpmnA==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.11.0.tgz", + "integrity": "sha512-/vZinJNvCYhdAB+RUsyCpanSPuOEKHHIZi4Uu0Bw7ilewHnQhCWUPrT704uHCRli2ROl7spADPmWzAqOganA5A==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.10.0.tgz", - "integrity": "sha512-FTES0wJLIV+M9Ggng0j/6Kn/j43ZuBukR5n6DNV8Npk4woPCDcRjA+2KzKQyvSdwtPMAM6o1e8fQBPDS337Spg==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.11.0.tgz", + "integrity": "sha512-xHNBi9mns1slvqos+7LkP3ube4CjWrANMbxMaorzwzO9J/+y1sAEG/sN8CV8FmtpYW/9/gDR+OWCjjLLg0RmAw==", "dependencies": { - "@tabler/icons": "3.10.0" + "@tabler/icons": "3.11.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index a57f3eb..c14f9c4 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "setup:hooks": "npx husky install" }, "dependencies": { - "@tabler/icons-react": "^3.10.0", + "@tabler/icons-react": "^3.11.0", "bcryptjs": "^2.4.3", "chart.js": "^4.4.3", "next": "^14.2.5",