diff --git a/examples/cloud-composer-examples/requirements.txt b/examples/cloud-composer-examples/requirements.txt index 14e263479ee..adade3c011d 100644 --- a/examples/cloud-composer-examples/requirements.txt +++ b/examples/cloud-composer-examples/requirements.txt @@ -1,5 +1,5 @@ apache-airflow[gcp,crypto]==1.10.3 apache-beam[gcp]==2.19.0 -werkzeug==3.1.4 +werkzeug==3.1.5 tzlocal>=1.5.1 pyspark==3.3.2 diff --git a/examples/ml-audio-content-profiling/app/angular/package-lock.json b/examples/ml-audio-content-profiling/app/angular/package-lock.json index fc67628f1f2..e2eb6e0161e 100644 --- a/examples/ml-audio-content-profiling/app/angular/package-lock.json +++ b/examples/ml-audio-content-profiling/app/angular/package-lock.json @@ -10,7 +10,7 @@ "@angular/animations": "^7.0.4", "@angular/cdk": "^7.3.7", "@angular/common": "~19.2.16", - "@angular/compiler": "~19.2.17", + "@angular/compiler": "~19.2.18", "@angular/core": "~19.2.18", "@angular/forms": "~7.0.0", "@angular/http": "~7.0.0", @@ -1153,9 +1153,9 @@ "license": "0BSD" }, "node_modules/@angular/compiler": { - "version": "19.2.17", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", - "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.18.tgz", + "integrity": "sha512-3MscvODxRVxc3Cs0ZlHI5Pk5rEvE80otfvxZTMksOZuPlv1B+S8MjWfc3X3jk9SbyUEzODBEH55iCaBHD48V3g==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/examples/ml-audio-content-profiling/app/angular/package.json b/examples/ml-audio-content-profiling/app/angular/package.json index dea181f087f..3d0ab17f3ad 100644 --- a/examples/ml-audio-content-profiling/app/angular/package.json +++ b/examples/ml-audio-content-profiling/app/angular/package.json @@ -21,7 +21,7 @@ "@angular/animations": "^7.0.4", "@angular/cdk": "^7.3.7", "@angular/common": "~19.2.16", - "@angular/compiler": "~19.2.17", + "@angular/compiler": "~19.2.18", "@angular/core": "~19.2.18", "@angular/forms": "~7.0.0", "@angular/http": "~7.0.0",