From 0f3356c11c923176330c2d3c7323ba3d980f09fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:53:47 +0000 Subject: [PATCH] build(deps-dev): bump @angular/compiler-cli from 19.1.4 to 19.1.7 Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 19.1.4 to 19.1.7. - [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.1.7/packages/compiler-cli) --- updated-dependencies: - dependency-name: "@angular/compiler-cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c52700f0..89e490991 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@angular-eslint/schematics": "^19.0.0", "@angular-eslint/template-parser": "^19.0.0", "@angular/cli": "^19.1.6", - "@angular/compiler-cli": "^19.1.4", + "@angular/compiler-cli": "^19.1.7", "@angular/language-service": "^19.1.5", "@angular/router": "^19.1.4", "@release-it-plugins/lerna-changelog": "^7.0.0", @@ -612,9 +612,9 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "19.1.4", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.1.4.tgz", - "integrity": "sha512-ozJvTUzPOgFqlz69YnV14Ncod+iH0cXZvUKerjw8o+JsixLG2LmJpwQ79Gh4a/ZQmAkAxMAYYK5izCiio8MmTg==", + "version": "19.1.7", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.1.7.tgz", + "integrity": "sha512-Uu/TxfIcE1lStlCLmOPbghG1Y5o83odES89sr7bYNJz2mcG7TEonatf6GTOMzbJNil9FBJt6qnJkDkSjn4nUKw==", "dev": true, "license": "MIT", "dependencies": { @@ -636,7 +636,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/compiler": "19.1.4", + "@angular/compiler": "19.1.7", "typescript": ">=5.5 <5.8" } }, diff --git a/package.json b/package.json index c1bb5ae6e..50cb2b3b5 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@angular-eslint/schematics": "^19.0.0", "@angular-eslint/template-parser": "^19.0.0", "@angular/cli": "^19.1.6", - "@angular/compiler-cli": "^19.1.4", + "@angular/compiler-cli": "^19.1.7", "@angular/language-service": "^19.1.5", "@angular/router": "^19.1.4", "@release-it-plugins/lerna-changelog": "^7.0.0",