diff --git a/package-lock.json b/package-lock.json index 7aedefc..1db670a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "basic-auth": "2.0.1", "body-parser": "^1.18.3", "check-engines": "^1.5.0", - "engine.io": "^6.3.1", + "engine.io": "~6.6.0", "express": "^4.16.4", "express-rate-limit": "^7.0.1", "jsonwebtoken": "^9.0.0", @@ -25,7 +25,7 @@ "chai": "^5.1.0", "chai-changes": "^1.3.4", "chai-spies": "^1.0.0", - "engine.io-client": "^6.3.0", + "engine.io-client": "~6.6.0", "mocha": "^10.2.0", "uglify-js": "^3.17.4" }, @@ -2535,9 +2535,9 @@ "optional": true }, "node_modules/mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", + "version": "10.8.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3",