diff --git a/package-lock.json b/package-lock.json index dea6b5a6..e8b84c92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular-devkit/architect": "^0.1800.1", - "@angular/animations": "~18.0.1", + "@angular/animations": "~19.2.11", "@angular/common": "~18.0.1", "@angular/core": "~18.0.1", "@angular/forms": "~18.0.1", @@ -391,18 +391,19 @@ } }, "node_modules/@angular/animations": { - "version": "18.0.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.0.1.tgz", - "integrity": "sha512-QAY/oxfuFY2Bjr3foniWlLAiddXHu8879lZvXHt1NVOsiav+vD15IEEQsnuQbJPy/EHEnAlUh9UptB4zQIBp/Q==", + "version": "19.2.11", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.11.tgz", + "integrity": "sha512-NR33bZVho7EgTc1fmCnmkwc2/U266n311Wfvk7VVtz+0Q9WliNdDLBon654V8IWSKvlqKXyU3W+fp0VjH/FvSw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.0.1" + "@angular/common": "19.2.11", + "@angular/core": "19.2.11" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 23ff324b..51bfbd1d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "private": true, "dependencies": { "@angular-devkit/architect": "^0.1800.1", - "@angular/animations": "~18.0.1", + "@angular/animations": "~19.2.11", "@angular/common": "~18.0.1", "@angular/core": "~18.0.1", "@angular/forms": "~18.0.1",