From b318158a230d52a5a06a6faabd3c3fc9535f1c16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 10:31:39 +0000 Subject: [PATCH] fix: upgrade @angular/animations from 17.2.4 to 17.3.12 Snyk has created this PR to upgrade @angular/animations from 17.2.4 to 17.3.12. See this package in npm: @angular/animations See this project in Snyk: https://app.snyk.io/org/tuxtux59/project/127e3867-90fe-4c9f-b3e8-4865fd08f4a6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d55bf96d..88d64af9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.4.0", "license": "MIT", "dependencies": { - "@angular/animations": "^17.0.0", + "@angular/animations": "^17.3.12", "@angular/common": "^17.0.0", "@angular/compiler": "^17.0.0", "@angular/core": "^17.0.0", @@ -5250,9 +5250,10 @@ } }, "node_modules/@angular/animations": { - "version": "17.2.4", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.2.4.tgz", - "integrity": "sha512-eTjD8XeioL1Xj+W6iQayOh2JBCfjkg+MG3wzyEW0jhetE/N+wm2xbI1aub2pYplKsu96hOih3lfowYt7qIKGfw==", + "version": "17.3.12", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.12.tgz", + "integrity": "sha512-9hsdWF4gRRcVJtPcCcYLaX1CIyM9wUu6r+xRl6zU5hq8qhl35hig6ounz7CXFAzLf0WDBdM16bPHouVGaG76lg==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -5260,7 +5261,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.2.4" + "@angular/core": "17.3.12" } }, "node_modules/@angular/cli": { diff --git a/package.json b/package.json index b8146515..132d0caf 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "private": false, "dependencies": { - "@angular/animations": "^17.0.0", + "@angular/animations": "^17.3.12", "@angular/common": "^17.0.0", "@angular/compiler": "^17.0.0", "@angular/core": "^17.0.0",