From 83da2f0573befa299c25b67d31abfbd0b50e5e34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Oct 2024 00:33:14 +0000 Subject: [PATCH] fix: upgrade @angular/animations from 17.3.10 to 17.3.12 Snyk has created this PR to upgrade @angular/animations from 17.3.10 to 17.3.12. See this package in npm: @angular/animations See this project in Snyk: https://app.snyk.io/org/nfgallimore/project/da99d285-0aec-48d0-babc-d3e407089d2e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d5f423d..0e5570d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "tsm-group-generator", "version": "0.0.0", "dependencies": { - "@angular/animations": "^17.3.0", + "@angular/animations": "^17.3.12", "@angular/common": "^17.3.0", "@angular/compiler": "^17.3.0", "@angular/core": "^17.3.0", @@ -20,8 +20,8 @@ "@angular/ssr": "^17.3.8", "express": "^4.21.1", "rxjs": "~7.8.0", - "tslib": "^2.3.0", - "zone.js": "^0.14.7" + "tslib": "^2.6.3", + "zone.js": "~0.14.7" }, "devDependencies": { "@angular-devkit/build-angular": "^17.3.8", @@ -271,9 +271,10 @@ } }, "node_modules/@angular/animations": { - "version": "17.3.10", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.10.tgz", - "integrity": "sha512-9fR5snTuG4aM2K54TG/6DXcKXMDKZMovZhjQOxO8l68/oqn6fKrHs8DLzckFs0XGRZ+2OyURH8WggFm1Z828rA==", + "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" }, @@ -281,7 +282,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.3.10" + "@angular/core": "17.3.12" } }, "node_modules/@angular/cli": { diff --git a/package.json b/package.json index e25a9aa..06556b5 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.3.0", + "@angular/animations": "^17.3.12", "@angular/common": "^17.3.0", "@angular/compiler": "^17.3.0", "@angular/core": "^17.3.0",