diff --git a/samples/client/others/typescript-angular-v20/package-lock.json b/samples/client/others/typescript-angular-v20/package-lock.json index 19d2427dea2e..f6d0a2334f61 100644 --- a/samples/client/others/typescript-angular-v20/package-lock.json +++ b/samples/client/others/typescript-angular-v20/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/common": "^20.3.0", - "@angular/compiler": "^20.3.0", + "@angular/compiler": "^20.3.15", "@angular/core": "^20.3.0", "@angular/forms": "^20.3.0", "@angular/platform-browser": "^20.3.0", @@ -469,9 +469,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.3.6", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.6.tgz", - "integrity": "sha512-OdjXBsAsnn7qiW6fSHClwn9XwjVxhtO9+RbDc6Mf+YPCnJq0s8T78H2fc8VdJFp/Rs+tMZcwwjd9VZPm8+2XWA==", + "version": "20.3.15", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.15.tgz", + "integrity": "sha512-lMicIAFAKZXa+BCZWs3soTjNQPZZXrF/WMVDinm8dQcggNarnDj4UmXgKSyXkkyqK5SLfnLsXVzrX6ndVT6z7A==", "license": "MIT", "peer": true, "dependencies": { diff --git a/samples/client/others/typescript-angular-v20/package.json b/samples/client/others/typescript-angular-v20/package.json index 47b3552fc6c9..ec4426e10609 100644 --- a/samples/client/others/typescript-angular-v20/package.json +++ b/samples/client/others/typescript-angular-v20/package.json @@ -24,7 +24,7 @@ "private": true, "dependencies": { "@angular/common": "^20.3.0", - "@angular/compiler": "^20.3.0", + "@angular/compiler": "^20.3.15", "@angular/core": "^20.3.0", "@angular/forms": "^20.3.0", "@angular/platform-browser": "^20.3.0",