diff --git a/package-lock.json b/package-lock.json index 78007663c4..640306a359 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular/animations": "~13.3.9", "@angular/cdk": "~13.3.0", "@angular/common": "~13.3.11", - "@angular/compiler": "~13.0.3", + "@angular/compiler": "~16.2.1", "@angular/core": "~13.3.11", "@angular/forms": "~13.3.11", "@angular/localize": "~13.0.3", @@ -756,14 +756,22 @@ } }, "node_modules/@angular/compiler": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.0.3.tgz", - "integrity": "sha512-WINfdQk6WojEhTIcNOkvhQu1yDRtq3FUx2saCZyGwS3MbzkfWUr4/x6VKJ5sAYJYnlaf9Goypau4/5lPp4+0tA==", + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.1.tgz", + "integrity": "sha512-dPauu+ESn79d66U9nBvnunNuBk/UMqnm7iL9Q31J8OKYN/4vrKbsO57pmULOft/GRAYsE3FdLBH0NkocFZKIMQ==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^12.20.0 || ^14.15.0 || >=16.10.0" + "node": "^16.14.0 || >=18.10.0" + }, + "peerDependencies": { + "@angular/core": "16.2.1" + }, + "peerDependenciesMeta": { + "@angular/core": { + "optional": true + } } }, "node_modules/@angular/compiler-cli": { @@ -18136,9 +18144,9 @@ } }, "@angular/compiler": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.0.3.tgz", - "integrity": "sha512-WINfdQk6WojEhTIcNOkvhQu1yDRtq3FUx2saCZyGwS3MbzkfWUr4/x6VKJ5sAYJYnlaf9Goypau4/5lPp4+0tA==", + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.1.tgz", + "integrity": "sha512-dPauu+ESn79d66U9nBvnunNuBk/UMqnm7iL9Q31J8OKYN/4vrKbsO57pmULOft/GRAYsE3FdLBH0NkocFZKIMQ==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 1b9e7fde02..e8644e6ce8 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@angular/animations": "~13.3.9", "@angular/cdk": "~13.3.0", "@angular/common": "~13.3.11", - "@angular/compiler": "~13.0.3", + "@angular/compiler": "~16.2.1", "@angular/core": "~13.3.11", "@angular/forms": "~13.3.11", "@angular/localize": "~13.0.3",