diff --git a/Framework/package-lock.json b/Framework/package-lock.json index 831069ac5..63ada8227 100644 --- a/Framework/package-lock.json +++ b/Framework/package-lock.json @@ -17,7 +17,7 @@ "openid-client": "5.6.5", "protobufjs": "8.0.3", "winston": "3.19.0", - "ws": "8.20.0" + "ws": "8.20.1" }, "devDependencies": { "@eslint/js": "10.0.1", @@ -6315,9 +6315,9 @@ "license": "ISC" }, "node_modules/ws": { - "version": "8.20.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz", - "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==", + "version": "8.20.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz", + "integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/Framework/package.json b/Framework/package.json index e2386874b..fc5b86891 100644 --- a/Framework/package.json +++ b/Framework/package.json @@ -38,7 +38,7 @@ "mithril": "1.1.7", "openid-client": "5.6.5", "winston": "3.19.0", - "ws": "8.20.0", + "ws": "8.20.1", "protobufjs": "8.0.3" }, "devDependencies": {