mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2026-01-25 16:02:59 +00:00
Bump @angular/common from 21.0.7 to 21.0.8 (#2378)
Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 21.0.7 to 21.0.8. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.0.8/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 21.0.8 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
945c6d1a6b
commit
986db66e76
10
package-lock.json
generated
10
package-lock.json
generated
@ -22,7 +22,7 @@
|
||||
"@angular-devkit/build-angular": "21.0.5",
|
||||
"@angular/animations": "21.0.8",
|
||||
"@angular/cli": "21.0.5",
|
||||
"@angular/common": "21.0.7",
|
||||
"@angular/common": "21.0.8",
|
||||
"@angular/compiler": "21.0.7",
|
||||
"@angular/compiler-cli": "21.0.8",
|
||||
"@angular/core": "21.0.7",
|
||||
@ -1383,9 +1383,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@angular/common": {
|
||||
"version": "21.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@angular/common/-/common-21.0.7.tgz",
|
||||
"integrity": "sha512-KNstFFCv6//x33F+YBPEIztDSNBVyLH99C8yFPmb7vawxGbR9liKSHC1WnEk+GR5KgV3I5lFOJyWL7Elfm0K5A==",
|
||||
"version": "21.0.8",
|
||||
"resolved": "https://registry.npmjs.org/@angular/common/-/common-21.0.8.tgz",
|
||||
"integrity": "sha512-on1B4oc/pf7IlkbG08Et/cCDSX8dpZz9iwp3zMFN/0JvorspyL5YOovFJfjdpmjdlrIi+ToGImwyIkY9P8Mblw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@ -1395,7 +1395,7 @@
|
||||
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/core": "21.0.7",
|
||||
"@angular/core": "21.0.8",
|
||||
"rxjs": "^6.5.3 || ^7.4.0"
|
||||
}
|
||||
},
|
||||
|
||||
@ -70,7 +70,7 @@
|
||||
"@angular-devkit/build-angular": "21.0.5",
|
||||
"@angular/animations": "21.0.8",
|
||||
"@angular/cli": "21.0.5",
|
||||
"@angular/common": "21.0.7",
|
||||
"@angular/common": "21.0.8",
|
||||
"@angular/compiler": "21.0.7",
|
||||
"@angular/compiler-cli": "21.0.8",
|
||||
"@angular/core": "21.0.7",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user