diff --git a/package-lock.json b/package-lock.json index 0f1d137..bbb04d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@angular-architects/module-federation": "18.0.4", - "@angular/animations": "^18.1.2", + "@angular/animations": "^18.2.0", "@angular/cdk": "^18.1.2", "@angular/common": "^18.1.2", "@angular/compiler": "^18.1.2", @@ -792,10 +792,9 @@ } }, "node_modules/@angular/animations": { - "version": "18.1.2", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.1.2.tgz", - "integrity": "sha512-Gbqp3TSrkDOQgxCMK7qm+IBFxw8+IgyA//S5ZgXt2qrrhQWVDF4uQJbzusqDSUcHpdtOD05X81NFgUc8f13UFA==", - "license": "MIT", + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.0.tgz", + "integrity": "sha512-BFAfqDDjsa0Q91F4s33pFcBG+ydFDurEmwYGG1gmO7UXZJI6ZbRVdULaZHz75M+Bf3hJkzVB05pesvfbK+Fg/g==", "dependencies": { "tslib": "^2.3.0" }, @@ -803,7 +802,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.1.2" + "@angular/core": "18.2.0" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 547cd03..af8f76d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@angular-architects/module-federation": "18.0.4", - "@angular/animations": "^18.1.2", + "@angular/animations": "^18.2.0", "@angular/cdk": "^18.1.2", "@angular/common": "^18.1.2", "@angular/compiler": "^18.1.2",