From 4a478f396b18dca925606ab4ae2e24293a42637e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Dec 2021 19:30:45 +0000 Subject: [PATCH] chore(deps): bump @visx/responsive from 2.1.2 to 2.4.1 Bumps [@visx/responsive](https://github.com/airbnb/visx) from 2.1.2 to 2.4.1. - [Release notes](https://github.com/airbnb/visx/releases) - [Changelog](https://github.com/airbnb/visx/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/visx/compare/v2.1.2...v2.4.1) --- updated-dependencies: - dependency-name: "@visx/responsive" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",