From f17a22e3768d864c0f7714ec485ddd974d4c98e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 12:53:15 +0000 Subject: [PATCH] chore:(deps): bump rxjs from 6.6.6 to 6.6.7 Bumps [rxjs](https://github.com/reactivex/rxjs) from 6.6.6 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.6.6...6.6.7) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef59c650e..9be4e3aec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18704,9 +18704,9 @@ } }, "rxjs": { - "version": "6.6.6", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.6.tgz", - "integrity": "sha512-/oTwee4N4iWzAMAL9xdGKjkEHmIwupR3oXbQjCKywF1BeFohswF3vZdogbmEF6pZkOsXTzWkrZszrWpQTByYVg==", + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", "requires": { "tslib": "^1.9.0" }, diff --git a/package.json b/package.json index 335b79346..b73e1248c 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "graphql-tag": "^2.12.1", "iso8601-duration": "^1.3.0", "lodash-es": "^4.17.21", - "rxjs": "~6.6.6", + "rxjs": "~6.6.7", "tslib": "^2.1.0", "uuid": "^8.3.2", "zone.js": "^0.11.4"