From 1ab7b5683e0aeabf955308ccee0a07470336d107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:12:35 +0000 Subject: [PATCH] Bump @angular/compiler in /web_embedding/ng-flutter Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 16.1.8 to 17.0.2. - [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.0.2/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web_embedding/ng-flutter/package-lock.json | 12 ++++++------ web_embedding/ng-flutter/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web_embedding/ng-flutter/package-lock.json b/web_embedding/ng-flutter/package-lock.json index 1b95a91fa3f..4c1388cda00 100644 --- a/web_embedding/ng-flutter/package-lock.json +++ b/web_embedding/ng-flutter/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^16.1.8", "@angular/cdk": "^16.1.7", "@angular/common": "^16.1.8", - "@angular/compiler": "^16.1.8", + "@angular/compiler": "^17.0.2", "@angular/core": "^16.1.8", "@angular/forms": "^16.1.8", "@angular/material": "^16.1.7", @@ -401,17 +401,17 @@ } }, "node_modules/@angular/compiler": { - "version": "16.1.8", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.1.8.tgz", - "integrity": "sha512-jF2zk3LjrcI/xpjJG6yoLiL2t2l5227i8SjhRUawAL1sy0xtb/PiSLjCNhuSgyixbB/8az/YezZe11MSg48FDg==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.2.tgz", + "integrity": "sha512-ewUFbKhMEhAmw2dGfk0ImhTlyrO2y4pJSKIZdFrkR1d0HiJX8bCHUdTiiR/2jeP7w2eamjXj15Rptb+iZZes2Q==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^16.14.0 || >=18.10.0" + "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "16.1.8" + "@angular/core": "17.0.2" }, "peerDependenciesMeta": { "@angular/core": { diff --git a/web_embedding/ng-flutter/package.json b/web_embedding/ng-flutter/package.json index 105f2d45ca4..731b63bb56c 100644 --- a/web_embedding/ng-flutter/package.json +++ b/web_embedding/ng-flutter/package.json @@ -14,7 +14,7 @@ "@angular/animations": "^16.1.8", "@angular/cdk": "^16.1.7", "@angular/common": "^16.1.8", - "@angular/compiler": "^16.1.8", + "@angular/compiler": "^17.0.2", "@angular/core": "^16.1.8", "@angular/forms": "^16.1.8", "@angular/material": "^16.1.7",