From 48cc7bab5696830ec1b9e78d987af11d3d1f8f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 02:25:37 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/compiler-cli from 19.1.3 to 19.1.4 Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 19.1.3 to 19.1.4. - [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.4/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 6d64ae91..de64190c 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.1.4", - "@angular/compiler-cli": "^19.1.3", + "@angular/compiler-cli": "^19.1.4", "@angular/language-service": "^19.1.3", "@types/jasmine": "~5.1.5", "@types/jasminewd2": "~2.0.13", @@ -1510,9 +1510,9 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "19.1.3", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.1.3.tgz", - "integrity": "sha512-nDBvZenQECcr9CClmTp3iJNilRQ6oDKFgBkhlWffEFBx0Z6kBA36MXKKLuCkf31D+NGmt5VJlAkl8Ax8BJ9qJw==", + "version": "19.1.4", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.1.4.tgz", + "integrity": "sha512-ozJvTUzPOgFqlz69YnV14Ncod+iH0cXZvUKerjw8o+JsixLG2LmJpwQ79Gh4a/ZQmAkAxMAYYK5izCiio8MmTg==", "dev": true, "license": "MIT", "dependencies": { @@ -1534,7 +1534,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/compiler": "19.1.3", + "@angular/compiler": "19.1.4", "typescript": ">=5.5 <5.8" } }, @@ -19872,9 +19872,9 @@ } }, "@angular/compiler-cli": { - "version": "19.1.3", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.1.3.tgz", - "integrity": "sha512-nDBvZenQECcr9CClmTp3iJNilRQ6oDKFgBkhlWffEFBx0Z6kBA36MXKKLuCkf31D+NGmt5VJlAkl8Ax8BJ9qJw==", + "version": "19.1.4", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.1.4.tgz", + "integrity": "sha512-ozJvTUzPOgFqlz69YnV14Ncod+iH0cXZvUKerjw8o+JsixLG2LmJpwQ79Gh4a/ZQmAkAxMAYYK5izCiio8MmTg==", "dev": true, "requires": { "@babel/core": "7.26.0", diff --git a/package.json b/package.json index 0c9f5a7a..80a90e32 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.1.4", - "@angular/compiler-cli": "^19.1.3", + "@angular/compiler-cli": "^19.1.4", "@angular/language-service": "^19.1.3", "@types/jasmine": "~5.1.5", "@types/jasminewd2": "~2.0.13",