From a79a91ecb0cc47c3977f8a17d8843818a1a2e487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 19:57:00 +0000 Subject: [PATCH] --- 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 1e645f5..7b38bcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "borgwarehouse", "version": "2.3.0", "dependencies": { - "@tabler/icons-react": "^3.3.0", + "@tabler/icons-react": "^3.5.0", "bcryptjs": "^2.4.3", "chart.js": "^4.4.2", "next": "^14.2.3", @@ -710,20 +710,20 @@ } }, "node_modules/@tabler/icons": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.3.0.tgz", - "integrity": "sha512-PLVe9d7b59sKytbx00KgeGhQG3N176Ezv8YMmsnSz4s0ifDzMWlp/h2wEfQZ0ZNe8e377GY2OW6kovUe3Rnd0g==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.5.0.tgz", + "integrity": "sha512-I53dC3ZSHQ2MZFGvDYJelfXm91L2bTTixS4w5jTAulLhHbCZso5Bih4Rk/NYZxlngLQMKHvEYwZQ+6w/WluKiA==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.3.0.tgz", - "integrity": "sha512-Qn1Po+0gErh1zCWlaOdoVoGqeonWfSuiboYgwZBs6PIJNsj7yr3bIa4BkHmgJgtlXLT9LvCzt/RvwlgjxLfjjg==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.5.0.tgz", + "integrity": "sha512-bn05XKZV3ZfOv5Jr1FCTmVPOQGBVJoA4NefrnR919rqg6WGXAa08NovONHJGSuMxXUMV3b9Cni85diIW/E9yuw==", "dependencies": { - "@tabler/icons": "3.3.0" + "@tabler/icons": "3.5.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index f94b117..74fa340 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@tabler/icons-react": "^3.3.0", + "@tabler/icons-react": "^3.5.0", "bcryptjs": "^2.4.3", "chart.js": "^4.4.2", "next": "^14.2.3",