From 2361a14aed2d5f3810262ec9787d2734d007786f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Apr 2023 07:19:16 +0000 Subject: [PATCH] fix: upgrade rxjs from 6.3.3 to 6.6.7 Snyk has created this PR to upgrade rxjs from 6.3.3 to 6.6.7. See this package in npm: https://www.npmjs.com/package/rxjs See this project in Snyk: https://app.snyk.io/org/segment-pro/project/62b2356f-d46a-4649-bd94-35168e823533?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5cad16fc..67ba8415 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@angular/platform-browser-dynamic": "~7.2.0", "@angular/router": "~7.2.0", "core-js": "^2.5.4", - "rxjs": "~6.3.3", + "rxjs": "~6.6.7", "tslib": "^1.9.0", "zone.js": "~0.8.26" },