From 3b4684814676b133b5cb71b6719da93c2f91822e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 07:58:51 +0000 Subject: [PATCH] build(deps): bump @angular/compiler from 17.0.8 to 17.1.0 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 17.0.8 to 17.1.0. - [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/17.1.0/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-minor ... 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 b68f57803..127d9cf95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "~17.0.8", "@angular/cdk": "~15.2.9", "@angular/common": "~17.0.8", - "@angular/compiler": "~17.0.8", + "@angular/compiler": "~17.1.0", "@angular/core": "~17.0.8", "@angular/flex-layout": "~15.0.0-beta.42", "@angular/forms": "~17.0.8", @@ -748,9 +748,9 @@ } }, "node_modules/@angular/compiler": { - "version": "17.0.8", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.8.tgz", - "integrity": "sha512-48jWypuhBGTrUUbkz1vB9gjbKKZ3hpuJ2DUUncd331Yw4tqkqZQbBa/E3ei4IHiCxEvW2uX3lI4AwlhuozmUtA==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.1.0.tgz", + "integrity": "sha512-gF4i/WtPSiSvT4YNasTNnckOxdxuSNwi0EsncrtewwveBcCatjqaXNssUCiF5TgxlC2sKTmsPcMqDJrfX2LMpw==", "dependencies": { "tslib": "^2.3.0" }, @@ -758,7 +758,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.8" + "@angular/core": "17.1.0" }, "peerDependenciesMeta": { "@angular/core": { @@ -15455,9 +15455,9 @@ } }, "@angular/compiler": { - "version": "17.0.8", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.8.tgz", - "integrity": "sha512-48jWypuhBGTrUUbkz1vB9gjbKKZ3hpuJ2DUUncd331Yw4tqkqZQbBa/E3ei4IHiCxEvW2uX3lI4AwlhuozmUtA==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.1.0.tgz", + "integrity": "sha512-gF4i/WtPSiSvT4YNasTNnckOxdxuSNwi0EsncrtewwveBcCatjqaXNssUCiF5TgxlC2sKTmsPcMqDJrfX2LMpw==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 085fb8b3b..2e1e7c0aa 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@angular/animations": "~17.0.8", "@angular/cdk": "~15.2.9", "@angular/common": "~17.0.8", - "@angular/compiler": "~17.0.8", + "@angular/compiler": "~17.1.0", "@angular/core": "~17.0.8", "@angular/flex-layout": "~15.0.0-beta.42", "@angular/forms": "~17.0.8",