From ca3867ef26222df39a76990aed04a85d02f1cd90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:27:18 +0000 Subject: [PATCH] Update dependency @tabler/icons-react to ^3.6.0 --- 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 8dbab79..56c87bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@code0-tech/pictor": "^0.3.0", - "@tabler/icons-react": "^3.5.0", + "@tabler/icons-react": "^3.6.0", "next": "14.2.4", "react": "^18", "react-dom": "^18", @@ -1882,9 +1882,9 @@ } }, "node_modules/@tabler/icons": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.5.0.tgz", - "integrity": "sha512-I53dC3ZSHQ2MZFGvDYJelfXm91L2bTTixS4w5jTAulLhHbCZso5Bih4Rk/NYZxlngLQMKHvEYwZQ+6w/WluKiA==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.6.0.tgz", + "integrity": "sha512-Zv0Ofc64RCMpZ2F8CvsWAphrSjerx5hEErt/RMmE+W8r4E5l5Lizi+My9KbbZQ4NyAtrtrOX80OY1oROZrRzEA==", "license": "MIT", "funding": { "type": "github", @@ -1892,12 +1892,12 @@ } }, "node_modules/@tabler/icons-react": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.5.0.tgz", - "integrity": "sha512-bn05XKZV3ZfOv5Jr1FCTmVPOQGBVJoA4NefrnR919rqg6WGXAa08NovONHJGSuMxXUMV3b9Cni85diIW/E9yuw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.6.0.tgz", + "integrity": "sha512-mkYGxlphNzvKq32teL+Z8wZW7I9zDftmNPX38UnZVCGjss2qbg0puqLhi1unfm5Y0CSefg+iAQrsjSL+DHx9YA==", "license": "MIT", "dependencies": { - "@tabler/icons": "3.5.0" + "@tabler/icons": "3.6.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 26995b3..7d31312 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@code0-tech/pictor": "^0.3.0", - "@tabler/icons-react": "^3.5.0", + "@tabler/icons-react": "^3.6.0", "next": "14.2.4", "react": "^18", "react-dom": "^18",