Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @angular/cdk from 17.3.1 to 17.3.3.
    See this package in npm: https://www.npmjs.com/package/@angular/cdk
  - @angular/material from 17.3.1 to 17.3.3.
    See this package in npm: https://www.npmjs.com/package/@angular/material
  - @angular/material-moment-adapter from 17.3.1 to 17.3.3.
    See this package in npm: https://www.npmjs.com/package/@angular/material-moment-adapter

See this project in Snyk:
https://app.snyk.io/org/aam-digital-ci/project/a4b5c50c-28f4-4e30-af2d-840962b9beaf?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot authored and sleidig committed Apr 26, 2024
1 parent 75ce0cc commit 295a68d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"private": true,
"dependencies": {
"@angular/animations": "^17.0.4",
"@angular/cdk": "^17.2.0",
"@angular/cdk": "^17.3.3",
"@angular/common": "^17.0.4",
"@angular/compiler": "^17.0.4",
"@angular/core": "^17.0.4",
"@angular/forms": "^17.0.4",
"@angular/localize": "^17.0.4",
"@angular/material": "^17.2.0",
"@angular/material-moment-adapter": "^17.2.0",
"@angular/material": "^17.3.3",
"@angular/material-moment-adapter": "^17.3.3",
"@angular/platform-browser": "^17.0.4",
"@angular/platform-browser-dynamic": "^17.0.4",
"@angular/router": "^17.0.4",
Expand Down

0 comments on commit 295a68d

Please sign in to comment.