From 0d8c8718ad2ba03460a8f6db9342b492b5d62c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 15:24:38 -0500 Subject: [PATCH] Bump @apollo/client from 3.10.4 to 3.10.5 in /fitbit_challenges/frontend (#144) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.10.4 to 3.10.5.
Release notes

Sourced from @​apollo/client's releases.

v3.10.5

Patch Changes

Changelog

Sourced from @​apollo/client's changelog.

3.10.5

Patch Changes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@apollo/client&package-manager=npm_and_yarn&previous-version=3.10.4&new-version=3.10.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- fitbit_challenges/frontend/package-lock.json | 8 ++-- fitbit_challenges/frontend/package.json | 2 +- fitbit_challenges/frontend/pnpm-lock.yaml | 43 +------------------- 3 files changed, 7 insertions(+), 46 deletions(-) diff --git a/fitbit_challenges/frontend/package-lock.json b/fitbit_challenges/frontend/package-lock.json index 0c7a1453..286bce60 100644 --- a/fitbit_challenges/frontend/package-lock.json +++ b/fitbit_challenges/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "frontend", "version": "0.1.0", "dependencies": { - "@apollo/client": "^3.10.4", + "@apollo/client": "^3.10.5", "@apollo/react-testing": "^4.0.0", "@headlessui/react": "^2.0.4", "@heroicons/react": "^2.1.3", @@ -72,9 +72,9 @@ } }, "node_modules/@apollo/client": { - "version": "3.10.4", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.10.4.tgz", - "integrity": "sha512-51gk0xOwN6Ls1EbTG5svFva1kdm2APHYTzmFhaAdvUQoJFDxfc0UwQgDxGptzH84vkPlo1qunY1FuboyF9LI3Q==", + "version": "3.10.5", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.10.5.tgz", + "integrity": "sha512-bZh5wLAT8b4KdEmqnqiQeDUttnR+NJ+gDYSN8T+U0uFGN++5LO5PTwySih6kIU5ErGGGw4NHI94YdSET3uLuBA==", "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", "@wry/caches": "^1.0.0", diff --git a/fitbit_challenges/frontend/package.json b/fitbit_challenges/frontend/package.json index bbff7493..ef876369 100644 --- a/fitbit_challenges/frontend/package.json +++ b/fitbit_challenges/frontend/package.json @@ -4,7 +4,7 @@ "private": true, "type": "module", "dependencies": { - "@apollo/client": "^3.10.4", + "@apollo/client": "^3.10.5", "@apollo/react-testing": "^4.0.0", "@headlessui/react": "^2.0.4", "@heroicons/react": "^2.1.3", diff --git a/fitbit_challenges/frontend/pnpm-lock.yaml b/fitbit_challenges/frontend/pnpm-lock.yaml index 9135bb85..79eafc07 100644 --- a/fitbit_challenges/frontend/pnpm-lock.yaml +++ b/fitbit_challenges/frontend/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: '@apollo/client': - specifier: ^3.10.4 - version: 3.10.4(@types/react@18.3.3)(graphql@16.8.1)(react-dom@18.3.1)(react@18.3.1) + specifier: ^3.10.5 + version: 3.10.5(@types/react@18.3.3)(graphql@16.8.1)(react-dom@18.3.1)(react@18.3.1) '@apollo/react-testing': specifier: ^4.0.0 version: 4.0.0(@types/react@18.3.3)(graphql@16.8.1)(react-dom@18.3.1)(react@18.3.1) @@ -127,45 +127,6 @@ packages: leven: 3.1.0 dev: false - /@apollo/client@3.10.4(@types/react@18.3.3)(graphql@16.8.1)(react-dom@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-51gk0xOwN6Ls1EbTG5svFva1kdm2APHYTzmFhaAdvUQoJFDxfc0UwQgDxGptzH84vkPlo1qunY1FuboyF9LI3Q==} - peerDependencies: - graphql: ^15.0.0 || ^16.0.0 - graphql-ws: ^5.5.5 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - subscriptions-transport-ws: ^0.9.0 || ^0.11.0 - peerDependenciesMeta: - graphql-ws: - optional: true - react: - optional: true - react-dom: - optional: true - subscriptions-transport-ws: - optional: true - dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) - '@wry/caches': 1.0.1 - '@wry/equality': 0.5.7 - '@wry/trie': 0.5.0 - graphql: 16.8.1 - graphql-tag: 2.12.6(graphql@16.8.1) - hoist-non-react-statics: 3.3.2 - optimism: 0.18.0 - prop-types: 15.8.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - rehackt: 0.1.0(@types/react@18.3.3)(react@18.3.1) - response-iterator: 0.2.6 - symbol-observable: 4.0.0 - ts-invariant: 0.10.3 - tslib: 2.6.3 - zen-observable-ts: 1.2.5 - transitivePeerDependencies: - - '@types/react' - dev: false - /@apollo/client@3.10.5(@types/react@18.3.3)(graphql@16.8.1)(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-bZh5wLAT8b4KdEmqnqiQeDUttnR+NJ+gDYSN8T+U0uFGN++5LO5PTwySih6kIU5ErGGGw4NHI94YdSET3uLuBA==} peerDependencies: