diff --git a/docs/impulse/package-lock.json b/docs/impulse/package-lock.json index a9cd96d..0840664 100644 --- a/docs/impulse/package-lock.json +++ b/docs/impulse/package-lock.json @@ -10,24 +10,24 @@ "dependencies": { "@docusaurus/core": "3.9.2", "@docusaurus/preset-classic": "3.9.2", - "@docusaurus/theme-mermaid": "^3.9.2", - "@mdx-js/react": "^3.0.0", - "clsx": "^2.0.0", - "docusaurus-lunr-search": "^3.6.1", - "lucide-react": "^0.471.1", - "prism-react-renderer": "^2.3.0", - "react": "^19.0.0", - "react-dom": "^19.0.0" + "@docusaurus/theme-mermaid": "3.9.2", + "@mdx-js/react": "3.1.1", + "clsx": "2.1.1", + "docusaurus-lunr-search": "3.6.1", + "lucide-react": "1.16.0", + "prism-react-renderer": "2.4.1", + "react": "19.2.4", + "react-dom": "19.2.4" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.9.2", "@docusaurus/tsconfig": "3.9.2", "@docusaurus/types": "3.9.2", - "@tailwindcss/typography": "^0.5.16", - "autoprefixer": "^10.4.20", - "postcss": "^8.5.1", - "tailwindcss": "^3.4.17", - "typescript": "~5.6.2" + "@tailwindcss/typography": "0.5.19", + "autoprefixer": "10.4.24", + "postcss": "8.5.6", + "tailwindcss": "3.4.19", + "typescript": "5.6.3" }, "engines": { "node": ">=20.0" @@ -12365,9 +12365,9 @@ } }, "node_modules/lucide-react": { - "version": "0.471.2", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.471.2.tgz", - "integrity": "sha512-A8fDycQxGeaSOTaI7Bm4fg8LBXO7Qr9ORAX47bDRvugCsjLIliugQO0PkKFoeAD57LIQwlWKd3NIQ3J7hYp84g==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.16.0.tgz", + "integrity": "sha512-dYwyPzb4MEKpGUmNYk3WKWPnMrHs3FKM+q94kAnJrcDIqqn1hq2xY8scaS2ovsOCM5D51ey2gaRG3PBb1vgoYQ==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/docs/impulse/package.json b/docs/impulse/package.json index 42f796c..661d94a 100644 --- a/docs/impulse/package.json +++ b/docs/impulse/package.json @@ -21,7 +21,7 @@ "@mdx-js/react": "3.1.1", "clsx": "2.1.1", "docusaurus-lunr-search": "3.6.1", - "lucide-react": "0.471.2", + "lucide-react": "1.16.0", "prism-react-renderer": "2.4.1", "react": "19.2.4", "react-dom": "19.2.4"