diff --git a/package-lock.json b/package-lock.json index 29af9a3..5de4bce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "oslc-ui", "version": "0.0.0", "dependencies": { - "@angular/animations": "^10.2.5", + "@angular/animations": "^19.1.3", "@angular/cdk": "^10.2.0", "@angular/common": "^10.2.5", "@angular/compiler": "^10.2.5", @@ -525,14 +525,18 @@ "dev": true }, "node_modules/@angular/animations": { - "version": "10.2.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-10.2.5.tgz", - "integrity": "sha512-lIMwjY1pAqpCM4Ayndf2RsvOWRUc5QV7W82XNou6pIBv2T1i1XV6H72I5Sk9Z4sxxBYCWncEaEub+C6NcS8QRg==", + "version": "19.1.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.1.3.tgz", + "integrity": "sha512-MI+Tbp9OOisrQtTQH7o+xiQCODXicCs8WHNpGzdCpnXdRkQuVSOb6xAjD9OXJqcQGotLgeyennnkIJGXdz4RTA==", + "license": "MIT", "dependencies": { - "tslib": "^2.0.0" + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "10.2.5" + "@angular/core": "19.1.3" } }, "node_modules/@angular/cdk": { @@ -19975,11 +19979,11 @@ } }, "@angular/animations": { - "version": "10.2.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-10.2.5.tgz", - "integrity": "sha512-lIMwjY1pAqpCM4Ayndf2RsvOWRUc5QV7W82XNou6pIBv2T1i1XV6H72I5Sk9Z4sxxBYCWncEaEub+C6NcS8QRg==", + "version": "19.1.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.1.3.tgz", + "integrity": "sha512-MI+Tbp9OOisrQtTQH7o+xiQCODXicCs8WHNpGzdCpnXdRkQuVSOb6xAjD9OXJqcQGotLgeyennnkIJGXdz4RTA==", "requires": { - "tslib": "^2.0.0" + "tslib": "^2.3.0" } }, "@angular/cdk": { diff --git a/package.json b/package.json index c815ccb..9d47d65 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^10.2.5", + "@angular/animations": "^19.1.3", "@angular/cdk": "^10.2.0", "@angular/common": "^10.2.5", "@angular/compiler": "^10.2.5",