fix(deps): update dependency graphql-ws to v6.1.1 (#300)
schemas-app / build (push) Successful in 1m12s
schemas-app / deploy-prod (push) Successful in 1m19s

This commit was merged in pull request #300.
This commit is contained in:
2026-07-25 17:13:46 +00:00
parent fecc66cf94
commit 6cd9482fac
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -14,7 +14,7 @@
"@auth0/auth0-vue": "2.9.0",
"@vue/apollo-composable": "4.2.2",
"graphql": "16.14.2",
"graphql-ws": "6.1.0",
"graphql-ws": "6.1.1",
"nuxt": "4.5.0",
"vue": "3.5.40",
"vuetify-nuxt-module": "0.19.5"
@@ -12580,9 +12580,9 @@
}
},
"node_modules/graphql-ws": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-6.1.0.tgz",
"integrity": "sha512-7ft6KWkuaLnLABwzEIimjUMeF0iByo2ThD6q0MICgsvp6nDuT5ppubKzEHniu8Kmlp5GNsLgr5dil8JMrIwUEQ==",
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-6.1.1.tgz",
"integrity": "sha512-e5O9S3zTDqIZ15k5Wii3ImmI5zwmRAH5OMaE90H6+jhaVBNDmjSjzumq8VyUSvKnsfByXi9pJ/3Vv1eNzwcPIw==",
"license": "MIT",
"engines": {
"node": ">=20"
+1 -1
View File
@@ -22,7 +22,7 @@
"@auth0/auth0-vue": "2.9.0",
"@vue/apollo-composable": "4.2.2",
"graphql": "16.14.2",
"graphql-ws": "6.1.0",
"graphql-ws": "6.1.1",
"nuxt": "4.5.0",
"vue": "3.5.40",
"vuetify-nuxt-module": "0.19.5"