From 614d241f7c2ac2f539e960966382f5e3a63fbd52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Apr 2025 18:20:34 +0000 Subject: [PATCH] Bump @angular/compiler-cli from 19.2.4 to 19.2.5 in /crud-angular Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 19.2.4 to 19.2.5. - [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/19.2.5/packages/compiler-cli) --- updated-dependencies: - dependency-name: "@angular/compiler-cli" dependency-version: 19.2.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- crud-angular/package-lock.json | 16 ++++++++-------- crud-angular/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/crud-angular/package-lock.json b/crud-angular/package-lock.json index 7105ff7..64e6015 100644 --- a/crud-angular/package-lock.json +++ b/crud-angular/package-lock.json @@ -26,7 +26,7 @@ "devDependencies": { "@angular-devkit/build-angular": "^19.2.5", "@angular/cli": "~19.2.5", - "@angular/compiler-cli": "^19.2.4", + "@angular/compiler-cli": "^19.2.5", "@types/jasmine": "~5.1.5", "jasmine-core": "~5.6.0", "karma": "~6.4.4", @@ -992,9 +992,9 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.2.4.tgz", - "integrity": "sha512-zIWWJm0L+OGMGoRJ73WW96+LDSmZsWqNpwYYXBAEzzoMtPMsWg8uiOIxxjF9ZUWQ1Y5ODUSADnBJwt5vtiLbzA==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.2.5.tgz", + "integrity": "sha512-b2cG41r6lilApXLlvja1Ra2D00dM3BxmQhoElKC1tOnpD6S3/krlH1DOnBB2I55RBn9iv4zdmPz1l8zPUSh7DQ==", "dev": true, "license": "MIT", "dependencies": { @@ -1016,7 +1016,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/compiler": "19.2.4", + "@angular/compiler": "19.2.5", "typescript": ">=5.5 <5.9" } }, @@ -15080,9 +15080,9 @@ } }, "@angular/compiler-cli": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.2.4.tgz", - "integrity": "sha512-zIWWJm0L+OGMGoRJ73WW96+LDSmZsWqNpwYYXBAEzzoMtPMsWg8uiOIxxjF9ZUWQ1Y5ODUSADnBJwt5vtiLbzA==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.2.5.tgz", + "integrity": "sha512-b2cG41r6lilApXLlvja1Ra2D00dM3BxmQhoElKC1tOnpD6S3/krlH1DOnBB2I55RBn9iv4zdmPz1l8zPUSh7DQ==", "dev": true, "requires": { "@babel/core": "7.26.9", diff --git a/crud-angular/package.json b/crud-angular/package.json index 6b602ad..0c9f192 100644 --- a/crud-angular/package.json +++ b/crud-angular/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@angular-devkit/build-angular": "^19.2.5", "@angular/cli": "~19.2.5", - "@angular/compiler-cli": "^19.2.4", + "@angular/compiler-cli": "^19.2.5", "@types/jasmine": "~5.1.5", "jasmine-core": "~5.6.0", "karma": "~6.4.4",