Skip to content

Commit f17a5e4

Browse files
committed
chore: update dependencies
1 parent 542be21 commit f17a5e4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"eslint-plugin-prettier": "^3.0.1",
5151
"flow-bin": "^0.98.0",
5252
"graphql": "14.2.1",
53-
"graphql-compose": "^6.3.2",
53+
"graphql-compose": "^7.0.0",
5454
"jest": "^24.7.1",
5555
"prettier": "^1.17.0",
5656
"rimraf": "^2.6.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3320,18 +3320,18 @@ graceful-fs@^4.1.15:
33203320
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
33213321
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==
33223322

3323-
graphql-compose@^6.3.2:
3324-
version "6.3.2"
3325-
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-6.3.2.tgz#0eff6e0f086c934af950db88b90a6667f879c59b"
3326-
integrity sha512-2sk4G3F/j7U4OBnPkB/HrE8Cejh8nHIJFBOGcqQvsELHXUHtx4S11zR0OU+J3cMtpE/2visBUGUhEHL9WlUK9A==
3323+
graphql-compose@^7.0.0:
3324+
version "7.0.0"
3325+
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-7.0.0.tgz#0bf6425262d207ca649fe49b798342a602a33d30"
3326+
integrity sha512-mkplljcPf/b/HkpeMDrYNDy56uJRbnCkY4d/yvAFzSiYzIrTCcuLCvpYmiqBqzwHdmyeIfOVuf5BXX8eKqZIFw==
33273327
dependencies:
3328-
graphql-type-json "^0.2.4"
3328+
graphql-type-json "^0.3.0"
33293329
object-path "^0.11.4"
33303330

3331-
graphql-type-json@^0.2.4:
3332-
version "0.2.4"
3333-
resolved "https://registry.yarnpkg.com/graphql-type-json/-/graphql-type-json-0.2.4.tgz#545af27903e40c061edd30840a272ea0a49992f9"
3334-
integrity sha512-/tq02ayMQjrG4oDFDRLLrPk0KvJXue0nVXoItBe7uAdbNXjQUu+HYCBdAmPLQoseVzUKKMzrhq2P/sfI76ON6w==
3331+
graphql-type-json@^0.3.0:
3332+
version "0.3.0"
3333+
resolved "https://registry.yarnpkg.com/graphql-type-json/-/graphql-type-json-0.3.0.tgz#bb32e1b74bf52ebc690f9df12b4067bc061f818a"
3334+
integrity sha512-lnxg5HiB95yxy+/5cDKtP6pZo0zgntsOmqsjeCBXFGJ4YoMF3+1YaSEKWJntNTu+VsAm3zf6lPxFpp1kxzofLA==
33353335

33363336
33373337
version "14.2.1"

0 commit comments

Comments
 (0)