From cfcd81f30ad014736a9e299685b691547e37a67a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 21:12:58 +0000 Subject: [PATCH] chore(deps-dev): bump rxjs from 6.6.7 to 7.6.0 Bumps [rxjs](https://github.com/reactivex/rxjs) from 6.6.7 to 7.6.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.6.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..d29c70a 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.6.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.6.0" } } diff --git a/yarn.lock b/yarn.lock index 6b32a42..dd36634 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.6.0: + version "7.6.0" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.6.0.tgz#361da5362b6ddaa691a2de0b4f2d32028f1eb5a2" + integrity sha512-DDa7d8TFNUalGC9VqXvQ1euWNN7sc63TrUCuM9J998+ViviahMIjKSOU7rfcgFOF+FCD71BhDRv4hrFz+ImDLQ== + 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"