build(deps): bump graphql-ws from 5.16.2 to 6.0.5 (#10973)

Bumps [graphql-ws](https://github.com/enisdenjo/graphql-ws) from 5.16.2 to 6.0.5.
- [Release notes](https://github.com/enisdenjo/graphql-ws/releases)
- [Changelog](https://github.com/enisdenjo/graphql-ws/blob/master/CHANGELOG.md)
- [Commits](https://github.com/enisdenjo/graphql-ws/compare/v5.16.2...v6.0.5)

---
updated-dependencies:
- dependency-name: graphql-ws
  dependency-version: 6.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-06-30 18:03:23 +01:00
committed by GitHub
parent 5f574b0176
commit cfe5242fda
2 changed files with 25 additions and 8 deletions

31
package-lock.json generated
View File

@@ -33,7 +33,7 @@
"date-fns": "^2.30.0", "date-fns": "^2.30.0",
"dotenv-expand": "^5.1.0", "dotenv-expand": "^5.1.0",
"event-emitter": "^0.3.5", "event-emitter": "^0.3.5",
"graphql-ws": "^5.16.0", "graphql-ws": "^6.0.5",
"material-icons": "^1.13.12", "material-icons": "^1.13.12",
"minimatch-browser": "1.0.0", "minimatch-browser": "1.0.0",
"ng2-charts": "^4.1.1", "ng2-charts": "^4.1.1",
@@ -27810,15 +27810,32 @@
} }
}, },
"node_modules/graphql-ws": { "node_modules/graphql-ws": {
"version": "5.16.2", "version": "6.0.5",
"resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.16.2.tgz", "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-6.0.5.tgz",
"integrity": "sha512-E1uccsZxt/96jH/OwmLPuXMACILs76pKF2i3W861LpKBCYtGIyPQGtWLuBLkND4ox1KHns70e83PS4te50nvPQ==", "integrity": "sha512-HzYw057ch0hx2gZjkbgk1pur4kAtgljlWRP+Gccudqm3BRrTpExjWCQ9OHdIsq47Y6lHL++1lTvuQHhgRRcevw==",
"license": "MIT",
"engines": { "engines": {
"node": ">=10" "node": ">=20"
}, },
"peerDependencies": { "peerDependencies": {
"graphql": ">=0.11 <=16" "@fastify/websocket": "^10 || ^11",
"crossws": "~0.3",
"graphql": "^15.10.1 || ^16",
"uWebSockets.js": "^20",
"ws": "^8"
},
"peerDependenciesMeta": {
"@fastify/websocket": {
"optional": true
},
"crossws": {
"optional": true
},
"uWebSockets.js": {
"optional": true
},
"ws": {
"optional": true
}
} }
}, },
"node_modules/handle-thing": { "node_modules/handle-thing": {

View File

@@ -53,7 +53,7 @@
"date-fns": "^2.30.0", "date-fns": "^2.30.0",
"dotenv-expand": "^5.1.0", "dotenv-expand": "^5.1.0",
"event-emitter": "^0.3.5", "event-emitter": "^0.3.5",
"graphql-ws": "^5.16.0", "graphql-ws": "^6.0.5",
"material-icons": "^1.13.12", "material-icons": "^1.13.12",
"minimatch-browser": "1.0.0", "minimatch-browser": "1.0.0",
"ng2-charts": "^4.1.1", "ng2-charts": "^4.1.1",