111.diff (2745B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 8effff6..bdc529a 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -18,7 +18,7 @@ 6 "linkify-html": "^4.1.1", 7 "linkify-react": "^4.1.1", 8 "linkifyjs": "^4.1.1", 9 - "lucide-react": "^0.241.0", 10 + "lucide-react": "^0.279.0", 11 "matrix-encrypt-attachment": "^1.0.3", 12 "react": "^18.2.0", 13 "react-dom": "^18.2.0", 14 @@ -7629,6 +7629,7 @@ 15 "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-7.0.9.tgz", 16 "integrity": "sha512-LF/Mkr0/+VOawEAospLGUcfZIPak3yV/ZjEAe/lubvLPJ6s2FFOjDUsyDIa2oM4ZE9TI6AGVN51kddVToelM8A==", 17 "dev": true, 18 + "peer": true, 19 "funding": { 20 "type": "opencollective", 21 "url": "https://opencollective.com/storybook" 22 @@ -7850,22 +7851,6 @@ 23 "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" 24 } 25 }, 26 - "node_modules/@storybook/components/node_modules/@storybook/types": { 27 - "version": "7.0.9", 28 - "resolved": "https://registry.npmjs.org/@storybook/types/-/types-7.0.9.tgz", 29 - "integrity": "sha512-6aKrrsX3wgPMg9Nu3AK1GYmCZQiHqHv7l24ywNxZPv0T63rcpS86kWK4qVAywoaXGFc9GtRT+dz1rK8Fx50J9Q==", 30 - "dev": true, 31 - "dependencies": { 32 - "@storybook/channels": "7.0.9", 33 - "@types/babel__core": "^7.0.0", 34 - "@types/express": "^4.7.0", 35 - "file-system-cache": "^2.0.0" 36 - }, 37 - "funding": { 38 - "type": "opencollective", 39 - "url": "https://opencollective.com/storybook" 40 - } 41 - }, 42 "node_modules/@storybook/core-client": { 43 "version": "7.4.2", 44 "resolved": "https://registry.npmjs.org/@storybook/core-client/-/core-client-7.4.2.tgz", 45 @@ -21412,9 +21397,9 @@ 46 } 47 }, 48 "node_modules/lucide-react": { 49 - "version": "0.241.0", 50 - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.241.0.tgz", 51 - "integrity": "sha512-g22ci6iHuNc2hUwjiFz0D3jQQfQYrZBZesXG6+AX5rOV68Epttkt/nF6dMdz6reKJjtpoNzu+LKeKHGu/qjOgQ==", 52 + "version": "0.279.0", 53 + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.279.0.tgz", 54 + "integrity": "sha512-LJ8g66+Bxc3t3x9vKTeK3wn3xucrOQGfJ9ou9GsBwCt2offsrT2BB90XrTrIzE1noYYDe2O8jZaRHi6sAHXNxw==", 55 "peerDependencies": { 56 "react": "^16.5.1 || ^17.0.0 || ^18.0.0" 57 } 58 diff --git a/package.json b/package.json 59 index d2020a2..c0969af 100644 60 --- a/package.json 61 +++ b/package.json 62 @@ -14,7 +14,7 @@ 63 "linkify-html": "^4.1.1", 64 "linkify-react": "^4.1.1", 65 "linkifyjs": "^4.1.1", 66 - "lucide-react": "^0.241.0", 67 + "lucide-react": "^0.279.0", 68 "matrix-encrypt-attachment": "^1.0.3", 69 "react": "^18.2.0", 70 "react-dom": "^18.2.0",