From 480bfe8b43ad98ff5f8f09666d34015220a54353 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 Jan 2021 07:48:34 +0000 Subject: [PATCH] Bump intersection-observer from 0.5.1 to 0.12.0 Bumps [intersection-observer](https://github.com/w3c/IntersectionObserver) from 0.5.1 to 0.12.0. - [Release notes](https://github.com/w3c/IntersectionObserver/releases) - [Commits](https://github.com/w3c/IntersectionObserver/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1245ff2..77f0abe 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "apollo": "^2.1.8", "apollo-boost": "^0.1.23", "graphql": "^14.0.2", - "intersection-observer": "^0.5.1", + "intersection-observer": "^0.12.0", "lodash": "^4.17.13", "polished": "^2.3.1", "react": "^16.8.6", diff --git a/yarn.lock b/yarn.lock index 0117f37..c68481e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7898,10 +7898,10 @@ interpret@^1.0.0, interpret@^1.1.0: resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.1.0.tgz#7ed1b1410c6a0e0f78cf95d3b8440c63f78b8614" integrity sha1-ftGxQQxqDg94z5XTuEQMY/eLhhQ= -intersection-observer@^0.5.1: - version "0.5.1" - resolved "https://registry.yarnpkg.com/intersection-observer/-/intersection-observer-0.5.1.tgz#e340fc56ce74290fe2b2394d1ce88c4353ac6dfa" - integrity sha512-Zd7Plneq82kiXFixs7bX62YnuZ0BMRci9br7io88LwDyF3V43cQMI+G5IiTlTNTt+LsDUppl19J/M2Fp9UkH6g== +intersection-observer@^0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/intersection-observer/-/intersection-observer-0.12.0.tgz#6c84628f67ce8698e5f9ccf857d97718745837aa" + integrity sha512-2Vkz8z46Dv401zTWudDGwO7KiGHNDkMv417T5ItcNYfmvHR/1qCTVBO9vwH8zZmQ0WkA/1ARwpysR9bsnop4NQ== into-stream@^3.1.0: version "3.1.0"