Compare commits

..

1 commit

Author SHA1 Message Date
d415204d27 fix(deps): update dependency @angular/cli to v18.0.4 2024-06-15 02:01:52 +00:00
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.3"
"@angular/cli": "18.0.4"
}
},
"node_modules/@angular-devkit/architect": {
"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==",
"version": "0.1800.4",
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1800.4.tgz",
"integrity": "sha512-82TKhYnSO8aGIBo5TxPtyUQnZFcbV+qB2bIIYOAKsJgxAVxLeFD6QA6gTmHOZPXw5pBEPUO/+PUwq+Uk5xesgw==",
"license": "MIT",
"dependencies": {
"@angular-devkit/core": "18.0.3",
"@angular-devkit/core": "18.0.4",
"rxjs": "7.8.1"
},
"engines": {
@ -24,9 +24,9 @@
}
},
"node_modules/@angular-devkit/core": {
"version": "18.0.3",
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-18.0.3.tgz",
"integrity": "sha512-nTs1KbNSVCVooPdDaeTh1YbggNVaqexbQjXNIvJJzRB8qPkWNPxm0pQeFjU7kWUBg2+aBXN4/CNwU1YHwxfiSQ==",
"version": "18.0.4",
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-18.0.4.tgz",
"integrity": "sha512-8vYvJ5FF2NjFUia00hv8KWakOjOZ+09PbnNqd+lntJBekIg1lHDOF/vNMlVHtU5LiE1aNi9P/69/VXTckPfU9g==",
"license": "MIT",
"dependencies": {
"ajv": "8.13.0",
@ -51,12 +51,12 @@
}
},
"node_modules/@angular-devkit/schematics": {
"version": "18.0.3",
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-18.0.3.tgz",
"integrity": "sha512-utKGk9KHTvLsxpga3aaGJ7HDggMhZtBOHFb8phFK/GXazaeEGDvm7Sin2it2uw/i9xvu79RQ/IrWvebhanwU1g==",
"version": "18.0.4",
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-18.0.4.tgz",
"integrity": "sha512-hCHmuu/Z1teOQPx1AMJa/gcK6depk+XgU5dIpEvflC+ApW3hglNe2QKaqajDZ+34s+PKAVWa86M8IOV7o/mHuA==",
"license": "MIT",
"dependencies": {
"@angular-devkit/core": "18.0.3",
"@angular-devkit/core": "18.0.4",
"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.3",
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-18.0.3.tgz",
"integrity": "sha512-1i51QeLwLpIdBbwOANSLFAuqXOGRpvSHCuZo1SojkvZ1COZ5jJZoCaKRZzCFsA/16gv/jcTEfBGpoAXLC2lRog==",
"version": "18.0.4",
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-18.0.4.tgz",
"integrity": "sha512-i7DLVIc4HN0CFZZKbEeVeQSADRG1Dt2CwXh/wTUzglRLu/tE7Q+WMrqJ2+lGTT2edZp2KKysM4Gxp+ATAzP8AQ==",
"license": "MIT",
"dependencies": {
"@angular-devkit/architect": "0.1800.3",
"@angular-devkit/core": "18.0.3",
"@angular-devkit/schematics": "18.0.3",
"@schematics/angular": "18.0.3",
"@angular-devkit/architect": "0.1800.4",
"@angular-devkit/core": "18.0.4",
"@angular-devkit/schematics": "18.0.4",
"@schematics/angular": "18.0.4",
"@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.3",
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-18.0.3.tgz",
"integrity": "sha512-ApiDJRmcl5Kc5862Ay9RWy96c8hlkf8ELjiBj+SQCAObXTne0NJH2596ckYTkqIRI9yC/8tfolDMJih5i1jwOA==",
"version": "18.0.4",
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-18.0.4.tgz",
"integrity": "sha512-fN4whuym9ZmcQFdTfwLZr4j+NcZ4LzbdLk8XYrYdxt1z8c9ujs5LqJYn0LYc3UWiYl7z2RVc9NOxzNrkiXdwlw==",
"license": "MIT",
"dependencies": {
"@angular-devkit/core": "18.0.3",
"@angular-devkit/schematics": "18.0.3",
"@angular-devkit/core": "18.0.4",
"@angular-devkit/schematics": "18.0.4",
"jsonc-parser": "3.2.1"
},
"engines": {

View file

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