Update dependency @angular/forms to v15
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good

This commit is contained in:
renovate 2023-04-08 01:04:41 +00:00
parent 966bd27981
commit 5177ffc167
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -511,9 +511,9 @@
}
},
"@angular/forms": {
"version": "13.3.12",
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-13.3.12.tgz",
"integrity": "sha512-auow1TKZx44ha1ia8Jwg2xp2Q7BbpShG5Ft8tewL3T44aTmJY7svWOE/m+DkZ/SXHmTFnbZFobGU5aEfe0+pNw==",
"version": "15.2.6",
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-15.2.6.tgz",
"integrity": "sha512-SdZxsE9MUOVMz0FjOwtx1RN/SGpObnAyZBqXNrN0c4BmJg+faJzvKIBBN102CKpWZOGRoq2YYrgxow9StMhxTw==",
"requires": {
"tslib": "^2.3.0"
}

View File

@ -15,7 +15,7 @@
"@angular/common": "^13.3.3",
"@angular/compiler": "^13.3.3",
"@angular/core": "^13.3.3",
"@angular/forms": "^13.3.3",
"@angular/forms": "^15.0.0",
"@angular/localize": "~13.4.0",
"@angular/platform-browser": "^13.3.3",
"@angular/platform-browser-dynamic": "^13.3.3",