From f3025f4390745a79369c5157f7ead193cf925b62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 15:15:21 +0100 Subject: [PATCH] chore(deps): bump ngx-quicklink from 0.2.4 to 0.2.6 in /console (#935) Bumps [ngx-quicklink](https://github.com/mgechev/ngx-quicklink) from 0.2.4 to 0.2.6. - [Release notes](https://github.com/mgechev/ngx-quicklink/releases) - [Commits](https://github.com/mgechev/ngx-quicklink/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- console/package-lock.json | 15 ++++----------- console/package.json | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/console/package-lock.json b/console/package-lock.json index 99218355ae..d3188982f5 100644 --- a/console/package-lock.json +++ b/console/package-lock.json @@ -10741,18 +10741,11 @@ } }, "ngx-quicklink": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/ngx-quicklink/-/ngx-quicklink-0.2.4.tgz", - "integrity": "sha512-ro5zMaAZH0ggZfNblNT50rbdauXIQJSfm6KMHxsUlg62GjNt+6CKwWNE05hxvtK6RFT8ATuaHsDzz71ajYK8uA==", + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/ngx-quicklink/-/ngx-quicklink-0.2.6.tgz", + "integrity": "sha512-9nZo6zdyYLNQPIUBvObXVI7xzhVvIk9t6xDvCK1UP58aCVF1NCJQnyIGuJyIBzHU7AppzZHa8u1UU1ZcUdFPLQ==", "requires": { - "tslib": "^1.9.0" - }, - "dependencies": { - "tslib": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", - "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==" - } + "tslib": "^2.0.0" } }, "nice-try": { diff --git a/console/package.json b/console/package.json index ae4f16c4a1..0dbd2a8b87 100644 --- a/console/package.json +++ b/console/package.json @@ -37,7 +37,7 @@ "grpc-web": "^1.2.1", "moment": "^2.29.1", "ngx-moment": "^5.0.0", - "ngx-quicklink": "^0.2.4", + "ngx-quicklink": "^0.2.6", "rxjs": "~6.6.3", "ts-protoc-gen": "^0.13.0", "tslib": "^2.0.3",