From 6dd06179bcaf01e9db3493e7843d1addcb9ab9d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Jul 2025 03:47:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 515ec8dde..697478160 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "mathjs": "^5.0.4", "numeric": "^1.2.6", "request": "^2.88.0", - "socket.io": "^4.7.5", + "socket.io": "^4.8.0", "socket.io-client": "^4.7.5", "websocket": "^1.0.32", "ws": "^8.16.0" @@ -74,11 +74,11 @@ "cypress": "^13.7.2", "docdash-with-dark-mode": "^1.0.1", "express": "^4.19.2", - "jest": "^29.7.0", + "jest": "^30.0.0", "jsdoc": "^3.6.3", "marked": "^4.0.10", "minimist": "^1.2.8", - "mocha": "^4.1.0", + "mocha": "^11.0.1", "neptune-notebook": "^1.3.1", "prettier": "3.2.5", "ts-jest": "^29.1.2",