From 3fc509f94bb99ddab763f37bd17d4e7aa0444c75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Sep 2021 23:37:52 +0000 Subject: [PATCH] Bump react-headroom from 3.0.0 to 3.1.1 Bumps [react-headroom](https://github.com/KyleAMathews/react-headroom) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/KyleAMathews/react-headroom/releases) - [Commits](https://github.com/KyleAMathews/react-headroom/compare/v3.0.0...v3.1.1) --- updated-dependencies: - dependency-name: react-headroom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e16e345..f83596d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13342,9 +13342,9 @@ "integrity": "sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==" }, "react-headroom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/react-headroom/-/react-headroom-3.0.0.tgz", - "integrity": "sha512-iVRDowuHHvIBuOx/IoEg2uPqQl8myGgtth55IMZ6SdJkJ/NIz9VUMIC9bsfGU5GLc6AzksFRKQmuaDftjqjzMw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/react-headroom/-/react-headroom-3.1.1.tgz", + "integrity": "sha512-mmZA8o1pItF1py4XlYPQD4QpyrTzIuafYjrB/RrJKGPiWEz8IyUcfxoZiiw6qz3oOylLs5SWesCJINA4uThQYw==", "requires": { "prop-types": "^15.5.8", "raf": "^3.3.0", diff --git a/package.json b/package.json index 27aa3cb..5b5046f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "react": "^16.14.0", "react-dom": "^16.10.2", "react-easy-emoji": "^1.6.1", - "react-headroom": "^3.0.0", + "react-headroom": "^3.1.1", "react-lottie": "^1.2.3", "react-reveal": "^1.2.2", "react-scripts": "^4.0.3",