From 9c1166dd6f4588a866aa49c741bd708a9bb31c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 08:06:47 +0000 Subject: [PATCH] chore(deps): bump @tabler/icons-react from 3.2.0 to 3.3.0 Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/tabler/tabler-icons/releases) - [Commits](https://github.com/tabler/tabler-icons/commits/v3.3.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 fa41d7d..213bdc1 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.1.0", + "@tabler/icons-react": "^3.3.0", "classnames": "^2.3.1", "cookie-parser": "^1.4.5", "express": "^4.19.2", @@ -8464,20 +8464,20 @@ } }, "node_modules/@tabler/icons": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.2.0.tgz", - "integrity": "sha512-h8GQ2rtxgiSjltrVz4vcopAxTPSpUSUi5nBfJ09H3Bk4fJk6wZ/dVUjzhv/BHfDwGTkAxZBiYe/Q/T95cPeg5Q==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.3.0.tgz", + "integrity": "sha512-PLVe9d7b59sKytbx00KgeGhQG3N176Ezv8YMmsnSz4s0ifDzMWlp/h2wEfQZ0ZNe8e377GY2OW6kovUe3Rnd0g==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.2.0.tgz", - "integrity": "sha512-b1mZT1XpZrzvbM+eFe1YbYbxkzgJ18tM4knZKqXh0gnHDZ6XVLIH3TzJZ3HZ7PTkUqZLZ7XcGae3qQVGburlBw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.3.0.tgz", + "integrity": "sha512-Qn1Po+0gErh1zCWlaOdoVoGqeonWfSuiboYgwZBs6PIJNsj7yr3bIa4BkHmgJgtlXLT9LvCzt/RvwlgjxLfjjg==", "dependencies": { - "@tabler/icons": "3.2.0" + "@tabler/icons": "3.3.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 685fb95..9dfb3a7 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.1.0", + "@tabler/icons-react": "^3.3.0", "classnames": "^2.3.1", "cookie-parser": "^1.4.5", "express": "^4.19.2",