From 80c33364f7e6bd9f86a357b38f883368e9cb228a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 02:09:19 +0000 Subject: [PATCH] chore(deps): bump d3-axis and @types/d3-axis Bumps [d3-axis](https://github.com/d3/d3-axis) and [@types/d3-axis](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3-axis). These dependencies needed to be updated together. Updates `d3-axis` from 1.0.12 to 3.0.0 - [Release notes](https://github.com/d3/d3-axis/releases) - [Commits](https://github.com/d3/d3-axis/compare/v1.0.12...v3.0.0) Updates `@types/d3-axis` from 1.0.16 to 3.0.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3-axis) --- updated-dependencies: - dependency-name: d3-axis dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/d3-axis" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../iot-app-kit-visualizations/package.json | 4 ++-- yarn.lock | 19 ++++++++++++++++++- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/packages/iot-app-kit-visualizations/package.json b/packages/iot-app-kit-visualizations/package.json index 6f9587920..debd4f4b2 100644 --- a/packages/iot-app-kit-visualizations/package.json +++ b/packages/iot-app-kit-visualizations/package.json @@ -61,7 +61,7 @@ "@types/color": "^3.0.5", "@types/color-string": "^1.5.4", "@types/cypress-image-snapshot": "^3.1.8", - "@types/d3-axis": "^1.0.12", + "@types/d3-axis": "^3.0.5", "@types/jest": "24.9.1", "@types/lodash.isequal": "^4.5.7", "@types/lodash.isnumber": "^3.0.8", @@ -99,7 +99,7 @@ "@stencil/redux": "^0.2.0", "@types/d3": "^5.16.4", "d3-array": "^2.3.2", - "d3-axis": "^1.0.12", + "d3-axis": "^3.0.0", "d3-brush": "^3.0.0", "d3-color-1-fix": "1.4.2", "d3-drag": "^1.2.5", diff --git a/yarn.lock b/yarn.lock index c5ce659ce..02b43baed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3063,13 +3063,20 @@ resolved "https://registry.npmjs.org/@types/d3-array/-/d3-array-1.2.9.tgz" integrity sha512-E/7RgPr2ylT5dWG0CswMi9NpFcjIEDqLcUSBgNHe/EMahfqYaTx4zhcggG3khqoEB/leY4Vl6nTSbwLUPjXceA== -"@types/d3-axis@^1", "@types/d3-axis@^1.0.12": +"@types/d3-axis@^1": version "1.0.16" resolved "https://registry.npmjs.org/@types/d3-axis/-/d3-axis-1.0.16.tgz" integrity sha512-p7085weOmo4W+DzlRRVC/7OI/jugaKbVa6WMQGCQscaMylcbuaVEGk7abJLNyGVFLeCBNrHTdDiqRGnzvL0nXQ== dependencies: "@types/d3-selection" "^1" +"@types/d3-axis@^3.0.5": + version "3.0.5" + resolved "https://registry.yarnpkg.com/@types/d3-axis/-/d3-axis-3.0.5.tgz#39e2f355da2cde9a8e8bb71907cdf6f4005f6a7b" + integrity sha512-ufDAV3SQzju+uB3Jlty7SUb/jMigjpIlvDDcSGvGmmO6OT/sNO93UE0dRzwWOZeBLzrLSA0CQM4bf3iq1std3A== + dependencies: + "@types/d3-selection" "*" + "@types/d3-brush@^1": version "1.1.5" resolved "https://registry.npmjs.org/@types/d3-brush/-/d3-brush-1.1.5.tgz" @@ -3190,6 +3197,11 @@ dependencies: "@types/d3-time" "^1" +"@types/d3-selection@*": + version "3.0.8" + resolved "https://registry.yarnpkg.com/@types/d3-selection/-/d3-selection-3.0.8.tgz#9423511db3ed00a55aad4217ac8d546db5d8e5f5" + integrity sha512-pxCZUfQyedq/DIlPXIR5wE1mIH37omOdx1yxRudL3KZ4AC+156jMjOv1z5RVlGq62f8WX2kyO0hTVgEx627QFg== + "@types/d3-selection@^1": version "1.4.3" resolved "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-1.4.3.tgz" @@ -6572,6 +6584,11 @@ d3-axis@^1.0.12: resolved "https://registry.npmjs.org/d3-axis/-/d3-axis-1.0.12.tgz" integrity sha512-ejINPfPSNdGFKEOAtnBtdkpr24c4d4jsei6Lg98mxf424ivoDP2956/5HDpIAtmHo85lqT4pruy+zEgvRUBqaQ== +d3-axis@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/d3-axis/-/d3-axis-3.0.0.tgz#c42a4a13e8131d637b745fc2973824cfeaf93322" + integrity sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw== + d3-brush@^1.1.3: version "1.1.6" resolved "https://registry.npmjs.org/d3-brush/-/d3-brush-1.1.6.tgz"