From bdaf64620b0ddb20321a0194ff53590a02653687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 13:14:17 +0900 Subject: [PATCH] Bump rxjs from 6.5.3 to 6.6.7 (#1029) Bumps [rxjs](https://github.com/reactivex/rxjs) from 6.5.3 to 6.6.7. - [Release notes](https://github.com/reactivex/rxjs/releases) - [Changelog](https://github.com/ReactiveX/rxjs/blob/6.6.7/CHANGELOG.md) - [Commits](https://github.com/reactivex/rxjs/compare/6.5.3...6.6.7) --- updated-dependencies: - dependency-name: rxjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kang Su Min <66008784+kkangs0226@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70f8d32..4e6575b 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "ngx-markdown": "^9.1.1", "ngx-mat-select-search": "^3.3.3", "node-fetch": "^2.6.0", - "rxjs": "6.5.3", + "rxjs": "6.6.7", "tslib": "^1.10.0", "uuid": "7.0.3", "zone.js": "~0.10.2"