diff --git a/client/package-lock.json b/client/package-lock.json index fbcde9c..e9a1708 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^18.1.0", - "@angular/common": "^18.1.0", + "@angular/common": "^18.2.8", "@angular/compiler": "^18.1.0", "@angular/core": "^18.1.0", "@angular/forms": "^18.1.0", @@ -450,9 +450,9 @@ } }, "node_modules/@angular/common": { - "version": "18.1.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.1.0.tgz", - "integrity": "sha512-noHDLarQSCZZh7hyNd0HR61Fut+q4QCVq9qc/jKPglfbV/6nPujQSmSpT+rNJlNuBOrCLuvH/CNBNbiqii+x3g==", + "version": "18.2.8", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.8.tgz", + "integrity": "sha512-TYsKtE5nVaIScWSLGSO34Skc+s3hB/BujSddnfQHoNFvPT/WR0dfmdlpVCTeLj+f50htFoMhW11tW99PbK+whQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -460,7 +460,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.1.0", + "@angular/core": "18.2.8", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/client/package.json b/client/package.json index 52592f4..0567f96 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "private": true, "dependencies": { "@angular/animations": "^18.1.0", - "@angular/common": "^18.1.0", + "@angular/common": "^18.2.8", "@angular/compiler": "^18.1.0", "@angular/core": "^18.1.0", "@angular/forms": "^18.1.0",