From 0f4d439567acb4b2dbd43276582e4ab62da61574 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Jul 2022 04:35:40 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @angular/animations from 14.0.1 to 14.0.3. See this package in npm: https://www.npmjs.com/package/@angular/animations - @angular/common from 14.0.1 to 14.0.3. See this package in npm: https://www.npmjs.com/package/@angular/common - @angular/compiler from 14.0.1 to 14.0.3. See this package in npm: https://www.npmjs.com/package/@angular/compiler - @angular/core from 14.0.1 to 14.0.3. See this package in npm: https://www.npmjs.com/package/@angular/core - @angular/forms from 14.0.1 to 14.0.3. See this package in npm: https://www.npmjs.com/package/@angular/forms - @angular/platform-browser from 14.0.1 to 14.0.3. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser - @angular/platform-browser-dynamic from 14.0.1 to 14.0.3. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser-dynamic - @angular/router from 14.0.1 to 14.0.3. See this package in npm: https://www.npmjs.com/package/@angular/router See this project in Snyk: https://app.snyk.io/org/ywarezk/project/b2dd7796-586f-4d41-919c-4561453ebcec?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 db4b1ec..d62e96e 100644 --- a/package.json +++ b/package.json @@ -10,16 +10,16 @@ }, "private": true, "dependencies": { - "@angular/animations": "^14.0.0", + "@angular/animations": "^14.0.3", "@angular/cdk": "^14.0.4", - "@angular/common": "^14.0.0", - "@angular/compiler": "^14.0.0", - "@angular/core": "^14.0.0", - "@angular/forms": "^14.0.0", + "@angular/common": "^14.0.3", + "@angular/compiler": "^14.0.3", + "@angular/core": "^14.0.3", + "@angular/forms": "^14.0.3", "@angular/material": "^14.0.4", - "@angular/platform-browser": "^14.0.0", - "@angular/platform-browser-dynamic": "^14.0.0", - "@angular/router": "^14.0.0", + "@angular/platform-browser": "^14.0.3", + "@angular/platform-browser-dynamic": "^14.0.3", + "@angular/router": "^14.0.3", "camelcase": "^7.0.0", "rxjs": "~7.5.0", "tslib": "^2.3.0",