diff --git a/package-lock.json b/package-lock.json index 5264bd7..b3924c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "esl-ionic", "version": "9.7.4", "dependencies": { - "@angular/animations": "^19.2.1", + "@angular/animations": "^20.2.3", "@angular/common": "^19.2.1", "@angular/core": "^19.2.1", "@angular/forms": "^19.2.1", @@ -474,16 +474,19 @@ } }, "node_modules/@angular/animations": { - "version": "19.2.1", + "version": "20.2.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.2.3.tgz", + "integrity": "sha512-cyON3oVfaotz8d8DHP3uheC/XDG2gJD8aiyuG/SEAZ2X1S/tAHdVetESbDZM830lLdi+kB/3GBrMbWCCpMWD7Q==", "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" }, "peerDependencies": { - "@angular/core": "19.2.1" + "@angular/common": "20.2.3", + "@angular/core": "20.2.3" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 3d1ccff..9f6c78f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^19.2.1", + "@angular/animations": "^20.2.3", "@angular/common": "^19.2.1", "@angular/core": "^19.2.1", "@angular/forms": "^19.2.1",