From c57ab1ac6c4fb76ddd1af2478e707dd5597afaa7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Jul 2025 22:53:56 +0000 Subject: [PATCH] fix: upgrade @angular/animations from 17.3.4 to 17.3.12 Snyk has created this PR to upgrade @angular/animations from 17.3.4 to 17.3.12. See this package in npm: @angular/animations See this project in Snyk: https://app.eu.snyk.io/org/tiny/project/a8763a58-ceb8-4278-b0aa-8fb0f4538bd8?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 31ea3b3..c8ea8f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "tinymce-reactive-forms-demo", "version": "0.0.0", "dependencies": { - "@angular/animations": "^17.3.0", + "@angular/animations": "^17.3.12", "@angular/cdk": "^17.3.4", "@angular/common": "^17.3.0", "@angular/compiler": "^17.3.0", @@ -260,9 +260,10 @@ } }, "node_modules/@angular/animations": { - "version": "17.3.4", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.4.tgz", - "integrity": "sha512-2nBgXRdTSVPZMueV6ZJjajDRucwJBLxwiVhGafk/nI5MJF0Yss/Jfp2Kfzk5Xw2AqGhz0rd00IyNNUQIzO2mlw==", + "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" }, @@ -270,7 +271,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.3.4" + "@angular/core": "17.3.12" } }, "node_modules/@angular/cdk": { diff --git a/package.json b/package.json index 3cf025a..5beeec8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.3.0", + "@angular/animations": "^17.3.12", "@angular/cdk": "^17.3.4", "@angular/common": "^17.3.0", "@angular/compiler": "^17.3.0",