From 18bc8b4168e97af8e084067beff742d23cea5cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 14:58:18 -0500 Subject: build(deps): bump graphql-request from 7.3.0 to 7.3.1 in /src/main/webui (#742) Bumps [graphql-request](https://github.com/graffle-js/graffle) from 7.3.0 to 7.3.1. - [Release notes](https://github.com/graffle-js/graffle/releases) - [Commits](https://github.com/graffle-js/graffle/compare/v7.3.0...graphql-request@7.3.1) --- updated-dependencies: - dependency-name: graphql-request dependency-version: 7.3.1 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> --- ...graphql-request-npm-7.3.0-2b7a16da4a-ce9588df75.zip | Bin 153873 -> 0 bytes ...graphql-request-npm-7.3.1-f5bb90bf7e-6a93ca279a.zip | Bin 0 -> 153878 bytes src/main/webui/package.json | 2 +- src/main/webui/yarn.lock | 10 +++++----- 4 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 src/main/webui/.yarn/cache/graphql-request-npm-7.3.0-2b7a16da4a-ce9588df75.zip create mode 100644 src/main/webui/.yarn/cache/graphql-request-npm-7.3.1-f5bb90bf7e-6a93ca279a.zip diff --git a/src/main/webui/.yarn/cache/graphql-request-npm-7.3.0-2b7a16da4a-ce9588df75.zip b/src/main/webui/.yarn/cache/graphql-request-npm-7.3.0-2b7a16da4a-ce9588df75.zip deleted file mode 100644 index bd7ace4..0000000 Binary files a/src/main/webui/.yarn/cache/graphql-request-npm-7.3.0-2b7a16da4a-ce9588df75.zip and /dev/null differ diff --git a/src/main/webui/.yarn/cache/graphql-request-npm-7.3.1-f5bb90bf7e-6a93ca279a.zip b/src/main/webui/.yarn/cache/graphql-request-npm-7.3.1-f5bb90bf7e-6a93ca279a.zip new file mode 100644 index 0000000..328c512 Binary files /dev/null and b/src/main/webui/.yarn/cache/graphql-request-npm-7.3.1-f5bb90bf7e-6a93ca279a.zip differ diff --git a/src/main/webui/package.json b/src/main/webui/package.json index caf0e48..ff7ebff 100644 --- a/src/main/webui/package.json +++ b/src/main/webui/package.json @@ -28,7 +28,7 @@ "flowbite": "^3.1.2", "flowbite-react": "^0.12.10", "graphql": "^16.11.0", - "graphql-request": "7.3.0", + "graphql-request": "7.3.1", "react": "19.2.0", "react-dom": "19.2.0", "react-redux": "^9.2.0", diff --git a/src/main/webui/yarn.lock b/src/main/webui/yarn.lock index 825c21b..963877f 100644 --- a/src/main/webui/yarn.lock +++ b/src/main/webui/yarn.lock @@ -4366,14 +4366,14 @@ eslint@latest: languageName: node linkType: hard -"graphql-request@npm:7.3.0": - version: 7.3.0 - resolution: "graphql-request@npm:7.3.0" +"graphql-request@npm:7.3.1": + version: 7.3.1 + resolution: "graphql-request@npm:7.3.1" dependencies: "@graphql-typed-document-node/core": ^3.2.0 peerDependencies: graphql: 14 - 16 - checksum: ce9588df750994334cb0e21cd9b1e33f7c0a674cef36f87e0f47ab8f1ef11da4897c1160468ef01f70aef223609012fcd205124364f4607f5aa1f3b950fe81b5 + checksum: 6a93ca279a8890f2de2ae77deb950e1f9b8988512e68a0a0179ea347a1536fbc8520f316d5c79788f588254eb4e93f2bebfa9c560b2028eab41b1c8433441a18 languageName: node linkType: hard @@ -5903,7 +5903,7 @@ eslint@latest: flowbite: ^3.1.2 flowbite-react: ^0.12.10 graphql: ^16.11.0 - graphql-request: 7.3.0 + graphql-request: 7.3.1 prettier: latest react: 19.2.0 react-dom: 19.2.0 -- cgit