From 2204804780af356c6685f15cf68119532d3eb6e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 18:38:46 +0000 Subject: [PATCH] chore(deps): bump @apollo/client from 4.1.3 to 4.1.7 Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 4.1.3 to 4.1.7. - [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/@apollo/client@4.1.3...@apollo/client@4.1.7) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-version: 4.1.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++--------- package.json | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c755865..ead8f88c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@amplitude/analytics-node": "^1.5.26", - "@apollo/client": "^4.0.9", + "@apollo/client": "^4.1.7", "@cyclonedx/cdxgen": "^12.1.5", "@herodevs/eol-shared": "github:herodevs/eol-shared#v0.1.18", "@inquirer/prompts": "^8.0.2", @@ -119,9 +119,9 @@ } }, "node_modules/@apollo/client": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.3.tgz", - "integrity": "sha512-2D0eN9R0IHj9qp1RwjM1/brKqcBGldlDfY0YiP5ecCj9FtVrhOtXqMj98SZ1CA0YGDY5X+dxx32Ljh7J0VHTfA==", + "version": "4.1.7", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.7.tgz", + "integrity": "sha512-CE1Pe22vszRBMGrBOovIXzTa5infy1kwF0kWX2JBLcGFXoOPBOAo9zoM++tuSRZr8PscWJyv2ka2FKoyEquEHw==", "license": "MIT", "workspaces": [ "dist", @@ -1629,7 +1629,6 @@ "cpu": [ "x64" ], - "libc": "glibc", "license": "Apache-2.0", "optional": true, "os": [ @@ -1643,7 +1642,6 @@ "cpu": [ "arm" ], - "libc": "glibc", "license": "Apache-2.0", "optional": true, "os": [ @@ -1657,7 +1655,6 @@ "cpu": [ "arm64" ], - "libc": "glibc", "license": "Apache-2.0", "optional": true, "os": [ @@ -1684,7 +1681,6 @@ "cpu": [ "x64" ], - "libc": "musl", "license": "Apache-2.0", "optional": true, "os": [ @@ -1698,7 +1694,6 @@ "cpu": [ "arm64" ], - "libc": "musl", "license": "Apache-2.0", "optional": true, "os": [ diff --git a/package.json b/package.json index a56a311a..d317b27d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ ], "dependencies": { "@amplitude/analytics-node": "^1.5.26", - "@apollo/client": "^4.0.9", + "@apollo/client": "^4.1.7", "@cyclonedx/cdxgen": "^12.1.5", "@herodevs/eol-shared": "github:herodevs/eol-shared#v0.1.18", "@inquirer/prompts": "^8.0.2",