diff --git a/package-lock.json b/package-lock.json index 01dde124..62a18908 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@angular/compiler": "^19.1.2", "@angular/core": "^19.1.2", "@angular/forms": "^19.1.2", - "@angular/platform-browser": "^19.1.2", + "@angular/platform-browser": "^19.1.3", "@angular/platform-browser-dynamic": "^19.1.2", "@angular/router": "^19.1.2", "@fullcalendar/core": "^6.1.15", @@ -984,9 +984,9 @@ } }, "node_modules/@angular/animations": { - "version": "19.1.2", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.1.2.tgz", - "integrity": "sha512-usf/TMBpQKRnVpEK/UzrcxtHrUgWvryMG1UDWOTsTxmfAKsYoLqy+gdcGOkSf9yEiNn8xBxFXeGqPbFPeA1fWQ==", + "version": "19.1.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.1.3.tgz", + "integrity": "sha512-MI+Tbp9OOisrQtTQH7o+xiQCODXicCs8WHNpGzdCpnXdRkQuVSOb6xAjD9OXJqcQGotLgeyennnkIJGXdz4RTA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -995,7 +995,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.1.2" + "@angular/core": "19.1.3" } }, "node_modules/@angular/build": { @@ -1827,9 +1827,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "19.1.2", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.1.2.tgz", - "integrity": "sha512-fk/OrL4r5jUjAi1WTv9LGTm+DXWrPtDBpoX4z5Ze6Se+x3/6pTn1Rty1C4MNZvHiTjIQGQNRnq447GdiOjhg9w==", + "version": "19.1.3", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.1.3.tgz", + "integrity": "sha512-bLgnM2hRyzUdoWRoUhe+IMenlr74EvrgwyG7anJ27bjg5PcvhQPXrGqU0hri5yPDb9SHVJZminr7OjNCN8QJkQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1838,9 +1838,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/animations": "19.1.2", - "@angular/common": "19.1.2", - "@angular/core": "19.1.2" + "@angular/animations": "19.1.3", + "@angular/common": "19.1.3", + "@angular/core": "19.1.3" }, "peerDependenciesMeta": { "@angular/animations": { @@ -19643,9 +19643,9 @@ } }, "@angular/animations": { - "version": "19.1.2", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.1.2.tgz", - "integrity": "sha512-usf/TMBpQKRnVpEK/UzrcxtHrUgWvryMG1UDWOTsTxmfAKsYoLqy+gdcGOkSf9yEiNn8xBxFXeGqPbFPeA1fWQ==", + "version": "19.1.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.1.3.tgz", + "integrity": "sha512-MI+Tbp9OOisrQtTQH7o+xiQCODXicCs8WHNpGzdCpnXdRkQuVSOb6xAjD9OXJqcQGotLgeyennnkIJGXdz4RTA==", "requires": { "tslib": "^2.3.0" } @@ -20103,9 +20103,9 @@ "dev": true }, "@angular/platform-browser": { - "version": "19.1.2", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.1.2.tgz", - "integrity": "sha512-fk/OrL4r5jUjAi1WTv9LGTm+DXWrPtDBpoX4z5Ze6Se+x3/6pTn1Rty1C4MNZvHiTjIQGQNRnq447GdiOjhg9w==", + "version": "19.1.3", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.1.3.tgz", + "integrity": "sha512-bLgnM2hRyzUdoWRoUhe+IMenlr74EvrgwyG7anJ27bjg5PcvhQPXrGqU0hri5yPDb9SHVJZminr7OjNCN8QJkQ==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index d2a926cd..1b5ccbfb 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@angular/compiler": "^19.1.2", "@angular/core": "^19.1.2", "@angular/forms": "^19.1.2", - "@angular/platform-browser": "^19.1.2", + "@angular/platform-browser": "^19.1.3", "@angular/platform-browser-dynamic": "^19.1.2", "@angular/router": "^19.1.2", "@fullcalendar/core": "^6.1.15",