Update dependency @angular/core to v14

This commit is contained in:
2022-09-18 13:13:10 +02:00
committed by Gitea
parent 50568b381f
commit f77733b9af
2 changed files with 4 additions and 4 deletions

View File

@@ -1239,9 +1239,9 @@
}
},
"@angular/core": {
"version": "13.2.7",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-13.2.7.tgz",
"integrity": "sha512-6J6C2ymIy+cZudock25BLEZFckhqFfXOSZw5YBIoAJuntV4hckLNfRTn/dxn5qmWF/Vw60NKdhV367YYejz6Gg==",
"version": "14.2.2",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-14.2.2.tgz",
"integrity": "sha512-kG30b4RqjgWvaH9y4g95JRCzoROV+9/xgFH4hSRejFa/IcapMfvCmONJtJzwTjdsEUQAbiFohF/z9bx3QA/Yvw==",
"requires": {
"tslib": "^2.3.0"
}