From a9d271ca475ae936b4324170840306c0666b5c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 18 Jan 2019 09:00:09 +0000 Subject: [PATCH] Bump apollo-cache-inmemory from 1.3.12 to 1.4.0 Bumps [apollo-cache-inmemory](https://github.com/apollographql/apollo-client) from 1.3.12 to 1.4.0. - [Release notes](https://github.com/apollographql/apollo-client/releases) - [Changelog](https://github.com/apollographql/apollo-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-client/commits/v1.4.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 9d6bbba89..3efca40be 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "testMatch": ["**/src/**/?(*.)+(spec|test).js?(x)" ] }, "dependencies": { - "apollo-cache-inmemory": "~1.3.12", + "apollo-cache-inmemory": "~1.4.0", "apollo-client": "~2.4.9", "apollo-link-http": "~1.5.9", "apollo-server": "~2.3.1", diff --git a/yarn.lock b/yarn.lock index 424aa751a..a38f8fe6b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1007,16 +1007,16 @@ apollo-cache-control@^0.1.0: dependencies: graphql-extensions "^0.0.x" -apollo-cache-inmemory@~1.3.12: - version "1.3.12" - resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.3.12.tgz#cf7ef7c15730d0b6787d79047d5c06087ac31991" - integrity sha512-jxWcW64QoYQZ09UH6v3syvCCl3MWr6bsxT3wYYL6ORi8svdJUpnNrHTcv5qXqJYVg/a+NHhfEt+eGjJUG2ytXA== +apollo-cache-inmemory@~1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.4.0.tgz#8bcb1de8d1950dcdbd42f9af6d16fccca8e9e9ca" + integrity sha512-gqwiZCApG+hRXEbtDrNIUtNcKKeO3RTih4mydJZRJpFp+PgBf8AZ2z4/uTJFFijmR9krmUWdCRfW1Aesb5+Ktg== dependencies: - apollo-cache "^1.1.22" - apollo-utilities "^1.0.27" + apollo-cache "^1.1.23" + apollo-utilities "^1.1.0" optimism "^0.6.8" -apollo-cache@1.1.23, apollo-cache@^1.1.22: +apollo-cache@1.1.23, apollo-cache@^1.1.23: version "1.1.23" resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.23.tgz#4765571223cae756ab7faf29792f1ab9a8450a91" integrity sha512-9FcavymJQdjaYX6of1xgjFmWp8UUCtlW/S9k5bfMMnMNAAQMDnuOFVEklawdSbyAhM4hh1kSymyt/r23K1tVSA== @@ -1301,7 +1301,7 @@ apollo-upload-server@^7.0.0: http-errors "^1.7.0" object-path "^0.11.4" -apollo-utilities@1.1.0, apollo-utilities@^1.0.0, apollo-utilities@^1.0.1, apollo-utilities@^1.0.27, apollo-utilities@^1.1.0: +apollo-utilities@1.1.0, apollo-utilities@^1.0.0, apollo-utilities@^1.0.1, apollo-utilities@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.1.0.tgz#e7603f834b57e4e109be6b450dc1cc1037aac94c" integrity sha512-D3scmF6vJkCBECMasMEc0J9dNNHVULl6h2d7/oGJxWid1fgcAPHZJN5XLCZisuOfn0Dvvu3Unf/zK00Z3e49Qg==