From 5ce5b5b448b7ccccebc2404a42829ae03c8dd61a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 19:20:14 +0000 Subject: [PATCH] Bump intersection-observer from 0.11.0 to 0.12.0 Bumps [intersection-observer](https://github.com/w3c/IntersectionObserver) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/w3c/IntersectionObserver/releases) - [Commits](https://github.com/w3c/IntersectionObserver/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 646e52a8849d7..3b5b274cbd751 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "focus-visible": "^5.2.0", "he": "^1.2.0", "honeybadger-js": "2.3.0", - "intersection-observer": "^0.11.0", + "intersection-observer": "^0.12.0", "linkstate": "^2.0.0", "lodash.debounce": "4.0.8", "postcss-cli": "^7.1.1", diff --git a/yarn.lock b/yarn.lock index 78965a6502f64..9dc2c15ff009c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10494,10 +10494,10 @@ interpret@^2.0.0: resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9" integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw== -intersection-observer@^0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/intersection-observer/-/intersection-observer-0.11.0.tgz#f4ea067070326f68393ee161cc0a2ca4c0040c6f" - integrity sha512-KZArj2QVnmdud9zTpKf279m2bbGfG+4/kn16UU0NL3pTVl52ZHiJ9IRNSsnn6jaHrL9EGLFM5eWjTx2fz/+zoQ== +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== invariant@^2.2.2, invariant@^2.2.3, invariant@^2.2.4: version "2.2.4"