diff --git a/extensions/graphql/package.json b/extensions/graphql/package.json index 77fe94ff7376..64f5c16e030b 100644 --- a/extensions/graphql/package.json +++ b/extensions/graphql/package.json @@ -55,7 +55,7 @@ "graphql": "^16.14.0", "graphql-ws": "^5.16.2", "type-graphql": "^2.0.0-rc.2", - "ws": "^8.20.0" + "ws": "^8.20.1" }, "devDependencies": { "@graphql-yoga/subscription": "^5.0.5", diff --git a/package-lock.json b/package-lock.json index 9ee78c3e9573..399c055e258c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1734,7 +1734,7 @@ "graphql": "^16.14.0", "graphql-ws": "^5.16.2", "type-graphql": "^2.0.0-rc.2", - "ws": "^8.20.0" + "ws": "^8.20.1" }, "devDependencies": { "@graphql-yoga/subscription": "^5.0.5", @@ -37007,9 +37007,9 @@ } }, "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"