From 0d36d67fdaac60d45cbf065e0974f97c2dc17b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 08:13:09 +0000 Subject: [PATCH] chore(deps): bump @tabler/icons-react from 3.3.0 to 3.4.0 Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/tabler/tabler-icons/releases) - [Commits](https://github.com/tabler/tabler-icons/commits/v3.4.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 fa70724..2676fda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@exile-watch/seo": "^2.0.1", "@exile-watch/writ-icons": "^1.0.8", "@exile-watch/writ-react": "^1.0.8", - "@tabler/icons-react": "^3.3.0", + "@tabler/icons-react": "^3.4.0", "classnames": "^2.3.1", "cookie-parser": "^1.4.5", "express": "^4.19.2", @@ -8464,20 +8464,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.4.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.4.0.tgz", + "integrity": "sha512-6gYHXG0xAJgt2KPcTYDqhe3xYoJMTgz/ZfYup4EUHsxzYsz6rBlt8WgavHsGaWckaqH7ApR/epYslfXZjK27yw==", "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.4.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.4.0.tgz", + "integrity": "sha512-hwRXZ//7B3d8FSb2loMj67s8UZeneCsOCs+Acv0KllWXS15brpFjdi6ROf/Vq5+vr1brFf+xmSTiQkKlEF1Yaw==", "dependencies": { - "@tabler/icons": "3.3.0" + "@tabler/icons": "3.4.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 831f4a2..ab495a5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@exile-watch/seo": "^2.0.1", "@exile-watch/writ-icons": "^1.0.8", "@exile-watch/writ-react": "^1.0.8", - "@tabler/icons-react": "^3.3.0", + "@tabler/icons-react": "^3.4.0", "classnames": "^2.3.1", "cookie-parser": "^1.4.5", "express": "^4.19.2",