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

See this project in Snyk:
https://app.snyk.io/org/timonback/project/1e4bf4cf-d691-43b1-8502-e84d0708f424?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot authored and timonback committed Oct 6, 2023
1 parent 52d97d0 commit a3d98bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions springwolf-ui/package-lock.json

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

4 changes: 2 additions & 2 deletions springwolf-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"private": true,
"dependencies": {
"@angular/cdk": "^16.2.0",
"@angular/cdk": "^16.2.3",
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/forms": "^16.2.0",
"@angular/material": "^16.2.0",
"@angular/material": "^16.2.3",
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
Expand Down

0 comments on commit a3d98bb

Please sign in to comment.