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"