fix(deps): update dependency @angular/cli to v18.2.6 #78

Merged
oliver merged 1 commit from renovate/angular-cli-monorepo into main 2024-09-28 09:52:42 +02:00
2 changed files with 25 additions and 25 deletions
Showing only changes of commit b738b3b7be - Show all commits

48
npm/package-lock.json generated
View file

@ -5,16 +5,16 @@
"packages": {
"": {
"dependencies": {
"@angular/cli": "18.2.4"
"@angular/cli": "18.2.6"
}
},
"node_modules/@angular-devkit/architect": {
"version": "0.1802.4",
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1802.4.tgz",
"integrity": "sha512-VH7AwGng1zuWPTJoH1IgHYeNhqZIgzlwDx39JPmArZAW/WZHDILWB7ipbTNw0R4U4VncrXJqDmMVex7NdHP6sg==",
"version": "0.1802.6",
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1802.6.tgz",
"integrity": "sha512-oF7cPFdTLxeuvXkK/opSdIxZ1E4LrBbmuytQ/nCoAGOaKBWdqvwagRZ6jVhaI0Gwu48rkcV7Zhesg/ESNnROdw==",
"license": "MIT",
"dependencies": {
"@angular-devkit/core": "18.2.4",
"@angular-devkit/core": "18.2.6",
"rxjs": "7.8.1"
},
"engines": {
@ -24,9 +24,9 @@
}
},
"node_modules/@angular-devkit/core": {
"version": "18.2.4",
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-18.2.4.tgz",
"integrity": "sha512-svlgZ0vbLrfNJAQE5WePAutcYIyA7C0OfzKSTMsfV2X1I+1blYDaZIu/ocnHqofMHu6ZqdSaaU/p/rieqU8fcA==",
"version": "18.2.6",
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-18.2.6.tgz",
"integrity": "sha512-la4CFvs5PcRWSkQ/H7TB5cPZirFVA9GoWk5LzIk8si6VjWBJRm8b3keKJoC9LlNeABRUIR5z0ocYkyQQUhdMfg==",
"license": "MIT",
"dependencies": {
"ajv": "8.17.1",
@ -51,12 +51,12 @@
}
},
"node_modules/@angular-devkit/schematics": {
"version": "18.2.4",
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-18.2.4.tgz",
"integrity": "sha512-s2WdUhyLlKj5kOjb6vrvJg9/31KvgyRJGjy7PnzS43tpwF9MLuM3AYhuJsXHPhx+i0nyWn/Jnd8ZLjMzXljSxg==",
"version": "18.2.6",
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-18.2.6.tgz",
"integrity": "sha512-uIttrQ2cQ2PWAFFVPeCoNR8xvs7tPJ2i8gzqsIwYdge107xDC6u9CqfgmBqPDSFpWj+IiC2Jwcm8Z4HYKU4+7A==",
"license": "MIT",
"dependencies": {
"@angular-devkit/core": "18.2.4",
"@angular-devkit/core": "18.2.6",
"jsonc-parser": "3.3.1",
"magic-string": "0.30.11",
"ora": "5.4.1",
@ -69,17 +69,17 @@
}
},
"node_modules/@angular/cli": {
"version": "18.2.4",
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-18.2.4.tgz",
"integrity": "sha512-n+Y2xlgcpTZ+MZmycf2b3ceVvANDJFkDEodobVtyG63WvGOhkZ3aGhT7sHguKpAQwJLicSf8zF2z+v1Yi0DvRw==",
"version": "18.2.6",
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-18.2.6.tgz",
"integrity": "sha512-tdXsnV/w+Rgu8q0zFsLU5L9ImTVqrTol1vppHaQkJ/vuoHy+s8ZEbBqhVrO/ffosNb2xseUybGYvqMS4zkNQjg==",
"license": "MIT",
"dependencies": {
"@angular-devkit/architect": "0.1802.4",
"@angular-devkit/core": "18.2.4",
"@angular-devkit/schematics": "18.2.4",
"@angular-devkit/architect": "0.1802.6",
"@angular-devkit/core": "18.2.6",
"@angular-devkit/schematics": "18.2.6",
"@inquirer/prompts": "5.3.8",
"@listr2/prompt-adapter-inquirer": "2.0.15",
"@schematics/angular": "18.2.4",
"@schematics/angular": "18.2.6",
"@yarnpkg/lockfile": "1.1.0",
"ini": "4.1.3",
"jsonc-parser": "3.3.1",
@ -570,13 +570,13 @@
}
},
"node_modules/@schematics/angular": {
"version": "18.2.4",
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-18.2.4.tgz",
"integrity": "sha512-GxrPv4eOPrjMKoAVhch9eprW8H/DFhBy5Zgp7CgGui9NprYkkubxw/yyo11WfR5CFZ/q5AfsjV76dPCkhLwLmA==",
"version": "18.2.6",
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-18.2.6.tgz",
"integrity": "sha512-Y988EoOEQDLEyHu3414T6AeVUyx21AexBHQNbUNQkK8cxlxyB6m1eH1cx6vFgLRFUTsLVv+C6Ln/ICNTfLcG4A==",
"license": "MIT",
"dependencies": {
"@angular-devkit/core": "18.2.4",
"@angular-devkit/schematics": "18.2.4",
"@angular-devkit/core": "18.2.6",
"@angular-devkit/schematics": "18.2.6",
"jsonc-parser": "3.3.1"
},
"engines": {

View file

@ -1,5 +1,5 @@
{
"dependencies": {
"@angular/cli": "18.2.4"
"@angular/cli": "18.2.6"
}
}