From 0c02208f8b21b1606e91c826d64972c205bd2577 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Aug 2022 23:20:31 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @angular/animations from 13.2.2 to 13.3.11. See this package in npm: https://www.npmjs.com/package/@angular/animations - @angular/common from 13.2.2 to 13.3.11. See this package in npm: https://www.npmjs.com/package/@angular/common - @angular/compiler from 13.2.2 to 13.3.11. See this package in npm: https://www.npmjs.com/package/@angular/compiler - @angular/core from 13.2.2 to 13.3.11. See this package in npm: https://www.npmjs.com/package/@angular/core - @angular/forms from 13.2.2 to 13.3.11. See this package in npm: https://www.npmjs.com/package/@angular/forms - @angular/platform-browser from 13.2.2 to 13.3.11. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser - @angular/platform-browser-dynamic from 13.2.2 to 13.3.11. See this package in npm: https://www.npmjs.com/package/@angular/platform-browser-dynamic - @angular/router from 13.2.2 to 13.3.11. See this package in npm: https://www.npmjs.com/package/@angular/router See this project in Snyk: https://app.snyk.io/org/rdower/project/6f13bc44-1485-4e90-a639-c56b23c6292a?utm_source=github&utm_medium=referral&page=upgrade-pr --- neural_compressor/ux/gui/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/neural_compressor/ux/gui/package.json b/neural_compressor/ux/gui/package.json index 747cf96ac26..2165c1d68b2 100644 --- a/neural_compressor/ux/gui/package.json +++ b/neural_compressor/ux/gui/package.json @@ -11,17 +11,17 @@ }, "private": true, "dependencies": { - "@angular/animations": "^13.1.2", + "@angular/animations": "^13.3.11", "@angular/cdk": "^13.1.2", - "@angular/common": "^13.1.2", - "@angular/compiler": "^13.1.2", - "@angular/core": "^13.1.2", + "@angular/common": "^13.3.11", + "@angular/compiler": "^13.3.11", + "@angular/core": "^13.3.11", "@angular/flex-layout": "^13.0.0-beta.36", - "@angular/forms": "^13.1.2", + "@angular/forms": "^13.3.11", "@angular/material": "^13.1.2", - "@angular/platform-browser": "^13.1.2", - "@angular/platform-browser-dynamic": "^13.1.2", - "@angular/router": "^13.1.2", + "@angular/platform-browser": "^13.3.11", + "@angular/platform-browser-dynamic": "^13.3.11", + "@angular/router": "^13.3.11", "@swimlane/ngx-charts": "^18.0.1", "@swimlane/ngx-graph": "^8.0.0", "angular-plotly.js": "^4.0.4",