diff --git a/package-lock.json b/package-lock.json index 80bf3f3..0ef2c9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "linkify-html": "^4.1.1", "linkify-react": "^4.1.1", "linkifyjs": "^4.1.1", - "lucide-react": "^0.279.0", + "lucide-react": "^0.288.0", "matrix-encrypt-attachment": "^1.0.3", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -7840,32 +7840,6 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/manager-api/node_modules/@storybook/types": { - "version": "7.0.9", - "resolved": "https://registry.npmjs.org/@storybook/types/-/types-7.0.9.tgz", - "integrity": "sha512-6aKrrsX3wgPMg9Nu3AK1GYmCZQiHqHv7l24ywNxZPv0T63rcpS86kWK4qVAywoaXGFc9GtRT+dz1rK8Fx50J9Q==", - "dev": true, - "dependencies": { - "@storybook/channels": "7.0.9", - "@types/babel__core": "^7.0.0", - "@types/express": "^4.7.0", - "file-system-cache": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/manager-api/node_modules/@storybook/types/node_modules/@storybook/channels": { - "version": "7.0.9", - "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-7.0.9.tgz", - "integrity": "sha512-LF/Mkr0/+VOawEAospLGUcfZIPak3yV/ZjEAe/lubvLPJ6s2FFOjDUsyDIa2oM4ZE9TI6AGVN51kddVToelM8A==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, "node_modules/@storybook/manager-api/node_modules/lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -20529,9 +20503,9 @@ } }, "node_modules/lucide-react": { - "version": "0.279.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.279.0.tgz", - "integrity": "sha512-LJ8g66+Bxc3t3x9vKTeK3wn3xucrOQGfJ9ou9GsBwCt2offsrT2BB90XrTrIzE1noYYDe2O8jZaRHi6sAHXNxw==", + "version": "0.288.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.288.0.tgz", + "integrity": "sha512-ikhb/9LOkq9orPoLV9lLC4UYyoXQycBhIgH7H59ahOkk0mkcAqkD52m84RXedE/qVqZHW8rEJquInT4xGmsNqw==", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } diff --git a/package.json b/package.json index dcb33f5..afe52a9 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "linkify-html": "^4.1.1", "linkify-react": "^4.1.1", "linkifyjs": "^4.1.1", - "lucide-react": "^0.279.0", + "lucide-react": "^0.288.0", "matrix-encrypt-attachment": "^1.0.3", "react": "^18.2.0", "react-dom": "^18.2.0",