From 8d8e62e05f122b9c36ded09e91869b7ff968442e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Jul 2022 02:36:57 +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.2. See this package in npm: https://www.npmjs.com/package/@angular/animations - @angular/common from 14.0.1 to 14.0.2. See this package in npm: https://www.npmjs.com/package/@angular/common - @angular/compiler from 14.0.1 to 14.0.2. See this package in npm: https://www.npmjs.com/package/@angular/compiler - @angular/core from 14.0.1 to 14.0.2. See this package in npm: https://www.npmjs.com/package/@angular/core - @angular/forms from 14.0.1 to 14.0.2. See this package in npm: https://www.npmjs.com/package/@angular/forms - @angular/platform-browser from 14.0.1 to 14.0.2. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser - @angular/platform-browser-dynamic from 14.0.1 to 14.0.2. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser-dynamic - @angular/router from 14.0.1 to 14.0.2. 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..510cac3 100644 --- a/package.json +++ b/package.json @@ -10,16 +10,16 @@ }, "private": true, "dependencies": { - "@angular/animations": "^14.0.0", + "@angular/animations": "^14.0.2", "@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.2", + "@angular/compiler": "^14.0.2", + "@angular/core": "^14.0.2", + "@angular/forms": "^14.0.2", "@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.2", + "@angular/platform-browser-dynamic": "^14.0.2", + "@angular/router": "^14.0.2", "camelcase": "^7.0.0", "rxjs": "~7.5.0", "tslib": "^2.3.0",