From 9a1437d03e6a278fadbce1a00988f37d968a87ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 01:21:12 +0000 Subject: [PATCH] Bump rxjs from 7.6.0 to 7.8.0 in /dashboard Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.6.0 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/7.6.0...7.8.0) --- updated-dependencies: - dependency-name: rxjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dashboard/package.json | 2 +- dashboard/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package.json b/dashboard/package.json index eccd0e5f406..5a01ff49972 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -67,7 +67,7 @@ "redux-thunk": "^2.4.2", "remark-breaks": "^3.0.2", "remark-gfm": "^3.0.1", - "rxjs": "^7.5.7", + "rxjs": "^7.8.0", "swagger-ui-react": "^4.15.5", "typesafe-actions": "^5.1.0", "yaml": "^2.1.3" diff --git a/dashboard/yarn.lock b/dashboard/yarn.lock index 7a968ba2963..933de777eb3 100644 --- a/dashboard/yarn.lock +++ b/dashboard/yarn.lock @@ -11935,10 +11935,10 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -rxjs@^7.5.7: - version "7.6.0" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.6.0.tgz#361da5362b6ddaa691a2de0b4f2d32028f1eb5a2" - integrity sha512-DDa7d8TFNUalGC9VqXvQ1euWNN7sc63TrUCuM9J998+ViviahMIjKSOU7rfcgFOF+FCD71BhDRv4hrFz+ImDLQ== +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"