diff --git a/package-lock.json b/package-lock.json index e16e345..4fec7e5 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.2.0", + "resolved": "https://registry.npmjs.org/react-headroom/-/react-headroom-3.2.0.tgz", + "integrity": "sha512-8rbXBKN187DnPg8lyJa5IKZx9rA1DbkvO4X0F6A6lSGr54fr7CHphF84fxwlPbX93Uqs9daFt9q0j3fhC7RTEg==", "requires": { "prop-types": "^15.5.8", "raf": "^3.3.0", diff --git a/package.json b/package.json index 27aa3cb..c0715e5 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.2.0", "react-lottie": "^1.2.3", "react-reveal": "^1.2.2", "react-scripts": "^4.0.3",