Skip to content

Commit

Permalink
build(deps): bump graphql from 16.9.0 to 16.10.0 (#6567)
Browse files Browse the repository at this point in the history
* build(deps): bump graphql from 16.9.0 to 16.10.0

Bumps [graphql](https://github.com/graphql/graphql-js) from 16.9.0 to 16.10.0.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.9.0...v16.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* remove unused graphql from app-project

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Delilah <[email protected]>
  • Loading branch information
dependabot[bot] and goplayoutside3 authored Dec 16, 2024
1 parent b060cce commit cfb661a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions packages/app-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
"d3": "~6.7.0",
"engine.io-client": "~6.6.0",
"express": "^4.17.1",
"graphql": "~16.9.0",
"graphql-request": "~6.1.0",
"grommet": "~2.41.0",
"grommet-icons": "~4.12.0",
"i18next": "~24.1.0",
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 @@ -41,7 +41,7 @@
"@zooniverse/subject-viewers": "0.1.0",
"cuid": "~3.0.0",
"d3": "~6.7.0",
"graphql": "~16.9.0",
"graphql": "~16.10.0",
"graphql-request": "~6.1.0",
"hash.js": "~1.1.7",
"i18next": "~24.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10638,10 +10638,10 @@ graphql-request@~6.1.0:
"@graphql-typed-document-node/core" "^3.2.0"
cross-fetch "^3.1.5"

graphql@^16.8.1, graphql@~16.9.0:
version "16.9.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0.tgz#1c310e63f16a49ce1fbb230bd0a000e99f6f115f"
integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==
graphql@^16.8.1, graphql@~16.10.0:
version "16.10.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.10.0.tgz#24c01ae0af6b11ea87bf55694429198aaa8e220c"
integrity sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==

grommet-icons@^4.12.1, grommet-icons@~4.12.0:
version "4.12.1"
Expand Down

0 comments on commit cfb661a

Please sign in to comment.