From 09b0c8e1f7de69f44b298d5a9d53165cea5abb7b Mon Sep 17 00:00:00 2001 From: canove Date: Tue, 12 Jan 2021 10:51:37 -0300 Subject: [PATCH] chore: updated dependencies --- backend/package.json | 8 ++++---- frontend/package.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/backend/package.json b/backend/package.json index 8d2f9d8..ffa20a3 100644 --- a/backend/package.json +++ b/backend/package.json @@ -15,7 +15,7 @@ "author": "", "license": "MIT", "dependencies": { - "@sentry/node": "5.27.0", + "@sentry/node": "^5.29.2", "@types/pino": "^6.3.4", "bcryptjs": "^2.4.3", "cookie-parser": "^1.4.5", @@ -36,9 +36,9 @@ "sequelize": "^5.22.3", "sequelize-cli": "^5.5.1", "sequelize-typescript": "^1.1.0", - "socket.io": "^2.3.0", - "whatsapp-web.js": "1.11.1", - "yup": "^0.29.3" + "socket.io": "^3.0.5", + "whatsapp-web.js": "^1.12.0", + "yup": "^0.32.8" }, "devDependencies": { "@types/bcryptjs": "^2.4.2", diff --git a/frontend/package.json b/frontend/package.json index 078c767..3725edd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,10 +24,10 @@ "react-router-dom": "^5.2.0", "react-scripts": "3.4.3", "react-toastify": "^6.0.9", - "recharts": "^1.8.5", - "socket.io-client": "^2.3.1", - "use-sound": "^1.0.2", - "yup": "^0.29.3" + "recharts": "^2.0.2", + "socket.io-client": "^3.0.5", + "use-sound": "^2.0.1", + "yup": "^0.32.8" }, "scripts": { "start": "react-scripts start",