Skip to content

Commit b99a7a2

Browse files
committed
chore(deps): update dependency apollo-graphql to v0.9.6
1 parent 054ef14 commit b99a7a2

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
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.1",
21+
"apollo-graphql": "0.9.6",
2222
"apollo-server": "2.21.0",
2323
"apollo-server-testing": "2.21.0",
2424
"cz-conventional-changelog": "3.3.0",

yarn.lock

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,23 +1078,14 @@ apollo-env@^0.6.5:
10781078
node-fetch "^2.2.0"
10791079
sha.js "^2.4.11"
10801080

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==
1081+
1082+
version "0.9.6"
1083+
resolved "https://registry.yarnpkg.com/apollo-graphql/-/apollo-graphql-0.9.6.tgz#756312a92685b0547f82cceb04f5b2d6e9f0df5c"
1084+
integrity sha512-CrqJxZwfu/U5x0bYYPPluwu1G+oC3jjKFK/EVn9CDcpi4+yD9rAYko/h1iUB5A6VRQhA4Boluc7QexMYQ2tCng==
10851085
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"
1086+
core-js-pure "^3.10.2"
10971087
lodash.sortby "^4.7.0"
1088+
sha.js "^2.4.11"
10981089

10991090
apollo-graphql@^0.6.0:
11001091
version "0.6.0"
@@ -1775,6 +1766,11 @@ copy-descriptor@^0.1.0:
17751766
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
17761767
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
17771768

1769+
core-js-pure@^3.10.2:
1770+
version "3.22.2"
1771+
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.22.2.tgz#c10bffdc3028d25c2aae505819a05543db61544f"
1772+
integrity sha512-Lb+/XT4WC4PaCWWtZpNPaXmjiNDUe5CJuUtbkMrIM1kb1T/jJoAIp+bkVP/r5lHzMr+ZAAF8XHp7+my6Ol0ysQ==
1773+
17781774
core-js@^3.0.1:
17791775
version "3.8.3"
17801776
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.8.3.tgz#c21906e1f14f3689f93abcc6e26883550dd92dd0"

0 commit comments

Comments
 (0)