diff --git a/package-lock.json b/package-lock.json index 2f86a644..cdbf5e17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular-devkit/core": "^19.1.1", "@angular-devkit/schematics": "^19.1.2", - "@angular/animations": "~14.1.3", + "@angular/animations": "~19.2.3", "@angular/cdk": "^15.2.7", "@angular/common": "~14.1.3", "@angular/core": "~14.1.3", @@ -613,17 +613,18 @@ } }, "node_modules/@angular/animations": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-14.1.3.tgz", - "integrity": "sha512-AmnrsRWJxlIQPnnef3MCo9N7bbFmEWvyyDPB8z4UOYDqBwRBHnDn5g1rrVQzLJH7I1O2DLcm/EhWYJrfagQ2aQ==", + "version": "19.2.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.3.tgz", + "integrity": "sha512-HQexOmwEJFX3sHLspOCi7dVOdPW5Ad4jH6tJsf+zABkF0GjgIVf4jewe1uE5ZLKgoflr9f9vpcpy39IWl00kWw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "14.1.3" + "@angular/core": "19.2.3" } }, "node_modules/@angular/cdk": { @@ -21265,9 +21266,9 @@ } }, "@angular/animations": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-14.1.3.tgz", - "integrity": "sha512-AmnrsRWJxlIQPnnef3MCo9N7bbFmEWvyyDPB8z4UOYDqBwRBHnDn5g1rrVQzLJH7I1O2DLcm/EhWYJrfagQ2aQ==", + "version": "19.2.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.3.tgz", + "integrity": "sha512-HQexOmwEJFX3sHLspOCi7dVOdPW5Ad4jH6tJsf+zABkF0GjgIVf4jewe1uE5ZLKgoflr9f9vpcpy39IWl00kWw==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 9764ef71..11f76947 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@angular-devkit/core": "^19.1.1", "@angular-devkit/schematics": "^19.1.2", - "@angular/animations": "~14.1.3", + "@angular/animations": "~19.2.3", "@angular/cdk": "^15.2.7", "@angular/common": "~14.1.3", "@angular/core": "~14.1.3",