fix(deps): update dependency graphql to v16.10.0

This commit is contained in:
Renovate
2024-12-15 12:11:14 +00:00
parent 21ac184ead
commit a249bdad33
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -17,7 +17,7 @@
"@vue/apollo-composable": "4.2.1",
"apollo-link-sentry": "4.0.0",
"date-fns": "4.1.0",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-tag": "2.12.6",
"pinia": "2.3.0",
"pinia-plugin-persistedstate": "4.1.3",
@@ -11968,9 +11968,10 @@
"dev": true
},
"node_modules/graphql": {
"version": "16.9.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz",
"integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==",
"version": "16.10.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.10.0.tgz",
"integrity": "sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==",
"license": "MIT",
"engines": {
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
}
+1 -1
View File
@@ -54,7 +54,7 @@
"@vue/apollo-composable": "4.2.1",
"apollo-link-sentry": "4.0.0",
"date-fns": "4.1.0",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql-tag": "2.12.6",
"pinia": "2.3.0",
"pinia-plugin-persistedstate": "4.1.3",