From 304d4a7f199a5b9f7aafbd5e4364c2d25efeb5d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 14:21:42 +0800 Subject: [PATCH] build(deps): bump react-headroom from 3.0.0 to 3.0.1 in /docs (#1532) Bumps [react-headroom](https://github.com/KyleAMathews/react-headroom) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/KyleAMathews/react-headroom/releases) - [Commits](https://github.com/KyleAMathews/react-headroom/compare/v3.0.0...v3.0.1) Signed-off-by: dependabot[bot] Signed-off-by: Xiang Dai Co-authored-by: Xiang Dai Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/package-lock.json | 6 +++--- docs/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index ab497d65..4b2b5f70 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -18821,9 +18821,9 @@ } }, "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.0.1", + "resolved": "https://registry.npmjs.org/react-headroom/-/react-headroom-3.0.1.tgz", + "integrity": "sha512-MEyuEqzKpEoh22bPkCbW8bdJTIDIEn3n3rOGktJSsidPWb/wDQfBK+EQEzcTpMMopmXjnIk0umFtv4m8T3WEiA==", "requires": { "prop-types": "^15.5.8", "raf": "^3.3.0", diff --git a/docs/package.json b/docs/package.json index aaab1702..379b8bc6 100644 --- a/docs/package.json +++ b/docs/package.json @@ -44,7 +44,7 @@ "puppeteer": "^5.4.1", "react": "^16.12.0", "react-dom": "^16.12.0", - "react-headroom": "^3.0.0", + "react-headroom": "^3.0.1", "react-helmet": "^6.1.0", "react-icons": "^3.11.0", "react-live": "^2.2.3",