diff --git a/package-lock.json b/package-lock.json index 3ad6ac9..dec5da0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "hestiatechnology.pt", "version": "0.0.0", "dependencies": { - "@angular/animations": "^18.0.3", + "@angular/animations": "^18.2.5", "@angular/cdk": "^18.0.3", "@angular/common": "^18.0.3", "@angular/compiler": "^18.0.3", @@ -495,10 +495,9 @@ } }, "node_modules/@angular/animations": { - "version": "18.0.3", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.0.3.tgz", - "integrity": "sha512-Wlll6y7euIXYsOHpTh0hvVTBs7lVnbKDHiyd4Dz7kAMSeE2zyQo6OcRN+FFH3GH9BUi5UooAICNX8dJDfps6Mw==", - "license": "MIT", + "version": "18.2.5", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.5.tgz", + "integrity": "sha512-IlXtW/Nj48ZzjHUzH1TykZcSR64ScJx39T3IHnjV2z/bVATzZ36JGoadQHdqpJNKBodYJNgtJCGLCbgAvGWY2g==", "dependencies": { "tslib": "^2.3.0" }, @@ -506,7 +505,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.0.3" + "@angular/core": "18.2.5" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index aa644c3..7170bb5 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^18.0.3", + "@angular/animations": "^18.2.5", "@angular/cdk": "^18.0.3", "@angular/common": "^18.0.3", "@angular/compiler": "^18.0.3",