From ce7367f200b03ccb9adf511ca5307c880ae104a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 02:41:05 +0000 Subject: [PATCH] build(deps): bump rxjs from 6.6.7 to 7.5.7 Bumps [rxjs](https://github.com/reactivex/rxjs) from 6.6.7 to 7.5.7. - [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.5.7) --- updated-dependencies: - dependency-name: rxjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f712d7..ceadc4a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "ping": "^0.3.0", "pretty-log": "^0.1.0", "request": "^2.88.0", - "rxjs": "^6.6.3", + "rxjs": "^7.5.7", "shields-log": "^1.0.4", "socket.io-client": "^2.3.0", "vue": "^2.6.11",