diff --git a/src/Frontend/camFrontend/package-lock.json b/src/Frontend/camFrontend/package-lock.json index ea4cc1f..1d53b33 100644 --- a/src/Frontend/camFrontend/package-lock.json +++ b/src/Frontend/camFrontend/package-lock.json @@ -353,9 +353,9 @@ } }, "@angular/animations": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.2.tgz", - "integrity": "sha512-jh/dGrY77HGm54HdTiQsxmvoRfFeJgHeWAK2+nWCPoc4b7OHcWxy/04cYffs0/27ThmABmppP7ERAyZ0f60uow==", + "version": "18.2.6", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.6.tgz", + "integrity": "sha512-vy9wy+Q9beiRxkEO8wNxFQ63AqAujGvk8AUHepxxIT7QNNc512TNKz8uH+feWDPO38Dm2obwYQHMGzs3WO7pUA==", "requires": { "tslib": "^2.3.0" }, @@ -568,9 +568,9 @@ } }, "@angular/core": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-18.2.2.tgz", - "integrity": "sha512-Rx6XajL0Ydj9hXUSPDvL2Q/kMzWtbiE3VxZFJnkE+fLQiWvr0GncB+NTb/nQ6QlPQ0ly60DvuI3KLcGDuFtGVA==", + "version": "18.2.6", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-18.2.6.tgz", + "integrity": "sha512-PjFad2j4YBwLVTw+0Te8CJCa/tV0W8caTHG8aOjj3ObdL6ihGI+FKnwerLc9RVzDFd14BOO4C6/+LbOQAh3Ltw==", "requires": { "tslib": "^2.3.0" }, diff --git a/src/Frontend/camFrontend/package.json b/src/Frontend/camFrontend/package.json index 271228e..3176216 100644 --- a/src/Frontend/camFrontend/package.json +++ b/src/Frontend/camFrontend/package.json @@ -11,11 +11,11 @@ }, "private": true, "dependencies": { - "@angular/animations": "^18.2.2", + "@angular/animations": "^18.2.6", "@angular/cdk": "6.2.1", "@angular/common": "^6.0.3", "@angular/compiler": "^6.0.3", - "@angular/core": "^18.2.2", + "@angular/core": "^18.2.6", "@angular/flex-layout": "6.0.0-beta.16", "@angular/forms": "^6.0.3", "@angular/http": "^6.0.3",