Update dependency @angular/platform-browser to ~15.2.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2023-02-22 22:08:23 +01:00
parent c2cc959309
commit a81b3ed727
2 changed files with 4 additions and 4 deletions

View File

@ -1021,9 +1021,9 @@
}
},
"@angular/platform-browser": {
"version": "15.0.3",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-15.0.3.tgz",
"integrity": "sha512-XIgAh6/SI4m2JfFdtKWmh8BVPzs3gV8VuOVYdykWrYrhDCVz5X3J7AXGxn9AX1S+dMuQPi91lM1icErunVrCZQ==",
"version": "15.2.0",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-15.2.0.tgz",
"integrity": "sha512-+FB+KMoRHktF/MR7hn8ofubVLpu3+KZpudupKlxthPSL2KPMJn6h00ewrJDv3W+MtpqphqCjQSLmKpzw2UKKug==",
"requires": {
"tslib": "^2.3.0"
}

View File

@ -19,7 +19,7 @@
"@angular/core": "~15.0.0",
"@angular/forms": "~15.0.0",
"@angular/material": "^15.0.0",
"@angular/platform-browser": "~15.0.0",
"@angular/platform-browser": "~15.2.0",
"@angular/platform-browser-dynamic": "~15.0.0",
"@angular/router": "~15.0.0",
"bootstrap": "^5.1.3",