diff --git a/package-lock.json b/package-lock.json index 411f497b8..c8f474de6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "dsomm", "version": "0.0.0", "dependencies": { - "@angular/animations": "^13.0.0", + "@angular/animations": "^13.4.0", "@angular/cdk": "^13.0.0", "@angular/cli": "^13.0.0", "@angular/common": "^13.0.0", @@ -447,9 +447,10 @@ } }, "node_modules/@angular/animations": { - "version": "13.3.12", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.3.12.tgz", - "integrity": "sha512-dc2JDokKJuuNxzzZa9FvuQU71kYC/e0xCLjGxEgX48sGKwajHRGBuzYFb8EmvLeA24SshYGmrxN0vGG9GhLK6g==", + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.4.0.tgz", + "integrity": "sha512-PkEmDd5zpbz/7fudxyb6qL9sBMTPlzpSIh85AapGhjgRSUSRSGuJLj49R35fQ/44c4K5bHMPEsGZjMR0oDsGdg==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -457,7 +458,7 @@ "node": "^12.20.0 || ^14.15.0 || >=16.10.0" }, "peerDependencies": { - "@angular/core": "13.3.12" + "@angular/core": "13.4.0" } }, "node_modules/@angular/cdk": { @@ -16527,9 +16528,9 @@ } }, "@angular/animations": { - "version": "13.3.12", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.3.12.tgz", - "integrity": "sha512-dc2JDokKJuuNxzzZa9FvuQU71kYC/e0xCLjGxEgX48sGKwajHRGBuzYFb8EmvLeA24SshYGmrxN0vGG9GhLK6g==", + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.4.0.tgz", + "integrity": "sha512-PkEmDd5zpbz/7fudxyb6qL9sBMTPlzpSIh85AapGhjgRSUSRSGuJLj49R35fQ/44c4K5bHMPEsGZjMR0oDsGdg==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 233c8b4bb..ed15af6fb 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^13.0.0", + "@angular/animations": "^13.4.0", "@angular/cdk": "^13.0.0", "@angular/cli": "^13.0.0", "@angular/common": "^13.0.0",