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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-11-02 15:15:21 +01:00 committed by GitHub
parent 15a41a2e1a
commit f3025f4390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 12 deletions

View File

@ -10741,18 +10741,11 @@
} }
}, },
"ngx-quicklink": { "ngx-quicklink": {
"version": "0.2.4", "version": "0.2.6",
"resolved": "https://registry.npmjs.org/ngx-quicklink/-/ngx-quicklink-0.2.4.tgz", "resolved": "https://registry.npmjs.org/ngx-quicklink/-/ngx-quicklink-0.2.6.tgz",
"integrity": "sha512-ro5zMaAZH0ggZfNblNT50rbdauXIQJSfm6KMHxsUlg62GjNt+6CKwWNE05hxvtK6RFT8ATuaHsDzz71ajYK8uA==", "integrity": "sha512-9nZo6zdyYLNQPIUBvObXVI7xzhVvIk9t6xDvCK1UP58aCVF1NCJQnyIGuJyIBzHU7AppzZHa8u1UU1ZcUdFPLQ==",
"requires": { "requires": {
"tslib": "^1.9.0" "tslib": "^2.0.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=="
}
} }
}, },
"nice-try": { "nice-try": {

View File

@ -37,7 +37,7 @@
"grpc-web": "^1.2.1", "grpc-web": "^1.2.1",
"moment": "^2.29.1", "moment": "^2.29.1",
"ngx-moment": "^5.0.0", "ngx-moment": "^5.0.0",
"ngx-quicklink": "^0.2.4", "ngx-quicklink": "^0.2.6",
"rxjs": "~6.6.3", "rxjs": "~6.6.3",
"ts-protoc-gen": "^0.13.0", "ts-protoc-gen": "^0.13.0",
"tslib": "^2.0.3", "tslib": "^2.0.3",