diff --git a/package-lock.json b/package-lock.json index c3a6c18..3fb9dde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/common": "^19.2.0", "@angular/compiler": "^19.2.0", - "@angular/core": "^19.2.0", + "@angular/core": "^19.2.20", "@angular/forms": "^19.2.0", "@angular/platform-browser": "^19.2.0", "@angular/platform-browser-dynamic": "^19.2.0", @@ -657,9 +657,9 @@ } }, "node_modules/@angular/core": { - "version": "19.2.18", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.18.tgz", - "integrity": "sha512-+QRrf0Igt8ccUWXHA+7doK5W6ODyhHdqVyblSlcQ8OciwkzIIGGEYNZom5OZyWMh+oI54lcSeyV2O3xaDepSrQ==", + "version": "19.2.20", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.20.tgz", + "integrity": "sha512-pxzQh8ouqfE57lJlXjIzXFuRETwkfMVwS+NFCfv2yh01Qtx+vymO8ZClcJMgLPfBYinhBYX+hrRYVSa1nzlkRQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 24db89e..0e2004e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/common": "^19.2.0", "@angular/compiler": "^19.2.0", - "@angular/core": "^19.2.0", + "@angular/core": "^19.2.20", "@angular/forms": "^19.2.0", "@angular/platform-browser": "^19.2.0", "@angular/platform-browser-dynamic": "^19.2.0",