Skip to content

Commit

Permalink
chore(deps): bump @swimlane/ngx-charts in /modules/web (#9808)
Browse files Browse the repository at this point in the history
Bumps [@swimlane/ngx-charts](https://github.com/swimlane/ngx-charts) from 21.0.0 to 21.1.0.
- [Changelog](https://github.com/swimlane/ngx-charts/blob/master/docs/changelog.md)
- [Commits](swimlane/ngx-charts@21.0.0...21.1.0)

---
updated-dependencies:
- dependency-name: "@swimlane/ngx-charts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent e82d2ee commit 4f3d800
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@angular/platform-browser": "16.2.1",
"@angular/platform-browser-dynamic": "16.2.1",
"@angular/router": "16.2.1",
"@swimlane/ngx-charts": "21.0.0",
"@swimlane/ngx-charts": "21.1.0",
"ace-builds": "1.37.0",
"core-js": "3.39.0",
"crop-url": "4.0.1",
Expand Down
44 changes: 39 additions & 5 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6222,9 +6222,9 @@ __metadata:
languageName: node
linkType: hard

"@swimlane/ngx-charts@npm:21.0.0":
version: 21.0.0
resolution: "@swimlane/ngx-charts@npm:21.0.0"
"@swimlane/ngx-charts@npm:21.1.0":
version: 21.1.0
resolution: "@swimlane/ngx-charts@npm:21.1.0"
dependencies:
d3-array: ^3.2.0
d3-brush: ^3.0.0
Expand All @@ -6239,6 +6239,7 @@ __metadata:
d3-shape: ^3.2.0
d3-time-format: ^4.1.0
d3-transition: ^3.0.1
gradient-path: ^2.3.0
tslib: ^2.3.1
peerDependencies:
"@angular/animations": 17.x || 18.x
Expand All @@ -6249,7 +6250,7 @@ __metadata:
"@angular/platform-browser": 17.x || 18.x
"@angular/platform-browser-dynamic": 17.x || 18.x
rxjs: 7.x
checksum: a88b64a8ed09de16dd644825e910efb19f4c5fa2fed03823711b25a69f6ff01da14451653f71893dea2e781f8223cb17a68b98d0dcd7b2f4a72c2f7a4fa2bb28
checksum: 2a06b9ac64be795cd1d86d304b7a6bfc226e40e238c6d55bc746593603bfb0f6f458f0907b4342dec4e6b18c39c3d9a7fd597874a57660a481c89279a509483a
languageName: node
linkType: hard

Expand Down Expand Up @@ -7026,6 +7027,13 @@ __metadata:
languageName: node
linkType: hard

"@types/tinycolor2@npm:^1.4.0":
version: 1.4.6
resolution: "@types/tinycolor2@npm:1.4.6"
checksum: 50179851b32dcf78e0b4b691350a61043d8a00c3a8176d8155a257b34bb937136ff5d7950c814dca3c832673c7b6dc835f89dd154e85ccec3a4d4eac3993ed84
languageName: node
linkType: hard

"@types/tough-cookie@npm:*":
version: 4.0.5
resolution: "@types/tough-cookie@npm:4.0.5"
Expand Down Expand Up @@ -12330,6 +12338,15 @@ __metadata:
languageName: node
linkType: hard

"gradient-path@npm:^2.3.0":
version: 2.3.0
resolution: "gradient-path@npm:2.3.0"
dependencies:
tinygradient: ^1.0.0
checksum: 983568e5e7a2f156f99feb06185550f66e15703201c6ad29e04b3140cf860e31924361ec5d81df4b0f900d9dfd22a18f01bf2f06fbbb6477f87ba597f6ef0507
languageName: node
linkType: hard

"graphemer@npm:^1.4.0":
version: 1.4.0
resolution: "graphemer@npm:1.4.0"
Expand Down Expand Up @@ -14489,7 +14506,7 @@ __metadata:
"@graphql-mesh/openapi": 0.108.11
"@graphql-mesh/runtime": 0.105.9
"@graphql-mesh/transform-replace-field": 0.103.10
"@swimlane/ngx-charts": 21.0.0
"@swimlane/ngx-charts": 21.1.0
"@types/d3": 7.4.3
"@types/d3-scale": 4.0.8
"@types/file-saver": 2.0.7
Expand Down Expand Up @@ -19251,6 +19268,23 @@ __metadata:
languageName: node
linkType: hard

"tinycolor2@npm:^1.0.0":
version: 1.6.0
resolution: "tinycolor2@npm:1.6.0"
checksum: 6df4d07fceeedc0a878d7bac47e2cd47c1ceeb1078340a9eb8a295bc0651e17c750f73d47b3028d829f30b85c15e0572c0fd4142083e4c21a30a597e47f47230
languageName: node
linkType: hard

"tinygradient@npm:^1.0.0":
version: 1.1.5
resolution: "tinygradient@npm:1.1.5"
dependencies:
"@types/tinycolor2": ^1.4.0
tinycolor2: ^1.0.0
checksum: d41771d553fff884830f60029ba32163066221f1c6ea28ddf9751b10d54015fa47597bdefa164e20434ba3018e499dbd17b465fd43a095c587cac28bb7de5a0e
languageName: node
linkType: hard

"title-case@npm:^3.0.3":
version: 3.0.3
resolution: "title-case@npm:3.0.3"
Expand Down

0 comments on commit 4f3d800

Please sign in to comment.