diff --git a/package-lock.json b/package-lock.json index 180bb3d75..7e9643145 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "ebad-front", "version": "2.11.0", "dependencies": { - "@angular/animations": "^16.0.5", + "@angular/animations": "^16.2.6", "@angular/cdk": "^16.0.2", "@angular/common": "^16.0.5", "@angular/compiler": "^16.0.5", @@ -1134,9 +1134,9 @@ } }, "node_modules/@angular/animations": { - "version": "16.0.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.0.5.tgz", - "integrity": "sha512-qfIOa3Pl+3w/J196ShcHNnAtElQrTcwowoYBf73h5KX7NEsdvUcOJCK6lIdem9FKckVQpf8S+UnGXx99eJXqvg==", + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.6.tgz", + "integrity": "sha512-NHnHdZFKLr1PB8RhscjsE/DMSVHhtjCqc3bhtOiOMYfAgm4nYrSFvp6nAaT5OoMTeAWuM0n8/HvAiFweEQgVQA==", "dependencies": { "tslib": "^2.3.0" }, @@ -1144,7 +1144,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.0.5" + "@angular/core": "16.2.6" } }, "node_modules/@angular/cdk": { @@ -23660,9 +23660,9 @@ } }, "@angular/animations": { - "version": "16.0.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.0.5.tgz", - "integrity": "sha512-qfIOa3Pl+3w/J196ShcHNnAtElQrTcwowoYBf73h5KX7NEsdvUcOJCK6lIdem9FKckVQpf8S+UnGXx99eJXqvg==", + "version": "16.2.6", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.6.tgz", + "integrity": "sha512-NHnHdZFKLr1PB8RhscjsE/DMSVHhtjCqc3bhtOiOMYfAgm4nYrSFvp6nAaT5OoMTeAWuM0n8/HvAiFweEQgVQA==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index dfc4afbe6..bcc6ea972 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.0.5", + "@angular/animations": "^16.2.6", "@angular/cdk": "^16.0.2", "@angular/common": "^16.0.5", "@angular/compiler": "^16.0.5",