Skip to content

Commit 0393429

Browse files
renovate[bot]renovate-bot
andauthoredMay 3, 2022
fix(deps): pin dependency @graphql-yoga/node to v (#3902)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent d0db79a commit 0393429

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"analyze": "cross-env ANALYZE=true next build"
1313
},
1414
"dependencies": {
15-
"@graphql-yoga/node": "^2.4.0",
15+
"@graphql-yoga/node": "2.4.0",
1616
"@chakra-ui/icons": "1.1.7",
1717
"@chakra-ui/react": "1.8.8",
1818
"@chakra-ui/theme-tools": "1.3.6",

‎yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -3083,7 +3083,7 @@
30833083
dset "^3.1.1"
30843084
tslib "^2.3.1"
30853085

3086-
"@graphql-yoga/node@^2.4.0":
3086+
"@graphql-yoga/node@2.4.0", "@graphql-yoga/node@^2.4.0":
30873087
version "2.4.0"
30883088
resolved "https://registry.yarnpkg.com/@graphql-yoga/node/-/node-2.4.0.tgz#cf2bdba78e6fba74c11c9387a24ec0a8c6493ec8"
30893089
integrity sha512-GkhovdpAeD18oi+FePZIyi+T3Ju1dDTo0FIIUyvFoEqzMqOexFGjkXOFdiMrM6kfesh3fhUGU0DXcIjhtxUILg==

0 commit comments

Comments
 (0)
Please sign in to comment.