Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Apr 14, 2022
1 parent aa5eab9 commit 7ffa171
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"graphql": "^0.13.2 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/utils": "8.6.6",
"@graphql-tools/utils": "8.6.7",
"@types/js-yaml": "4.0.5",
"ansi-colors": "4.1.1",
"cross-undici-fetch": "0.2.5",
Expand All @@ -64,7 +64,7 @@
"ci:release:canary": "node bump.js && bob prepack && npm publish dist --tag alpha --access public"
},
"devDependencies": {
"@graphql-tools/schema": "8.3.7",
"@graphql-tools/schema": "8.3.8",
"@types/body-parser": "1.19.2",
"@types/express": "4.17.13",
"@types/jest": "27.4.1",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,28 +298,28 @@
dependencies:
"@cspotcode/source-map-consumer" "0.8.0"

"@graphql-tools/merge@8.2.7":
version "8.2.7"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.7.tgz#add05bcc47df6b7390f31acbcadd986e160d58f9"
integrity sha512-rKxjNogqu1UYAG/y5FOb6lJsmSQbWA+jq4inWjNEVX54VGGE7/WGnmPaqcsyomNOfS3vIRS6NnG+DxiQSqetjg==
"@graphql-tools/merge@8.2.8":
version "8.2.8"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.8.tgz#6ed65c29b963b4d76b59a9d329fdf20ecef19a42"
integrity sha512-e4kpzgEIlA0sC0NjJlMwUL73Iz/HoP2OgAUReDDsupvWCqW3PMxjNoviS8xmcklVnv1w8Vmr8U2tao+x40ypLA==
dependencies:
"@graphql-tools/utils" "8.6.6"
"@graphql-tools/utils" "8.6.7"
tslib "~2.3.0"

"@graphql-tools/schema@8.3.7":
version "8.3.7"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.3.7.tgz#6e2be8e17a1f97f4d11d5b787c414ec29400fde2"
integrity sha512-7byr9J6rfMPFPfiR4u65dy20xHATTvbgOY7KYd1sYPnMKKfRZe0tUgpnE+noXcfob7N8s366WaVh7bEoztQMwg==
"@graphql-tools/schema@8.3.8":
version "8.3.8"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.3.8.tgz#68f35d733487732c522a1b47d27faf8809cce95a"
integrity sha512-Bba60ali4fLOKJz/Kk39RcBrDUBtu0Wy7pjpIOmFIKQKwUBNNB0eAmfpvrjnFhRAVdO2kOkPpc8DQY+SCG+lWw==
dependencies:
"@graphql-tools/merge" "8.2.7"
"@graphql-tools/utils" "8.6.6"
"@graphql-tools/merge" "8.2.8"
"@graphql-tools/utils" "8.6.7"
tslib "~2.3.0"
value-or-promise "1.0.11"

"@graphql-tools/utils@8.6.6":
version "8.6.6"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.6.tgz#f7c88d32818b748f3e3867ed87a562769b544417"
integrity sha512-wjY2ljKLCnnbRrDNPPgPNqCujou0LFSOWcxAjV6DYUlfFWTsAEvlYmsmY4T+K12wI/fnqoJ2bUwIlap1plFDMg==
"@graphql-tools/utils@8.6.7":
version "8.6.7"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.7.tgz#0e21101233743eb67a5782a5a40919d85ddb1021"
integrity sha512-Qi3EN95Rt3hb8CyDKpPKFWOPrnc00P18cpVTXEgtKxetSP39beJBeEEtLB0R53eP/6IolsyTZOTgkET1EaERaw==
dependencies:
tslib "~2.3.0"

Expand Down

0 comments on commit 7ffa171

Please sign in to comment.