diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 265fac9..a596d0c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "hotel-frontend", "version": "0.0.1", "dependencies": { - "@angular/animations": "^19.0.0", + "@angular/animations": "^20.3.23", "@angular/common": "^19.0.0", "@angular/compiler": "^19.0.0", "@angular/core": "^19.0.0", @@ -440,19 +440,18 @@ } }, "node_modules/@angular/animations": { - "version": "19.2.22", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.22.tgz", - "integrity": "sha512-Sl921GvzVrZ+DRLB0neRQQfcciYi9p8bDdeTSevFO4VhvX0L1ij8EH/NJD4/UfKo6y1E5RZLOulst7zJ5VVSwg==", + "version": "20.3.23", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.23.tgz", + "integrity": "sha512-oISWui3jvYSB4ZQcHTYt0K/NniCMVtQxamELa9JkpGbMDDNAG7tDd+tKSvZXIYWOx3Q6fT7AXpk7IiU/Kxyi9g==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "19.2.22", - "@angular/core": "19.2.22" + "@angular/core": "20.3.23" } }, "node_modules/@angular/build": { diff --git a/frontend/package.json b/frontend/package.json index 9aa97d9..ef8ed21 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^19.0.0", + "@angular/animations": "^20.3.23", "@angular/common": "^19.0.0", "@angular/compiler": "^19.0.0", "@angular/core": "^19.0.0",