From b7394a2d51e36848809ffa20ef78c3b7564710d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 23:01:00 +0000 Subject: [PATCH] Bump rxjs from 7.5.7 to 7.6.0 Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.5.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/7.5.7...7.6.0) --- updated-dependencies: - dependency-name: rxjs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 64b3d78..1879f56 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@angular/compiler-cli": "^14.0.0", "@angular/core": "^14.0.0", "ng-packagr": "^14.0.2", - "rxjs": "~7.5.0", + "rxjs": "~7.6.0", "tslib": "^2.3.0", "typescript": "~4.7.2", "zone.js": "~0.11.4" diff --git a/yarn.lock b/yarn.lock index 63623df..f501317 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1878,10 +1878,10 @@ rollup@^2.70.0: optionalDependencies: fsevents "~2.3.2" -rxjs@^7.5.5, rxjs@~7.5.0: - version "7.5.7" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.7.tgz#2ec0d57fdc89ece220d2e702730ae8f1e49def39" - integrity sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA== +rxjs@^7.5.5, 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"