From 0568c99dc5df6b4a0f601b088a8c991c8587e40b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Nov 2024 05:38:53 +0000 Subject: [PATCH] fix: upgrade @angular/animations from 18.2.6 to 18.2.9 Snyk has created this PR to upgrade @angular/animations from 18.2.6 to 18.2.9. See this package in npm: @angular/animations See this project in Snyk: https://app.snyk.io/org/paul-nhlapo-mvkmdUiPn3RmsXe5smwy7N/project/3c26413d-095c-497d-8daa-167d7e7b836d?utm_source=github&utm_medium=referral&page=upgrade-pr --- gnd-admin/package-lock.json | 10 +++++----- gnd-admin/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gnd-admin/package-lock.json b/gnd-admin/package-lock.json index 3ce41373..0e9564ca 100644 --- a/gnd-admin/package-lock.json +++ b/gnd-admin/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "hasInstallScript": true, "dependencies": { - "@angular/animations": "^18.0.0", + "@angular/animations": "^18.2.9", "@angular/common": "^18.0.0", "@angular/compiler": "^18.0.0", "@angular/core": "^18.0.0", @@ -451,9 +451,9 @@ } }, "node_modules/@angular/animations": { - "version": "18.2.6", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.6.tgz", - "integrity": "sha512-vy9wy+Q9beiRxkEO8wNxFQ63AqAujGvk8AUHepxxIT7QNNc512TNKz8uH+feWDPO38Dm2obwYQHMGzs3WO7pUA==", + "version": "18.2.9", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.9.tgz", + "integrity": "sha512-GAsTKENoTRVKgXX4ACBMMTp8SW4rW8u637uLag+ttJV2XBzC3YJlw5m6b/W4cdrmqZjztoEwUjR6CUTjBqMujQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -462,7 +462,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.6" + "@angular/core": "18.2.9" } }, "node_modules/@angular/build": { diff --git a/gnd-admin/package.json b/gnd-admin/package.json index 13133692..3ff03e08 100644 --- a/gnd-admin/package.json +++ b/gnd-admin/package.json @@ -11,7 +11,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^18.0.0", + "@angular/animations": "^18.2.9", "@angular/common": "^18.0.0", "@angular/compiler": "^18.0.0", "@angular/core": "^18.0.0",