Bump d3-color, d3 and powerbi-visuals-utils-interactivityutils

Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates ancestor dependencies [d3-color](https://github.com/d3/d3-color), [d3](https://github.com/d3/d3) and [powerbi-visuals-utils-interactivityutils](https://github.com/Microsoft/powerbi-visuals-utils-interactivityutils). These dependencies need to be updated together.


Updates `d3-color` from 1.4.0 to 3.1.0
- [Release notes](https://github.com/d3/d3-color/releases)
- [Commits](https://github.com/d3/d3-color/compare/v1.4.0...v3.1.0)

Updates `d3` from 5.12.0 to 7.6.1
- [Release notes](https://github.com/d3/d3/releases)
- [Changelog](https://github.com/d3/d3/blob/main/CHANGES.md)
- [Commits](https://github.com/d3/d3/compare/v5.12.0...v7.6.1)

Updates `powerbi-visuals-utils-interactivityutils` from 5.6.0 to 5.7.1
- [Release notes](https://github.com/Microsoft/powerbi-visuals-utils-interactivityutils/releases)
- [Changelog](https://github.com/microsoft/powerbi-visuals-utils-interactivityutils/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/powerbi-visuals-utils-interactivityutils/commits)

---
updated-dependencies:
- dependency-name: d3-color
  dependency-type: indirect
- dependency-name: d3
  dependency-type: direct:production
- dependency-name: powerbi-visuals-utils-interactivityutils
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-30 05:41:56 +00:00 committed by GitHub
parent 106060433d
commit 32b819d576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 397 additions and 340 deletions

733
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,12 +13,12 @@
"@babel/runtime-corejs3": "^7.8.4", "@babel/runtime-corejs3": "^7.8.4",
"@types/d3": "5.7.2", "@types/d3": "5.7.2",
"core-js": "^3.2.1", "core-js": "^3.2.1",
"d3": "5.12.0", "d3": "7.6.1",
"moment": "^2.24.0", "moment": "^2.24.0",
"powerbi-models": "^1.3.1", "powerbi-models": "^1.3.1",
"powerbi-visuals-api": "~2.6.1", "powerbi-visuals-api": "~2.6.1",
"powerbi-visuals-utils-dataviewutils": "2.2.1", "powerbi-visuals-utils-dataviewutils": "2.2.1",
"powerbi-visuals-utils-interactivityutils": "^5.6.0", "powerbi-visuals-utils-interactivityutils": "^5.7.1",
"powerbi-visuals-utils-typeutils": "^2.2.1" "powerbi-visuals-utils-typeutils": "^2.2.1"
}, },
"devDependencies": { "devDependencies": {