diff --git a/package-lock.json b/package-lock.json index f67006b7..c80af550 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.0", "@angular/platform-browser-dynamic": "^21.0.0", "core-js": "^3.39.0", "rxjs": "^7.8.1", @@ -925,9 +925,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.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.1.0.tgz", + "integrity": "sha512-RTpRdWhwz1PsMJC8NuuYIKCgMFP9EyxOrSaI0bpCLIGtXCfmvvHiU2FkBksV86MqYOf+wurKATb71QcfGrV3Hg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -936,7 +936,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.0.8" + "@angular/core": "21.1.0" } }, "node_modules/@angular/cli": { @@ -1131,9 +1131,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.0", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.1.0.tgz", + "integrity": "sha512-Drkal25x+OuRQosAE/cL4uM5WDmgFehanCpsjQ1jGp6Rxoad6Q5Do1uQAE3qgMKHL1aqCPZ+uWzcVVG+Bn1ddg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1142,9 +1142,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.0", + "@angular/common": "21.1.0", + "@angular/core": "21.1.0" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index 20b0c589..e415a7bb 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.0", "@angular/platform-browser-dynamic": "^21.0.0", "core-js": "^3.39.0", "rxjs": "^7.8.1",