From e3a973c09c2f2cff9199ecfa711e1aeab1d8ede1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 19:14:25 +0000 Subject: [PATCH] chore(deps): bump @tabler/icons-react from 3.33.0 to 3.34.0 Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 3.33.0 to 3.34.0. - [Release notes](https://github.com/tabler/tabler-icons/releases) - [Commits](https://github.com/tabler/tabler-icons/commits/v3.34.0/packages/icons-react) --- updated-dependencies: - dependency-name: "@tabler/icons-react" dependency-version: 3.34.0 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 42b0976..0c10c45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "borgwarehouse", "version": "3.1.0", "dependencies": { - "@tabler/icons-react": "^3.33.0", + "@tabler/icons-react": "^3.34.0", "async-mutex": "^0.5.0", "bcryptjs": "^3.0.2", "chart.js": "^4.4.9", @@ -1892,9 +1892,9 @@ } }, "node_modules/@tabler/icons": { - "version": "3.33.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.33.0.tgz", - "integrity": "sha512-NZeFfzcYe7xcBHR3zKoCSrw/cFWvfj6LjenPQ48yVMTGdX854HH9nH44ZfMH8rrDzHBllfjwl4CIX6Vh2tyN0Q==", + "version": "3.34.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.34.0.tgz", + "integrity": "sha512-jtVqv0JC1WU2TTEBN32D9+R6mc1iEBuPwLnBsWaR02SIEciu9aq5806AWkCHuObhQ4ERhhXErLEK7Fs+tEZxiA==", "license": "MIT", "funding": { "type": "github", @@ -1902,12 +1902,12 @@ } }, "node_modules/@tabler/icons-react": { - "version": "3.33.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.33.0.tgz", - "integrity": "sha512-ay+HDecCjmFl25Lg14hcl59ffSjnOcgfrlV14shu8Qjbz+Xh4LRus93DuoyLQte8YSxE7Pe5gnEz6OF0GtwNtw==", + "version": "3.34.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.34.0.tgz", + "integrity": "sha512-OpEIR2iZsIXECtAIMbn1zfKfQ3zKJjXyIZlkgOGUL9UkMCFycEiF2Y8AVfEQsyre/3FnBdlWJvGr0NU47n2TbQ==", "license": "MIT", "dependencies": { - "@tabler/icons": "3.33.0" + "@tabler/icons": "3.34.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 9bca2cd..3c8ef5f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "format": "prettier --write \"{Components,Containers,helpers,pages,styles}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"" }, "dependencies": { - "@tabler/icons-react": "^3.33.0", + "@tabler/icons-react": "^3.34.0", "async-mutex": "^0.5.0", "bcryptjs": "^3.0.2", "chart.js": "^4.4.9",