Skip to content

Commit ce65c7e

Browse files
committed
fix(deps): update dependency graphql to v14.2.0
1 parent 5125f1f commit ce65c7e

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"release": "yarn run build && yarn publish"
1717
},
1818
"dependencies": {
19-
"graphql": "14.1.1",
19+
"graphql": "14.2.0",
2020
"prisma-client-lib": "1.26.3"
2121
},
2222
"devDependencies": {
2323
"@semantic-release/changelog": "3.0.2",
2424
"@semantic-release/github": "5.2.10",
25-
"@types/graphql": "14.0.5",
25+
"@types/graphql": "14.0.7",
2626
"@types/ws": "6.0.1",
2727
"semantic-release": "15.13.3",
2828
"ts-node": "8.0.2",

yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@
151151
dependencies:
152152
"@types/node" "*"
153153

154-
"@types/graphql@14.0.5":
155-
version "14.0.5"
156-
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.0.5.tgz#e696292fd2d77dc168b5b791710f83463aa39abd"
157-
integrity sha512-bwGYLE0SRy5ZraC91dqI2bxbspfm10kyJ2Yjuvk4OjdGznh7fkoWW+xXZHfFydJaqu9syZi099cpiZw3GlPDiA==
154+
"@types/graphql@14.0.7":
155+
version "14.0.7"
156+
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.0.7.tgz#daa09397220a68ce1cbb3f76a315ff3cd92312f6"
157+
integrity sha512-BoLDjdvLQsXPZLJux3lEZANwGr3Xag56Ngy0U3y8uoRSDdeLcn43H3oBcgZlnd++iOQElBpaRVDHPzEDekyvXQ==
158158

159159
"@types/methods@^1.1.0":
160160
version "1.1.0"
@@ -1714,7 +1714,14 @@ graphql-tag@^2.10.0:
17141714
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.1.tgz#10aa41f1cd8fae5373eaf11f1f67260a3cad5e02"
17151715
integrity sha512-jApXqWBzNXQ8jYa/HLkZJaVw9jgwNqZkywa2zfFn16Iv1Zb7ELNHkJaXHR7Quvd5SIGsy6Ny7SUKATgnu05uEg==
17161716

1717-
graphql@14.1.1, graphql@^14.0.2:
1717+
graphql@14.2.0:
1718+
version "14.2.0"
1719+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.2.0.tgz#ff25813ad6d186f3975977d56bc2d2434871f3b9"
1720+
integrity sha512-dlFHRtxsL4sBy1C1e3v64IUd5ndZhAOHZ/z3Dr4Nm6+cvr9elrnz4BhMF9h9mRBBnhUCGLc4GH4xvPbKG6sUeA==
1721+
dependencies:
1722+
iterall "^1.2.2"
1723+
1724+
graphql@^14.0.2:
17181725
version "14.1.1"
17191726
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.1.1.tgz#d5d77df4b19ef41538d7215d1e7a28834619fac0"
17201727
integrity sha512-C5zDzLqvfPAgTtP8AUPIt9keDabrdRAqSWjj2OPRKrKxI9Fb65I36s1uCs1UUBFnSWTdO7hyHi7z1ZbwKMKF6Q==

0 commit comments

Comments
 (0)