From 170d30cc6d17f6cf6135052491b93607dc0a3fa1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 08:32:13 +0000 Subject: [PATCH] Bump rxjs from 7.0.0-beta.7 to 7.0.0-beta.8 Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.0.0-beta.7 to 7.0.0-beta.8. - [Release notes](https://github.com/reactivex/rxjs/releases) - [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md) - [Commits](https://github.com/reactivex/rxjs/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index acdd88f05..be9f5bd3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12781,17 +12781,17 @@ } }, "rxjs": { - "version": "7.0.0-beta.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.7.tgz", - "integrity": "sha512-yzbYCaaQVDnGJkzlZ6g/vVdMpa7yZxD3WjkkQYvhi3fxLJgtujkU4vvyiZnU45hsfcUw5l9b3dccxD14xJhIdQ==", + "version": "7.0.0-beta.8", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0-beta.8.tgz", + "integrity": "sha512-rnLwH1WJR67m7p5m+KQNqXd1A+PO/WLZZMd1JuzIRm2AOmhJttBGyDiyanky65rHaYzhEztU1QPak68hm+R4qA==", "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==" + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" } } }, diff --git a/package.json b/package.json index 1e902fc9a..681ea930f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "lunr": "^2.3.9", "lunr-languages": "^1.4.0", "resize-observer-polyfill": "^1.5.1", - "rxjs": "^7.0.0-beta.7" + "rxjs": "^7.0.0-beta.8" }, "devDependencies": { "@fortawesome/fontawesome-free": "^5.15.1",