diff --git a/package-lock.json b/package-lock.json index 72f283b1..cbdf81b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@angular/animations": "^18.2.8", + "@angular/animations": "^18.2.10", "@angular/cdk": "^18.2.9", "@angular/common": "^18.2.8", "@angular/compiler": "^18.2.8", @@ -407,10 +407,9 @@ } }, "node_modules/@angular/animations": { - "version": "18.2.8", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.8.tgz", - "integrity": "sha512-dMSn2hg70siv3lhP+vqhMbgc923xw6XBUvnpCPEzhZqFHvPXfh/LubmsD5RtqHmjWebXtgVcgS+zg3Gq3jB2lg==", - "license": "MIT", + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.10.tgz", + "integrity": "sha512-LT5+CocFZJ4t5jXsXLx5w/sBuWSxOEjmNTYga13usRcLOblrAB902pjUdFCHEZyrCUgm4MH8vov9fMS+Ks2GCw==", "dependencies": { "tslib": "^2.3.0" }, @@ -418,7 +417,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.8" + "@angular/core": "18.2.10" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index cbf62aa3..32495bd1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^18.2.8", + "@angular/animations": "^18.2.10", "@angular/cdk": "^18.2.9", "@angular/common": "^18.2.8", "@angular/compiler": "^18.2.8",