Skip to content

Commit 15e5932

Browse files
committed
fix(deps): update dependency @graphql-tools/merge to v8.2.2
1 parent 6ba3511 commit 15e5932

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test:e2e:dev": "jest --config ./tests/jest-e2e.json --watch"
1818
},
1919
"dependencies": {
20-
"@graphql-tools/merge": "8.2.1",
20+
"@graphql-tools/merge": "8.2.2",
2121
"@graphql-tools/schema": "8.3.1",
2222
"@graphql-tools/utils": "8.6.1",
2323
"@nestjs/mapped-types": "1.0.1",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,15 @@
766766
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
767767
integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==
768768

769-
"@graphql-tools/[email protected]", "@graphql-tools/merge@^8.2.1":
769+
"@graphql-tools/[email protected]":
770+
version "8.2.2"
771+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.2.tgz#433566c662a33f5a9c3cc5f3ce3753fb0019477a"
772+
integrity sha512-2DyqhIOMUMKbCPqo8p6xSdll2OBcBxGdOrxlJJlFQvinsSaYqp/ct3dhAxNtzaIcvSVgXvttQqfD7O2ziFtE7Q==
773+
dependencies:
774+
"@graphql-tools/utils" "^8.5.1"
775+
tslib "~2.3.0"
776+
777+
"@graphql-tools/merge@^8.2.1":
770778
version "8.2.1"
771779
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.1.tgz#bf83aa06a0cfc6a839e52a58057a84498d0d51ff"
772780
integrity sha512-Q240kcUszhXiAYudjuJgNuLgy9CryDP3wp83NOZQezfA6h3ByYKU7xI6DiKrdjyVaGpYN3ppUmdj0uf5GaXzMA==

0 commit comments

Comments
 (0)