From 878869fd7ea63cffdff4109fb1ddff89a0f9806a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Aug 2024 09:43:50 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @angular/animations from 18.1.2 to 18.1.3. See this package in npm: https://www.npmjs.com/package/@angular/animations - @angular/common from 18.1.2 to 18.1.3. See this package in npm: https://www.npmjs.com/package/@angular/common - @angular/compiler from 18.1.2 to 18.1.3. See this package in npm: https://www.npmjs.com/package/@angular/compiler - @angular/core from 18.1.2 to 18.1.3. See this package in npm: https://www.npmjs.com/package/@angular/core - @angular/forms from 18.1.2 to 18.1.3. See this package in npm: https://www.npmjs.com/package/@angular/forms - @angular/platform-browser from 18.1.2 to 18.1.3. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser - @angular/platform-browser-dynamic from 18.1.2 to 18.1.3. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser-dynamic - @angular/router from 18.1.2 to 18.1.3. See this package in npm: https://www.npmjs.com/package/@angular/router See this project in Snyk: https://app.snyk.io/org/kidwen/project/033159e5-2deb-4d15-9c77-03ccc1aa3203?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 2fea8693..f4199912 100644 --- a/package.json +++ b/package.json @@ -13,16 +13,16 @@ }, "private": true, "dependencies": { - "@angular/animations": "18.1.2", + "@angular/animations": "18.1.3", "@angular/cdk": "18.1.2", - "@angular/common": "18.1.2", - "@angular/compiler": "18.1.2", - "@angular/core": "18.1.2", - "@angular/forms": "18.1.2", + "@angular/common": "18.1.3", + "@angular/compiler": "18.1.3", + "@angular/core": "18.1.3", + "@angular/forms": "18.1.3", "@angular/material": "18.1.2", - "@angular/platform-browser": "18.1.2", - "@angular/platform-browser-dynamic": "18.1.2", - "@angular/router": "18.1.2", + "@angular/platform-browser": "18.1.3", + "@angular/platform-browser-dynamic": "18.1.3", + "@angular/router": "18.1.3", "animate.css": "^4.1.1", "eva-icons": "^1.1.3", "ngx-highlightjs": "^12.0.0",