Compare commits
1 commit
b6eaf4308e
...
6e50c6f80c
Author | SHA1 | Date | |
---|---|---|---|
6e50c6f80c |
2 changed files with 28 additions and 28 deletions
54
npm/package-lock.json
generated
54
npm/package-lock.json
generated
|
@ -5,16 +5,16 @@
|
|||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"@angular/cli": "19.2.0"
|
||||
"@angular/cli": "19.2.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@angular-devkit/architect": {
|
||||
"version": "0.1902.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1902.0.tgz",
|
||||
"integrity": "sha512-F/3O38QOYCwNqECNQauKb56GYdST9SrRSiqTNc5xpnUL//A09kaucmKSZ2VJAVY7K/rktSQn5viiQ3rTJLiZgA==",
|
||||
"version": "0.1902.1",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1902.1.tgz",
|
||||
"integrity": "sha512-iCm6F4HYO5aIgjzhjOUPKnyFHcn6yVE8gCpjWFQL8JVqrVzFG27vMZ0wK8b8rMDIDt6/hr2FOSSwChVg/cv9GQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular-devkit/core": "19.2.0",
|
||||
"@angular-devkit/core": "19.2.1",
|
||||
"rxjs": "7.8.1"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -24,9 +24,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@angular-devkit/core": {
|
||||
"version": "19.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-19.2.0.tgz",
|
||||
"integrity": "sha512-qd2nYoHZOYWRsu4MjXG8KiDtfM9ZDRR2rDGa+rDZ3CYAsngCrPmqOebun10dncUjwAidX49P4S2U2elOmX3VYQ==",
|
||||
"version": "19.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-19.2.1.tgz",
|
||||
"integrity": "sha512-DYsoU8emxmBkfIKI693BNUqocwHTVHLjgybyD5nU1qMOH+D/jqEzL5bQbjhUeqeARyrzDg7tyPM5Xno+GsS7KQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"ajv": "8.17.1",
|
||||
|
@ -51,12 +51,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@angular-devkit/schematics": {
|
||||
"version": "19.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-19.2.0.tgz",
|
||||
"integrity": "sha512-cGGqUGqBXIGJkeL65l70y0BflDAu/0Zi/ohbYat3hvadFfumRJnVElVfJ59JtWO7FfKQjxcwCVTyuQ/tevX/9A==",
|
||||
"version": "19.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-19.2.1.tgz",
|
||||
"integrity": "sha512-IVWXGROEACyV+YH/s9xvpbLVblK55GvqldZRCMvpevtXMJy1aubOPOB+8TkHOVBlmAteW/5I7ouDbQWVZjNfww==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular-devkit/core": "19.2.0",
|
||||
"@angular-devkit/core": "19.2.1",
|
||||
"jsonc-parser": "3.3.1",
|
||||
"magic-string": "0.30.17",
|
||||
"ora": "5.4.1",
|
||||
|
@ -69,17 +69,17 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@angular/cli": {
|
||||
"version": "19.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-19.2.0.tgz",
|
||||
"integrity": "sha512-LUxuku6obwigdDJozAvmXyhMcm3rSXFoZK4+Al7r/JE80pjQEE+bGpu7jCb6JsH813DTNauN+BB66qk8bXSgRw==",
|
||||
"version": "19.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-19.2.1.tgz",
|
||||
"integrity": "sha512-0ioZmuaapsbndXhpoUAew1uA4RFhNEa16kKgYPw5XlouaS2SLLrzC4nLW9DPJv6XrkOsOebf+OpyyHazzdFoSw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular-devkit/architect": "0.1902.0",
|
||||
"@angular-devkit/core": "19.2.0",
|
||||
"@angular-devkit/schematics": "19.2.0",
|
||||
"@angular-devkit/architect": "0.1902.1",
|
||||
"@angular-devkit/core": "19.2.1",
|
||||
"@angular-devkit/schematics": "19.2.1",
|
||||
"@inquirer/prompts": "7.3.2",
|
||||
"@listr2/prompt-adapter-inquirer": "2.0.18",
|
||||
"@schematics/angular": "19.2.0",
|
||||
"@schematics/angular": "19.2.1",
|
||||
"@yarnpkg/lockfile": "1.1.0",
|
||||
"ini": "5.0.0",
|
||||
"jsonc-parser": "3.3.1",
|
||||
|
@ -866,9 +866,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@npmcli/run-script": {
|
||||
"version": "9.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-9.0.2.tgz",
|
||||
"integrity": "sha512-cJXiUlycdizQwvqE1iaAb4VRUM3RX09/8q46zjvy+ct9GhfZRWd7jXYVc1tn/CfRlGPVkX/u4sstRlepsm7hfw==",
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-9.1.0.tgz",
|
||||
"integrity": "sha512-aoNSbxtkePXUlbZB+anS1LqsJdctG5n3UVhfU47+CDdwMi6uNTBMF9gPcQRnqghQd2FGzcwwIFBruFMxjhBewg==",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@npmcli/node-gyp": "^4.0.0",
|
||||
|
@ -893,13 +893,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@schematics/angular": {
|
||||
"version": "19.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-19.2.0.tgz",
|
||||
"integrity": "sha512-/gdrYTr1DSUNmrUmpmne6uBnIBpJ/obHtccvz5sZckKni/KMPAr3CgGZ8JrHer3I732ucb1We9nbdtXvz+2glg==",
|
||||
"version": "19.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-19.2.1.tgz",
|
||||
"integrity": "sha512-QYYGVR2n+YtLzqo0IsQq7OUnBMeP6OjyuVlGdjsAnSDCKQ9kUcqZDwjxxh5NUj25R4vvu+5aVaa6W6iTxfHadQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular-devkit/core": "19.2.0",
|
||||
"@angular-devkit/schematics": "19.2.0",
|
||||
"@angular-devkit/core": "19.2.1",
|
||||
"@angular-devkit/schematics": "19.2.1",
|
||||
"jsonc-parser": "3.3.1"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"@angular/cli": "19.2.0"
|
||||
"@angular/cli": "19.2.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue