fix(deps): update dependency graphql-ws to v6.1.0 (#285)
schemas-app / build (push) Successful in 42s
schemas-app / deploy-prod (push) Successful in 1m17s

This commit was merged in pull request #285.
This commit is contained in:
2026-07-13 18:14:19 +00:00
parent db972807b3
commit 73b650983c
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -14,7 +14,7 @@
"@auth0/auth0-vue": "2.8.0", "@auth0/auth0-vue": "2.8.0",
"@vue/apollo-composable": "4.2.2", "@vue/apollo-composable": "4.2.2",
"graphql": "16.14.2", "graphql": "16.14.2",
"graphql-ws": "6.0.8", "graphql-ws": "6.1.0",
"nuxt": "4.4.8", "nuxt": "4.4.8",
"vue": "3.5.39", "vue": "3.5.39",
"vuetify-nuxt-module": "0.19.5" "vuetify-nuxt-module": "0.19.5"
@@ -13387,9 +13387,9 @@
} }
}, },
"node_modules/graphql-ws": { "node_modules/graphql-ws": {
"version": "6.0.8", "version": "6.1.0",
"resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-6.0.8.tgz", "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-6.1.0.tgz",
"integrity": "sha512-m3EOaNsUBXwAnkBWbzPfe0Nq8pXUfxsWnolC54sru3FzHvhTZL0Ouf/BoQsaGAXqM+YPerXOJ47BUnmgmoupCw==", "integrity": "sha512-7ft6KWkuaLnLABwzEIimjUMeF0iByo2ThD6q0MICgsvp6nDuT5ppubKzEHniu8Kmlp5GNsLgr5dil8JMrIwUEQ==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=20" "node": ">=20"
@@ -13397,7 +13397,7 @@
"peerDependencies": { "peerDependencies": {
"@fastify/websocket": "^10 || ^11", "@fastify/websocket": "^10 || ^11",
"crossws": "~0.3", "crossws": "~0.3",
"graphql": "^15.10.1 || ^16", "graphql": "^15.10.1 || ^16 || ^17",
"ws": "^8" "ws": "^8"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
+1 -1
View File
@@ -22,7 +22,7 @@
"@auth0/auth0-vue": "2.8.0", "@auth0/auth0-vue": "2.8.0",
"@vue/apollo-composable": "4.2.2", "@vue/apollo-composable": "4.2.2",
"graphql": "16.14.2", "graphql": "16.14.2",
"graphql-ws": "6.0.8", "graphql-ws": "6.1.0",
"nuxt": "4.4.8", "nuxt": "4.4.8",
"vue": "3.5.39", "vue": "3.5.39",
"vuetify-nuxt-module": "0.19.5" "vuetify-nuxt-module": "0.19.5"