diff --git a/package-lock.json b/package-lock.json index dcc4633d..8d8b39ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "dsomm", "version": "0.0.0", "dependencies": { - "@angular/animations": "^13.0.0", + "@angular/animations": "^21.1.5", "@angular/cdk": "^13.0.0", "@angular/common": "^13.0.0", "@angular/compiler": "^13.0.0", @@ -1675,18 +1675,18 @@ } }, "node_modules/@angular/animations": { - "version": "13.4.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.4.0.tgz", - "integrity": "sha512-PkEmDd5zpbz/7fudxyb6qL9sBMTPlzpSIh85AapGhjgRSUSRSGuJLj49R35fQ/44c4K5bHMPEsGZjMR0oDsGdg==", + "version": "21.1.5", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.1.5.tgz", + "integrity": "sha512-gsqHX8lCYV8cgVtHs0iLwrX8SVlmcjUF44l/xCc/jBC/TeKWRl2e6Jqrn1Wcd0NDlGiNsm+mYNyqMyy5/I7kjw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^12.20.0 || ^14.15.0 || >=16.10.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "13.4.0" + "@angular/core": "21.1.5" } }, "node_modules/@angular/cdk": { diff --git a/package.json b/package.json index dab4f828..93d397f5 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^13.0.0", + "@angular/animations": "^21.1.5", "@angular/cdk": "^13.0.0", "@angular/common": "^13.0.0", "@angular/compiler": "^13.0.0",