diff --git a/package-lock.json b/package-lock.json index 5ab0c85..9669a0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "les-projets-cagnottes", "version": "0.16.3", "dependencies": { - "@angular/animations": "^16.2.7", + "@angular/animations": "^16.2.12", "@angular/cdk": "^16.2.6", "@angular/common": "^16.2.7", "@angular/compiler": "^16.2.7", @@ -440,9 +440,9 @@ } }, "node_modules/@angular/animations": { - "version": "16.2.7", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.7.tgz", - "integrity": "sha512-6GM4xFprTjDN71nRF6a2Nq3xS/b69tk2mOpcXZeTvxl6b/hqUo1l0y1eY1XK211cwm36GtSjq2cHJAIRBT3CiA==", + "version": "16.2.12", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.12.tgz", + "integrity": "sha512-MD0ElviEfAJY8qMOd6/jjSSvtqER2RDAi0lxe6EtUacC1DHCYkaPrKW4vLqY+tmZBg1yf+6n+uS77pXcHHcA3w==", "dependencies": { "tslib": "^2.3.0" }, @@ -450,7 +450,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.2.7" + "@angular/core": "16.2.12" } }, "node_modules/@angular/cdk": { diff --git a/package.json b/package.json index f8aaf2d..bcabf25 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.2.7", + "@angular/animations": "^16.2.12", "@angular/cdk": "^16.2.6", "@angular/common": "^16.2.7", "@angular/compiler": "^16.2.7",