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.0.1 to 17.0.2.
    See this package in npm: https://www.npmjs.com/package/@angular/cdk
  - @angular/material from 17.0.1 to 17.0.2.
    See this package in npm: https://www.npmjs.com/package/@angular/material

See this project in Snyk:
https://app.snyk.io/org/kidwen/project/033159e5-2deb-4d15-9c77-03ccc1aa3203?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot authored and kidwen committed Dec 26, 2023
1 parent f0d92b0 commit 4aea0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"private": true,
"dependencies": {
"@angular/animations": "^17.0.3",
"@angular/cdk": "^17.0.1",
"@angular/cdk": "^17.0.2",
"@angular/common": "^17.0.3",
"@angular/compiler": "^17.0.3",
"@angular/core": "^17.0.3",
"@angular/forms": "^17.0.3",
"@angular/material": "^17.0.1",
"@angular/material": "^17.0.2",
"@angular/platform-browser": "^17.0.3",
"@angular/platform-browser-dynamic": "^17.0.3",
"@angular/router": "^17.0.3",
Expand Down

0 comments on commit 4aea0b3

Please sign in to comment.