From f29b9f0a8e8cb84bd106d469355c0171d678ecc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 10:08:46 +0000 Subject: [PATCH] build(deps): bump the graphql group across 1 directory with 2 updates Bumps the graphql group with 2 updates in the / directory: [@apollo/client](https://github.com/apollographql/apollo-client) and [graphql](https://github.com/graphql/graphql-js). Updates `@apollo/client` from 4.1.4 to 4.1.6 - [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.4...@apollo/client@4.1.6) Updates `graphql` from 16.12.0 to 16.13.0 - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.12.0...v16.13.0) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-version: 4.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: graphql - dependency-name: graphql dependency-version: 16.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: graphql ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 67237d8a2..58bcc9e2c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@apollo/client": "4.1.4", + "@apollo/client": "4.1.6", "@automattic/vip-search-replace": "^2.0.0", "@json2csv/plainjs": "^7.0.3", "@wwa/single-line-log": "^1.1.4", @@ -24,7 +24,7 @@ "ejs": "^4.0.1", "enquirer": "2.4.1", "fetch-retry": "^6.0.0", - "graphql": "16.12.0", + "graphql": "16.13.0", "graphql-tag": "2.12.6", "https-proxy-agent": "^7.0.6", "js-yaml": "^4.1.0", @@ -143,9 +143,9 @@ } }, "node_modules/@apollo/client": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.4.tgz", - "integrity": "sha512-bTbxPHGXDMcYyQuWcYOzvWBHHJ+5ehvH3uKhd3+jI8X3ZPgWlfiI0MYN3r2exq/SNo5/TbL1p+bzQnE1xf+5tg==", + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.6.tgz", + "integrity": "sha512-ak8uzqmKeX3u9BziGf83RRyODAJKFkPG72hTNvEj4WjMWFmuKW2gGN1i3OfajKT6yuGjvo+n23ES2zqWDKFCZg==", "license": "MIT", "workspaces": [ "dist", @@ -8653,9 +8653,9 @@ "license": "ISC" }, "node_modules/graphql": { - "version": "16.12.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.12.0.tgz", - "integrity": "sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==", + "version": "16.13.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.13.0.tgz", + "integrity": "sha512-uSisMYERbaB9bkA9M4/4dnqyktaEkf1kMHNKq/7DHyxVeWqHQ2mBmVqm5u6/FVHwF3iCNalKcg82Zfl+tffWoA==", "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" diff --git a/package.json b/package.json index a787a268f..977e805c3 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "typescript": "^5.2.2" }, "dependencies": { - "@apollo/client": "4.1.4", + "@apollo/client": "4.1.6", "@automattic/vip-search-replace": "^2.0.0", "@json2csv/plainjs": "^7.0.3", "@wwa/single-line-log": "^1.1.4", @@ -152,7 +152,7 @@ "ejs": "^4.0.1", "enquirer": "2.4.1", "fetch-retry": "^6.0.0", - "graphql": "16.12.0", + "graphql": "16.13.0", "graphql-tag": "2.12.6", "https-proxy-agent": "^7.0.6", "js-yaml": "^4.1.0",