diff --git a/package-lock.json b/package-lock.json index 7d7386f0a..463a527b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "ebad-front", "version": "2.9.0", "dependencies": { - "@angular/animations": "^13.2.1", + "@angular/animations": "^13.2.2", "@angular/cdk": "^13.2.1", "@angular/common": "^13.2.1", "@angular/compiler": "^13.2.1", @@ -1053,9 +1053,9 @@ } }, "node_modules/@angular/animations": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.1.tgz", - "integrity": "sha512-Wvuu5OU0T5BlavE0IQohuXWiQUHHmrrkhZSxqatsSno2v1au5u/SJGSGo4RojBKsSm627Z/grLjOT6YA21CObA==", + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.2.tgz", + "integrity": "sha512-qX8LAMuCJaueHBVyuwKtqunx96G0Dr26k7y5Z03VTcscYst4Ib4V2d4i5dwn3HS82DehFdO86cm3Hi2PqE/qww==", "dependencies": { "tslib": "^2.3.0" }, @@ -1063,7 +1063,7 @@ "node": "^12.20.0 || ^14.15.0 || >=16.10.0" }, "peerDependencies": { - "@angular/core": "13.2.1" + "@angular/core": "13.2.2" } }, "node_modules/@angular/cdk": { @@ -20359,9 +20359,9 @@ } }, "@angular/animations": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.1.tgz", - "integrity": "sha512-Wvuu5OU0T5BlavE0IQohuXWiQUHHmrrkhZSxqatsSno2v1au5u/SJGSGo4RojBKsSm627Z/grLjOT6YA21CObA==", + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.2.tgz", + "integrity": "sha512-qX8LAMuCJaueHBVyuwKtqunx96G0Dr26k7y5Z03VTcscYst4Ib4V2d4i5dwn3HS82DehFdO86cm3Hi2PqE/qww==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index a45e1116a..641edf8cb 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^13.2.1", + "@angular/animations": "^13.2.2", "@angular/cdk": "^13.2.1", "@angular/common": "^13.2.1", "@angular/compiler": "^13.2.1",