diff --git a/package-lock.json b/package-lock.json index aaaaebb..c5e35a0 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.6", "@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.6", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.6.tgz", + "integrity": "sha512-OdjXBsAsnn7qiW6fSHClwn9XwjVxhtO9+RbDc6Mf+YPCnJq0s8T78H2fc8VdJFp/Rs+tMZcwwjd9VZPm8+2XWA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 1fb00ad..76b433d 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.6", "@angular/core": "^20.3.5", "@angular/forms": "^20.3.5", "@angular/platform-browser": "^20.3.5",