Bump apollo-client from 2.4.12 to 2.4.13

Bumps [apollo-client](https://github.com/apollographql/apollo-client) from 2.4.12 to 2.4.13.
- [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)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-02-15 10:51:53 +00:00
parent e0286e853a
commit 8fc07b1a57
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
2 changed files with 16 additions and 16 deletions

View File

@ -44,7 +44,7 @@
"@nuxtjs/style-resources": "~0.1.2",
"accounting": "~0.4.1",
"apollo-cache-inmemory": "~1.4.2",
"apollo-client": "~2.4.12",
"apollo-client": "~2.4.13",
"cookie-universal-nuxt": "~2.0.14",
"cross-env": "~5.2.0",
"date-fns": "2.0.0-alpha.26",

View File

@ -1787,24 +1787,24 @@ apollo-cache-inmemory@^1.3.9, apollo-cache-inmemory@~1.4.2:
optimism "^0.6.9"
tslib "^1.9.3"
apollo-cache@1.1.25, apollo-cache@^1.1.25:
version "1.1.25"
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.25.tgz#87a15a2a19993bb07234ccee6839b59d6fb49ac5"
integrity sha512-9HhI/tVEHAeGaJJvi1Vpf6PzXUCA0PqNbigi2G3uOc180JjxbcaBvEbKXMEDb/UyTXkFWzI4PiPDuDQFqmIMSA==
apollo-cache@1.1.26, apollo-cache@^1.1.25:
version "1.1.26"
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.26.tgz#5afe023270effbc2063d90f51d8e56bce274ab37"
integrity sha512-JKFHijwkhXpcQ3jOat+ctwiXyjDhQgy0p6GSaj7zG+or+ZSalPqUnPzFRgRwFLVbYxBKJgHCkWX+2VkxWTZzQQ==
dependencies:
apollo-utilities "^1.1.2"
apollo-utilities "^1.1.3"
tslib "^1.9.3"
apollo-client@^2.4.5, apollo-client@~2.4.12:
version "2.4.12"
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.12.tgz#9fa15f502d04f8cc788a9fbb825163b437681504"
integrity sha512-E5ClFSB9btJLYibLKwLDSCg+w9tI+25eZgXOM+DClawu7of4d/xhuV/xvpuZpsMP3qwrp0QPacBnfG4tUJs3/w==
apollo-client@^2.4.5, apollo-client@~2.4.13:
version "2.4.13"
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.13.tgz#09829fcbd68e069de9840d0a10764d7c6a3d0787"
integrity sha512-7mBdW/CW1qHB8Mj4EFAG3MTtbRc6S8aUUntUdrKfRWV1rZdWa0NovxsgVD/R4HZWZjRQ2UOM4ENsHdM5g1uXOQ==
dependencies:
"@types/zen-observable" "^0.8.0"
apollo-cache "1.1.25"
apollo-cache "1.1.26"
apollo-link "^1.0.0"
apollo-link-dedup "^1.0.0"
apollo-utilities "1.1.2"
apollo-utilities "1.1.3"
symbol-observable "^1.0.2"
tslib "^1.9.3"
zen-observable "^0.8.0"
@ -1988,10 +1988,10 @@ apollo-upload-client@^9.1.0:
apollo-link-http-common "^0.2.5"
extract-files "^4.0.0"
apollo-utilities@1.1.2, apollo-utilities@^1.0.1, apollo-utilities@^1.0.25, apollo-utilities@^1.0.8, apollo-utilities@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.1.2.tgz#aa5eca9d1f1eb721c381a22e0dde03559d856db3"
integrity sha512-EjDx8vToK+zkWIxc76ZQY/irRX52puNg04xf/w8R0kVTDAgHuVfnFVC01O5vE25kFnIaa5em0pFI0p9b6YMkhQ==
apollo-utilities@1.1.3, apollo-utilities@^1.0.1, apollo-utilities@^1.0.25, apollo-utilities@^1.0.8, apollo-utilities@^1.1.2, apollo-utilities@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.1.3.tgz#a8883c0392f6b46eac0d366204ebf34be9307c87"
integrity sha512-pF9abhiClX5gfj/WFWZh8DiI33nOLGxRhXH9ZMquaM1V8bhq1WLFPt2QjShWH3kGQVeIGUK+FQefnhe+ZaaAYg==
dependencies:
fast-json-stable-stringify "^2.0.0"
tslib "^1.9.3"