From 90f4041265c1fa63c04646c2a7996d2326f4d032 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Nov 2024 06:05:17 +0000 Subject: [PATCH] fix: upgrade @angular/animations from 13.3.12 to 13.4.0 Snyk has created this PR to upgrade @angular/animations from 13.3.12 to 13.4.0. See this package in npm: @angular/animations See this project in Snyk: https://app.snyk.io/org/lando-srs/project/aaf8d2d9-141e-4202-ad92-8bfd21375a8f?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) 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",