Skip to content

Commit 56c7f03

Browse files
authored
fix: upgrade multiple dependencies with Snyk (#481)
Snyk has created this PR to upgrade: - @angular/cdk from 11.0.2 to 11.0.3. See this package in npm: https://www.npmjs.com/package/@angular/cdk - @angular/material from 11.0.2 to 11.0.3. See this package in npm: https://www.npmjs.com/package/@angular/material See this project in Snyk: https://app.snyk.io/org/surajpuvvada/project/553e7174-0e22-4c7f-aa2c-12ae5f5768b5?utm_source=github&utm_medium=upgrade-pr
1 parent 124f858 commit 56c7f03

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"private": true,
2626
"dependencies": {
2727
"@angular/animations": "^11.0.4",
28-
"@angular/cdk": "^11.0.2",
28+
"@angular/cdk": "^11.0.3",
2929
"@angular/common": "^11.0.4",
3030
"@angular/compiler": "^11.0.4",
3131
"@angular/core": "^11.0.4",
3232
"@angular/flex-layout": "^11.0.0-beta.33",
3333
"@angular/forms": "^11.0.4",
34-
"@angular/material": "^11.0.2",
34+
"@angular/material": "^11.0.3",
3535
"@angular/platform-browser": "^11.0.4",
3636
"@angular/platform-browser-dynamic": "^11.0.4",
3737
"@angular/router": "^11.0.4",

0 commit comments

Comments
 (0)