diff --git a/libs/angular/package.json b/libs/angular/package.json index edbd6a2c8..a1d4f4412 100644 --- a/libs/angular/package.json +++ b/libs/angular/package.json @@ -14,6 +14,6 @@ "@angular/common": ">= 9.1.11", "@angular/core": ">= 9.1.11", "@convoyr/core": ">= 3.0.0", - "rxjs": "^6.5.4" + "rxjs": "^7.0.0" } } diff --git a/libs/core/package.json b/libs/core/package.json index e183fe8ce..dacd6b19c 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -11,6 +11,6 @@ "tslib": "^2.0.0" }, "peerDependencies": { - "rxjs": "^6.5.4" + "rxjs": "^7.0.0" } } diff --git a/libs/plugin-auth/package.json b/libs/plugin-auth/package.json index b7b2aed5e..32e806b49 100644 --- a/libs/plugin-auth/package.json +++ b/libs/plugin-auth/package.json @@ -12,6 +12,6 @@ }, "peerDependencies": { "@convoyr/core": ">= 3.0.0", - "rxjs": "^6.5.4" + "rxjs": "^7.0.0" } } diff --git a/libs/plugin-cache/package.json b/libs/plugin-cache/package.json index 56f3c30c7..04c5e16bb 100644 --- a/libs/plugin-cache/package.json +++ b/libs/plugin-cache/package.json @@ -9,7 +9,7 @@ }, "peerDependencies": { "@convoyr/core": ">= 3.0.0", - "rxjs": "^6.5.4" + "rxjs": "^7.0.0" }, "dependencies": { "buffer": "^6.0.0", diff --git a/libs/plugin-retry/package.json b/libs/plugin-retry/package.json index b480cac2b..3b618f637 100644 --- a/libs/plugin-retry/package.json +++ b/libs/plugin-retry/package.json @@ -9,7 +9,7 @@ }, "peerDependencies": { "@convoyr/core": ">= 3.0.0", - "rxjs": "^6.5.4" + "rxjs": "^7.0.0" }, "dependencies": { "backoff-rxjs": "^6.3.3", diff --git a/package.json b/package.json index 966b96c6c..a74e91816 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "core-js": "^3.6.4", "cors": "^2.8.5", "express": "4.17.1", - "rxjs": "~6.6.0", + "rxjs": "~7.5.0", "tslib": "^2.0.0", "zone.js": "~0.11.0" }, diff --git a/yarn.lock b/yarn.lock index a546ec662..ec12c21b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12770,7 +12770,7 @@ rxjs@6.6.3: dependencies: tslib "^1.9.0" -rxjs@^6.3.3, rxjs@^6.4.0, rxjs@^6.5.0, rxjs@^6.5.3, rxjs@^6.5.4, rxjs@^6.6.0, rxjs@~6.6.0: +rxjs@^6.3.3, rxjs@^6.4.0, rxjs@^6.5.0, rxjs@^6.5.3, rxjs@^6.5.4, rxjs@^6.6.0: version "6.6.7" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9" integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== @@ -12784,6 +12784,13 @@ rxjs@^7.4.0: dependencies: tslib "~2.1.0" +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== + dependencies: + tslib "^2.1.0" + safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.2" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" @@ -14222,6 +14229,11 @@ tslib@^2.0.0, tslib@^2.3.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== +tslib@^2.1.0: + version "2.4.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e" + integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== + tslint@~6.1.0: version "6.1.3" resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.3.tgz#5c23b2eccc32487d5523bd3a470e9aa31789d904"