From d9519012fd3831e906ecc2fa0302f54716b7f148 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 16:40:41 +0200 Subject: [PATCH] chore(deps): bump tslib from 1.10.0 to 1.13.0 in /console (#113) Bumps [tslib](https://github.com/Microsoft/tslib) from 1.10.0 to 1.13.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/1.10.0...1.13.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- console/package-lock.json | 6 +++--- console/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/console/package-lock.json b/console/package-lock.json index bd2adb05b2..ce7248eeb2 100644 --- a/console/package-lock.json +++ b/console/package-lock.json @@ -16157,9 +16157,9 @@ } }, "tslib": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz", - "integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==" + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", + "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==" }, "tslint": { "version": "6.1.2", diff --git a/console/package.json b/console/package.json index cd00499842..d5f3034efe 100644 --- a/console/package.json +++ b/console/package.json @@ -42,7 +42,7 @@ "prettier-stylelint": "^0.4.2", "rxjs": "~6.5.5", "ts-protoc-gen": "^0.12.0", - "tslib": "^1.10.0", + "tslib": "^1.13.0", "uuid": "^7.0.1", "zone.js": "~0.10.2" },