diff --git a/angular-example/package-lock.json b/angular-example/package-lock.json index fbc8dbb5..a1c46787 100644 --- a/angular-example/package-lock.json +++ b/angular-example/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^17.0.9", - "@angular/common": "^17.0.6", + "@angular/common": "^17.0.9", "@angular/compiler": "^17.0.9", "@angular/core": "^17.0.7", "@angular/forms": "^17.0.8", @@ -483,9 +483,9 @@ } }, "node_modules/@angular/common": { - "version": "17.0.8", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.8.tgz", - "integrity": "sha512-fFfwtdg7H+OkqnvV/ENu8F8KGfgIiH16DDbQqYY5KQyyQB+SMsoVW29F1fGx6Y30s7ZlsLOy6cHhgrw74itkSw==", + "version": "17.0.9", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.9.tgz", + "integrity": "sha512-xNS7DDfvFqfLr6xeZNJ+jORuGXP6hhv2HsYD3jb6ZQ8+QuMg+3MDij4a0L5npn72gH/Zz4JRKZ3Bt4Cq6cUqUA==", "dependencies": { "tslib": "^2.3.0" }, @@ -493,7 +493,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.8", + "@angular/core": "17.0.9", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -12213,9 +12213,9 @@ } }, "@angular/common": { - "version": "17.0.8", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.8.tgz", - "integrity": "sha512-fFfwtdg7H+OkqnvV/ENu8F8KGfgIiH16DDbQqYY5KQyyQB+SMsoVW29F1fGx6Y30s7ZlsLOy6cHhgrw74itkSw==", + "version": "17.0.9", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.9.tgz", + "integrity": "sha512-xNS7DDfvFqfLr6xeZNJ+jORuGXP6hhv2HsYD3jb6ZQ8+QuMg+3MDij4a0L5npn72gH/Zz4JRKZ3Bt4Cq6cUqUA==", "requires": { "tslib": "^2.3.0" } diff --git a/angular-example/package.json b/angular-example/package.json index cfa6297e..bfd07c71 100644 --- a/angular-example/package.json +++ b/angular-example/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@angular/animations": "^17.0.9", - "@angular/common": "^17.0.6", + "@angular/common": "^17.0.9", "@angular/compiler": "^17.0.9", "@angular/core": "^17.0.7", "@angular/forms": "^17.0.8",