diff --git a/package-lock.json b/package-lock.json index 1929397da..718865a82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@visx/event": "^2.1.2", "@visx/grid": "^2.2.2", "@visx/group": "^2.1.0", - "@visx/responsive": "^2.1.2", + "@visx/responsive": "^2.4.1", "@visx/scale": "^2.2.2", "@visx/shape": "^2.1.2", "@visx/tooltip": "^2.2.2", @@ -9454,9 +9454,9 @@ "integrity": "sha512-vVnfI7oqjjttkn05Xi/ooR0UqQRoGf68lyT3SOl0WPHvIQBGNh3XoVUBHDr15/NUkfErgK6TNlfXY763YncPWg==" }, "node_modules/@visx/responsive": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@visx/responsive/-/responsive-2.1.2.tgz", - "integrity": "sha512-trN6In0fPO9rJV9SUlidM5IrW7IeUfP/fGocLFPM1HRHkG9XhnN1V7Q1CM+t9DAoRBpiByBGDpURo3AFkTa7QQ==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@visx/responsive/-/responsive-2.4.1.tgz", + "integrity": "sha512-x5zPUmmsdVX/QaeDj9rLg3mGtNuiomBWUvwBo5oQs2KOtAFiviHx0NpLfY09h+p5gvkmGfTM+8gHEtVtIwLXPg==", "dependencies": { "@types/lodash": "^4.14.172", "@types/react": "*", @@ -60510,9 +60510,9 @@ "integrity": "sha512-vVnfI7oqjjttkn05Xi/ooR0UqQRoGf68lyT3SOl0WPHvIQBGNh3XoVUBHDr15/NUkfErgK6TNlfXY763YncPWg==" }, "@visx/responsive": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@visx/responsive/-/responsive-2.1.2.tgz", - "integrity": "sha512-trN6In0fPO9rJV9SUlidM5IrW7IeUfP/fGocLFPM1HRHkG9XhnN1V7Q1CM+t9DAoRBpiByBGDpURo3AFkTa7QQ==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@visx/responsive/-/responsive-2.4.1.tgz", + "integrity": "sha512-x5zPUmmsdVX/QaeDj9rLg3mGtNuiomBWUvwBo5oQs2KOtAFiviHx0NpLfY09h+p5gvkmGfTM+8gHEtVtIwLXPg==", "requires": { "@types/lodash": "^4.14.172", "@types/react": "*", diff --git a/package.json b/package.json index 9267eb962..4184f28c6 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@visx/event": "^2.1.2", "@visx/grid": "^2.2.2", "@visx/group": "^2.1.0", - "@visx/responsive": "^2.1.2", + "@visx/responsive": "^2.4.1", "@visx/scale": "^2.2.2", "@visx/shape": "^2.1.2", "@visx/tooltip": "^2.2.2",