diff --git a/package-lock.json b/package-lock.json index 091bb13..fd89e20 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": "^19.2.8", "@angular/cdk": "^19.1.3", "@angular/common": "^19.1.0", "@angular/compiler": "^19.1.0", @@ -471,9 +471,9 @@ } }, "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": "19.2.8", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.8.tgz", + "integrity": "sha512-gKWBusQvjb946uuTXaXWzkEfLdTiy9GUNZ9okF3yolv+aoW0D8AM9mVvTX1xdqAV3xuIxRXRbkWG7BR+p8xVzQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -482,7 +482,8 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.1.5" + "@angular/common": "19.2.8", + "@angular/core": "19.2.8" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index d21ac03..f1ea350 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": "^19.2.8", "@angular/cdk": "^19.1.3", "@angular/common": "^19.1.0", "@angular/compiler": "^19.1.0",