From bd836e0937b4c543b0831fa7dcdc86b1c867543a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:20:31 +0000 Subject: [PATCH] build(deps): bump @tabler/icons-react from 3.20.0 to 3.21.0 Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 3.20.0 to 3.21.0. - [Release notes](https://github.com/tabler/tabler-icons/releases) - [Commits](https://github.com/tabler/tabler-icons/commits/v3.21.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 a014b93..3df69de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "borgwarehouse", "version": "2.4.1", "dependencies": { - "@tabler/icons-react": "^3.20.0", + "@tabler/icons-react": "^3.21.0", "bcryptjs": "^2.4.3", "chart.js": "^4.4.5", "next": "^14.2.15", @@ -1017,20 +1017,20 @@ } }, "node_modules/@tabler/icons": { - "version": "3.20.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.20.0.tgz", - "integrity": "sha512-nXSeUzsCOxX/Of+kdUVQfxL9bG+ck8XCWNf9dGSpE+nhVexRwk/4HiDQDxFDysfT7vfgSut6GXnrZsU5M5dSlA==", + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.21.0.tgz", + "integrity": "sha512-5+GkkmWCr1wgMor5cOF1/YYflTQdc15y10FUikJ3HW8hDiFjfbuoAHJi17FT1vwsr1sA78rkJMn+fDoOOjnnPA==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "3.20.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.20.0.tgz", - "integrity": "sha512-a47oaL48bb5Cx/WUVfg/NZrsWwFExrcDQO8thUZ7S6h/OQYFu7sm4E5pZsmUtGCjikB3lRzjtmMD+C4s7mr9yw==", + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.21.0.tgz", + "integrity": "sha512-Qq0GnZzzccbv/zuMyXAUUPlogNAqx9KsF8cr/ev3bxs+GMObqNEjXv1eZl9GFzxyQTS435siJNU8A1BaIYhX8g==", "dependencies": { - "@tabler/icons": "3.20.0" + "@tabler/icons": "3.21.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 0277567..c9c6b0f 100644 --- a/package.json +++ b/package.json @@ -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.20.0", + "@tabler/icons-react": "^3.21.0", "bcryptjs": "^2.4.3", "chart.js": "^4.4.5", "next": "^14.2.15",