Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the production-dependencies group with 17 updates in the /frontend directory:

Package From To
@angular/animations 19.2.5 20.3.7
@angular/cdk 19.2.8 20.2.10
@angular/common 19.2.5 20.3.7
@angular/compiler 19.2.5 20.3.7
@angular/core 19.2.5 20.3.7
@angular/forms 19.2.5 20.3.7
@angular/material 19.2.8 20.2.10
@angular/platform-browser 19.2.5 20.3.7
@angular/platform-browser-dynamic 19.2.5 20.3.7
@angular/router 19.2.5 20.3.7
@octokit/types 13.10.0 15.0.1
canvas-confetti 1.9.3 1.9.4
cronstrue 2.57.0 3.9.0
dayjs 1.11.13 1.11.18
highcharts 11.4.8 12.4.0
highcharts-angular 4.0.1 5.1.0
rxjs 7.8.1 7.8.2

Updates @angular/animations from 19.2.5 to 20.3.7

Release notes

Sourced from @​angular/animations's releases.

20.3.7

animations

Commit Description
fix - bd38cd45a5 account for Element.animate exceptions (#64506)

compiler

Commit Description
fix - 891f180262 correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Description
fix - 371274bfc6 missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Description
fix - 4c89a267c3 pass element removal property through in all locations (#64565)
fix - 2fad4d4ab6 prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

Commit Description
fix - cfd8ed3fff Fix outlet serialization and parsing with no primary children (#64505)
fix - 182fe78f91 Surface parse errors in Router.parseUrl (#64503)

20.3.6

core

Commit Description
fix - 911d6822cb update animation scheduling (#64441)

platform-browser

Commit Description
fix - 2ece42866d DomEventsPlugin should always be the last plugin to be called for supports(). (#50394)

20.3.5

compiler-cli

Commit Description
fix - 8dec92ff9f capture metadata for undecorated fields (#63957) (#64317)
perf - c2e817b0ef fix performance of "interpolated signal not invoked" check (#64410)

core

Commit Description
fix - f15cfa4cc4 fixes regression in animate.leave function bindings (#64413)
fix - d54dd674ca Prevents early style pruning with leave animations (#64335)

migrations

Commit Description
fix - 554573e524 migrating input with more than 1 usage in a method (#64367)
fix - 2c79ca0b57 remove error for no matching files in control flow migration (#64253) (#64314)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

20.3.7 (2025-10-22)

animations

Commit Type Description
bd38cd45a5 fix account for Element.animate exceptions (#64506)

compiler

Commit Type Description
891f180262 fix correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Type Description
371274bfc6 fix missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Type Description
4c89a267c3 fix pass element removal property through in all locations (#64565)
2fad4d4ab6 fix prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

Commit Type Description
cfd8ed3fff fix Fix outlet serialization and parsing with no primary children (#64505)
182fe78f91 fix Surface parse errors in Router.parseUrl (#64503)

20.3.6 (2025-10-16)

core

Commit Type Description
911d6822cb fix update animation scheduling (#64441)

platform-browser

Commit Type Description
2ece42866d fix DomEventsPlugin should always be the last plugin to be called for supports(). (#50394)

21.0.0-next.8 (2025-10-15)

compiler-cli

Commit Type Description
563dbd998c feat Adds diagnostic for misconfigured @defer triggers (#64069)
ab98b2425f fix capture metadata for undecorated fields (#63957)
49377d274a perf fix performance of "interpolated signal not invoked" check (#64410)

core

Commit Type Description

... (truncated)

Commits
  • 4c89a26 fix(core): pass element removal property through in all locations (#64565)
  • bd38cd4 fix(animations): account for Element.animate exceptions (#64506)
  • e78451c fix(core): prevent animations renderer from impacting animate.leave (#63921)
  • 7a7725e refactor(core): Update tests for zoneless by default (#63672)
  • ed50120 refactor(animations): remove dependency on @angular/common (#63248)
  • 9a27c5b build: rename defaults2.bzl to defaults.bzl (#63384)
  • ec8cd3e refactor(animations): optimize resolveTimeExpression (#62927)
  • fa8d8b8 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • cbc258e build: remove ts_project_interop infrastructure (#62908)
  • 793ff35 build: move http_server and generate_api_docs into defaults2.bzl (#62878)
  • Additional commits viewable in compare view

Updates @angular/cdk from 19.2.8 to 20.2.10

Release notes

Sourced from @​angular/cdk's releases.

20.2.10

material

Commit Description
fix - b2cd596d3 core: differentiate container colors in m2 (#32076)

20.2.9

material

Commit Description
fix - af3b961214 checkbox: use GrayText for disabled colors in high contrast mode (#32066)
fix - a90abb0a77 snack-bar: add max height for snack bar (#32000)

20.2.8

material-date-fns-adapter

Commit Description
fix - 2d1f8d068 parse time string containing only hours (#31978)

material

Commit Description
fix - 6d61babe7 datepicker: error due to synchronous change detection
fix - e43dcabd0 datepicker: make date filter nullable (#31980)
fix - f30c1c6c3 radio: Hovering over label of a radio will show the pointer cursor (#32015)
fix - de3f9e566 timepicker: assign form control value before emitting events (#31981)

20.2.7

material

Commit Description
fix - 85ed6550c2 menu: prevent child menu reopening while parent is animating away (#31958)

20.2.6

material

Commit Description
fix - a6f0bd8e7 menu: switch internal state to signals (#31934)
fix - 94716a805 select: rotate arrow while open (#31936)

cdk

Commit Description
fix - e8e8662ab scrolling: Fix undefined error when documentElement.style is undefined (#31904)
fix - a9b1afdb6 scrolling: prevent subpixel gaps in virtual scroll viewport (#31940)

20.2.5

material

Commit Description
fix - 36be42637 core: move internal tokens (#31907)
fix - 3ac762be5 form-field: restore error message animation (#31774)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

20.2.10 "aleutite-anchovy" (2025-10-22)

material

Commit Type Description
b2cd596d3 fix core: differentiate container colors in m2 (#32076)

21.0.0-next.9 "plastic-fork" (2025-10-15)

Breaking Changes

cdk

    • TestElement implementations need to provide a setContenteditableValue.

material

Commit Type Description
71d590796c feat sort: add content projection slot for custom icon (#32016)
85f596b3c3 feat table: add harness for "no data" row (#32075)
ff9059d8d1 fix checkbox: use GrayText for disabled colors in high contrast mode (#32066)
5f12b26ab3 fix snack-bar: add max height for snack bar (#32000)
7dfabca03d fix timepicker: add interface for timepicker input (#32050)

cdk

Commit Type Description
544438c865 fix testing: make setContenteditableValue required (#32058)

20.2.9 "plastic-spoon" (2025-10-15)

material

Commit Type Description
af3b961214 fix checkbox: use GrayText for disabled colors in high contrast mode (#32066)
a90abb0a77 fix snack-bar: add max height for snack bar (#32000)

21.0.0-next.8 "osmium-summit" (2025-10-08)

21.0.0-next.7 "selenium-summit" (2025-10-08)

cdk

Commit Type Description
82cd076bf feat overlay: Allow passing separate X and Y values for the viewportMargin (#29563)

material

... (truncated)

Commits

Updates @angular/common from 19.2.5 to 20.3.7

Release notes

Sourced from @​angular/common's releases.

20.3.7

animations

Commit Description
fix - bd38cd45a5 account for Element.animate exceptions (#64506)

compiler

Commit Description
fix - 891f180262 correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Description
fix - 371274bfc6 missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Description
fix - 4c89a267c3 pass element removal property through in all locations (#64565)
fix - 2fad4d4ab6 prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

Commit Description
fix - cfd8ed3fff Fix outlet serialization and parsing with no primary children (#64505)
fix - 182fe78f91 Surface parse errors in Router.parseUrl (#64503)

20.3.6

core

Commit Description
fix - 911d6822cb update animation scheduling (#64441)

platform-browser

Commit Description
fix - 2ece42866d DomEventsPlugin should always be the last plugin to be called for supports(). (#50394)

20.3.5

compiler-cli

Commit Description
fix - 8dec92ff9f capture metadata for undecorated fields (#63957) (#64317)
perf - c2e817b0ef fix performance of "interpolated signal not invoked" check (#64410)

core

Commit Description
fix - f15cfa4cc4 fixes regression in animate.leave function bindings (#64413)
fix - d54dd674ca Prevents early style pruning with leave animations (#64335)

migrations

Commit Description
fix - 554573e524 migrating input with more than 1 usage in a method (#64367)
fix - 2c79ca0b57 remove error for no matching files in control flow migration (#64253) (#64314)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

20.3.7 (2025-10-22)

animations

Commit Type Description
bd38cd45a5 fix account for Element.animate exceptions (#64506)

compiler

Commit Type Description
891f180262 fix correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Type Description
371274bfc6 fix missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Type Description
4c89a267c3 fix pass element removal property through in all locations (#64565)
2fad4d4ab6 fix prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

Commit Type Description
cfd8ed3fff fix Fix outlet serialization and parsing with no primary children (#64505)
182fe78f91 fix Surface parse errors in Router.parseUrl (#64503)

20.3.6 (2025-10-16)

core

Commit Type Description
911d6822cb fix update animation scheduling (#64441)

platform-browser

Commit Type Description
2ece42866d fix DomEventsPlugin should always be the last plugin to be called for supports(). (#50394)

21.0.0-next.8 (2025-10-15)

compiler-cli

Commit Type Description
563dbd998c feat Adds diagnostic for misconfigured @defer triggers (#64069)
ab98b2425f fix capture metadata for undecorated fields (#63957)
49377d274a perf fix performance of "interpolated signal not invoked" check (#64410)

core

Commit Type Description

... (truncated)

Commits
  • 5f4f624 Revert "refactor(core): add debug name to resource (#64172)" (#64418)
  • 623c284 refactor(core): add debug name to resource (#64172)
  • 1ca0d05 docs: Adds documentation for image decoding attribute (#64261)
  • 9515a70 fix(core): fix narrowing of Resource.hasValue() (#63994)
  • 423cc17 refactor(common): trim undefined from locale data. (#63520)
  • b05552f docs: add documentation for NG02802 warning about HttpTransferCache headers (...
  • 1b7f530 build: add a noDuplicateEnumValue rule (#63483)
  • 7a7725e refactor(core): Update tests for zoneless by default (#63672)
  • b549cd2 refactor(bazel): reduce build deps (#63348)
  • e8d9bc5 refactor(http): rework the HttpEvent union to improve narrowing. (#63267)
  • Additional commits viewable in compare view

Updates @angular/compiler from 19.2.5 to 20.3.7

Release notes

Sourced from @​angular/compiler's releases.

20.3.7

animations

Commit Description
fix - bd38cd45a5 account for Element.animate exceptions (#64506)

compiler

Commit Description
fix - 891f180262 correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Description
fix - 371274bfc6 missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Description
fix - 4c89a267c3 pass element removal property through in all locations (#64565)
fix - 2fad4d4ab6 prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

Commit Description
fix - cfd8ed3fff Fix outlet serialization and parsing with no primary children (#64505)
fix - 182fe78f91 Surface parse errors in Router.parseUrl (#64503)

20.3.6

core

Commit Description
fix - 911d6822cb update animation scheduling (#64441)

platform-browser

Commit Description
fix - 2ece42866d DomEventsPlugin should always be the last plugin to be called for supports(). (#50394)

20.3.5

compiler-cli

Commit Description
fix - 8dec92ff9f capture metadata for undecorated fields (#63957) (#64317)
perf - c2e817b0ef fix performance of "interpolated signal not invoked" check (#64410)

core

Commit Description
fix - f15cfa4cc4 fixes regression in animate.leave function bindings (#64413)
fix - d54dd674ca Prevents early style pruning with leave animations (#64335)

migrations

Commit Description
fix - 554573e524 migrating input with more than 1 usage in a method (#64367)
fix - 2c79ca0b57 remove error for no matching files in control flow migration (#64253) (#64314)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

20.3.7 (2025-10-22)

animations

Commit Type Description
bd38cd45a5 fix account for Element.animate exceptions (#64506)

compiler

Commit Type Description
891f180262 fix correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Type Description
371274bfc6 fix missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Type Description
4c89a267c3 fix pass element removal property through in all locations (#64565)
2fad4d4ab6 fix prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

Commit Type Description
cfd8ed3fff fix Fix outlet serialization and parsing with no primary children (#64505)
182fe78f91 fix Surface parse errors in Router.parseUrl (#64503)

20.3.6 (2025-10-16)

core

Commit Type Description
911d6822cb fix update animation scheduling (#64441)

platform-browser

Commit Type Description
2ece42866d fix DomEventsPlugin should always be the last plugin to be called for supports(). (#50394)

21.0.0-next.8 (2025-10-15)

compiler-cli

Commit Type Description
563dbd998c feat Adds diagnostic for misconfigured @defer triggers (#64069)
ab98b2425f fix capture metadata for undecorated fields (#63957)
49377d274a perf fix performance of "interpolated signal not invoked" check (#64410)

core

Commit Type Description

... (truncated)

Commits

Updates @angular/core from 19.2.5 to 20.3.7

Release notes

Sourced from @​angular/core's releases.

20.3.7

animations

Commit Description
fix - bd38cd45a5 account for Element.animate exceptions (#64506)

compiler

Commit Description
fix - 891f180262 correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Description
fix - 371274bfc6 missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Description
fix - 4c89a267c3 pass element removal property through in all locations (#64565)
fix - 2fad4d4ab6 prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

Commit Description
fix - cfd8ed3fff Fix outlet serialization and parsing with no primary children (#64505)

…y with 17 updates

Bumps the production-dependencies group with 17 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.2.5` | `20.3.7` |
| [@angular/cdk](https://github.com/angular/components) | `19.2.8` | `20.2.10` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.2.5` | `20.3.7` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.2.5` | `20.3.7` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.2.5` | `20.3.7` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.2.5` | `20.3.7` |
| [@angular/material](https://github.com/angular/components) | `19.2.8` | `20.2.10` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.2.5` | `20.3.7` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.2.5` | `20.3.7` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.2.5` | `20.3.7` |
| [@octokit/types](https://github.com/octokit/types.ts) | `13.10.0` | `15.0.1` |
| [canvas-confetti](https://github.com/catdad/canvas-confetti) | `1.9.3` | `1.9.4` |
| [cronstrue](https://github.com/bradymholt/cronstrue) | `2.57.0` | `3.9.0` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.13` | `1.11.18` |
| [highcharts](https://github.com/highcharts/highcharts-dist) | `11.4.8` | `12.4.0` |
| [highcharts-angular](https://github.com/highcharts/highcharts-angular) | `4.0.1` | `5.1.0` |
| [rxjs](https://github.com/reactivex/rxjs) | `7.8.1` | `7.8.2` |



Updates `@angular/animations` from 19.2.5 to 20.3.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.7/packages/animations)

Updates `@angular/cdk` from 19.2.8 to 20.2.10
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@19.2.8...20.2.10)

Updates `@angular/common` from 19.2.5 to 20.3.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.7/packages/common)

Updates `@angular/compiler` from 19.2.5 to 20.3.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.7/packages/compiler)

Updates `@angular/core` from 19.2.5 to 20.3.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.7/packages/core)

Updates `@angular/forms` from 19.2.5 to 20.3.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.7/packages/forms)

Updates `@angular/material` from 19.2.8 to 20.2.10
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@19.2.8...20.2.10)

Updates `@angular/platform-browser` from 19.2.5 to 20.3.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.7/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 19.2.5 to 20.3.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.7/packages/platform-browser-dynamic)

Updates `@angular/router` from 19.2.5 to 20.3.7
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.7/packages/router)

Updates `@octokit/types` from 13.10.0 to 15.0.1
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v13.10.0...v15.0.1)

Updates `canvas-confetti` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/catdad/canvas-confetti/releases)
- [Commits](catdad/canvas-confetti@1.9.3...1.9.4)

Updates `cronstrue` from 2.57.0 to 3.9.0
- [Release notes](https://github.com/bradymholt/cronstrue/releases)
- [Changelog](https://github.com/bradymholt/cRonstrue/blob/main/CHANGELOG.md)
- [Commits](bradymholt/cRonstrue@v2.57.0...v3.9.0)

Updates `dayjs` from 1.11.13 to 1.11.18
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.18/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.13...v1.11.18)

Updates `highcharts` from 11.4.8 to 12.4.0
- [Commits](highcharts/highcharts-dist@v11.4.8...v12.4.0)

Updates `highcharts-angular` from 4.0.1 to 5.1.0
- [Release notes](https://github.com/highcharts/highcharts-angular/releases)
- [Changelog](https://github.com/highcharts/highcharts-angular/blob/master/CHANGELOG.md)
- [Commits](highcharts/highcharts-angular@v4.0.1...v5.1.0)

Updates `rxjs` from 7.8.1 to 7.8.2
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.2/CHANGELOG.md)
- [Commits](ReactiveX/rxjs@7.8.1...7.8.2)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 20.3.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/cdk"
  dependency-version: 20.2.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/common"
  dependency-version: 20.3.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 20.3.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/core"
  dependency-version: 20.3.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/forms"
  dependency-version: 20.3.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/material"
  dependency-version: 20.2.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.3.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.3.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/router"
  dependency-version: 20.3.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@octokit/types"
  dependency-version: 15.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: canvas-confetti
  dependency-version: 1.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: cronstrue
  dependency-version: 3.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: dayjs
  dependency-version: 1.11.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: highcharts
  dependency-version: 12.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: highcharts-angular
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: rxjs
  dependency-version: 7.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 27, 2025
@github-actions
Copy link

Dependency Review

The following issues were found:

  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 3 package(s) with unknown licenses.
  • ⚠️ 2 packages with OpenSSF Scorecard issues.

View full job summary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant