Skip to content

Commit c5793ea

Browse files
chore(deps): bump @angular/compiler from 20.3.2 to 20.3.16
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.3.2 to 20.3.16. - [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/v20.3.16/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.3.16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent efdb62f commit c5793ea

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@angular/animations": "^20.3.2",
2222
"@angular/common": "^20.3.2",
23-
"@angular/compiler": "^20.3.2",
23+
"@angular/compiler": "^20.3.16",
2424
"@angular/core": "^20.3.2",
2525
"@angular/forms": "^20.3.2",
2626
"@angular/platform-browser": "^20.3.2",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -323,10 +323,10 @@
323323
tslib "^2.3.0"
324324
yargs "^18.0.0"
325325

326-
"@angular/compiler@^20.3.2":
327-
version "20.3.2"
328-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-20.3.2.tgz#0e236145ba9369b16c3dc371df7462c5cc7d96cc"
329-
integrity sha512-5fSzkPmRomZ9H43c82FJWLwdOi7MICMimP1y1oYJZcUh3jYRhXUrQvD0jifdRVkkgKNjaZYlMr0NkrYQFgFong==
326+
"@angular/compiler@^20.3.16":
327+
version "20.3.16"
328+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-20.3.16.tgz#9970a72d4c7dac5b5bf1b2e9292e55eb22046623"
329+
integrity sha512-Pt9Ms9GwTThgzdxWBwMfN8cH1JEtQ2DK5dc2yxYtPSaD+WKmG9AVL1PrzIYQEbaKcWk2jxASUHpEWSlNiwo8uw==
330330
dependencies:
331331
tslib "^2.3.0"
332332

@@ -8007,7 +8007,7 @@ ts-node@~10.9.2:
80078007
v8-compile-cache-lib "^3.0.1"
80088008
yn "3.1.1"
80098009

8010-
tslib@2.8.1, tslib@^2.4.0, tslib@^2.8.1:
8010+
tslib@2.8.1, tslib@^2.0.0, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0, tslib@^2.8.1:
80118011
version "2.8.1"
80128012
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
80138013
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
@@ -8017,11 +8017,6 @@ tslib@^1.13.0, tslib@^1.8.1:
80178017
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
80188018
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
80198019

8020-
tslib@^2.0.0, tslib@^2.1.0, tslib@^2.3.0:
8021-
version "2.6.3"
8022-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
8023-
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
8024-
80258020
tslint@~6.1.0:
80268021
version "6.1.3"
80278022
resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.3.tgz#5c23b2eccc32487d5523bd3a470e9aa31789d904"

0 commit comments

Comments
 (0)