diff --git a/package-lock.json b/package-lock.json index 2665cc9d..3d778126 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@angular/common": "^21.0.0", "@angular/compiler": "^21.0.0", "@angular/core": "^21.0.0", - "@angular/platform-browser": "^21.0.0", + "@angular/platform-browser": "^21.1.1", "@angular/platform-browser-dynamic": "^21.0.0", "core-js": "^3.39.0", "rxjs": "^7.8.1", @@ -898,9 +898,9 @@ } }, "node_modules/@angular/animations": { - "version": "21.0.8", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.0.8.tgz", - "integrity": "sha512-1YXHZQO/LYiExbg7sZhiqqF5fMcH17iVgK1tI2Gk90Yy0HQAuqnteOv3pPGgUfLowNOWK0sGhCYbB2Lq21LA3w==", + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.1.1.tgz", + "integrity": "sha512-OQRyNbFBCkuihdCegrpN/Np5YQ7uV9if48LAoXxT68tYhK3S/Qbyx2MzJpOMFEFNfpjXRg1BZr8hVcZVFnArpg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -909,7 +909,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.0.8" + "@angular/core": "21.1.1" } }, "node_modules/@angular/cli": { @@ -1104,9 +1104,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "21.0.8", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.0.8.tgz", - "integrity": "sha512-5rPyrP6n6ClO0ZEUXndS2/Xb7nZrbjjYWOxgfCb+ZTCiU7eyN6zhSmicKk2dLQxE1M15wbTa87dN6/Ytuq2uvg==", + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.1.1.tgz", + "integrity": "sha512-d6liZjPz29GUZ6dhxytFL/W2nMsYwPpc/E/vZpr5yV+u+gI2VjbnLbl8SG+jjj0/Hyq7s4aGhEKsRrCJJMXgNw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1115,9 +1115,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/animations": "21.0.8", - "@angular/common": "21.0.8", - "@angular/core": "21.0.8" + "@angular/animations": "21.1.1", + "@angular/common": "21.1.1", + "@angular/core": "21.1.1" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index 28e0c965..a0dde3d4 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@angular/common": "^21.0.0", "@angular/compiler": "^21.0.0", "@angular/core": "^21.0.0", - "@angular/platform-browser": "^21.0.0", + "@angular/platform-browser": "^21.1.1", "@angular/platform-browser-dynamic": "^21.0.0", "core-js": "^3.39.0", "rxjs": "^7.8.1",