From 66de0d8682531b16f53810e51173c51ac3687595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:20:04 +0000 Subject: [PATCH] fix(deps): bump @apollo/client from 3.12.3 to 3.12.4 Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.12.3 to 3.12.4. - [Release notes](https://github.com/apollographql/apollo-client/releases) - [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-client/compare/v3.12.3...v3.12.4) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b89d1b..9f78a45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,9 +11,9 @@ "dev": true }, "@apollo/client": { - "version": "3.12.3", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.12.3.tgz", - "integrity": "sha512-KZ5zymRdb8bMbGUb1wP2U04ff7qIGgaC1BCdCVC+IPFiXkxEhHBc5fDEQOwAUT+vUo9KbBh3g7QK/JCOswn59w==", + "version": "3.12.4", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.12.4.tgz", + "integrity": "sha512-S/eC9jxEW9Jg1BjD6AZonE1fHxYuvC3gFHop8FRQkUdeK63MmBD5r0DOrN2WlJbwha1MSD6A97OwXwjaujEQpA==", "requires": { "@graphql-typed-document-node/core": "^3.1.1", "@wry/caches": "^1.0.0", diff --git a/package.json b/package.json index 8e6836f..c9d2622 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "commit": "npm run type-check && npm run lint && npm run format && git add . && cz && git push origin head" }, "dependencies": { - "@apollo/client": "^3.12.3", + "@apollo/client": "^3.12.4", "@vue/apollo-composable": "^4.2.1", "@vueuse/core": "^12.1.0", "click-outside-vue3": "^4.0.1",