diff --git a/web_embedding/ng-flutter/package-lock.json b/web_embedding/ng-flutter/package-lock.json index 1b95a91fa3f..34cae46d2f1 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.3", "@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.3", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.3.tgz", + "integrity": "sha512-ryUcj8Vc+Q4jMrjrmsEIsGLXeWSmNE/KoTyURPCH+NWq9GBMbjv4oe0/oFSBMN2ZtRMVCvqv2Nq+Z2KRDRGB0A==", "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.3" }, "peerDependenciesMeta": { "@angular/core": { diff --git a/web_embedding/ng-flutter/package.json b/web_embedding/ng-flutter/package.json index 105f2d45ca4..a42e76a3091 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.3", "@angular/core": "^16.1.8", "@angular/forms": "^16.1.8", "@angular/material": "^16.1.7",