Skip to content

Commit 0a21a4f

Browse files
surajpuvvadasnyk-botaaron-steinfeld
authored
fix: upgrade multiple dependencies with Snyk (#542)
Snyk has created this PR to upgrade: - @angular/animations from 11.0.6 to 11.0.7. See this package in npm: https://www.npmjs.com/package/@angular/animations - @angular/common from 11.0.6 to 11.0.7. See this package in npm: https://www.npmjs.com/package/@angular/common - @angular/compiler from 11.0.6 to 11.0.7. See this package in npm: https://www.npmjs.com/package/@angular/compiler - @angular/core from 11.0.6 to 11.0.7. See this package in npm: https://www.npmjs.com/package/@angular/core - @angular/forms from 11.0.6 to 11.0.7. See this package in npm: https://www.npmjs.com/package/@angular/forms - @angular/platform-browser from 11.0.6 to 11.0.7. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser - @angular/platform-browser-dynamic from 11.0.6 to 11.0.7. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser-dynamic - @angular/router from 11.0.6 to 11.0.7. See this package in npm: https://www.npmjs.com/package/@angular/router See this project in Snyk: https://app.snyk.io/org/surajpuvvada/project/553e7174-0e22-4c7f-aa2c-12ae5f5768b5?utm_source=github&utm_medium=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> Co-authored-by: Aaron Steinfeld <45047841+aaron-steinfeld@users.noreply.github.com>
1 parent 0879491 commit 0a21a4f

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

package-lock.json

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

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
},
2525
"private": true,
2626
"dependencies": {
27-
"@angular/animations": "^11.0.6",
27+
"@angular/animations": "^11.0.7",
2828
"@angular/cdk": "^11.0.3",
29-
"@angular/common": "^11.0.6",
30-
"@angular/compiler": "^11.0.6",
31-
"@angular/core": "^11.0.6",
29+
"@angular/common": "^11.0.7",
30+
"@angular/compiler": "^11.0.7",
31+
"@angular/core": "^11.0.7",
3232
"@angular/flex-layout": "^11.0.0-beta.33",
33-
"@angular/forms": "^11.0.6",
33+
"@angular/forms": "^11.0.7",
3434
"@angular/material": "^11.0.3",
35-
"@angular/platform-browser": "^11.0.6",
36-
"@angular/platform-browser-dynamic": "^11.0.6",
37-
"@angular/router": "^11.0.6",
35+
"@angular/platform-browser": "^11.0.7",
36+
"@angular/platform-browser-dynamic": "^11.0.7",
37+
"@angular/router": "^11.0.7",
3838
"@apollo/client": "^3.3.6",
3939
"@hypertrace/hyperdash": "^1.1.2",
4040
"@hypertrace/hyperdash-angular": "^2.3.1",

0 commit comments

Comments
 (0)