Skip to content

Commit 8cd80d0

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency apollo-cache-inmemory to v1.2.1
1 parent 660e8f4 commit 8cd80d0

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
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.0",
12+
"apollo-cache-inmemory": "1.2.1",
1313
"apollo-client": "2.3.0",
1414
"apollo-link": "1.2.2",
1515
"apollo-link-context": "1.0.8",

advanced/yarn.lock

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

124-
125-
version "1.2.0"
126-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.0.tgz#a5b98fd67a810215b2d03e4a924cf0c554d6ebb4"
124+
125+
version "1.2.1"
126+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.1.tgz#1f8222270aa7983eb9d2ac30057196378ab3bb01"
127127
dependencies:
128128
apollo-cache "^1.1.8"
129129
apollo-utilities "^1.0.12"
130-
graphql-anywhere "^4.1.9"
130+
graphql-anywhere "^4.1.10"
131131

132132
apollo-cache@^1.1.8:
133133
version "1.1.8"
@@ -2667,9 +2667,9 @@ graphql-anywhere@^4.1.0-alpha.0:
26672667
dependencies:
26682668
apollo-utilities "^1.0.8"
26692669

2670-
graphql-anywhere@^4.1.9:
2671-
version "4.1.9"
2672-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.9.tgz#831bbf2c4972bd104a60175ba107ab3ae65008d1"
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"
26732673
dependencies:
26742674
apollo-utilities "^1.0.12"
26752675

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.0",
12+
"apollo-cache-inmemory": "1.2.1",
1313
"apollo-client": "2.3.0",
1414
"apollo-link": "1.2.2",
1515
"apollo-link-http": "1.5.4",

basic/yarn.lock

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

146-
147-
version "1.2.0"
148-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.0.tgz#a5b98fd67a810215b2d03e4a924cf0c554d6ebb4"
146+
147+
version "1.2.1"
148+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.1.tgz#1f8222270aa7983eb9d2ac30057196378ab3bb01"
149149
dependencies:
150150
apollo-cache "^1.1.8"
151151
apollo-utilities "^1.0.12"
152-
graphql-anywhere "^4.1.9"
152+
graphql-anywhere "^4.1.10"
153153

154154
apollo-cache@^1.1.8:
155155
version "1.1.8"
@@ -2846,9 +2846,9 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
28462846
version "4.1.11"
28472847
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
28482848

2849-
graphql-anywhere@^4.1.9:
2850-
version "4.1.9"
2851-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.9.tgz#831bbf2c4972bd104a60175ba107ab3ae65008d1"
2849+
graphql-anywhere@^4.1.10:
2850+
version "4.1.10"
2851+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.10.tgz#247ada0c8d85b9d5d6b37180973442ac68ff15de"
28522852
dependencies:
28532853
apollo-utilities "^1.0.12"
28542854

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.0",
12+
"apollo-cache-inmemory": "1.2.1",
1313
"apollo-client": "2.3.0",
1414
"apollo-link-http": "1.5.4",
1515
"graphql": "0.13.2",

minimal/yarn.lock

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

146-
147-
version "1.2.0"
148-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.0.tgz#a5b98fd67a810215b2d03e4a924cf0c554d6ebb4"
146+
147+
version "1.2.1"
148+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.1.tgz#1f8222270aa7983eb9d2ac30057196378ab3bb01"
149149
dependencies:
150150
apollo-cache "^1.1.8"
151151
apollo-utilities "^1.0.12"
152-
graphql-anywhere "^4.1.9"
152+
graphql-anywhere "^4.1.10"
153153

154154
apollo-cache@^1.1.8:
155155
version "1.1.8"
@@ -2840,9 +2840,9 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
28402840
version "4.1.11"
28412841
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
28422842

2843-
graphql-anywhere@^4.1.9:
2844-
version "4.1.9"
2845-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.9.tgz#831bbf2c4972bd104a60175ba107ab3ae65008d1"
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"
28462846
dependencies:
28472847
apollo-utilities "^1.0.12"
28482848

0 commit comments

Comments
 (0)