From 515258ac13b9c2264e82a28ecd8c6697294411c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 11:23:09 +0000 Subject: [PATCH] Update dependency ngx-pipes to v3 --- package.json | 2 +- yarn.lock | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 10a2532a..dfd7279f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "jsonapi-datastore": "0.4.0-beta", "ng2-ace-editor": "0.3.9", "ng2-file-upload": "1.4.0", - "ngx-pipes": "2.7.8", + "ngx-pipes": "3.1.0", "rxjs": "6.6.7", "rxjs-compat": "6.6.7", "tslib": "2.3.1", diff --git a/yarn.lock b/yarn.lock index 80e0263d..769047e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5082,12 +5082,12 @@ ng2-file-upload@1.4.0: dependencies: tslib "^1.9.0" -ngx-pipes@2.7.8: - version "2.7.8" - resolved "https://registry.yarnpkg.com/ngx-pipes/-/ngx-pipes-2.7.8.tgz#c32270ef960d7f448b7766c2ad610e8bc3336ae6" - integrity sha512-NeYuzecv2Agmhcig1fD5RnCUrInAP8EkOkQEI3hViXMCTnQaEWT1ipPPSHSHEQ3IMsTntZfdDgSdQ1cQfJq1rA== +ngx-pipes@3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/ngx-pipes/-/ngx-pipes-3.1.0.tgz#13d080fb8a689151b0eba5eeacf5e34adf634f27" + integrity sha512-nXP3rTH++WLayj/JalJ5mfcK58EAFGde4knjKDa3IQX9448GI7xs8SWWt1T92tfTqxZcnzOE1/lUbAurl7ZAqw== dependencies: - tslib "^2.0.0" + tslib "^2.3.0" nice-try@^1.0.4: version "1.0.5" @@ -7436,6 +7436,11 @@ tslib@^2.0.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c" integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w== +tslib@^2.3.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" + integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== + tslint-jasmine-rules@1.6.1: version "1.6.1" resolved "https://registry.yarnpkg.com/tslint-jasmine-rules/-/tslint-jasmine-rules-1.6.1.tgz#74ffbf4a3a69a9aab7ca58e1854e6afe1a5c1983"