Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade: , #210

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ambrose40
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade multiple dependencies.

👯 The following dependencies are linked and will therefore be updated together.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.

⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

Name Versions Released on

@angular/cdk
from 9.2.2 to 18.0.1 | 338 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 21 days ago
on 2024-05-29
@angular/material
from 9.2.2 to 18.0.1 | 338 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 21 days ago
on 2024-05-29

Release notes
Package name: @angular/cdk
  • 18.0.1 - 2024-05-29

    18.0.1 "plastic-baby" (2024-05-29)

    youtube-player

    Commit Description
    fix - 466e249cd1 error when interacting with the player before the API has been loaded (#29127)

    material

    Commit Description
    fix - d96b5e39e0 core: M3 themes not inserting loaded marker
    fix - b7c0a6ef56 form-field: outline label position (#29123)
    fix - 24de3d4884 menu: prevent divider styles from bleeding out (#29111)
    fix - 2110f2c97e tabs: avoid pagination infinite loop in safari (#29121)
  • 18.0.0 - 2024-05-22

    18.0.0 "satin-sasquatch" (2024-05-22)

    cdk

    Commit Description
    fix - d8a6c3edd observers: don't observe content of comments (#28858)
    fix - 81fe8f322 observers: Run content changed callback in NgZone (#28870)
    fix - 108cce33b overlay: Remove use of zone onStable to detach content (#28740)
    fix - d91d0d424 scrolling: fix virtual scrolling jankiness with run coalescing (#28846)
    fix - c8b62a154 scrolling: fix virtual scrolling jankiness with run coalescing (#28968)

    material

    Commit Description
    feat - 4473a379f core: add prebuilt themes based on M3
    feat - e2a45bf1e core: Allow namespacing ripple-loader event handler (#28699)
    feat - d679024de core: move Material 3 support into stable (#28913)
    feat - 4ba4689dc core: namespace m2-specific theming APIs (#28892)
    feat - 295fd67fa schematics: Add custom M3 theme schematic (#28766)
    feat - b312b9491 schematics: use M3 themes in schematics
    feat - f8bd658df theming: add ability to use sys variables (#28898)
    fix - 49901c640 button-toggle: use radio pattern for single select Mat toggle button group (#28548)
    fix - 5501d9b40 core: add migration for M2 theming APIs (#28927)
    fix - 0ccc52830 core: export all available M3 palettes (#28975)
    fix - a5ad288bf core: ripple loader not working in shadow DOM (#29015)
    fix - ec9e83db4 datepicker: resolve repeater warnings in calendar (#29028)
    fix - 6dc8f7e90 dialog: mark dialog content as scrollable (#28963)
    fix - ae82909a9 schematics: Add css token renaming migration
    fix - 3e9d3c394 schematics: add option to generate system variables in M3 schematic
    fix - bdb17c6b3 schematics: Change themeTypes to a single select instead of a multiselect prompt in M3 theme schematic (#28997)
    fix - c86359dd4 slide-toggle: no outline when selected in high contrast mode (#28979)
    fix - d4e61e233 table: use ResizeObserver to react to size changes (#28783)
    fix - a4fc0a097 theming: remove shadow css variable (#28953)
    fix - 0bb5610d0 theming: restrict css color usage behind a flag (#28944)
    perf - a332146ff core: speed up M3 compilation (#29009)

    material-experimental

    Commit Description
    feat - c345df788 theming: add mixin for customizing checkbox tokens (#28759)
    fix - c932512ba theming: avoid re-emitting the same tokens from the backwards-compatibility styles

    multiple

    Commit Description
    feat - 4719da2c3 token overrides api (#28910)

    Breaking Changes

    material

    • The following APIs have been renamed. If you update using ng update, your app will be fixed automatically.
      • define-light-theme to m2-define-light-theme
      • define-dark-theme to m2-define-dark-theme
      • define-palette to m2-define-palette
      • get-contrast-color-from-palette to m2-get-contrast-color-from-palette
      • get-color-from-palette to m2-get-color-from-palette
      • get-color-config to m2-get-color-config
      • get-typography-config to m2-get-typography-config
      • get-density-config to m2-get-density-config
      • $red-palette to $m2-red-palette
      • $pink-palette to $m2-pink-palette
      • $indigo-palette to $m2-indigo-palette
      • $purple-palette to $m2-purple-palette
      • $deep-purple-palette to $m2-deep-purple-palette
      • $blue-palette to $m2-blue-palette
      • $light-blue-palette to $m2-light-blue-palette
      • $cyan-palette to $m2-cyan-palette
      • $teal-palette to $m2-teal-palette
      • $green-palette to $m2-green-palette
      • $light-green-palette to $m2-light-green-palette
      • $lime-palette to $m2-lime-palette
      • $yellow-palette to $m2-yellow-palette
      • $amber-palette to $m2-amber-palette
      • $orange-palette to $m2-orange-palette
      • $deep-orange-palette to $m2-deep-orange-palette
      • $brown-palette to $m2-brown-palette
      • $grey-palette to $m2-grey-palette
      • $gray-palette to $m2-gray-palette
      • $blue-grey-palette to $m2-blue-grey-palette
      • $blue-gray-palette to $m2-blue-gray-palette
      • $light-theme-background-palette to $m2-light-theme-background-palette
      • $dark-theme-background-palette to $m2-dark-theme-background-palette
      • $light-theme-foreground-palette to $m2-light-theme-foreground-palette
      • $dark-theme-foreground-palette to $m2-dark-theme-foreground-palette
      • define-typography-level to m2-define-typography-level
      • define-rem-typography-config to m2-define-rem-typography-config
      • define-typography-config to m2-define-typography-config
      • define-legacy-typography-config to m2-define-legacy-typography-config
      • typography-level to m2-typography-level
      • font-size to m2-font-size
      • line-height to m2-line-height
      • font-weight to m2-font-weight
      • letter-spacing to m2-letter-spacing
      • font-family to m2-font-family
      • font-shorthand to m2-font-shorthand
  • 18.0.0-rc.3 - 2024-05-21

    18.0.0-rc.3 "steel-sofa" (2024-05-21)

    material

    Commit Description
    fix - 57acd08fb chips: simplify repeat chip removal prevention (#29048)
    fix - ae82909a9 schematics: Add css token renaming migration
    fix - c7396b877 slider: aria-valuetext host binding should be onPush compatible (#29042)
    fix - 8299b0912 slider: resolve duplicate key warnings (#29073)

    cdk

    Commit Description
    fix - d80afa95e drag-drop: defer loading reset styles (#29056)
  • 18.0.0-rc.2 - 2024-05-15

    18.0.0-rc.2 "orange-owl" (2024-05-15)

    material

    Commit Description
    fix - 7a8e88614 core: ripple element not destroyed after trigger change (#29010) (#29012)
    fix - a5ad288bf core: ripple loader not working in shadow DOM (#29015)
    fix - ec9e83db4 datepicker: resolve repeater warnings in calendar (#29028)
    fix - 3e9d3c394 schematics: add option to generate system variables in M3 schematic

    cdk

    Commit Description
    fix - 81bdca50f observers: logs "ResizeObserver loop limit exceeded" errors (#29036)
    fix - 98a43c01b overlay: skip trigger interactions in outside click event (#29044)
  • 18.0.0-rc.1 - 2024-05-08
  • 18.0.0-rc.0 - 2024-05-02
  • 18.0.0-next.6 - 2024-04-25
  • 18.0.0-next.5 - 2024-04-17
  • 18.0.0-next.4 - 2024-04-11
  • 18.0.0-next.3 - 2024-04-03
  • 18.0.0-next.2 - 2024-03-28
  • 18.0.0-next.1 - 2024-03-20
  • 18.0.0-next.0 - 2024-03-14
  • 17.3.10 - 2024-05-22

    17.3.10 "soft-starfish" (2024-05-22)

    material

    Commit Description
    fix - 4cc7c1585 chips: simplify repeat chip removal prevention (#29048)
    fix - 2f0f57691 slider: aria-valuetext host binding should be onPush compatible (#29042)
    fix - 080164e62 slider: resolve duplicate key warnings (#29073)

    cdk

    Commit Description
    fix - a22b29bd2 drag-drop: defer loading reset styles (#29056)
  • 17.3.9 - 2024-05-15
  • 17.3.8 - 2024-05-08
  • 17.3.7 - 2024-05-02
  • 17.3.6 - 2024-04-24
  • 17.3.5 - 2024-04-17
  • 17.3.4 - 2024-04-11
  • 17.3.3 - 2024-04-03
  • 17.3.2 - 2024-03-28
  • 17.3.1 - 2024-03-20
  • 17.3.0 - 2024-03-14
  • 17.3.0-rc.0 - 2024-03-06
  • 17.3.0-next.0 - 2024-02-22
  • 17.2.2 - 2024-03-06
  • 17.2.1 - 2024-02-22
  • 17.2.0 - 2024-02-14
  • 17.2.0-rc.0 - 2024-02-07
  • 17.2.0-next.1 - 2024-01-31
  • 17.2.0-next.0 - 2024-01-26
  • 17.1.2 - 2024-01-31
  • 17.1.1 - 2024-01-25
  • 17.1.0 - 2024-01-17
  • 17.1.0-rc.0 - 2024-01-10
  • 17.1.0-next.3 - 2023-12-13
  • 17.1.0-next.2 - 2023-12-07
  • 17.1.0-next.1 - 2023-12-01
  • 17.1.0-next.0 - 2023-11-16
  • 17.0.6 - 2024-01-17
  • 17.0.5 - 2024-01-10
  • 17.0.4 - 2023-12-13
  • 17.0.3 - 2023-12-07
  • 17.0.2 - 2023-12-01
  • 17.0.1 - 2023-11-16
  • 17.0.0 - 2023-11-08
  • 17.0.0-rc.3 - 2023-11-06
  • 17.0.0-rc.2 - 2023-11-01
  • 17.0.0-rc.1 - 2023-10-25
  • 17.0.0-rc.0 - 2023-10-18
  • 17.0.0-next.7 - 2023-10-11
  • 17.0.0-next.6 - 2023-10-04
  • 17.0.0-next.5 - 2023-09-27
  • 17.0.0-next.4 - 2023-09-21
  • 17.0.0-next.3 - 2023-09-13
  • 17.0.0-next.2 - 2023-09-07
  • 17.0.0-next.1 - 2023-08-30
  • 17.0.0-next.0 - 2023-08-17
  • 16.2.14 - 2024-02-01
  • 16.2.13 - 2024-01-11
  • 16.2.12 - 2023-11-08
  • 16.2.11 - 2023-11-01
  • 16.2.10 - 2023-10-25
  • 16.2.9 - 2023-10-18
  • 16.2.8 - 2023-10-11
  • 16.2.7 - 2023-10-04
  • 16.2.6 - 2023-09-27
  • 16.2.5 - 2023-09-20
  • 16.2.4 - 2023-09-13
  • 16.2.3 - 2023-09-07
  • 16.2.2 - 2023-08-30
  • 16.2.1 - 2023-08-16
  • 16.2.0 - 2023-08-10
  • 16.2.0-rc.0 - 2023-08-02
  • 16.2.0-next.5 - 2023-07-26
  • 16.2.0-next.4 - 2023-07-14
  • 16.2.0-next.3 - 2023-07-06
  • 16.2.0-next.2 - 2023-06-28
  • 16.2.0-next.1 - 2023-06-23
  • 16.2.0-next.0 - 2023-06-13
  • 16.1.8 - 2023-08-09
  • 16.1.7 - 2023-08-02
  • 16.1.6 - 2023-07-26
  • 16.1.5 - 2023-07-13
  • 16.1.4 - 2023-07-06
  • 16.1.3 - 2023-06-28
  • 16.1.2 - 2023-06-23
  • 16.1.1 - 2023-06-14
  • 16.1.0 - 2023-06-13
  • 16.1.0-rc.0 - 2023-06-08
  • 16.1.0-next.2 - 2023-06-01
  • 16.1.0-next.1 - 2023-05-25
  • 16.1.0-next.0 - 2023-05-10
  • 16.0.4 - 2023-06-08
  • 16.0.3 - 2023-06-01
  • 16.0.2 - 2023-05-25
  • 16.0.1 - 2023-05-11
  • 16.0.0 - 2023-05-03
  • 16.0.0-rc.2 - 2023-05-01
  • 16.0.0-rc.1 - 2023-04-19
  • 16.0.0-rc.0 - 2023-04-13
  • 16.0.0-next.5 - 2023-04-06
  • 16.0.0-next.4 - 2023-03-29
  • 16.0.0-next.3 - 2023-03-23
  • 16.0.0-next.2 - 2023-03-16
  • 16.0.0-next.1 - 2023-03-08
  • 16.0.0-next.0 - 2023-03-01
  • 15.2.9 - 2023-05-03
  • 15.2.8 - 2023-04-19
  • 15.2.7 - 2023-04-13
  • 15.2.6 - 2023-04-05
  • 15.2.5 - 2023-03-29
  • 15.2.4 - 2023-03-23
  • 15.2.3 - 2023-03-16
  • 15.2.2 - 2023-03-08
  • 15.2.1 - 2023-03-01
  • 15.2.0 - 2023-02-22
  • 15.2.0-rc.0 - 2023-02-16
  • 15.2.0-next.4 - 2023-02-08
  • 15.2.0-next.3 - 2023-02-02
  • 15.2.0-next.2 - 2023-01-25
  • 15.2.0-next.1 - 2023-01-18
  • 15.2.0-next.0 - 2023-01-12
  • 15.1.6 - 2023-02-22
  • 15.1.5 - 2023-02-16
  • 15.1.4 - 2023-02-08
  • 15.1.3 - 2023-02-02
  • 15.1.2 - 2023-01-25
  • 15.1.1 - 2023-01-18
  • 15.1.0 - 2023-01-11
  • 15.1.0-rc.0 - 2023-01-05
  • 15.1.0-next.2 - 2022-12-14
  • 15.1.0-next.1 - 2022-12-08
  • 15.1.0-next.0 - 2022-11-30
  • 15.0.4 - 2023-01-05
  • 15.0.3 - 2022-12-14
  • 15.0.2 - 2022-12-08
  • 15.0.1 - 2022-11-30
  • 15.0.0 - 2022-11-16
  • 15.0.0-rc.3 - 2022-11-14
  • 15.0.0-rc.2 - 2022-11-09
  • 15.0.0-rc.1 - 2022-11-03
  • 15.0.0-rc.0 - 2022-10-26
  • 15.0.0-next.5 - 2022-10-12
  • 15.0.0-next.4 - 2022-10-05
  • 15.0.0-next.3 - 2022-09-29
  • 15.0.0-next.2 - 2022-09-28
  • 15.0.0-next.1 - 2022-09-14
  • 15.0.0-next.0 - 2022-09-07
  • 14.2.7 - 2022-11-09
  • 14.2.6 - 2022-10-26
  • 14.2.5 - 2022-10-12
  • 14.2.4 - 2022-10-05
  • 14.2.3 - 2022-09-28
  • 14.2.2 - 2022-09-14
  • 14.2.1 - 2022-09-07
  • 14.2.0 - 2022-08-25
  • 14.2.0-rc.0 - 2022-08-19
  • 14.2.0-next.2 - 2022-08-11
  • 14.2.0-next.1 - 2022-08-03
  • 14.1.3 - 2022-08-19
  • 14.1.2 - 2022-08-11
  • 14.1.1 - 2022-08-03
  • 14.1.0 - 2022-07-20
  • 14.1.0-rc.0 - 2022-07-14
  • 14.1.0-next.3 - 2022-06-29
  • 14.1.0-next.2 - 2022-06-23
  • 14.1.0-next.1 - 2022-06-16
  • 14.1.0-next.0 - 2022-06-07
  • 14.0.6 - 2022-07-20
  • 14.0.5 - 2022-07-14
  • 14.0.4 - 2022-06-29
  • 14.0.3 - 2022-06-23
  • 14.0.2 - 2022-06-16
  • 14.0.1 - 2022-06-07
  • 14.0.0 - 2022-06-02
  • 14.0.0-rc.2 - 2022-05-31
  • 14.0.0-rc.1 - 2022-05-26
  • 14.0.0-rc.0 - 2022-05-11
  • 14.0.0-next.13 - 2022-05-04
  • 14.0.0-next.12 - 2022-04-28
  • 14.0.0-next.11 - 2022-04-20
  • 14.0.0-next.10 - 2022-04-13
  • 14.0.0-next.9 - 2022-03-30
  • 14.0.0-next.8 - 2022-03-24
  • 14.0.0-next.7 - 2022-03-16
  • 14.0.0-next.6 - 2022-03-09
  • 14.0.0-next.5 - 2022-03-02
  • 14.0.0-next.4 - 2022-02-23
  • 14.0.0-next.3 - 2022-02-16
  • 14.0.0-next.2 - 2022-02-09
  • 14.0.0-next.1 - 2022-02-02
  • 14.0.0-next.0 - 2022-01-26
  • 13.3.9 - 2022-06-02
  • 13.3.8 - 2022-05-25
  • 13.3.7 - 2022-05-11
  • 13.3.6 - 2022-05-04
  • 13.3.5 - 2022-04-28
  • 13.3.4 - 2022-04-20
  • 13.3.3 - 2022-04-13
  • 13.3.2 - 2022-03-30
  • 13.3.1 - 2022-03-23
  • 13.3.0 - 2022-03-16
  • 13.2.6 - 2022-03-09
  • 13.2.5 - 2022-03-02
  • 13.2.4 - 2022-02-23
  • 13.2.3 - 2022-02-16
  • 13.2.2 - 2022-02-09
  • 13.2.1 - 2022-02-02
  • 13.2.0 - 2022-01-26
  • 13.2.0-rc.0 - 2022-01-19
  • 13.2.0-next.1 - 2022-01-12
  • 13.2.0-next.0 - 2021-12-16
  • 13.1.3 - 2022-01-19
  • 13.1.2 - 2022-01-12
  • 13.1.1 - 2021-12-16
  • 13.1.0 - 2021-12-09
  • 13.1.0-rc.0 - 2021-12-08
  • 13.1.0-next.3 - 2021-12-01
  • 13.1.0-next.2 - 2021-11-17
  • 13.1.0-next.1 - 2021-11-12
  • 13.1.0-next.0 - 2021-11-03
  • 13.0.4 - 2021-12-08
  • 13.0.3 - 2021-12-01
  • 13.0.2 - 2021-11-17
  • 13.0.1 - 2021-11-11
  • 13.0.0 - 2021-11-03
  • 13.0.0-rc.3 - 2021-11-03
  • 13.0.0-rc.2 - 2021-10-27
  • 13.0.0-rc.1 - 2021-10-20
  • 13.0.0-rc.0 - 2021-10-13
  • 13.0.0-next.8 - 2021-10-08
  • 13.0.0-next.7 - 2021-09-29
  • 13.0.0-next.6 - 2021-09-23
  • 13.0.0-next.5 - 2021-09-15
  • 13.0.0-next.4 - 2021-09-08
  • 13.0.0-next.3 - 2021-09-01
  • 13.0.0-next.2 - 2021-08-26
  • 13.0.0-next.1 - 2021-08-18
  • 13.0.0-next.0 - 2021-08-11
  • 12.2.13 - 2021-11-11
  • 12.2.12 - 2021-10-27
  • 12.2.11 - 2021-10-20
  • 12.2.10 - 2021-10-15
  • 12.2.9 - 2021-10-06
  • 12.2.8 - 2021-09-29
  • 12.2.7 - 2021-09-23
  • 12.2.6 - 2021-09-15
  • 12.2.5 - 2021-09-08
  • 12.2.4 - 2021-09-01
  • 12.2.3 - 2021-08-25
  • 12.2.2 - 2021-08-18
  • 12.2.1 - 2021-08-11
  • 12.2.0 - 2021-08-04
  • 12.2.0-rc.0 - 2021-07-28
  • 12.1.4 - 2021-07-28
  • 12.1.3 - 2021-07-21
  • 12.1.2 - 2021-07-15
  • 12.1.1 - 2021-07-01
  • 12.1.0 - 2021-06-24
  • 12.1.0-rc.0 - 2021-06-16
  • 12.1.0-next.1 - 2021-06-16
  • 12.1.0-next.0 - 2021-06-09
  • 12.0.6 - 2021-06-25
  • 12.0.5 - 2021-06-16
  • 12.0.4 - 2021-06-09
  • 12.0.3 - 2021-06-03
  • 12.0.2 - 2021-05-26
  • 12.0.1 - 2021-05-19
  • 12.0.0 - 2021-05-12
  • 12.0.0-rc.3 - 2021-05-11
  • 12.0.0-rc.2 - 2021-05-05
  • 12.0.0-rc.1 - 2021-04-28
  • 12.0.0-rc.0 - 2021-04-21
  • 12.0.0-next.7 - 2021-04-14
  • 12.0.0-next.6 - 2021-04-07
  • 12.0.0-next.5 - 2021-03-31
  • 12.0.0-next.4 - 2021-03-24
  • 12.0.0-next.3 - 2021-03-17
  • 12.0.0-next.2 - 2021-03-10
  • 12.0.0-next.1 - 2021-03-03
  • 11.2.13 - 2021-05-19
  • 11.2.12 - 2021-05-05
  • 11.2.11 - 2021-04-28
  • 11...

Snyk has created this PR to upgrade:
  - @angular/cdk from 9.2.2 to 18.0.1.
    See this package in npm: https://www.npmjs.com/package/@angular/cdk
  - @angular/material from 9.2.2 to 18.0.1.
    See this package in npm: https://www.npmjs.com/package/@angular/material

See this project in Snyk:
https://app.snyk.io/org/bl82/project/50d11c58-82c2-43d9-9c5c-84d62096b5fc?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants