Update dependency @angular/common to ~13.3.0
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending

This commit is contained in:
Renovate Bot 2022-09-18 12:36:52 +02:00 committed by Gitea
parent 46c152ba52
commit f207a226da
2 changed files with 4 additions and 4 deletions

View File

@ -555,9 +555,9 @@
}
},
"@angular/common": {
"version": "13.2.7",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.7.tgz",
"integrity": "sha512-gSkv9aMz5q2ynIqSwgp5HEVVwlmpMYGVZFNZnEnezGY96Hza0eXlb/AYdqO7S3VQVvx+FXpvXP/eq/SsCw7rFA==",
"version": "13.3.11",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-13.3.11.tgz",
"integrity": "sha512-gPMwDYIAag1izXm2tRQ6EOIx9FVEUqLdr+qYtRVoQtoBmfkoTSLGcpeBXqqlPVxVPbA6Li1WZZT5wxLLlLAN+Q==",
"requires": {
"tslib": "^2.3.0"
}

View File

@ -14,7 +14,7 @@
"dependencies": {
"@angular/animations": "~13.3.0",
"@angular/cdk": "^13.2.6",
"@angular/common": "~13.2.0",
"@angular/common": "~13.3.0",
"@angular/compiler": "~13.2.0",
"@angular/core": "~13.2.0",
"@angular/forms": "~13.2.0",