135.diff (2864B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 80bf3f3..64767fd 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.279.0", 10 + "lucide-react": "^0.286.0", 11 "matrix-encrypt-attachment": "^1.0.3", 12 "react": "^18.2.0", 13 "react-dom": "^18.2.0", 14 @@ -7840,32 +7840,6 @@ 15 "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" 16 } 17 }, 18 - "node_modules/@storybook/manager-api/node_modules/@storybook/types": { 19 - "version": "7.0.9", 20 - "resolved": "https://registry.npmjs.org/@storybook/types/-/types-7.0.9.tgz", 21 - "integrity": "sha512-6aKrrsX3wgPMg9Nu3AK1GYmCZQiHqHv7l24ywNxZPv0T63rcpS86kWK4qVAywoaXGFc9GtRT+dz1rK8Fx50J9Q==", 22 - "dev": true, 23 - "dependencies": { 24 - "@storybook/channels": "7.0.9", 25 - "@types/babel__core": "^7.0.0", 26 - "@types/express": "^4.7.0", 27 - "file-system-cache": "^2.0.0" 28 - }, 29 - "funding": { 30 - "type": "opencollective", 31 - "url": "https://opencollective.com/storybook" 32 - } 33 - }, 34 - "node_modules/@storybook/manager-api/node_modules/@storybook/types/node_modules/@storybook/channels": { 35 - "version": "7.0.9", 36 - "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-7.0.9.tgz", 37 - "integrity": "sha512-LF/Mkr0/+VOawEAospLGUcfZIPak3yV/ZjEAe/lubvLPJ6s2FFOjDUsyDIa2oM4ZE9TI6AGVN51kddVToelM8A==", 38 - "dev": true, 39 - "funding": { 40 - "type": "opencollective", 41 - "url": "https://opencollective.com/storybook" 42 - } 43 - }, 44 "node_modules/@storybook/manager-api/node_modules/lru-cache": { 45 "version": "6.0.0", 46 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", 47 @@ -20529,9 +20503,9 @@ 48 } 49 }, 50 "node_modules/lucide-react": { 51 - "version": "0.279.0", 52 - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.279.0.tgz", 53 - "integrity": "sha512-LJ8g66+Bxc3t3x9vKTeK3wn3xucrOQGfJ9ou9GsBwCt2offsrT2BB90XrTrIzE1noYYDe2O8jZaRHi6sAHXNxw==", 54 + "version": "0.286.0", 55 + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.286.0.tgz", 56 + "integrity": "sha512-0+AOFa/uiXlXJJTqcKto1gqbU9XflYgYZbS9DN2ytSIhSBQaF5xfRKAq/k0okBInpgu5P6i7dhCcgbHV4OMkHQ==", 57 "peerDependencies": { 58 "react": "^16.5.1 || ^17.0.0 || ^18.0.0" 59 } 60 diff --git a/package.json b/package.json 61 index dcb33f5..3c4a63d 100644 62 --- a/package.json 63 +++ b/package.json 64 @@ -14,7 +14,7 @@ 65 "linkify-html": "^4.1.1", 66 "linkify-react": "^4.1.1", 67 "linkifyjs": "^4.1.1", 68 - "lucide-react": "^0.279.0", 69 + "lucide-react": "^0.286.0", 70 "matrix-encrypt-attachment": "^1.0.3", 71 "react": "^18.2.0", 72 "react-dom": "^18.2.0",