From 4ade2b053c347994517024c3d36f949e7c05ad3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 15:02:45 +0000 Subject: [PATCH] Bump @angular/compiler-cli from 19.2.4 to 19.2.9 in /crud-angular Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 19.2.4 to 19.2.9. - [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.9/packages/compiler-cli) --- updated-dependencies: - dependency-name: "@angular/compiler-cli" dependency-version: 19.2.9 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..faf370e 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.9", "@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.9", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.2.9.tgz", + "integrity": "sha512-+tTxBHO0siPPK6yxQeEQOS/Ihn9ntEa/uiwVO2IEaCrsmRLEYS6Wwqq7H3x7Pj64axnZdA0YRo8kOyTUbMs4+A==", "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.9", "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.9", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.2.9.tgz", + "integrity": "sha512-+tTxBHO0siPPK6yxQeEQOS/Ihn9ntEa/uiwVO2IEaCrsmRLEYS6Wwqq7H3x7Pj64axnZdA0YRo8kOyTUbMs4+A==", "dev": true, "requires": { "@babel/core": "7.26.9", diff --git a/crud-angular/package.json b/crud-angular/package.json index 6b602ad..702a28c 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.9", "@types/jasmine": "~5.1.5", "jasmine-core": "~5.6.0", "karma": "~6.4.4",