diff --git a/package-lock.json b/package-lock.json index a8994de..4290092 100644 --- a/package-lock.json +++ b/package-lock.json @@ -764,11 +764,11 @@ } }, "@angular/common": { - "version": "12.1.3", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-12.1.3.tgz", - "integrity": "sha512-u2z76HY5V2k31uEAZI6sxKUaviV/ggkeUtRwzkVQCVrvB8p7e5f/BXpdV8Jb8WM60Lz48brXGsATt++ar0mDtg==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", "requires": { - "tslib": "^2.2.0" + "tslib": "^2.3.0" } }, "@angular/compiler": { diff --git a/package.json b/package.json index 5e30ba6..61e77f2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@angular/animations": "12.1.3", "@angular/cdk": "12.1.3", - "@angular/common": "12.1.3", + "@angular/common": "19.2.16", "@angular/compiler": "12.1.3", "@angular/core": "12.1.3", "@angular/forms": "12.1.3",