From ca2d12b97daf1e893ab49ea3a646779ffd2a131e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Jan 2022 17:12:37 +0000 Subject: [PATCH] feat: upgrade rxjs from 6.6.7 to 7.5.1 Snyk has created this PR to upgrade rxjs from 6.6.7 to 7.5.1. See this package in npm: https://www.npmjs.com/package/rxjs See this project in Snyk: https://app.snyk.io/org/suryansh5545/project/078a6f26-c4a3-4923-8bed-d407a345d609?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 1312a1287..0283e37ea 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "ngx-textarea-autosize": "^2.0.3", "ngx-twitter-timeline": "^0.1.5", "normalize.css": "^8.0.0", - "rxjs": "^6.5.2", + "rxjs": "^7.5.1", "tslib": "^1.9.0", "zone.js": "^0.8.29" },