From ccef418b0c8ea21706ba3f35853f35ada59de183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:18:20 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/compiler-cli from 19.0.5 to 19.0.6 Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 19.0.5 to 19.0.6. - [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.0.6/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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3f31d13b..756e249b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@angular-eslint/schematics": "19.0.2", "@angular-eslint/template-parser": "19.0.2", "@angular/cli": "^19.0.6", - "@angular/compiler-cli": "^19.0.5", + "@angular/compiler-cli": "^19.0.6", "@angular/language-service": "^19.0.5", "@types/jasmine": "~5.1.5", "@types/jasminewd2": "~2.0.13", @@ -1567,9 +1567,9 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "19.0.5", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.0.5.tgz", - "integrity": "sha512-KSzuWCTZlvJsoAenxM9cjTOzNM8mrFxDBInj0KVPz7QU83amGS4rcv1pWO/QGYQcErfskcN84TAdMegaRWWCmA==", + "version": "19.0.6", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.0.6.tgz", + "integrity": "sha512-fHtwI5rCe3LmKDoaqlqLAPdNmLrbeCiMYVe+X1BHgApaqNCyAwcuJxuf8Q5R5su7nHiLmlmB74o1ZS/V+0cQ+g==", "dev": true, "dependencies": { "@babel/core": "7.26.0", @@ -1590,7 +1590,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/compiler": "19.0.5", + "@angular/compiler": "19.0.6", "typescript": ">=5.5 <5.7" } }, @@ -20144,9 +20144,9 @@ } }, "@angular/compiler-cli": { - "version": "19.0.5", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.0.5.tgz", - "integrity": "sha512-KSzuWCTZlvJsoAenxM9cjTOzNM8mrFxDBInj0KVPz7QU83amGS4rcv1pWO/QGYQcErfskcN84TAdMegaRWWCmA==", + "version": "19.0.6", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.0.6.tgz", + "integrity": "sha512-fHtwI5rCe3LmKDoaqlqLAPdNmLrbeCiMYVe+X1BHgApaqNCyAwcuJxuf8Q5R5su7nHiLmlmB74o1ZS/V+0cQ+g==", "dev": true, "requires": { "@babel/core": "7.26.0", diff --git a/package.json b/package.json index 1bb38b6f..74c8d1ed 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@angular-eslint/schematics": "19.0.2", "@angular-eslint/template-parser": "19.0.2", "@angular/cli": "^19.0.6", - "@angular/compiler-cli": "^19.0.5", + "@angular/compiler-cli": "^19.0.6", "@angular/language-service": "^19.0.5", "@types/jasmine": "~5.1.5", "@types/jasminewd2": "~2.0.13",