diff --git a/package-lock.json b/package-lock.json index c4320565..06bf53dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "examples/shared-components-demo" ], "dependencies": { - "@angular/animations": "19.1.4", + "@angular/animations": "19.2.7", "@angular/common": "19.1.4", "@angular/compiler": "19.1.4", "@angular/core": "19.1.4", @@ -1385,9 +1385,9 @@ } }, "node_modules/@angular/animations": { - "version": "19.1.4", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.1.4.tgz", - "integrity": "sha512-QGswsf/X+k7TijIgBzL6V8+KcArFAgebY6zM0L/Len8v5PNzPzdjJH99+P++5AOLiJctYKfISUwnlMbDb50NrA==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.7.tgz", + "integrity": "sha512-2/pdoiZWC5dZSlweu9Kop5yHI4TNlRAXbw5dLzPkzzfqi/eSKy3Xwd4FZlDKtGXljn0O+T6CDtfS3Y+Jnypokw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1396,7 +1396,8 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.1.4" + "@angular/common": "19.2.7", + "@angular/core": "19.2.7" } }, "node_modules/@angular/cli": { diff --git a/package.json b/package.json index e360bdf2..04220cc5 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "examples/shared-components-demo" ], "dependencies": { - "@angular/animations": "19.1.4", + "@angular/animations": "19.2.7", "@angular/common": "19.1.4", "@angular/compiler": "19.1.4", "@angular/core": "19.1.4",