From 92ea1365aa5665927b03fd1d666d3deb5bc37989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 22:06:01 +0000 Subject: [PATCH] Bump @tabler/icons from 1.68.0 to 1.119.0 Bumps [@tabler/icons](https://github.com/tabler/tabler-icons) from 1.68.0 to 1.119.0. - [Release notes](https://github.com/tabler/tabler-icons/releases) - [Commits](https://github.com/tabler/tabler-icons/compare/v1.68.0...v1.119.0) --- updated-dependencies: - dependency-name: "@tabler/icons" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a164407fd2..389ff5a3831 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2747,16 +2747,16 @@ } }, "node_modules/@tabler/icons": { - "version": "1.68.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-1.68.0.tgz", - "integrity": "sha512-UseBEEhv7r+Drl3iZih7rkwqkfJJZscjd5ZvK1WdIIulQsBa+qE8WBDGdAO0RtjkCclEK88z9kC0s5wiVPIvkw==", + "version": "1.119.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-1.119.0.tgz", + "integrity": "sha512-Fk3Qq4w2SXcTjc/n1cuL5bccPkylrOMo7cYpQIf/yw6zP76LQV9dtLcHQUjFiUnaYuswR645CnURIhlafyAh9g==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" }, "peerDependencies": { - "react": "^16.x || 17.x", - "react-dom": "^16.x || 17.x" + "react": "^16.x || 17.x || 18.x", + "react-dom": "^16.x || 17.x || 18.x" }, "peerDependenciesMeta": { "react": { @@ -13211,9 +13211,9 @@ } }, "@tabler/icons": { - "version": "1.68.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-1.68.0.tgz", - "integrity": "sha512-UseBEEhv7r+Drl3iZih7rkwqkfJJZscjd5ZvK1WdIIulQsBa+qE8WBDGdAO0RtjkCclEK88z9kC0s5wiVPIvkw==", + "version": "1.119.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-1.119.0.tgz", + "integrity": "sha512-Fk3Qq4w2SXcTjc/n1cuL5bccPkylrOMo7cYpQIf/yw6zP76LQV9dtLcHQUjFiUnaYuswR645CnURIhlafyAh9g==", "requires": {} }, "@testing-library/jest-dom": {