diff --git a/package-lock.json b/package-lock.json index 38cc163..235d908 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@angular/animations": "^13.1.1", "@angular/common": "^13.1.1", - "@angular/compiler": "^13.1.1", + "@angular/compiler": "^19.2.17", "@angular/core": "^13.1.1", "@angular/forms": "^13.1.1", "@angular/platform-browser": "^13.1.1", @@ -1521,15 +1521,16 @@ } }, "node_modules/@angular/compiler": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.1.1.tgz", - "integrity": "sha512-WS+BB4h2LOBAGQ+P+RcKDw43Z7yAB5m1RY2/MAI+qI339V97WlWEQXxSMvBhCuzJnww1SSZfHMADaB54Jdjx2g==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", + "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", + "license": "MIT", "peer": true, "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^12.20.0 || ^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" } }, "node_modules/@angular/compiler-cli": { @@ -15753,9 +15754,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "dev": true, "license": "MIT", "optional": true diff --git a/package.json b/package.json index 9d86ba9..bba808e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@angular/animations": "^13.1.1", "@angular/common": "^13.1.1", - "@angular/compiler": "^13.1.1", + "@angular/compiler": "^19.2.17", "@angular/core": "^13.1.1", "@angular/forms": "^13.1.1", "@angular/platform-browser": "^13.1.1",