diff --git a/package-lock.json b/package-lock.json index f0eeab62..a7a7ff21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "angular-sdk", "version": "24.2.10", "dependencies": { - "@angular/animations": "^18.2.12", + "@angular/animations": "^19.0.5", "@angular/cdk": "^18.2.13", "@angular/common": "^18.2.12", "@angular/compiler": "^18.2.12", @@ -651,9 +651,9 @@ } }, "node_modules/@angular/animations": { - "version": "18.2.13", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.13.tgz", - "integrity": "sha512-rG5J5Ek5Hg+Tz2NjkNOaG6PupiNK/lPfophXpsR1t/nWujqnMWX2krahD/i6kgD+jNWNKCJCYSOVvCx/BHOtKA==", + "version": "19.0.5", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.0.5.tgz", + "integrity": "sha512-HCOF2CrhUvjoZWusd4nh32VOxpUrg6bV+3Z8Q36Ix3aZdni8v0qoP2rl5wGbotaPtYg5RtyDH60Z2AOPKqlrZg==", "dependencies": { "tslib": "^2.3.0" }, @@ -661,7 +661,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.13" + "@angular/core": "19.0.5" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 0a9dfb36..9a068af7 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^18.2.12", + "@angular/animations": "^19.0.5", "@angular/cdk": "^18.2.13", "@angular/common": "^18.2.12", "@angular/compiler": "^18.2.12",