Compare commits

..

1 commit

Author SHA1 Message Date
0817f4014f fix(deps): update dependency @angular/cli to v20 2025-06-07 04:20:29 +00:00
2 changed files with 37 additions and 37 deletions

72
npm/package-lock.json generated
View file

@ -5,16 +5,16 @@
"packages": {
"": {
"dependencies": {
"@angular/cli": "20.0.2"
"@angular/cli": "20.0.1"
}
},
"node_modules/@angular-devkit/architect": {
"version": "0.2000.2",
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2000.2.tgz",
"integrity": "sha512-adJYWJWuyXFtCOg2lZTV/7CImf4ifxd6c//VXuq5kx7AiSGTIH5Nf2xTQe8ZAZqytUmDgnoNMDhGRQ9b3C5TnA==",
"version": "0.2000.1",
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2000.1.tgz",
"integrity": "sha512-EcOGU1xEhARYpDF391VaeUg/+YRym9OxzJMcc0rSHl3YLK8/m+24ap2YAQY5N7n9+mmEqHVu/q31ldFpOoMCTw==",
"license": "MIT",
"dependencies": {
"@angular-devkit/core": "20.0.2",
"@angular-devkit/core": "20.0.1",
"rxjs": "7.8.2"
},
"engines": {
@ -24,9 +24,9 @@
}
},
"node_modules/@angular-devkit/core": {
"version": "20.0.2",
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-20.0.2.tgz",
"integrity": "sha512-qqTSpcIw+TqJ6u/tkQzqgpwVelHsHr8Jhws1Vlx6E0L6E+cRILBK48i9ttE+oYkQlcopQ3VZAmzcZodXJ1SQ9Q==",
"version": "20.0.1",
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-20.0.1.tgz",
"integrity": "sha512-Ilafyj8JVwq3NZsaiGw5UDkP4EAkGKiEvZ4TC3WVidZbM4EpKt9/Jd7ZpsTRGDLG429U+fGhay+ZQeCFGqy5rA==",
"license": "MIT",
"dependencies": {
"ajv": "8.17.1",
@ -51,12 +51,12 @@
}
},
"node_modules/@angular-devkit/schematics": {
"version": "20.0.2",
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-20.0.2.tgz",
"integrity": "sha512-r1aSZhcadLtUMhzUUfy+pkJdZW93z8WQtpGR24y88yFpPgDL5kY85VSlOzjGgo1vEs8Dd7ADcOcsVsUW8MxQ3A==",
"version": "20.0.1",
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-20.0.1.tgz",
"integrity": "sha512-bSr/5YIdjtwKYqylkYrlOVP+tuFz+tfOldmLfWHAsDGnJUznb5t4ckx6yyROp+iDQfu2Aez09p+l4KfUBq+H9A==",
"license": "MIT",
"dependencies": {
"@angular-devkit/core": "20.0.2",
"@angular-devkit/core": "20.0.1",
"jsonc-parser": "3.3.1",
"magic-string": "0.30.17",
"ora": "8.2.0",
@ -69,17 +69,17 @@
}
},
"node_modules/@angular/cli": {
"version": "20.0.2",
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-20.0.2.tgz",
"integrity": "sha512-LzBONPETA1uCZuylgZRYe+vImf8i+rRrwAgOBHWbW2wxut9ZQ8ZFwQgNkjvDhE7DLmsFV+GskfAs5+Td/5LZwA==",
"version": "20.0.1",
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-20.0.1.tgz",
"integrity": "sha512-OU91byvG/WsDDUVmXIJr3/sU89U6g8G8IXrqgVRVPgjXKEQMnUNBlmygD2rMUR5C02g2lGc6s2j0hnOJ/dDNOw==",
"license": "MIT",
"dependencies": {
"@angular-devkit/architect": "0.2000.2",
"@angular-devkit/core": "20.0.2",
"@angular-devkit/schematics": "20.0.2",
"@angular-devkit/architect": "0.2000.1",
"@angular-devkit/core": "20.0.1",
"@angular-devkit/schematics": "20.0.1",
"@inquirer/prompts": "7.5.1",
"@listr2/prompt-adapter-inquirer": "2.0.22",
"@schematics/angular": "20.0.2",
"@schematics/angular": "20.0.1",
"@yarnpkg/lockfile": "1.1.0",
"ini": "5.0.0",
"jsonc-parser": "3.3.1",
@ -892,13 +892,13 @@
}
},
"node_modules/@schematics/angular": {
"version": "20.0.2",
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-20.0.2.tgz",
"integrity": "sha512-TyF+/hV+8flAa/Vu8xOQF241Syg9rdbZD1dARdm6edbLo8nwxmHdRsIulRektb7oD5CpTnxpvrcNJjX77nhv6A==",
"version": "20.0.1",
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-20.0.1.tgz",
"integrity": "sha512-29T9vUAjZnbXM+vImIQcdqG/ibdcfj5+pybo5cbiMSwVPVyerXgnD0HKC4dyZ34V2RFZa8cmyCLe/5bYoPQ+0g==",
"license": "MIT",
"dependencies": {
"@angular-devkit/core": "20.0.2",
"@angular-devkit/schematics": "20.0.2",
"@angular-devkit/core": "20.0.1",
"@angular-devkit/schematics": "20.0.1",
"jsonc-parser": "3.3.1"
},
"engines": {
@ -929,9 +929,9 @@
}
},
"node_modules/@sigstore/protobuf-specs": {
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.4.3.tgz",
"integrity": "sha512-fk2zjD9117RL9BjqEwF7fwv7Q/P9yGsMV4MUJZ/DocaQJ6+3pKr+syBq1owU5Q5qGw5CUbXzm+4yJ2JVRDQeSA==",
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.4.2.tgz",
"integrity": "sha512-F2ye+n1INNhqT0MW+LfUEvTUPc/nS70vICJcxorKl7/gV9CO39+EDCw+qHNKEqvsDWk++yGVKCbzK1qLPvmC8g==",
"license": "Apache-2.0",
"engines": {
"node": "^18.17.0 || >=20.5.0"
@ -1129,9 +1129,9 @@
"license": "MIT"
},
"node_modules/brace-expansion": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"license": "MIT",
"dependencies": {
"balanced-match": "^1.0.0"
@ -1546,9 +1546,9 @@
"license": "MIT"
},
"node_modules/fdir": {
"version": "6.4.6",
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz",
"integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
"version": "6.4.5",
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz",
"integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==",
"license": "MIT",
"peerDependencies": {
"picomatch": "^3 || ^4"
@ -2934,9 +2934,9 @@
}
},
"node_modules/socks": {
"version": "2.8.5",
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.5.tgz",
"integrity": "sha512-iF+tNDQla22geJdTyJB1wM/qrX9DMRwWrciEPwWLPRWAUEM8sQiyxgckLxWT1f7+9VabJS0jTGGr4QgBuvi6Ww==",
"version": "2.8.4",
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.4.tgz",
"integrity": "sha512-D3YaD0aRxR3mEcqnidIs7ReYJFVzWdd6fXJYUM8ixcQcJRGTka/b3saV0KflYhyVJXKhb947GndU35SxYNResQ==",
"license": "MIT",
"dependencies": {
"ip-address": "^9.0.5",

View file

@ -1,5 +1,5 @@
{
"dependencies": {
"@angular/cli": "20.0.2"
"@angular/cli": "20.0.1"
}
}