fix(deps): update dependency graphql-ws to v6.0.8
schemas-app / build (pull_request) Successful in 3m12s
schemas-app / deploy-prod (pull_request) Has been skipped

This commit is contained in:
2026-03-26 20:06:39 +00:00
parent 9f98af50dc
commit 1cef67e36a
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -14,7 +14,7 @@
"@auth0/auth0-vue": "2.5.0", "@auth0/auth0-vue": "2.5.0",
"@vue/apollo-composable": "4.2.2", "@vue/apollo-composable": "4.2.2",
"graphql": "16.13.2", "graphql": "16.13.2",
"graphql-ws": "6.0.7", "graphql-ws": "6.0.8",
"nuxt": "4.4.2", "nuxt": "4.4.2",
"vue": "3.5.31", "vue": "3.5.31",
"vuetify-nuxt-module": "0.19.5" "vuetify-nuxt-module": "0.19.5"
@@ -12321,9 +12321,9 @@
} }
}, },
"node_modules/graphql-ws": { "node_modules/graphql-ws": {
"version": "6.0.7", "version": "6.0.8",
"resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-6.0.7.tgz", "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-6.0.8.tgz",
"integrity": "sha512-yoLRW+KRlDmnnROdAu7sX77VNLC0bsFoZyGQJLy1cF+X/SkLg/fWkRGrEEYQK8o2cafJ2wmEaMqMEZB3U3DYDg==", "integrity": "sha512-m3EOaNsUBXwAnkBWbzPfe0Nq8pXUfxsWnolC54sru3FzHvhTZL0Ouf/BoQsaGAXqM+YPerXOJ47BUnmgmoupCw==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=20" "node": ">=20"
+1 -1
View File
@@ -22,7 +22,7 @@
"@auth0/auth0-vue": "2.5.0", "@auth0/auth0-vue": "2.5.0",
"@vue/apollo-composable": "4.2.2", "@vue/apollo-composable": "4.2.2",
"graphql": "16.13.2", "graphql": "16.13.2",
"graphql-ws": "6.0.7", "graphql-ws": "6.0.8",
"nuxt": "4.4.2", "nuxt": "4.4.2",
"vue": "3.5.31", "vue": "3.5.31",
"vuetify-nuxt-module": "0.19.5" "vuetify-nuxt-module": "0.19.5"