diff --git a/frontend/package.json b/frontend/package.json index f258899..c4e8246 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,7 +43,7 @@ "i18next-http-backend": "^2.4.2", "i18next-http-middleware": "^3.9.6", "long": "^5.3.2", - "lucide-react": "^0.263.1", + "lucide-react": "^1.23.0", "matter-js": "^0.20.0", "next": "^14.0.0", "next-i18next": "^15.2.0", diff --git a/package-lock.json b/package-lock.json index 99e5fbc..e4feef4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -110,6 +110,7 @@ "@types/natural": "^6.0.1", "@types/node": "^20.5.1", "@types/nodemailer": "^6.4.14", + "@types/socket.io-client": "^3.0.0", "@types/supertest": "^2.0.12", "@types/swagger-jsdoc": "^6.0.4", "@types/swagger-ui-express": "^4.1.6", @@ -320,7 +321,7 @@ "i18next-http-backend": "^2.4.2", "i18next-http-middleware": "^3.9.6", "long": "^5.3.2", - "lucide-react": "^0.263.1", + "lucide-react": "^1.23.0", "matter-js": "^0.20.0", "next": "^14.0.0", "next-i18next": "^15.2.0", @@ -11976,6 +11977,17 @@ "@types/node": "*" } }, + "node_modules/@types/socket.io-client": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/socket.io-client/-/socket.io-client-3.0.0.tgz", + "integrity": "sha512-s+IPvFoEIjKA3RdJz/Z2dGR4gLgysKi8owcnrVwNjgvc01Lk68LJDDsG2GRqegFITcxmvCMYM7bhMpwEMlHmDg==", + "deprecated": "This is a stub types definition. socket.io-client provides its own type definitions, so you do not need this installed.", + "dev": true, + "license": "MIT", + "dependencies": { + "socket.io-client": "*" + } + }, "node_modules/@types/stack-utils": { "version": "2.0.3", "dev": true, @@ -21230,10 +21242,12 @@ "optional": true }, "node_modules/lucide-react": { - "version": "0.263.1", + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.23.0.tgz", + "integrity": "sha512-38BpJcD0JhFosxHApP/BYsBetLpQFRoTRzEzstM/XCc3jsAG7wqaY1lgVwxiUe3xqYE+lNxo2PkCmYwXWrwwIw==", "license": "ISC", "peerDependencies": { - "react": "^16.5.1 || ^17.0.0 || ^18.0.0" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/lz-string": {