Skip to content

Commit 50dc8c7

Browse files
committed
fix(deps): update dependency graphql to v14.2.1
1 parent 5125f1f commit 50dc8c7

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.1",
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.2.0",
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.2.0":
155+
version "14.2.0"
156+
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.2.0.tgz#74e1da5f2a4a744ac6eb3ed57b48242ea9367202"
157+
integrity sha512-lELg5m6eBOmATWyCZl8qULEOvnPIUG6B443yXKj930glXIgwQirIBPp5rthP2amJW0YSzUg2s5sfgba4mRRCNw==
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.1:
1718+
version "14.2.1"
1719+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.2.1.tgz#779529bf9a01e7207b977a54c20670b48ca6e95c"
1720+
integrity sha512-2PL1UbvKeSjy/lUeJqHk+eR9CvuErXoCNwJI4jm3oNFEeY+9ELqHNKO1ZuSxAkasPkpWbmT/iMRMFxd3cEL3tQ==
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)