From cd82a079f185f52bb69039484e30d03747aeeed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 06:12:51 +0000 Subject: [PATCH] Bump @angular/compiler-cli from 19.2.7 to 19.2.10 Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 19.2.7 to 19.2.10. - [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.10/packages/compiler-cli) --- updated-dependencies: - dependency-name: "@angular/compiler-cli" dependency-version: 19.2.10 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43c0851..73ff4f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@angular-eslint/schematics": "19.3.0", "@angular-eslint/template-parser": "19.3.0", "@angular/cli": "~19.2.8", - "@angular/compiler-cli": "^19.2.7", + "@angular/compiler-cli": "^19.2.10", "@types/express": "~4.17.21", "@types/jasmine": "~5.1.7", "@types/js-yaml": "^4.0.9", @@ -1344,10 +1344,11 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.2.7.tgz", - "integrity": "sha512-NMRCqzmDyPx4nZDgdyDtjZqpFJ+Yc0GoDVRwEILXnKA26yHkptoGQHLcasZAOxjCA0uqLuLqNVRG/IwkCoTb2Q==", + "version": "19.2.10", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.2.10.tgz", + "integrity": "sha512-g+Zg87IbQSmoIVw4fnqBcz3csTaSWDNTabt4JAlNdcoIw88+WsyZVjxPBFFvezsDEd6eFvNdqVJdAUyLhieDYA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/core": "7.26.9", "@jridgewell/sourcemap-codec": "^1.4.14", @@ -1367,7 +1368,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/compiler": "19.2.7", + "@angular/compiler": "19.2.10", "typescript": ">=5.5 <5.9" } }, diff --git a/package.json b/package.json index c61593d..4b84fa6 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@angular-eslint/schematics": "19.3.0", "@angular-eslint/template-parser": "19.3.0", "@angular/cli": "~19.2.8", - "@angular/compiler-cli": "^19.2.7", + "@angular/compiler-cli": "^19.2.10", "@types/express": "~4.17.21", "@types/jasmine": "~5.1.7", "@types/js-yaml": "^4.0.9",