Skip to content

Commit 218fde4

Browse files
committed
Update dependency @graphql-tools/schema to v8.2.0
1 parent ca0799e commit 218fde4

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
1313
},
1414
"dependencies": {
15-
"@graphql-tools/schema": "8.1.2",
15+
"@graphql-tools/schema": "8.2.0",
1616
"@weknow/gatsby-remark-twitter": "0.2.3",
1717
"assert": "2.0.0",
1818
"codemirror": "5.62.3",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,21 +1457,21 @@
14571457
"@graphql-tools/utils" "^7.0.0"
14581458
tslib "~2.0.1"
14591459

1460-
"@graphql-tools/merge@^8.0.2":
1461-
version "8.0.3"
1462-
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.0.3.tgz#56c844bc5d7d833456695c8e5eda4f1a0d5be873"
1463-
integrity sha512-lVMyW9cREs+nQYbUvMaaqSl+pRCezl2RafNMFi/04akjvOtjVefdi7n3pArpSqPhLHPJDyQRlI8CK8cmOZ9jTA==
1460+
"@graphql-tools/merge@^8.1.0":
1461+
version "8.1.0"
1462+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.1.0.tgz#e8bdf860f63880ff657cb85de4ac6ab078db67ab"
1463+
integrity sha512-Lza419UHgnn0w42wLpviHYmg/k42bdxTsguAaUwfrgMbJ99nyx8/1Owu1ij6k1bc5RN0YynS5N/rLGw7skw8vQ==
14641464
dependencies:
1465-
"@graphql-tools/utils" "^8.1.2"
1465+
"@graphql-tools/utils" "^8.2.0"
14661466
tslib "~2.3.0"
14671467

1468-
"@graphql-tools/schema@8.1.2":
1469-
version "8.1.2"
1470-
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.1.2.tgz#913879da1a7889a9488e9b7dc189e7c83eff74be"
1471-
integrity sha512-rX2pg42a0w7JLVYT+f/yeEKpnoZL5PpLq68TxC3iZ8slnNBNjfVfvzzOn8Q8Q6Xw3t17KP9QespmJEDfuQe4Rg==
1468+
"@graphql-tools/schema@8.2.0":
1469+
version "8.2.0"
1470+
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.2.0.tgz#ae75cbb2df6cee9ed6d89fce56be467ab23758dc"
1471+
integrity sha512-ufmI5mJQa8NJczzfkh0pUttKvspqDcT5LLakA3jUmOrrE4d4NVj6onZlazdTzF5sAepSNqanFnwhrxZpCAJMKg==
14721472
dependencies:
1473-
"@graphql-tools/merge" "^8.0.2"
1474-
"@graphql-tools/utils" "^8.1.1"
1473+
"@graphql-tools/merge" "^8.1.0"
1474+
"@graphql-tools/utils" "^8.2.0"
14751475
tslib "~2.3.0"
14761476
value-or-promise "1.0.10"
14771477

@@ -1516,10 +1516,10 @@
15161516
camel-case "4.1.1"
15171517
tslib "~2.0.1"
15181518

1519-
"@graphql-tools/utils@^8.1.1", "@graphql-tools/utils@^8.1.2":
1520-
version "8.1.2"
1521-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.1.2.tgz#a376259fafbca7532fda657e3abeec23b545e5d3"
1522-
integrity sha512-3G+NIBR5mHjPm78jAD0l07JRE0XH+lr9m7yL/wl69jAzK0Jr/H+/Ok4ljEolI70iglz+ZhIShVPAwyesF6rnFg==
1519+
"@graphql-tools/utils@^8.2.0":
1520+
version "8.2.0"
1521+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.2.0.tgz#74e9e573a19ccb30e4c77acd8240153b59cf6d85"
1522+
integrity sha512-Fnl4DddmU1mq9DDI4UwKur+PNRQCYkr6NmgIAysbmM7noRmnleRRvDqyHDPje5SkBZ/hl0BxnEVU6Z3lMB52Bw==
15231523
dependencies:
15241524
tslib "~2.3.0"
15251525

0 commit comments

Comments
 (0)