From 10c087ce2c145964c097ba681a72328d06711e03 Mon Sep 17 00:00:00 2001 From: kneurgao Date: Sat, 9 May 2020 01:26:26 +0530 Subject: [PATCH] Installled latest version of library --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74b7288..2378d86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1536,9 +1536,9 @@ } }, "@nglrx/pipes": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@nglrx/pipes/-/pipes-0.1.5.tgz", - "integrity": "sha512-5p/HstjZNSqUOnR7cpLd49TThVNfI0OBbYiPoBYErTnU0Gjl2CHd8Ra579Dw1Y0izMgsJxrH2oks2GVGMi5StQ==" + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/@nglrx/pipes/-/pipes-0.1.6.tgz", + "integrity": "sha512-0Bt6rv4t0hztSTUzEli7APNJXQ3uVLI7g8TXWfBWkoL5lO65ow5Nw30C0Gs3HYYBxVwLjrTBiUScxA2Tg89Z4A==" }, "@ngtools/webpack": { "version": "9.1.4", diff --git a/package.json b/package.json index 9389b17..f4883d2 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@angular/platform-browser": "^9.1.6", "@angular/platform-browser-dynamic": "^9.1.6", "@angular/router": "^9.1.6", - "@nglrx/pipes": "^0.1.5", + "@nglrx/pipes": "^0.1.6", "rxjs": "^6.5.5", "tslib": "^1.11.2", "zone.js": "^0.10.3"