Bump @angular/core and @angular/animations in /frontend

Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) and [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations). These dependencies needed to be updated together.

Updates `@angular/core` from 13.2.7 to 13.3.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/13.3.6/packages/core)

Updates `@angular/animations` from 13.2.7 to 13.3.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/13.3.6/packages/animations)

---
updated-dependencies:
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-09 09:39:35 +00:00 committed by GitHub
parent 8862636fd7
commit 35541285a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 685 additions and 318 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,11 +12,11 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "~13.2.0", "@angular/animations": "~13.3.6",
"@angular/cdk": "^13.2.6", "@angular/cdk": "^13.2.6",
"@angular/common": "~13.2.0", "@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0", "@angular/compiler": "~13.2.0",
"@angular/core": "~13.2.0", "@angular/core": "~13.3.6",
"@angular/forms": "~13.2.0", "@angular/forms": "~13.2.0",
"@angular/material": "^13.3.6", "@angular/material": "^13.3.6",
"@angular/platform-browser": "~13.2.0", "@angular/platform-browser": "~13.2.0",