fix(deps): update dependency graphql-ws to v6.0.7 (#79)
schemas-app / build (push) Successful in 51s
schemas-app / deploy-prod (push) Successful in 1m11s

This commit was merged in pull request #79.
This commit is contained in:
2026-01-27 14:28:41 +00:00
parent 642d598eb7
commit b338700509
2 changed files with 5 additions and 9 deletions
+4 -8
View File
@@ -14,7 +14,7 @@
"@auth0/auth0-vue": "2.5.0",
"@vue/apollo-composable": "4.2.2",
"graphql": "16.12.0",
"graphql-ws": "6.0.6",
"graphql-ws": "6.0.7",
"nuxt": "4.3.0",
"vue": "3.5.27",
"vue-router": "4.6.4",
@@ -13544,9 +13544,9 @@
}
},
"node_modules/graphql-ws": {
"version": "6.0.6",
"resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-6.0.6.tgz",
"integrity": "sha512-zgfER9s+ftkGKUZgc0xbx8T7/HMO4AV5/YuYiFc+AtgcO5T0v8AxYYNQ+ltzuzDZgNkYJaFspm5MMYLjQzrkmw==",
"version": "6.0.7",
"resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-6.0.7.tgz",
"integrity": "sha512-yoLRW+KRlDmnnROdAu7sX77VNLC0bsFoZyGQJLy1cF+X/SkLg/fWkRGrEEYQK8o2cafJ2wmEaMqMEZB3U3DYDg==",
"license": "MIT",
"peer": true,
"engines": {
@@ -13556,7 +13556,6 @@
"@fastify/websocket": "^10 || ^11",
"crossws": "~0.3",
"graphql": "^15.10.1 || ^16",
"uWebSockets.js": "^20",
"ws": "^8"
},
"peerDependenciesMeta": {
@@ -13566,9 +13565,6 @@
"crossws": {
"optional": true
},
"uWebSockets.js": {
"optional": true
},
"ws": {
"optional": true
}
+1 -1
View File
@@ -22,7 +22,7 @@
"@auth0/auth0-vue": "2.5.0",
"@vue/apollo-composable": "4.2.2",
"graphql": "16.12.0",
"graphql-ws": "6.0.6",
"graphql-ws": "6.0.7",
"nuxt": "4.3.0",
"vue": "3.5.27",
"vue-router": "4.6.4",