From aba460a53d710c54839e972115c89e0da112ee0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 19:05:18 +0000 Subject: [PATCH] Bump @angular/core from 20.3.0 to 20.3.16 in /examples/angular-esbuild Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.3.0 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/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 20.3.16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/angular-esbuild/package-lock.json | 21 +++++++++++---------- examples/angular-esbuild/package.json | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/examples/angular-esbuild/package-lock.json b/examples/angular-esbuild/package-lock.json index c563123..84fca10 100644 --- a/examples/angular-esbuild/package-lock.json +++ b/examples/angular-esbuild/package-lock.json @@ -10,12 +10,12 @@ "dependencies": { "@angular/common": "^20.3.0", "@angular/compiler": "^20.3.0", - "@angular/core": "^20.3.0", + "@angular/core": "^20.3.16", "@angular/forms": "^20.3.0", "@angular/platform-browser": "^20.3.0", "@angular/router": "^20.3.0", "rxjs": "~7.8.0", - "ts-randomizer": "file:../../ts-randomizer-2.0.2.tgz", + "ts-randomizer": "2.0.3", "tslib": "^2.3.0", "zone.js": "~0.15.0" }, @@ -493,9 +493,10 @@ } }, "node_modules/@angular/core": { - "version": "20.3.0", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.0.tgz", - "integrity": "sha512-4uH2TAMm1nXqQ9lcZyyNkjcdQ0Fjcf9Hh0HYrhMOEV6GAUHvM2I8Vr2dSQ40p/UKLEfe9+cpZ78EPocqPQCG6A==", + "version": "20.3.16", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.16.tgz", + "integrity": "sha512-KSFPKvOmWWLCJBbEO+CuRUXfecX2FRuO0jNi9c54ptXMOPHlK1lIojUnyXmMNzjdHgRug8ci9qDuftvC2B7MKg==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -503,7 +504,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "20.3.0", + "@angular/compiler": "20.3.16", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0" }, @@ -8794,16 +8795,16 @@ } }, "node_modules/ts-randomizer": { - "version": "2.0.2", - "resolved": "file:../../ts-randomizer-2.0.2.tgz", - "integrity": "sha512-9yyRhnn59vRbWn1pbp0zaYxlieVK9HYucmq7YbfCu/WVVgR2ZAB/DZKuBTnvxGZn2dfxGrKW5Ox5GVlfmqNLew==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/ts-randomizer/-/ts-randomizer-2.0.3.tgz", + "integrity": "sha512-6eDawOwwLxRc41/JM6qPdqQ2XXjKpdO4rnnl5NNLBwI6y1jHu6BCsIGPwQ0AiEJC+6LHZSRfKoHoSv9wjTsVQw==", "license": "MIT", "dependencies": { "lodash": "^4.17.21", "uuid": "^9.0.1" }, "peerDependencies": { - "typescript": "^5.9.2" + "typescript": "^5.8.3" } }, "node_modules/tslib": { diff --git a/examples/angular-esbuild/package.json b/examples/angular-esbuild/package.json index cac0029..c4b4355 100644 --- a/examples/angular-esbuild/package.json +++ b/examples/angular-esbuild/package.json @@ -25,7 +25,7 @@ "dependencies": { "@angular/common": "^20.3.0", "@angular/compiler": "^20.3.0", - "@angular/core": "^20.3.0", + "@angular/core": "^20.3.16", "@angular/forms": "^20.3.0", "@angular/platform-browser": "^20.3.0", "@angular/router": "^20.3.0",