fix(deps): update apollo graphql packages to v2.12.7
renovate/stability-days Updates have met minimum release age requirement
dancefinder-app / build (pull_request) Successful in 2m59s
dancefinder-app / deploy-prod (pull_request) Has been skipped

This commit is contained in:
2026-06-20 21:05:02 +00:00
parent 9ad79d5d9b
commit 849171a462
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -18,7 +18,7 @@
"@vue/apollo-composable": "4.2.2", "@vue/apollo-composable": "4.2.2",
"date-fns": "4.4.0", "date-fns": "4.4.0",
"graphql": "16.14.2", "graphql": "16.14.2",
"graphql-tag": "2.12.6", "graphql-tag": "2.12.7",
"pinia": "3.0.4", "pinia": "3.0.4",
"pinia-plugin-persistedstate": "4.7.1" "pinia-plugin-persistedstate": "4.7.1"
}, },
@@ -12192,9 +12192,9 @@
} }
}, },
"node_modules/graphql-tag": { "node_modules/graphql-tag": {
"version": "2.12.6", "version": "2.12.7",
"resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz", "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.7.tgz",
"integrity": "sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==", "integrity": "sha512-xnE/NFzy+0eIesvAsREJZ284zTl/wYuBAvpsFSDhRGRdRHdnE90M21Q3xAWyYInb0J756c6x0pIQ62+vtvOs1Q==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"tslib": "^2.1.0" "tslib": "^2.1.0"
@@ -12203,7 +12203,7 @@
"node": ">=10" "node": ">=10"
}, },
"peerDependencies": { "peerDependencies": {
"graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
} }
}, },
"node_modules/graphql-ws": { "node_modules/graphql-ws": {
+1 -1
View File
@@ -56,7 +56,7 @@
"@vue/apollo-composable": "4.2.2", "@vue/apollo-composable": "4.2.2",
"date-fns": "4.4.0", "date-fns": "4.4.0",
"graphql": "16.14.2", "graphql": "16.14.2",
"graphql-tag": "2.12.6", "graphql-tag": "2.12.7",
"pinia": "3.0.4", "pinia": "3.0.4",
"pinia-plugin-persistedstate": "4.7.1" "pinia-plugin-persistedstate": "4.7.1"
}, },