fix(deps): update dependency graphql-ws to v6.1.0 (#285)
This commit was merged in pull request #285.
This commit is contained in:
Generated
+5
-5
@@ -14,7 +14,7 @@
|
||||
"@auth0/auth0-vue": "2.8.0",
|
||||
"@vue/apollo-composable": "4.2.2",
|
||||
"graphql": "16.14.2",
|
||||
"graphql-ws": "6.0.8",
|
||||
"graphql-ws": "6.1.0",
|
||||
"nuxt": "4.4.8",
|
||||
"vue": "3.5.39",
|
||||
"vuetify-nuxt-module": "0.19.5"
|
||||
@@ -13387,9 +13387,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/graphql-ws": {
|
||||
"version": "6.0.8",
|
||||
"resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-6.0.8.tgz",
|
||||
"integrity": "sha512-m3EOaNsUBXwAnkBWbzPfe0Nq8pXUfxsWnolC54sru3FzHvhTZL0Ouf/BoQsaGAXqM+YPerXOJ47BUnmgmoupCw==",
|
||||
"version": "6.1.0",
|
||||
"resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-6.1.0.tgz",
|
||||
"integrity": "sha512-7ft6KWkuaLnLABwzEIimjUMeF0iByo2ThD6q0MICgsvp6nDuT5ppubKzEHniu8Kmlp5GNsLgr5dil8JMrIwUEQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
@@ -13397,7 +13397,7 @@
|
||||
"peerDependencies": {
|
||||
"@fastify/websocket": "^10 || ^11",
|
||||
"crossws": "~0.3",
|
||||
"graphql": "^15.10.1 || ^16",
|
||||
"graphql": "^15.10.1 || ^16 || ^17",
|
||||
"ws": "^8"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
"@auth0/auth0-vue": "2.8.0",
|
||||
"@vue/apollo-composable": "4.2.2",
|
||||
"graphql": "16.14.2",
|
||||
"graphql-ws": "6.0.8",
|
||||
"graphql-ws": "6.1.0",
|
||||
"nuxt": "4.4.8",
|
||||
"vue": "3.5.39",
|
||||
"vuetify-nuxt-module": "0.19.5"
|
||||
|
||||
Reference in New Issue
Block a user