diff --git a/package-lock.json b/package-lock.json index 984f34d..8058559 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@angular-architects/module-federation": "18.0.6", - "@angular/animations": "^18.2.6", + "@angular/animations": "^19.0.0", "@angular/cdk": "^18.2.6", "@angular/common": "^18.2.6", "@angular/compiler": "^18.2.6", @@ -615,9 +615,9 @@ } }, "node_modules/@angular/animations": { - "version": "18.2.12", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.12.tgz", - "integrity": "sha512-XcWH/VFQ1Rddhdqi/iU8lW3Qg96yVx1NPfrO5lhcSSvVUzYWTZ5r+jh3GqYqUgPWyEp1Kpw3FLsOgVcGcBWQkQ==", + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.0.0.tgz", + "integrity": "sha512-+uZTvEXjYh8PZKB4ijk8uuH1K+Tz/A67mUlltFv9pYKtnmbZAeS/PI66g/7pigRYDvEgid1fvlAANeBShAiPZQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -626,7 +626,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.12" + "@angular/core": "19.0.0" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 9e088a2..374b6b3 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@angular-architects/module-federation": "18.0.6", - "@angular/animations": "^18.2.6", + "@angular/animations": "^19.0.0", "@angular/cdk": "^18.2.6", "@angular/common": "^18.2.6", "@angular/compiler": "^18.2.6",