diff --git a/package-lock.json b/package-lock.json index aaaaebb..bd2c515 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@acrodata/code-editor": "^0.5.1", "@angular/animations": "^20.3.5", "@angular/common": "^20.3.5", - "@angular/compiler": "^20.3.5", + "@angular/compiler": "^20.3.7", "@angular/core": "^20.3.5", "@angular/forms": "^20.3.5", "@angular/platform-browser": "^20.3.5", @@ -642,9 +642,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.3.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.5.tgz", - "integrity": "sha512-nnvvMf3MJEfWlBIHJs6+1Od1Ka49zw0WMPvS3e0KXUVnNnUl0ITroe7BZI/QrpyLEsqZkMZqwUI6r79WS2KBzQ==", + "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" diff --git a/package.json b/package.json index 1fb00ad..f23c406 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@acrodata/code-editor": "^0.5.1", "@angular/animations": "^20.3.5", "@angular/common": "^20.3.5", - "@angular/compiler": "^20.3.5", + "@angular/compiler": "^20.3.7", "@angular/core": "^20.3.5", "@angular/forms": "^20.3.5", "@angular/platform-browser": "^20.3.5",