diff --git a/package-lock.json b/package-lock.json index 17a2e43..115fb5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "express": "^4.18.2", + "express": "^4.19.2", "socket.io": "^4.7.2" } }, diff --git a/package.json b/package.json index 819d8a9..6952d20 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "express": "^4.18.2", + "express": "^4.19.2", "socket.io": "^4.7.2" } }