Skip to content

Commit fdbf3b6

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency apollo-cache-inmemory to v1.2.2
1 parent 18623e5 commit fdbf3b6

File tree

6 files changed

+63
-33
lines changed

6 files changed

+63
-33
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build/build.js"
1010
},
1111
"dependencies": {
12-
"apollo-cache-inmemory": "1.2.1",
12+
"apollo-cache-inmemory": "1.2.2",
1313
"apollo-client": "2.3.1",
1414
"apollo-link": "1.2.2",
1515
"apollo-link-context": "1.0.8",

advanced/yarn.lock

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,20 +121,26 @@ anymatch@^2.0.0:
121121
micromatch "^3.1.4"
122122
normalize-path "^2.1.1"
123123

124-
125-
version "1.2.1"
126-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.1.tgz#1f8222270aa7983eb9d2ac30057196378ab3bb01"
124+
125+
version "1.2.2"
126+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.2.tgz#051b1fec5b3cec1b348bd7ac9c713a72a0bba45b"
127127
dependencies:
128-
apollo-cache "^1.1.8"
129-
apollo-utilities "^1.0.12"
130-
graphql-anywhere "^4.1.10"
128+
apollo-cache "^1.1.9"
129+
apollo-utilities "^1.0.13"
130+
graphql-anywhere "^4.1.11"
131131

132132
apollo-cache@^1.1.8:
133133
version "1.1.8"
134134
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.8.tgz#b078d33dec876d52b5a81a325d3c254d4e362d3c"
135135
dependencies:
136136
apollo-utilities "^1.0.12"
137137

138+
apollo-cache@^1.1.9:
139+
version "1.1.9"
140+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.9.tgz#90426f25c43bc66ae02808af01194d78fd15ea40"
141+
dependencies:
142+
apollo-utilities "^1.0.13"
143+
138144
139145
version "2.3.1"
140146
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.1.tgz#64b204779b7e8b21f901529527a9a9c973eb7fd4"
@@ -211,6 +217,10 @@ apollo-utilities@^1.0.0, apollo-utilities@^1.0.8:
211217
version "1.0.8"
212218
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.8.tgz#74d797d38953d2ba35e16f880326e2abcbc8b016"
213219

220+
apollo-utilities@^1.0.13:
221+
version "1.0.13"
222+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.13.tgz#793c858bb42243f7254d3c2961c64a7158e51022"
223+
214224
aproba@^1.0.3, aproba@^1.1.1:
215225
version "1.2.0"
216226
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
@@ -2667,11 +2677,11 @@ graphql-anywhere@^4.1.0-alpha.0:
26672677
dependencies:
26682678
apollo-utilities "^1.0.8"
26692679

2670-
graphql-anywhere@^4.1.10:
2671-
version "4.1.10"
2672-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.10.tgz#247ada0c8d85b9d5d6b37180973442ac68ff15de"
2680+
graphql-anywhere@^4.1.11:
2681+
version "4.1.11"
2682+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.11.tgz#f91fa82e7e47275260957bb91f2fed5ecd508098"
26732683
dependencies:
2674-
apollo-utilities "^1.0.12"
2684+
apollo-utilities "^1.0.13"
26752685

26762686
26772687
version "2.9.2"

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build/build.js"
1010
},
1111
"dependencies": {
12-
"apollo-cache-inmemory": "1.2.1",
12+
"apollo-cache-inmemory": "1.2.2",
1313
"apollo-client": "2.3.1",
1414
"apollo-link": "1.2.2",
1515
"apollo-link-http": "1.5.4",

basic/yarn.lock

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -143,20 +143,26 @@ anymatch@^2.0.0:
143143
micromatch "^3.1.4"
144144
normalize-path "^2.1.1"
145145

146-
147-
version "1.2.1"
148-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.1.tgz#1f8222270aa7983eb9d2ac30057196378ab3bb01"
146+
147+
version "1.2.2"
148+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.2.tgz#051b1fec5b3cec1b348bd7ac9c713a72a0bba45b"
149149
dependencies:
150-
apollo-cache "^1.1.8"
151-
apollo-utilities "^1.0.12"
152-
graphql-anywhere "^4.1.10"
150+
apollo-cache "^1.1.9"
151+
apollo-utilities "^1.0.13"
152+
graphql-anywhere "^4.1.11"
153153

154154
apollo-cache@^1.1.8:
155155
version "1.1.8"
156156
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.8.tgz#b078d33dec876d52b5a81a325d3c254d4e362d3c"
157157
dependencies:
158158
apollo-utilities "^1.0.12"
159159

160+
apollo-cache@^1.1.9:
161+
version "1.1.9"
162+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.9.tgz#90426f25c43bc66ae02808af01194d78fd15ea40"
163+
dependencies:
164+
apollo-utilities "^1.0.13"
165+
160166
161167
version "2.3.1"
162168
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.1.tgz#64b204779b7e8b21f901529527a9a9c973eb7fd4"
@@ -220,6 +226,10 @@ apollo-utilities@^1.0.12:
220226
version "1.0.12"
221227
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.12.tgz#9e2b2a34cf89f3bf0d73a664effd8c1bb5d1b7f7"
222228

229+
apollo-utilities@^1.0.13:
230+
version "1.0.13"
231+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.13.tgz#793c858bb42243f7254d3c2961c64a7158e51022"
232+
223233
aproba@^1.0.3, aproba@^1.1.1:
224234
version "1.2.0"
225235
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
@@ -2854,11 +2864,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
28542864
version "4.1.11"
28552865
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
28562866

2857-
graphql-anywhere@^4.1.10:
2858-
version "4.1.10"
2859-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.10.tgz#247ada0c8d85b9d5d6b37180973442ac68ff15de"
2867+
graphql-anywhere@^4.1.11:
2868+
version "4.1.11"
2869+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.11.tgz#f91fa82e7e47275260957bb91f2fed5ecd508098"
28602870
dependencies:
2861-
apollo-utilities "^1.0.12"
2871+
apollo-utilities "^1.0.13"
28622872

28632873
28642874
version "2.9.2"

minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build/build.js"
1010
},
1111
"dependencies": {
12-
"apollo-cache-inmemory": "1.2.1",
12+
"apollo-cache-inmemory": "1.2.2",
1313
"apollo-client": "2.3.1",
1414
"apollo-link-http": "1.5.4",
1515
"graphql": "0.13.2",

minimal/yarn.lock

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -143,20 +143,26 @@ anymatch@^2.0.0:
143143
micromatch "^3.1.4"
144144
normalize-path "^2.1.1"
145145

146-
147-
version "1.2.1"
148-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.1.tgz#1f8222270aa7983eb9d2ac30057196378ab3bb01"
146+
147+
version "1.2.2"
148+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.2.tgz#051b1fec5b3cec1b348bd7ac9c713a72a0bba45b"
149149
dependencies:
150-
apollo-cache "^1.1.8"
151-
apollo-utilities "^1.0.12"
152-
graphql-anywhere "^4.1.10"
150+
apollo-cache "^1.1.9"
151+
apollo-utilities "^1.0.13"
152+
graphql-anywhere "^4.1.11"
153153

154154
apollo-cache@^1.1.8:
155155
version "1.1.8"
156156
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.8.tgz#b078d33dec876d52b5a81a325d3c254d4e362d3c"
157157
dependencies:
158158
apollo-utilities "^1.0.12"
159159

160+
apollo-cache@^1.1.9:
161+
version "1.1.9"
162+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.9.tgz#90426f25c43bc66ae02808af01194d78fd15ea40"
163+
dependencies:
164+
apollo-utilities "^1.0.13"
165+
160166
161167
version "2.3.1"
162168
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.1.tgz#64b204779b7e8b21f901529527a9a9c973eb7fd4"
@@ -214,6 +220,10 @@ apollo-utilities@^1.0.12:
214220
version "1.0.12"
215221
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.12.tgz#9e2b2a34cf89f3bf0d73a664effd8c1bb5d1b7f7"
216222

223+
apollo-utilities@^1.0.13:
224+
version "1.0.13"
225+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.13.tgz#793c858bb42243f7254d3c2961c64a7158e51022"
226+
217227
aproba@^1.0.3, aproba@^1.1.1:
218228
version "1.2.0"
219229
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
@@ -2840,11 +2850,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
28402850
version "4.1.11"
28412851
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
28422852

2843-
graphql-anywhere@^4.1.10:
2844-
version "4.1.10"
2845-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.10.tgz#247ada0c8d85b9d5d6b37180973442ac68ff15de"
2853+
graphql-anywhere@^4.1.11:
2854+
version "4.1.11"
2855+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.11.tgz#f91fa82e7e47275260957bb91f2fed5ecd508098"
28462856
dependencies:
2847-
apollo-utilities "^1.0.12"
2857+
apollo-utilities "^1.0.13"
28482858

28492859
28502860
version "2.9.2"

0 commit comments

Comments
 (0)