From 1981e8fa5ceb4f0cd1f7c36e3e7e3b413dcaf0d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Jun 2025 09:07:29 +0000 Subject: [PATCH] fix: upgrade @angular/animations from 15.2.9 to 15.2.10 Snyk has created this PR to upgrade @angular/animations from 15.2.9 to 15.2.10. See this package in npm: @angular/animations See this project in Snyk: https://app.snyk.io/org/muhammedaliaksit/project/625b2c81-7116-4f72-9efb-ecc02b9ab252?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 75bc8e3..c877cc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "routing", "version": "0.0.0", "dependencies": { - "@angular/animations": "^15.0.0", + "@angular/animations": "^15.2.10", "@angular/cdk": "^15.2.9", "@angular/common": "^15.0.0", "@angular/compiler": "^15.0.0", @@ -386,9 +386,10 @@ "dev": true }, "node_modules/@angular/animations": { - "version": "15.2.9", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-15.2.9.tgz", - "integrity": "sha512-GQujLhI0cQFcl4Q8y0oSYKSRnW23GIeSL+Arl4eFufziJ9hGAAQNuesaNs/7i+9UlTHDMkPH3kd5ScXuYYz6wg==", + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-15.2.10.tgz", + "integrity": "sha512-yxfN8qQpMaukRU5LjFkJBmy85rqrOp86tYVCsf+hmPEFRiXBMUj6xYLeCMcpk3Mt1JtnWGBR34ivGx+7bNeAow==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -396,7 +397,7 @@ "node": "^14.20.0 || ^16.13.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "15.2.9" + "@angular/core": "15.2.10" } }, "node_modules/@angular/cdk": { @@ -15428,9 +15429,9 @@ } }, "@angular/animations": { - "version": "15.2.9", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-15.2.9.tgz", - "integrity": "sha512-GQujLhI0cQFcl4Q8y0oSYKSRnW23GIeSL+Arl4eFufziJ9hGAAQNuesaNs/7i+9UlTHDMkPH3kd5ScXuYYz6wg==", + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-15.2.10.tgz", + "integrity": "sha512-yxfN8qQpMaukRU5LjFkJBmy85rqrOp86tYVCsf+hmPEFRiXBMUj6xYLeCMcpk3Mt1JtnWGBR34ivGx+7bNeAow==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index c9ce74a..2cf6b1b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^15.0.0", + "@angular/animations": "^15.2.10", "@angular/cdk": "^15.2.9", "@angular/common": "^15.0.0", "@angular/compiler": "^15.0.0",