From 7f48b424df6394e1e9a18fdc68961e65bb87f46f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Nov 2023 17:25:06 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @angular/animations from 16.2.0 to 16.2.11. See this package in npm: https://www.npmjs.com/package/@angular/animations - @angular/common from 16.2.0 to 16.2.11. See this package in npm: https://www.npmjs.com/package/@angular/common - @angular/core from 16.2.0 to 16.2.11. See this package in npm: https://www.npmjs.com/package/@angular/core - @angular/forms from 16.2.0 to 16.2.11. See this package in npm: https://www.npmjs.com/package/@angular/forms See this project in Snyk: https://app.snyk.io/org/jcompagner/project/a5da79d7-2b45-4180-9bec-d3d13020cbcc?utm_source=github&utm_medium=referral&page=upgrade-pr --- fullcalendarcomponent2/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fullcalendarcomponent2/package.json b/fullcalendarcomponent2/package.json index 3f5e88b..636dfa3 100644 --- a/fullcalendarcomponent2/package.json +++ b/fullcalendarcomponent2/package.json @@ -16,10 +16,10 @@ }, "private": true, "dependencies": { - "@angular/animations": "16.2.0", - "@angular/common": "16.2.0", - "@angular/core": "16.2.0", - "@angular/forms": "16.2.0", + "@angular/animations": "16.2.11", + "@angular/common": "16.2.11", + "@angular/core": "16.2.11", + "@angular/forms": "16.2.11", "@fullcalendar/angular": "6.1.8", "@fullcalendar/bootstrap5": "6.1.8", "@fullcalendar/core": "6.1.8",