From a7af1df6bab0b9832aa9ad912c815bd3f2bd96dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:15:57 +0000 Subject: [PATCH] Bump @apollo/client from 3.11.1 to 3.11.2 in /frontend (#117) Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.11.1 to 3.11.2. - [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.11.1...v3.11.2) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 84b19a9..32f3905 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^17.2.4", "@angular/platform-browser-dynamic": "^17.2.4", "@angular/router": "^17.2.4", - "@apollo/client": "^3.11.1", + "@apollo/client": "^3.11.2", "@ng-bootstrap/ng-bootstrap": "^16.0.0", "@ngrx/effects": "^17.2.0", "@ngrx/store": "^17.2.0", @@ -1120,9 +1120,9 @@ } }, "node_modules/@apollo/client": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.11.1.tgz", - "integrity": "sha512-fVuAi7ufRt2apIEYV18upvykw5JD+CwHAThxZkclby4phWCXtO4LD39Z0sk0+4i+j7oZ+jOofEkO1XGDDomZvQ==", + "version": "3.11.2", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.11.2.tgz", + "integrity": "sha512-HVcsJChOVut6gmmf5YukTG52EXg0cxq0LU7I/0yZPcfcJOPW2cpVqveaxZt+B1fL6ZKrYVdSa2nfuK0oSpv0Yw==", "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", "@wry/caches": "^1.0.0", diff --git a/frontend/package.json b/frontend/package.json index 3b373ec..00fec2f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^17.2.4", "@angular/platform-browser-dynamic": "^17.2.4", "@angular/router": "^17.2.4", - "@apollo/client": "^3.11.1", + "@apollo/client": "^3.11.2", "apollo-angular": "^7.0.1", "graphql": "^16.9.0", "rxjs": "~7.8.0",