Compare commits
1 commit
790b271d8c
...
9f22afaaf8
Author | SHA1 | Date | |
---|---|---|---|
9f22afaaf8 |
2 changed files with 25 additions and 25 deletions
48
npm/package-lock.json
generated
48
npm/package-lock.json
generated
|
@ -5,16 +5,16 @@
|
|||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"@angular/cli": "18.2.20"
|
||||
"@angular/cli": "18.2.19"
|
||||
}
|
||||
},
|
||||
"node_modules/@angular-devkit/architect": {
|
||||
"version": "0.1802.20",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1802.20.tgz",
|
||||
"integrity": "sha512-nNUv2541/X4V0vtT2F6wCT+/GAY8v+J8MRMh8kGBVdyV9EdtSTWxHAvE1WhX5uE7VUCNegDfElxvAR9Vq8qSig==",
|
||||
"version": "0.1802.19",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1802.19.tgz",
|
||||
"integrity": "sha512-M4B1tzxGX1nWCZr9GMM8OO0yBJO2HFSdK8M8P74vEFQfKIeq3y16IQ5zlEveJrkCOFVtmlIy2C9foMCdNyBRMA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular-devkit/core": "18.2.20",
|
||||
"@angular-devkit/core": "18.2.19",
|
||||
"rxjs": "7.8.1"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -24,9 +24,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@angular-devkit/core": {
|
||||
"version": "18.2.20",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-18.2.20.tgz",
|
||||
"integrity": "sha512-VNxI2e9EZQNqKYtUJ4u43QRJ9kObeyG9f69caxnj28cg4qim3H1vX/sglnodP8EsTIRbzwBKc884ebHWFdQJkQ==",
|
||||
"version": "18.2.19",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-18.2.19.tgz",
|
||||
"integrity": "sha512-Ptf92Zomc6FCr7GWmHKdgOUbA1GpctZwH/hRcpYpU3tM56MG2t5FOFpufnE595GgolOCktabkFEoODMG8PBVDQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"ajv": "8.17.1",
|
||||
|
@ -51,12 +51,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@angular-devkit/schematics": {
|
||||
"version": "18.2.20",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-18.2.20.tgz",
|
||||
"integrity": "sha512-eKoFeWOxwheaGK+aguyTs9utxxmFsrI/aHQttiyhBy+HzmgX/E0grzx6ZpuipUpBA8lYMtxfTJ7AC12fGJMvFA==",
|
||||
"version": "18.2.19",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-18.2.19.tgz",
|
||||
"integrity": "sha512-P/0KjkzOf2ZShuShx3cBbjLI7XlcS6B/yCRBo1MQfCC4cZfmzPQoUEOSQeYZgy5pnC24f+dKh/+TWc5uYL/Lvg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular-devkit/core": "18.2.20",
|
||||
"@angular-devkit/core": "18.2.19",
|
||||
"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.20",
|
||||
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-18.2.20.tgz",
|
||||
"integrity": "sha512-uu8XM+vvVQxTgCJAAQtCu6aLErbdCh/xqYpawgTaoOjiDkyWonTC+iGUUy0AEk5no/pbg2TCoZZx0AXWM1yLVA==",
|
||||
"version": "18.2.19",
|
||||
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-18.2.19.tgz",
|
||||
"integrity": "sha512-LGVMTc36JQuw8QX8Sclxyei306EQW3KslopXbf7cfqt6D5/fHS+FqqA0O7V8ob/vOGMca+l6hQD27nW5Y3W6pA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular-devkit/architect": "0.1802.20",
|
||||
"@angular-devkit/core": "18.2.20",
|
||||
"@angular-devkit/schematics": "18.2.20",
|
||||
"@angular-devkit/architect": "0.1802.19",
|
||||
"@angular-devkit/core": "18.2.19",
|
||||
"@angular-devkit/schematics": "18.2.19",
|
||||
"@inquirer/prompts": "5.3.8",
|
||||
"@listr2/prompt-adapter-inquirer": "2.0.15",
|
||||
"@schematics/angular": "18.2.20",
|
||||
"@schematics/angular": "18.2.19",
|
||||
"@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.20",
|
||||
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-18.2.20.tgz",
|
||||
"integrity": "sha512-32bJycGtePm8X994hGl9PChBVgw9bbc+ehDpxeeaIZzcFHWlM06+cJu8Jr2FA8SASg3TwdnEybxFiYS14884OQ==",
|
||||
"version": "18.2.19",
|
||||
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-18.2.19.tgz",
|
||||
"integrity": "sha512-s9aynH/fwB/LT94miVfsaL2C4Qd5BLgjMzWFx7iJ8Hyv7FjOBGYO6eGVovjCt2c6/abG+GQAk4EBOCfg3AUtCA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular-devkit/core": "18.2.20",
|
||||
"@angular-devkit/schematics": "18.2.20",
|
||||
"@angular-devkit/core": "18.2.19",
|
||||
"@angular-devkit/schematics": "18.2.19",
|
||||
"jsonc-parser": "3.3.1"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"@angular/cli": "18.2.20"
|
||||
"@angular/cli": "18.2.19"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue