From 21f99d50b868951e205fbe800573cef03184f87e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 01:11:28 +0000 Subject: [PATCH] build(deps): bump @visx/mock-data from 2.15.1 to 3.3.0 Bumps [@visx/mock-data](https://github.com/airbnb/visx) from 2.15.1 to 3.3.0. - [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.15.1...v3.3.0) --- updated-dependencies: - dependency-name: "@visx/mock-data" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9b3a456a8..643f69096 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@visx/gradient": "^2.10.0", "@visx/grid": "^2.12.2", "@visx/legend": "^2.10.0", - "@visx/mock-data": "^2.15.1", + "@visx/mock-data": "^3.3.0", "@visx/responsive": "^2.10.0", "@visx/scale": "^2.2.2", "@visx/shape": "^2.12.2", diff --git a/yarn.lock b/yarn.lock index e13ed7391..b65a9da3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3880,10 +3880,10 @@ classnames "^2.3.1" prop-types "^15.5.10" -"@visx/mock-data@^2.15.1": - version "2.15.1" - resolved "https://registry.yarnpkg.com/@visx/mock-data/-/mock-data-2.15.1.tgz#754f657f382f6e56637a959be8835df787d13470" - integrity sha512-H9NQk7vH1PwnVUvcSqz6xO7XB98SfqI8jALTL6XZudEigrxV6TxK8gTJ3b/O0Baq6X8i3JockgVNsZcnWZ+Luw== +"@visx/mock-data@^3.3.0": + version "3.3.0" + resolved "https://registry.yarnpkg.com/@visx/mock-data/-/mock-data-3.3.0.tgz#c9c08bb22b68adcc43da2968c61f998b26dccd95" + integrity sha512-yb5R/tAU8fjwRSc5VL1UPYbkD+BoYjXUorblE3/oDcSfFrOvpRMZzSaYCBbZ6jtllge3Ks6QVzwyUUj1/xweqQ== dependencies: "@types/d3-random" "^2.2.0" d3-random "^2.2.2"