Skip to content

Commit b52462d

Browse files
authored
fix: upgrade multiple dependencies with Snyk (#483)
Snyk has created this PR to upgrade: - @angular/animations from 11.0.4 to 11.0.5. See this package in npm: https://www.npmjs.com/package/@angular/animations - @angular/common from 11.0.4 to 11.0.5. See this package in npm: https://www.npmjs.com/package/@angular/common - @angular/compiler from 11.0.4 to 11.0.5. See this package in npm: https://www.npmjs.com/package/@angular/compiler - @angular/core from 11.0.4 to 11.0.5. See this package in npm: https://www.npmjs.com/package/@angular/core - @angular/forms from 11.0.4 to 11.0.5. See this package in npm: https://www.npmjs.com/package/@angular/forms - @angular/platform-browser from 11.0.4 to 11.0.5. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser - @angular/platform-browser-dynamic from 11.0.4 to 11.0.5. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser-dynamic - @angular/router from 11.0.4 to 11.0.5. 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
1 parent 56c7f03 commit b52462d

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.4",
27+
"@angular/animations": "^11.0.5",
2828
"@angular/cdk": "^11.0.3",
29-
"@angular/common": "^11.0.4",
30-
"@angular/compiler": "^11.0.4",
31-
"@angular/core": "^11.0.4",
29+
"@angular/common": "^11.0.5",
30+
"@angular/compiler": "^11.0.5",
31+
"@angular/core": "^11.0.5",
3232
"@angular/flex-layout": "^11.0.0-beta.33",
33-
"@angular/forms": "^11.0.4",
33+
"@angular/forms": "^11.0.5",
3434
"@angular/material": "^11.0.3",
35-
"@angular/platform-browser": "^11.0.4",
36-
"@angular/platform-browser-dynamic": "^11.0.4",
37-
"@angular/router": "^11.0.4",
35+
"@angular/platform-browser": "^11.0.5",
36+
"@angular/platform-browser-dynamic": "^11.0.5",
37+
"@angular/router": "^11.0.5",
3838
"@apollo/client": "^3.3.6",
3939
"@hypertrace/hyperdash": "^1.1.2",
4040
"@hypertrace/hyperdash-angular": "^2.3.1",

0 commit comments

Comments
 (0)