Skip to content

Commit e2b6e73

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency apollo-link-http to v1.5.4
1 parent ff7a65a commit e2b6e73

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"apollo-link": "1.2.2",
17-
"apollo-link-http": "1.5.3",
17+
"apollo-link-http": "1.5.4",
1818
"cross-fetch": "2.1.1",
1919
"graphql": "0.13.2",
2020
"graphql-binding": "1.4.0-beta.23",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -122,18 +122,18 @@ apollo-codegen@^0.19.1:
122122
source-map-support "^0.5.0"
123123
yargs "^10.0.3"
124124

125-
apollo-link-http-common@^0.2.3:
125+
apollo-link-http-common@^0.2.4:
126126
version "0.2.4"
127127
resolved "https://registry.yarnpkg.com/apollo-link-http-common/-/apollo-link-http-common-0.2.4.tgz#877603f7904dc8f70242cac61808b1f8d034b2c3"
128128
dependencies:
129129
apollo-link "^1.2.2"
130130

131-
132-
version "1.5.3"
133-
resolved "https://registry.yarnpkg.com/apollo-link-http/-/apollo-link-http-1.5.3.tgz#3aa0d3ecfe5666ef0c360f359c425ff6ea1d285b"
131+
132+
version "1.5.4"
133+
resolved "https://registry.yarnpkg.com/apollo-link-http/-/apollo-link-http-1.5.4.tgz#b80b7b4b342c655b6a5614624b076a36be368f43"
134134
dependencies:
135-
apollo-link "^1.2.1"
136-
apollo-link-http-common "^0.2.3"
135+
apollo-link "^1.2.2"
136+
apollo-link-http-common "^0.2.4"
137137

138138
139139
version "1.2.1"

0 commit comments

Comments
 (0)