diff --git a/client/package.json b/client/package.json index 73989ae..a0d6a73 100644 --- a/client/package.json +++ b/client/package.json @@ -3,19 +3,19 @@ "version": "0.1.0", "private": true, "dependencies": { - "@testing-library/jest-dom": "^5.11.4", - "@testing-library/react": "^11.1.0", - "@testing-library/user-event": "^12.1.10", - "ace-builds": "^1.4.12", - "axios": "^0.21.1", - "react": "^16.14.0", - "react-ace": "^9.2.1", - "react-dom": "^16.14.0", - "react-icons": "^4.3.1", - "react-scripts": "4.0.1", - "socket.io-client": "^3.1.0", - "web-vitals": "^0.2.4" - }, + "@testing-library/jest-dom": "^5.14.1", + "@testing-library/react": "^12.1.2", + "@testing-library/user-event": "^13.2.1", + "ace-builds": "^1.4.13", + "axios": "^0.24.0", + "react": "^17.0.2", + "react-ace": "^10.0.0", + "react-dom": "^17.0.2", + "react-icons": "^5.0.0", + "react-scripts": "5.0.0", + "socket.io-client": "^4.4.0", + "web-vitals": "^2.1.0" + } "scripts": { "start": "react-scripts start", "build": "react-scripts build", diff --git a/executor/package.json b/executor/package.json index 4595ba0..b7670fc 100644 --- a/executor/package.json +++ b/executor/package.json @@ -10,6 +10,6 @@ "license": "ISC", "dependencies": { "body-parser": "^1.19.0", - "express": "^4.17.1" + "express": "^4.17.2" } } diff --git a/server/package.json b/server/package.json index aa179d2..b397995 100644 --- a/server/package.json +++ b/server/package.json @@ -9,9 +9,9 @@ "author": "", "license": "ISC", "dependencies": { - "axios": "^0.21.1", + "axios": "^0.24.0", "cors": "^2.8.5", "express": "^4.17.1", - "socket.io": "^3.1.0" + "socket.io": "^4.4.0" } }