Skip to content

Commit

Permalink
build(deps-dev): bump @angular-devkit/core from 17.0.1 to 17.0.5
Browse files Browse the repository at this point in the history
Bumps [@angular-devkit/core](https://github.com/angular/angular-cli) from 17.0.1 to 17.0.5.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@17.0.1...17.0.5)

---
updated-dependencies:
- dependency-name: "@angular-devkit/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent f0d92b0 commit a497dcc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.1",
"@angular-devkit/core": "^17.0.1",
"@angular-devkit/core": "^17.0.5",
"@angular-devkit/schematics": "^17.0.1",
"@angular-eslint/builder": "17.1.0",
"@angular-eslint/eslint-plugin": "17.1.0",
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"@angular-devkit/architect" "0.1700.1"
rxjs "7.8.1"

"@angular-devkit/core@17.0.1", "@angular-devkit/core@^17.0.1":
"@angular-devkit/core@17.0.1":
version "17.0.1"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-17.0.1.tgz#be53712f881c91ff41333d467dcb3a11db01f7ee"
integrity sha512-UjNx9fZW0oU7UaeoB0HblYz/Nm8MWtinAe39XkY+zjECLWqKAcHPotfYjucXiky1UlBUOScIKbwjMDdEY8xkuw==
Expand All @@ -121,6 +121,18 @@
rxjs "7.8.1"
source-map "0.7.4"

"@angular-devkit/core@^17.0.5":
version "17.0.5"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-17.0.5.tgz#247a4779d5c9c5bc9f2ebbfc10962a057d5a9c5c"
integrity sha512-e1evgRabAfOZBnmFCe8E0oufcu+FzBe5hBzS94Dm42GlxdX965/M4yVKQxIMpjivQTmjl+AWb6cF1ltBdSGZeQ==
dependencies:
ajv "8.12.0"
ajv-formats "2.1.1"
jsonc-parser "3.2.0"
picomatch "3.0.1"
rxjs "7.8.1"
source-map "0.7.4"

"@angular-devkit/schematics@17.0.1", "@angular-devkit/schematics@^17.0.1":
version "17.0.1"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-17.0.1.tgz#e79b48594840ca7289730ff49a7b3b09f23ea209"
Expand Down

0 comments on commit a497dcc

Please sign in to comment.