mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2026-01-25 16:02:59 +00:00
Bump @angular/cli from 21.1.0 to 21.1.1 (#2416)
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 21.1.0 to 21.1.1. - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/compare/v21.1.0...v21.1.1) --- updated-dependencies: - dependency-name: "@angular/cli" dependency-version: 21.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
142d1c9e9d
commit
e248c498f7
71
package-lock.json
generated
71
package-lock.json
generated
@ -21,7 +21,7 @@
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0",
|
||||
"@angular/animations": "21.1.0",
|
||||
"@angular/cli": "21.1.0",
|
||||
"@angular/cli": "21.1.1",
|
||||
"@angular/common": "21.1.0",
|
||||
"@angular/compiler": "21.1.0",
|
||||
"@angular/compiler-cli": "21.1.0",
|
||||
@ -859,13 +859,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@angular-devkit/schematics": {
|
||||
"version": "21.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-21.1.0.tgz",
|
||||
"integrity": "sha512-sVgTntCZCOV7mOpHzj6V14KOAoy4B9Ur9yHNRFZVgL2yD77TYRrJ0qwq+l7Im9fSjMCar6csjboqCvyAEpfV1g==",
|
||||
"version": "21.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-21.1.1.tgz",
|
||||
"integrity": "sha512-3ptEOuALghEYEPVbhRa7g8a+YmvmHqHVNqF9XqCbG22nPGWkE58qfNNbXi3tF9iQxzKSGw5Iy5gYUvSvpsdcfw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular-devkit/core": "21.1.0",
|
||||
"@angular-devkit/core": "21.1.1",
|
||||
"jsonc-parser": "3.3.1",
|
||||
"magic-string": "0.30.21",
|
||||
"ora": "9.0.0",
|
||||
@ -878,9 +878,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@angular-devkit/schematics/node_modules/@angular-devkit/core": {
|
||||
"version": "21.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-21.1.0.tgz",
|
||||
"integrity": "sha512-dPfVy0CictDjWffRv4pGTPOFjdlJL3ZkGUqxzaosUjMbJW+Ai9cNn1VNr7zxYZ4kem3BxLBh1thzDsCPrkXlZA==",
|
||||
"version": "21.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-21.1.1.tgz",
|
||||
"integrity": "sha512-rCwfBUemyRoAfrO4c85b49lkPiD5WljWE+IK7vjUNIFFf4TXOS4tg4zxqopUDVE4zEjXORa5oHCEc5HCerjn1g==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@ -922,19 +922,19 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@angular/cli": {
|
||||
"version": "21.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-21.1.0.tgz",
|
||||
"integrity": "sha512-kzk8du388x6EBybJeq5AB27qGm8oGC9HhvBJDbu8o+aBIOY+JwVON9m4SYLCzeT+EVK8sKA1NMVYi2CDerk6hA==",
|
||||
"version": "21.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-21.1.1.tgz",
|
||||
"integrity": "sha512-eXhHuYvruWHBn7lX3GuAyLq29+ELwPADOW8ShzZkWRPNlIDiFDsS5pXrxkM9ez+8f86kfDHh88Twevn4UBUqQg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular-devkit/architect": "0.2101.0",
|
||||
"@angular-devkit/core": "21.1.0",
|
||||
"@angular-devkit/schematics": "21.1.0",
|
||||
"@angular-devkit/architect": "0.2101.1",
|
||||
"@angular-devkit/core": "21.1.1",
|
||||
"@angular-devkit/schematics": "21.1.1",
|
||||
"@inquirer/prompts": "7.10.1",
|
||||
"@listr2/prompt-adapter-inquirer": "3.0.5",
|
||||
"@modelcontextprotocol/sdk": "1.25.2",
|
||||
"@schematics/angular": "21.1.0",
|
||||
"@schematics/angular": "21.1.1",
|
||||
"@yarnpkg/lockfile": "1.1.0",
|
||||
"algoliasearch": "5.46.2",
|
||||
"ini": "6.0.0",
|
||||
@ -957,10 +957,29 @@
|
||||
"yarn": ">= 1.13.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@angular/cli/node_modules/@angular-devkit/architect": {
|
||||
"version": "0.2101.1",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2101.1.tgz",
|
||||
"integrity": "sha512-8x7hKcFs3hnpDaIj9fyzinh4X74oQaMxMsZzBf4dBL7EwokjPIf2fadQsZd8a5M+Ja4tIgTnXH9ySyaRFWGNXA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular-devkit/core": "21.1.1",
|
||||
"rxjs": "7.8.2"
|
||||
},
|
||||
"bin": {
|
||||
"architect": "bin/cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
||||
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
|
||||
"yarn": ">= 1.13.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@angular/cli/node_modules/@angular-devkit/core": {
|
||||
"version": "21.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-21.1.0.tgz",
|
||||
"integrity": "sha512-dPfVy0CictDjWffRv4pGTPOFjdlJL3ZkGUqxzaosUjMbJW+Ai9cNn1VNr7zxYZ4kem3BxLBh1thzDsCPrkXlZA==",
|
||||
"version": "21.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-21.1.1.tgz",
|
||||
"integrity": "sha512-rCwfBUemyRoAfrO4c85b49lkPiD5WljWE+IK7vjUNIFFf4TXOS4tg4zxqopUDVE4zEjXORa5oHCEc5HCerjn1g==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@ -7433,14 +7452,14 @@
|
||||
]
|
||||
},
|
||||
"node_modules/@schematics/angular": {
|
||||
"version": "21.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-21.1.0.tgz",
|
||||
"integrity": "sha512-gXf3gO5SeU+tiPHxXeQvdbua4C4/V+KH43JH2PYPxaNCD2HGo1uV0pfyNSNgcVF21voKlbAQ13YRrNDh7z5Kig==",
|
||||
"version": "21.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-21.1.1.tgz",
|
||||
"integrity": "sha512-WijqITteakpFOplx7IGHIdBOdTU04Ul4qweilY1CRK3KdzQRuAf31KiKUFrJiGW076cyokmAQmBoZcngh9rCNw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular-devkit/core": "21.1.0",
|
||||
"@angular-devkit/schematics": "21.1.0",
|
||||
"@angular-devkit/core": "21.1.1",
|
||||
"@angular-devkit/schematics": "21.1.1",
|
||||
"jsonc-parser": "3.3.1"
|
||||
},
|
||||
"engines": {
|
||||
@ -7450,9 +7469,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@schematics/angular/node_modules/@angular-devkit/core": {
|
||||
"version": "21.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-21.1.0.tgz",
|
||||
"integrity": "sha512-dPfVy0CictDjWffRv4pGTPOFjdlJL3ZkGUqxzaosUjMbJW+Ai9cNn1VNr7zxYZ4kem3BxLBh1thzDsCPrkXlZA==",
|
||||
"version": "21.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-21.1.1.tgz",
|
||||
"integrity": "sha512-rCwfBUemyRoAfrO4c85b49lkPiD5WljWE+IK7vjUNIFFf4TXOS4tg4zxqopUDVE4zEjXORa5oHCEc5HCerjn1g==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@ -69,7 +69,7 @@
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.1.0",
|
||||
"@angular/animations": "21.1.0",
|
||||
"@angular/cli": "21.1.0",
|
||||
"@angular/cli": "21.1.1",
|
||||
"@angular/common": "21.1.0",
|
||||
"@angular/compiler": "21.1.0",
|
||||
"@angular/compiler-cli": "21.1.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user