diff --git a/Framework/package-lock.json b/Framework/package-lock.json index 53e53d984..64c992098 100644 --- a/Framework/package-lock.json +++ b/Framework/package-lock.json @@ -18,7 +18,7 @@ "openid-client": "^5.6.0", "protobufjs": "^7.5.0", "winston": "3.19.0", - "ws": "^8.19.0" + "ws": "^8.20.0" }, "devDependencies": { "@eslint/js": "^10.0.1", @@ -6028,9 +6028,9 @@ } }, "node_modules/ws": { - "version": "8.19.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz", - "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==", + "version": "8.20.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz", + "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/Framework/package.json b/Framework/package.json index a7b70faea..2a36319d3 100644 --- a/Framework/package.json +++ b/Framework/package.json @@ -39,7 +39,7 @@ "mysql": "^2.18.1", "openid-client": "^5.6.0", "winston": "3.19.0", - "ws": "^8.19.0", + "ws": "^8.20.0", "protobufjs": "^7.5.0" }, "devDependencies": {