diff --git a/package-lock.json b/package-lock.json index 3802c425a..6517c6062 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@angular/compiler-cli": "21.2.1", "@angular/core": "21.2.0", "@angular/forms": "21.2.1", - "@angular/platform-browser": "21.2.0", + "@angular/platform-browser": "21.2.1", "@angular/platform-browser-dynamic": "21.2.1", "@angular/router": "21.2.1", "@babel/cli": "7.28.6", @@ -893,9 +893,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "21.2.0", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.2.0.tgz", - "integrity": "sha512-IUGukpvvT2B5Dl76qzk6rY7UIHUT9u4BhT2AwVz+5JqcX9KwQtYD17Gt7wj6bvIgCXKWG+CfN8Zd9DECOCYWjg==", + "version": "21.2.1", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.2.1.tgz", + "integrity": "sha512-k4SJLxIaLT26vLjLuFL+ho0BiG5PrdxEsjsXFC7w5iUhomeouzkHVTZ4t7gaLNKrdRD7QNtU4Faw0nL0yx0ZPQ==", "dev": true, "license": "MIT", "dependencies": { @@ -905,9 +905,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/animations": "21.2.0", - "@angular/common": "21.2.0", - "@angular/core": "21.2.0" + "@angular/animations": "21.2.1", + "@angular/common": "21.2.1", + "@angular/core": "21.2.1" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index e3c921aa5..a6dc54f8b 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@angular/compiler-cli": "21.2.1", "@angular/core": "21.2.0", "@angular/forms": "21.2.1", - "@angular/platform-browser": "21.2.0", + "@angular/platform-browser": "21.2.1", "@angular/platform-browser-dynamic": "21.2.1", "@angular/router": "21.2.1", "@babel/cli": "7.28.6",