From 5dc9f1ec5d9dfedb08ab8803acac8804de10004d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Aug 2022 22:49:24 +0000 Subject: [PATCH] fix: upgrade ngx-pipes from 3.0.0 to 3.1.0 Snyk has created this PR to upgrade ngx-pipes from 3.0.0 to 3.1.0. See this package in npm: https://www.npmjs.com/package/ngx-pipes 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neural_compressor/ux/gui/package.json b/neural_compressor/ux/gui/package.json index 747cf96ac26..395d3e2a45c 100644 --- a/neural_compressor/ux/gui/package.json +++ b/neural_compressor/ux/gui/package.json @@ -29,7 +29,7 @@ "glob-parent": "^6.0.1", "lodash": "^4.17.21", "ngx-joyride": "^2.5.0", - "ngx-pipes": "^3.0.0", + "ngx-pipes": "^3.1.0", "node-forge": "^1.3.1", "plotly.js-dist-min": "^2.12.1", "rxjs": "^6.6.7",