Skip to content

Commit

Permalink
build(deps): bump graphql-request from 6.1.0 to 7.1.2
Browse files Browse the repository at this point in the history
Bumps [graphql-request](https://github.com/jasonkuhrt/graphql-request) from 6.1.0 to 7.1.2.
- [Release notes](https://github.com/jasonkuhrt/graphql-request/releases)
- [Commits](graffle-js/graffle@6.1.0...7.1.2)

---
updated-dependencies:
- dependency-name: graphql-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 0859941 commit 9241aa7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/app-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"engine.io-client": "~6.6.0",
"express": "^4.17.1",
"graphql": "~16.9.0",
"graphql-request": "~6.1.0",
"graphql-request": "~7.1.2",
"grommet": "~2.41.0",
"grommet-icons": "~4.12.0",
"i18next": "~23.16.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-classifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"cuid": "~3.0.0",
"d3": "~6.7.0",
"graphql": "~16.9.0",
"graphql-request": "~6.1.0",
"graphql-request": "~7.1.2",
"hash.js": "~1.1.7",
"i18next": "~23.16.5",
"lodash": "~4.17.11",
Expand Down
16 changes: 4 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7663,13 +7663,6 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
safe-buffer "^5.0.1"
sha.js "^2.4.8"

cross-fetch@^3.1.5:
version "3.1.5"
resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz"
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
dependencies:
node-fetch "2.6.7"

cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
version "7.0.3"
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz"
Expand Down Expand Up @@ -10555,13 +10548,12 @@ graphemer@^1.4.0:
resolved "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz"
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==

graphql-request@~6.1.0:
version "6.1.0"
resolved "https://registry.npmjs.org/graphql-request/-/graphql-request-6.1.0.tgz"
integrity sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw==
graphql-request@~7.1.2:
version "7.1.2"
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-7.1.2.tgz#52d7fd6d8d08c9f0b00c84a091376ce9fbdfa945"
integrity sha512-+XE3iuC55C2di5ZUrB4pjgwe+nIQBuXVIK9J98wrVwojzDW3GMdSBZfxUk8l4j9TieIpjpggclxhNEU9ebGF8w==
dependencies:
"@graphql-typed-document-node/core" "^3.2.0"
cross-fetch "^3.1.5"

graphql@~16.9.0:
version "16.9.0"
Expand Down

0 comments on commit 9241aa7

Please sign in to comment.