diff --git a/package-lock.json b/package-lock.json index 091bb13..127fcad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "input-otp", "version": "0.0.0", "dependencies": { - "@angular/animations": "^19.1.0", + "@angular/animations": "^20.1.4", "@angular/cdk": "^19.1.3", "@angular/common": "^19.1.0", "@angular/compiler": "^19.1.0", @@ -471,18 +471,19 @@ } }, "node_modules/@angular/animations": { - "version": "19.1.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.1.5.tgz", - "integrity": "sha512-jRZgLdSjr94EpBFIyCUZM7YKBi5TO2+J8PKmz7IdNrYNuUaGfy8k816/57Vgmsb18dnpA2Kf7R2AlOpNcDcsOA==", + "version": "20.1.4", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.1.4.tgz", + "integrity": "sha512-y4mq2r6jhAj5QuA3UnWkVfok0EcA22uH+XVb4HBKY7q23/xaQYu2CGdVOVpdUsaPTf3zRD1DkAnTkV3J3ZHIiA==", "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.1.5" + "@angular/common": "20.1.4", + "@angular/core": "20.1.4" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index d21ac03..8472ebc 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "copy": "cpx README.md dist/ngxpert/input-otp" }, "dependencies": { - "@angular/animations": "^19.1.0", + "@angular/animations": "^20.1.4", "@angular/cdk": "^19.1.3", "@angular/common": "^19.1.0", "@angular/compiler": "^19.1.0",