diff --git a/package-lock.json b/package-lock.json index e1ba3d88..066a2d1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@storybook/test-runner": "^0.23.0", "@storybook/testing-library": "^0.2.2", "@storybook/theming": "^8.6.14", - "@tabler/icons-react": "3.34.1", + "@tabler/icons-react": "3.35.0", "@types/react": "^19.1.8", "@vitejs/plugin-react": "^4.6.0", "@xyflow/react": "^12.9.0", @@ -6437,9 +6437,9 @@ } }, "node_modules/@tabler/icons": { - "version": "3.34.1", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.34.1.tgz", - "integrity": "sha512-9gTnUvd7Fd/DmQgr3MKY+oJLa1RfNsQo8c/ir3TJAWghOuZXodbtbVp0QBY2DxWuuvrSZFys0HEbv1CoiI5y6A==", + "version": "3.35.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.35.0.tgz", + "integrity": "sha512-yYXe+gJ56xlZFiXwV9zVoe3FWCGuZ/D7/G4ZIlDtGxSx5CGQK110wrnT29gUj52kEZoxqF7oURTk97GQxELOFQ==", "dev": true, "license": "MIT", "funding": { @@ -6448,13 +6448,13 @@ } }, "node_modules/@tabler/icons-react": { - "version": "3.34.1", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.34.1.tgz", - "integrity": "sha512-Ld6g0NqOO05kyyHsfU8h787PdHBm7cFmOycQSIrGp45XcXYDuOK2Bs0VC4T2FWSKZ6bx5g04imfzazf/nqtk1A==", + "version": "3.35.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.35.0.tgz", + "integrity": "sha512-XG7t2DYf3DyHT5jxFNp5xyLVbL4hMJYJhiSdHADzAjLRYfL7AnjlRfiHDHeXxkb2N103rEIvTsBRazxXtAUz2g==", "dev": true, "license": "MIT", "dependencies": { - "@tabler/icons": "3.34.1" + "@tabler/icons": "3.35.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 15c3d366..c1f6aa8d 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@storybook/test-runner": "^0.23.0", "@storybook/testing-library": "^0.2.2", "@storybook/theming": "^8.6.14", - "@tabler/icons-react": "3.34.1", + "@tabler/icons-react": "3.35.0", "@types/react": "^19.1.8", "@vitejs/plugin-react": "^4.6.0", "@xyflow/react": "^12.9.0",