diff --git a/ui/package-lock.json b/ui/package-lock.json index ba00d08d1..0bd1c47a6 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -45,7 +45,7 @@ "react-intersection-observer": "9.4.0", "react-json-pretty": "2.2.0", "react-linkify": "0.2.2", - "react-media-hook": "0.4.9", + "react-media-hook": "0.5.0", "react-range": "1.8.14", "react-select": "5.4.0", "react-transition-group": "4.4.5", @@ -29010,9 +29010,9 @@ } }, "node_modules/react-media-hook": { - "version": "0.4.9", - "resolved": "https://registry.npmjs.org/react-media-hook/-/react-media-hook-0.4.9.tgz", - "integrity": "sha512-FZr/2xA1+23vDJ1IZ794yLqMRRkBoCNOiJATdtTfB5GyVc5djf8FL2qEB/68pSkiNgHdHsmKknMSDr0sC4zBKQ==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/react-media-hook/-/react-media-hook-0.5.0.tgz", + "integrity": "sha512-OupDgOSCjUUWPiXq3HMoRwpsQry4cGf4vKzh2E984Xtm4I01ZFbq8JwCG/RPqXB9h0qxgzoYLbABC+LIZH8deQ==", "peerDependencies": { "react": ">=16.8.0" } @@ -57824,9 +57824,9 @@ } }, "react-media-hook": { - "version": "0.4.9", - "resolved": "https://registry.npmjs.org/react-media-hook/-/react-media-hook-0.4.9.tgz", - "integrity": "sha512-FZr/2xA1+23vDJ1IZ794yLqMRRkBoCNOiJATdtTfB5GyVc5djf8FL2qEB/68pSkiNgHdHsmKknMSDr0sC4zBKQ==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/react-media-hook/-/react-media-hook-0.5.0.tgz", + "integrity": "sha512-OupDgOSCjUUWPiXq3HMoRwpsQry4cGf4vKzh2E984Xtm4I01ZFbq8JwCG/RPqXB9h0qxgzoYLbABC+LIZH8deQ==", "requires": {} }, "react-range": { diff --git a/ui/package.json b/ui/package.json index 4bc1ca995..8e5e3fde6 100644 --- a/ui/package.json +++ b/ui/package.json @@ -44,7 +44,7 @@ "react-intersection-observer": "9.4.0", "react-json-pretty": "2.2.0", "react-linkify": "0.2.2", - "react-media-hook": "0.4.9", + "react-media-hook": "0.5.0", "react-range": "1.8.14", "react-select": "5.4.0", "react-transition-group": "4.4.5",