Skip to content

Commit

Permalink
fix: update dependency @angular/compiler to v16.2.12 (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 7, 2023
1 parent 6a1a963 commit 1e0704f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@angular/cli": "16.2.9",
"@angular/compiler": "16.2.9",
"@angular/compiler": "16.2.12",
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@nx/devkit": "16.5.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@
symbol-observable "4.0.0"
yargs "17.7.2"

"@angular/compiler@16.2.9":
version "16.2.9"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-16.2.9.tgz#43ed80e318917cfd4e8bbd31cbe5217baaac58cd"
integrity sha512-lh799pnbdvzTVShJHOY1JC6c1pwBsZC4UIgB3Itklo9dskGybQma/gP+lE6RhqM4FblNfaaBXGlCMUuY8HkmEQ==
"@angular/compiler@16.2.12":
version "16.2.12"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-16.2.12.tgz#d13366f190706c270b925495fbc12c29097e6b6c"
integrity sha512-6SMXUgSVekGM7R6l1Z9rCtUGtlg58GFmgbpMCsGf+VXxP468Njw8rjT2YZkf5aEPxEuRpSHhDYjqz7n14cwCXQ==
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit 1e0704f

Please sign in to comment.