From ae9dd2935fc75356c6caa894efae0baabff08328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 05:05:31 +0000 Subject: [PATCH] chore(deps): bump rxjs from 6.2.2 to 7.4.0 Bumps [rxjs](https://github.com/reactivex/rxjs) from 6.2.2 to 7.4.0. - [Release notes](https://github.com/reactivex/rxjs/releases) - [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md) - [Commits](https://github.com/reactivex/rxjs/compare/6.2.2...7.4.0) --- updated-dependencies: - dependency-name: rxjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 31 +++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index e07dd663f..f2c5194fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ "remarkable-mentions": "^0.1.0", "resize-observer-polyfill": "^1.5.1", "response-time": "^2.3.2", - "rxjs": "6.2.2", + "rxjs": "7.4.0", "sanitize-html": "^2.5.2", "scroll-into-view-if-needed": "1.5.0", "sentry-testkit": "^2.1.0", @@ -18613,15 +18613,18 @@ } }, "node_modules/rxjs": { - "version": "6.2.2", - "integrity": "sha512-0MI8+mkKAXZUF9vMrEoPnaoHkfzBPP4IGwUYRJhIRJF6/w3uByO1e91bEHn8zd43RdkTMKiooYKmwz7RH6zfOQ==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.4.0.tgz", + "integrity": "sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==", "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" + "tslib": "~2.1.0" } }, + "node_modules/rxjs/node_modules/tslib": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + }, "node_modules/safe-buffer": { "version": "5.2.1", "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", @@ -36764,10 +36767,18 @@ } }, "rxjs": { - "version": "6.2.2", - "integrity": "sha512-0MI8+mkKAXZUF9vMrEoPnaoHkfzBPP4IGwUYRJhIRJF6/w3uByO1e91bEHn8zd43RdkTMKiooYKmwz7RH6zfOQ==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.4.0.tgz", + "integrity": "sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==", "requires": { - "tslib": "^1.9.0" + "tslib": "~2.1.0" + }, + "dependencies": { + "tslib": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + } } }, "safe-buffer": { diff --git a/package.json b/package.json index 74c606bbe..ef189406b 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "remarkable-mentions": "^0.1.0", "resize-observer-polyfill": "^1.5.1", "response-time": "^2.3.2", - "rxjs": "6.2.2", + "rxjs": "7.4.0", "sanitize-html": "^2.5.2", "scroll-into-view-if-needed": "1.5.0", "sentry-testkit": "^2.1.0",