diff --git a/bamba-admin-pwa/package-lock.json b/bamba-admin-pwa/package-lock.json index 76fb5e0..4575c7e 100644 --- a/bamba-admin-pwa/package-lock.json +++ b/bamba-admin-pwa/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "~13.3.11", "@angular/cdk": "^13.3.9", "@angular/common": "~13.3.11", - "@angular/compiler": "~13.3.11", + "@angular/compiler": "^19.2.17", "@angular/core": "~13.3.11", "@angular/flex-layout": "^13.0.0-beta.36", "@angular/forms": "~13.3.11", @@ -529,14 +529,15 @@ } }, "node_modules/@angular/compiler": { - "version": "13.3.11", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.11.tgz", - "integrity": "sha512-EV6JCBbXdHDHbPShWmymvuoxFYG0KVc8sDJpYp47WLHCY2zgZaXhvWs//Hrls3fmi+TGTekgRa2jOBBNce/Ggg==", + "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", "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": { @@ -2516,6 +2517,7 @@ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-13.3.8.tgz", "integrity": "sha512-meuXHb1zQ5lz7Uj7kGYTgjd9Tknsi/0jJxs+12nz06h0tifIyIoGU01YA3mUj4/bntIjfWif35KGYP+23bbAVw==", "dev": true, + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.15.0 || >=16.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", @@ -12693,9 +12695,9 @@ } }, "@angular/compiler": { - "version": "13.3.11", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.11.tgz", - "integrity": "sha512-EV6JCBbXdHDHbPShWmymvuoxFYG0KVc8sDJpYp47WLHCY2zgZaXhvWs//Hrls3fmi+TGTekgRa2jOBBNce/Ggg==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", + "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", "requires": { "tslib": "^2.3.0" } diff --git a/bamba-admin-pwa/package.json b/bamba-admin-pwa/package.json index b8d14a1..41645dd 100644 --- a/bamba-admin-pwa/package.json +++ b/bamba-admin-pwa/package.json @@ -13,7 +13,7 @@ "@angular/animations": "~13.3.11", "@angular/cdk": "^13.3.9", "@angular/common": "~13.3.11", - "@angular/compiler": "~13.3.11", + "@angular/compiler": "~19.2.17", "@angular/core": "~13.3.11", "@angular/flex-layout": "^13.0.0-beta.36", "@angular/forms": "~13.3.11",