diff --git a/node/api/package-lock.json b/node/api/package-lock.json index 8c90a4c..c3b6724 100644 --- a/node/api/package-lock.json +++ b/node/api/package-lock.json @@ -26,7 +26,7 @@ "safe-regex": "^2.1.1", "svg-pan-zoom": "^3.6.2", "vue": "^3.5.33", - "ws": "^8.20.0" + "ws": "^8.20.1" }, "devDependencies": { "vite": "^8.0.10" @@ -3759,9 +3759,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/node/api/package.json b/node/api/package.json index eda87f9..f661f1e 100644 --- a/node/api/package.json +++ b/node/api/package.json @@ -27,7 +27,7 @@ "safe-regex": "^2.1.1", "svg-pan-zoom": "^3.6.2", "vue": "^3.5.33", - "ws": "^8.20.0" + "ws": "^8.20.1" }, "engines": { "node": ">=20"