diff --git a/package-lock.json b/package-lock.json index ff16be620..3f3db61e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@angular/animations": "^19.0.0", "@angular/common": "^19.0.0", "@angular/compiler": "^19.0.0", - "@angular/core": "^19.0.0", + "@angular/core": "^19.1.4", "@angular/platform-browser": "^19.0.0", "@angular/platform-browser-dynamic": "^19.0.0", "core-js": "^3.39.0", @@ -697,9 +697,10 @@ } }, "node_modules/@angular/core": { - "version": "19.1.3", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.1.3.tgz", - "integrity": "sha512-Hh1eHvi+y+gsTRODiEEEWnRj5zqv9WNoou1KmQ1mv1NTOf0Pv61Hg9P2rBWDr0mPIXFSzqUKjyzW30BgdQ+AEA==", + "version": "19.1.4", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.1.4.tgz", + "integrity": "sha512-r3T81lM9evmuW36HA3VAxIJ61M8kirGR8yHoln9fXSnYG8UeJ7JlWEbVRHmVHKOB48VK0bS/VxqN+w9TOq3bZg==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, diff --git a/package.json b/package.json index 1f81318d4..57eafc3cb 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@angular/animations": "^19.0.0", "@angular/common": "^19.0.0", "@angular/compiler": "^19.0.0", - "@angular/core": "^19.0.0", + "@angular/core": "^19.1.4", "@angular/platform-browser": "^19.0.0", "@angular/platform-browser-dynamic": "^19.0.0", "core-js": "^3.39.0",