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",