diff --git a/ng7-components-dbinding/package-lock.json b/ng7-components-dbinding/package-lock.json index 399b768f..7c0e1d76 100644 --- a/ng7-components-dbinding/package-lock.json +++ b/ng7-components-dbinding/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@angular/animations": "~7.2.0", "@angular/common": "~7.2.0", - "@angular/compiler": "~19.2.20", + "@angular/compiler": "~20.3.25", "@angular/core": "~11.0.5", "@angular/forms": "~7.2.0", "@angular/platform-browser": "^7.2.15", @@ -831,20 +831,6 @@ "url": "https://github.com/sponsors/SuperchupuDev" } }, - "node_modules/@angular-devkit/build-angular/node_modules/@angular/compiler": { - "version": "20.3.18", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.18.tgz", - "integrity": "sha512-AaP/LCiDNcYmF135EEozjyR04NRBT38ZfBHQwjhgwiBBTejmvcpHwJaHSkraLpZqZzE4BQqqmgiQ1EJqxEwLVA==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "tslib": "^2.3.0" - }, - "engines": { - "node": "^20.19.0 || ^22.12.0 || >=24.0.0" - } - }, "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/aix-ppc64": { "version": "0.27.7", "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz", @@ -2909,15 +2895,15 @@ } }, "node_modules/@angular/compiler": { - "version": "19.2.20", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.20.tgz", - "integrity": "sha512-LvjE8W58EACgTFaAoqmNe7FRsbvoQ0GvCB/rmm6AEMWx/0W/JBvWkQTrOQlwpoeYOHcMZRGdmPcZoUDwU3JySQ==", + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.25.tgz", + "integrity": "sha512-TSh6gVoQqlLPqWwsYMK0lfVEQYENQO+USzS+BHFXEHFfgBRap6qDpIUGnRdj0Y2PlaVJUVFbeq1855EZUPUEoA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" } }, "node_modules/@angular/compiler-cli": { diff --git a/ng7-components-dbinding/package.json b/ng7-components-dbinding/package.json index 62afbba5..13dd87c0 100644 --- a/ng7-components-dbinding/package.json +++ b/ng7-components-dbinding/package.json @@ -13,7 +13,7 @@ "dependencies": { "@angular/animations": "~7.2.0", "@angular/common": "~7.2.0", - "@angular/compiler": "~19.2.20", + "@angular/compiler": "~20.3.25", "@angular/core": "~11.0.5", "@angular/forms": "~7.2.0", "@angular/platform-browser": "^7.2.15",