From ca23dcae996bebd3dee6a3ded867e6765be5bd34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 21:02:52 +0000 Subject: [PATCH] chore(deps-dev): bump rxjs from 6.6.7 to 7.8.0 Bumps [rxjs](https://github.com/reactivex/rxjs) from 6.6.7 to 7.8.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.6.7...7.8.0) --- updated-dependencies: - dependency-name: rxjs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e8c45f7..8a6c863 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "react-dom": "^17.0.1", "react-test-renderer": "^17.0.1", "reflect-metadata": "^0.1.13", - "rxjs": "^6.5.2", + "rxjs": "^7.8.0", "shx": "^0.3.2", "ts-jest": "^26.5.4", "tslib": "^2.1.0", @@ -102,6 +102,6 @@ "lodash": "^4.17.15", "react": "^17.0.1", "reflect-metadata": "^0.1.13", - "rxjs": "^6.5.2" + "rxjs": "^7.8.0" } } diff --git a/yarn.lock b/yarn.lock index 6b32a42..6990f39 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7392,13 +7392,20 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -rxjs@^6.5.2, rxjs@^6.6.6: +rxjs@^6.6.6: version "6.6.7" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9" integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== dependencies: tslib "^1.9.0" +rxjs@^7.8.0: + version "7.8.0" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.0.tgz#90a938862a82888ff4c7359811a595e14e1e09a4" + integrity sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg== + dependencies: + tslib "^2.1.0" + safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0: version "5.2.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"