Skip to content

Commit d7a7615

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency graphql to v14.4.0
1 parent da24d86 commit d7a7615

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"bcryptjs": "2.4.3",
16-
"graphql": "14.3.1",
16+
"graphql": "14.4.0",
1717
"graphql-tag": "2.10.1",
1818
"graphql-tools": "4.0.5",
1919
"graphql-yoga": "1.18.0",

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -2551,10 +2551,10 @@ [email protected], "graphql@^0.11.0 || ^0.12.0 || ^0.13.0", graphql@^0.13.0, graphq
25512551
dependencies:
25522552
iterall "^1.2.1"
25532553

2554-
graphql@14.3.1, graphql@^14.3.0:
2555-
version "14.3.1"
2556-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.3.1.tgz#b3aa50e61a841ada3c1f9ccda101c483f8e8c807"
2557-
integrity sha512-FZm7kAa3FqKdXy8YSSpAoTtyDFMIYSpCDOr+3EqlI1bxmtHu+Vv/I2vrSeT1sBOEnEniX3uo4wFhFdS/8XN6gA==
2554+
graphql@14.4.0:
2555+
version "14.4.0"
2556+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.4.0.tgz#e97086acfc0338e4fdc8f7dba519c6b8a6badfd9"
2557+
integrity sha512-E55z1oK6e4cGxCqlSsRWytYDPcIUxky3XkbuQUf6TIjCmn6C7CuBJpmkMF1066q95yPAGOZVPTVT7jABKbRFSA==
25582558
dependencies:
25592559
iterall "^1.2.2"
25602560

@@ -2572,6 +2572,13 @@ graphql@^0.12.3:
25722572
dependencies:
25732573
iterall "1.1.3"
25742574

2575+
graphql@^14.3.0:
2576+
version "14.3.1"
2577+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.3.1.tgz#b3aa50e61a841ada3c1f9ccda101c483f8e8c807"
2578+
integrity sha512-FZm7kAa3FqKdXy8YSSpAoTtyDFMIYSpCDOr+3EqlI1bxmtHu+Vv/I2vrSeT1sBOEnEniX3uo4wFhFdS/8XN6gA==
2579+
dependencies:
2580+
iterall "^1.2.2"
2581+
25752582
har-schema@^2.0.0:
25762583
version "2.0.0"
25772584
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"

0 commit comments

Comments
 (0)