From 2470ad44fa32f91ea454681fccefb946ff506c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 19:07:51 +0000 Subject: [PATCH] chore(deps-dev): Bump @nuxtjs/apollo from 5.0.0-alpha.8 to 5.0.0-alpha.9 Bumps [@nuxtjs/apollo](https://github.com/nuxt-community/apollo-module) from 5.0.0-alpha.8 to 5.0.0-alpha.9. - [Release notes](https://github.com/nuxt-community/apollo-module/releases) - [Changelog](https://github.com/nuxt-modules/apollo/blob/v5/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/apollo-module/compare/v5.0.0-alpha.8...v5.0.0-alpha.9) --- updated-dependencies: - dependency-name: "@nuxtjs/apollo" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 69226ea..d24a92a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@commitlint/config-conventional": "^18.4.3", "@julr/unocss-preset-forms": "^0.1.0", "@nuxt/devtools": "^1.0.3", - "@nuxtjs/apollo": "^5.0.0-alpha.8", + "@nuxtjs/apollo": "^5.0.0-alpha.9", "@nuxtjs/plausible": "^0.2.3", "@types/geojson": "^7946.0.13", "@types/node": "^20.9.4", @@ -3171,13 +3171,13 @@ } }, "node_modules/@nuxtjs/apollo": { - "version": "5.0.0-alpha.8", - "resolved": "https://registry.npmjs.org/@nuxtjs/apollo/-/apollo-5.0.0-alpha.8.tgz", - "integrity": "sha512-EtiPqKuwJoM/gA/N9cEQYlJQgHQiYwUQppF4nUa+tFv9pY1DyG+HLV4IAm8frqeu/8NEFfbaPraEbAuJDCewlQ==", + "version": "5.0.0-alpha.9", + "resolved": "https://registry.npmjs.org/@nuxtjs/apollo/-/apollo-5.0.0-alpha.9.tgz", + "integrity": "sha512-UUp4dVHEMAcUpRggDEihpYwgFGBxMr3Ul9kghEb8TKW4pojwYIlkybPtSwytuoMpgjU97gr1vztWz+xLbfqMyA==", "dev": true, "dependencies": { - "@apollo/client": "^3.8.6", - "@nuxt/kit": "^3.8.0", + "@apollo/client": "^3.8.7", + "@nuxt/kit": "^3.8.2", "@rollup/plugin-graphql": "^2.0.4", "@vue/apollo-composable": "4.0.0-beta.11", "defu": "^6.1.3", diff --git a/package.json b/package.json index 0eaba1e..89af765 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@commitlint/config-conventional": "^18.4.3", "@julr/unocss-preset-forms": "^0.1.0", "@nuxt/devtools": "^1.0.3", - "@nuxtjs/apollo": "^5.0.0-alpha.8", + "@nuxtjs/apollo": "^5.0.0-alpha.9", "@nuxtjs/plausible": "^0.2.3", "@types/geojson": "^7946.0.13", "@types/node": "^20.9.4",