Skip to content

Commit 054ef14

Browse files
authored
Merge pull request #5 from module-federation/renovate/apollo-graphql-0.x
chore(deps): update dependency apollo-graphql to v0.6.1
2 parents 53fbc1e + 91d4337 commit 054ef14

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@apollo/federation": "0.21.0",
2020
"@apollo/gateway": "0.23.0",
21-
"apollo-graphql": "0.6.0",
21+
"apollo-graphql": "0.6.1",
2222
"apollo-server": "2.21.0",
2323
"apollo-server-testing": "2.21.0",
2424
"cz-conventional-changelog": "3.3.0",

yarn.lock

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,25 @@ apollo-env@^0.6.5:
10781078
node-fetch "^2.2.0"
10791079
sha.js "^2.4.11"
10801080

1081-
[email protected], apollo-graphql@^0.6.0:
1081+
apollo-env@^0.6.6:
1082+
version "0.6.6"
1083+
resolved "https://registry.yarnpkg.com/apollo-env/-/apollo-env-0.6.6.tgz#d7880805c4e96ee3d4142900a405176a04779438"
1084+
integrity sha512-hXI9PjJtzmD34XviBU+4sPMOxnifYrHVmxpjykqI/dUD2G3yTiuRaiQqwRwB2RCdwC1Ug/jBfoQ/NHDTnnjndQ==
1085+
dependencies:
1086+
"@types/node-fetch" "2.5.7"
1087+
core-js "^3.0.1"
1088+
node-fetch "^2.2.0"
1089+
sha.js "^2.4.11"
1090+
1091+
1092+
version "0.6.1"
1093+
resolved "https://registry.yarnpkg.com/apollo-graphql/-/apollo-graphql-0.6.1.tgz#d0bf0aff76f445de3da10e08f6974f1bf65f5753"
1094+
integrity sha512-ZRXAV+k+hboCVS+FW86FW/QgnDR7gm/xMUwJPGXEbV53OLGuQQdIT0NCYK7AzzVkCfsbb7NJ3mmEclkZY9uuxQ==
1095+
dependencies:
1096+
apollo-env "^0.6.6"
1097+
lodash.sortby "^4.7.0"
1098+
1099+
apollo-graphql@^0.6.0:
10821100
version "0.6.0"
10831101
resolved "https://registry.yarnpkg.com/apollo-graphql/-/apollo-graphql-0.6.0.tgz#37bee7dc853213269137f4c60bfdf2ee28658669"
10841102
integrity sha512-BxTf5LOQe649e9BNTPdyCGItVv4Ll8wZ2BKnmiYpRAocYEXAVrQPWuSr3dO4iipqAU8X0gvle/Xu9mSqg5b7Qg==

0 commit comments

Comments
 (0)