diff --git a/package-lock.json b/package-lock.json index 0a994a77..8d3c589d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@angular/animations": "^20.0.5", "@angular/common": "^20.0.5", - "@angular/compiler": "^20.0.5", + "@angular/compiler": "^20.3.7", "@angular/core": "^20.0.5", "@angular/platform-browser": "^20.0.5", "@angular/platform-browser-dynamic": "^20.0.5", @@ -1372,9 +1372,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.0.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.0.5.tgz", - "integrity": "sha512-eHHnh+wIUC+8mfmlPnkzVfonQCA3LAbPWgYpvEQtBh0/R3cZBN6tmOxWQB8IuLu+cZ0eXS/a14mqHJp3c3u7Hg==", + "version": "20.3.7", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.7.tgz", + "integrity": "sha512-EouHO15dUsgnFArj0M25R8cOPVoUfiFYSt6iXnMO8+S4dY1fDEmbFqkW5smlP66HL5Gys59Nwb5inejfIWHrLw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -9362,9 +9362,9 @@ } }, "node_modules/detect-libc": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", - "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", "dev": true, "license": "Apache-2.0", "optional": true, diff --git a/package.json b/package.json index 6e52cf47..4f1b40c4 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@angular/animations": "^20.0.5", "@angular/common": "^20.0.5", - "@angular/compiler": "^20.0.5", + "@angular/compiler": "^20.3.7", "@angular/core": "^20.0.5", "@angular/platform-browser": "^20.0.5", "@angular/platform-browser-dynamic": "^20.0.5",