fix(deps): update dependency @angular/cli to v18.0.3

This commit is contained in:
Oliver Lippert 2024-06-08 02:01:42 +00:00
parent 3d6f0e110b
commit 928d27cfe7
2 changed files with 25 additions and 25 deletions

48
npm/package-lock.json generated
View file

@ -5,16 +5,16 @@
"packages": {
"": {
"dependencies": {
"@angular/cli": "18.0.2"
"@angular/cli": "18.0.3"
}
},
"node_modules/@angular-devkit/architect": {
"version": "0.1800.2",
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1800.2.tgz",
"integrity": "sha512-PX7lCTAqWe9C40+fie+DAc8vhpGA+JgZKWWrMHUTV/iZx8RXx2X4xGQsqYu36p4i3MSfQdbn+0xLWGmjScPVOQ==",
"version": "0.1800.3",
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1800.3.tgz",
"integrity": "sha512-ZoQuvCN/Ft4XJ+/XouYFKGoyEYTfZ8I5yI1M4t19lkRb3MwpQribWcZu4PP+SNnS6/9qnW7guxiQGS+CVlqnDg==",
"license": "MIT",
"dependencies": {
"@angular-devkit/core": "18.0.2",
"@angular-devkit/core": "18.0.3",
"rxjs": "7.8.1"
},
"engines": {
@ -24,9 +24,9 @@
}
},
"node_modules/@angular-devkit/core": {
"version": "18.0.2",
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-18.0.2.tgz",
"integrity": "sha512-QXcEdfmODc0rKblBerk30yw70fypIkFm6gQBLJgsshpwc+TMA+fuMLcPQebOTzKLtD2tNUkk/7SrWPQIGqeXaA==",
"version": "18.0.3",
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-18.0.3.tgz",
"integrity": "sha512-nTs1KbNSVCVooPdDaeTh1YbggNVaqexbQjXNIvJJzRB8qPkWNPxm0pQeFjU7kWUBg2+aBXN4/CNwU1YHwxfiSQ==",
"license": "MIT",
"dependencies": {
"ajv": "8.13.0",
@ -51,12 +51,12 @@
}
},
"node_modules/@angular-devkit/schematics": {
"version": "18.0.2",
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-18.0.2.tgz",
"integrity": "sha512-G9yGcoB67sH0eRNWoiQWNn2KwiI7sDasVscYPGKf1yo7JRiXmzX/LpfKRPsZTl+Bs0FItnwDInsqgMisK89/6g==",
"version": "18.0.3",
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-18.0.3.tgz",
"integrity": "sha512-utKGk9KHTvLsxpga3aaGJ7HDggMhZtBOHFb8phFK/GXazaeEGDvm7Sin2it2uw/i9xvu79RQ/IrWvebhanwU1g==",
"license": "MIT",
"dependencies": {
"@angular-devkit/core": "18.0.2",
"@angular-devkit/core": "18.0.3",
"jsonc-parser": "3.2.1",
"magic-string": "0.30.10",
"ora": "5.4.1",
@ -69,15 +69,15 @@
}
},
"node_modules/@angular/cli": {
"version": "18.0.2",
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-18.0.2.tgz",
"integrity": "sha512-shrxMD1bcWWh7WpBN3KTV+Lt8E62gURSUFhs6kdGLepMDif8LPAv45+hpt8SBU9VfQuL6AHa4cW8uDL9BKGlYA==",
"version": "18.0.3",
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-18.0.3.tgz",
"integrity": "sha512-1i51QeLwLpIdBbwOANSLFAuqXOGRpvSHCuZo1SojkvZ1COZ5jJZoCaKRZzCFsA/16gv/jcTEfBGpoAXLC2lRog==",
"license": "MIT",
"dependencies": {
"@angular-devkit/architect": "0.1800.2",
"@angular-devkit/core": "18.0.2",
"@angular-devkit/schematics": "18.0.2",
"@schematics/angular": "18.0.2",
"@angular-devkit/architect": "0.1800.3",
"@angular-devkit/core": "18.0.3",
"@angular-devkit/schematics": "18.0.3",
"@schematics/angular": "18.0.3",
"@yarnpkg/lockfile": "1.1.0",
"ansi-colors": "4.1.3",
"ini": "4.1.2",
@ -368,13 +368,13 @@
}
},
"node_modules/@schematics/angular": {
"version": "18.0.2",
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-18.0.2.tgz",
"integrity": "sha512-qkJs1oxHtneJ6QxDKpxNyneXGDM9SKVj+Bgi8xUAU3FEzpsYmE/aW3MfwYHOZl0pDBO8c2raqLvlyl3dGP6/Gg==",
"version": "18.0.3",
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-18.0.3.tgz",
"integrity": "sha512-ApiDJRmcl5Kc5862Ay9RWy96c8hlkf8ELjiBj+SQCAObXTne0NJH2596ckYTkqIRI9yC/8tfolDMJih5i1jwOA==",
"license": "MIT",
"dependencies": {
"@angular-devkit/core": "18.0.2",
"@angular-devkit/schematics": "18.0.2",
"@angular-devkit/core": "18.0.3",
"@angular-devkit/schematics": "18.0.3",
"jsonc-parser": "3.2.1"
},
"engines": {

View file

@ -1,5 +1,5 @@
{
"dependencies": {
"@angular/cli": "18.0.2"
"@angular/cli": "18.0.3"
}
}