diff --git a/package-lock.json b/package-lock.json index 4c3cd0b2..60348a65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@angular/forms": "^21.2.1", "@angular/localize": "^21.2.1", "@angular/material": "^21.2.1", - "@angular/platform-browser": "^21.2.1", + "@angular/platform-browser": "^21.2.8", "@angular/platform-browser-dynamic": "^21.2.1", "@angular/router": "^21.2.1", "@cmusei/crucible-common": "^0.6.0", @@ -622,9 +622,9 @@ } }, "node_modules/@angular/animations": { - "version": "21.2.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.2.1.tgz", - "integrity": "sha512-zT/S29pUTbziCLvZ2itBdNWd5i8tsXexofH7KA4n2yvYmK1EhNpE7TlHRjghmsHgtDt4VnGiMW4zXEyrl05Dwg==", + "version": "21.2.8", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.2.8.tgz", + "integrity": "sha512-RIqfVmfretQ0x/mXgMXe7Bw0Tpe8+zBV/Mm2OaNVyrmNG+9gYItEn5t/ZnQGcPD5nMNqckgp3+4/ZMc/qkS5ww==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -633,7 +633,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.2.1" + "@angular/core": "21.2.8" } }, "node_modules/@angular/build": { @@ -943,9 +943,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "21.2.1", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.2.1.tgz", - "integrity": "sha512-k4SJLxIaLT26vLjLuFL+ho0BiG5PrdxEsjsXFC7w5iUhomeouzkHVTZ4t7gaLNKrdRD7QNtU4Faw0nL0yx0ZPQ==", + "version": "21.2.8", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.2.8.tgz", + "integrity": "sha512-4fwmGf7GCuIsjFqx1gqqWC92YjlN9SmGJO17TPPsOm5zUOnDx+h3Bj9XjdXxlcBtugTb2xHk6Auqyv3lzWGlkw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -954,9 +954,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/animations": "21.2.1", - "@angular/common": "21.2.1", - "@angular/core": "21.2.1" + "@angular/animations": "21.2.8", + "@angular/common": "21.2.8", + "@angular/core": "21.2.8" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/package.json b/package.json index 87007dfc..b6ca194f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@angular/forms": "^21.2.1", "@angular/localize": "^21.2.1", "@angular/material": "^21.2.1", - "@angular/platform-browser": "^21.2.1", + "@angular/platform-browser": "^21.2.8", "@angular/platform-browser-dynamic": "^21.2.1", "@angular/router": "^21.2.1", "@cmusei/crucible-common": "^0.6.0",