From 8b8ce1a04b799225eb315a0bc5fb26b695a9b13b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 Nov 2023 05:25:30 +0000 Subject: [PATCH] fix: upgrade rxjs from 7.5.5 to 7.8.1 Snyk has created this PR to upgrade rxjs from 7.5.5 to 7.8.1. See this package in npm: https://www.npmjs.com/package/rxjs See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/f8ef472e-24dd-48f6-a0a1-8c239ab16c04?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4fb2f853..9a8bc9b7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "lodash": "^4.17.21", "marked": "^4.0.16", "open": "^7.4.2", - "rxjs": "^7.5.5", + "rxjs": "^7.8.1", "string-argv": "^0.3.1", "uuid": "^8.3.2", "validate-npm-package-name": "^3.0.0", @@ -7224,9 +7224,9 @@ } }, "node_modules/rxjs": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz", - "integrity": "sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==", + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "dependencies": { "tslib": "^2.1.0" } @@ -13916,9 +13916,9 @@ } }, "rxjs": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz", - "integrity": "sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==", + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "requires": { "tslib": "^2.1.0" }, diff --git a/package.json b/package.json index fb321914a..c162950e3 100644 --- a/package.json +++ b/package.json @@ -447,7 +447,7 @@ "lodash": "^4.17.21", "marked": "^4.0.16", "open": "^7.4.2", - "rxjs": "^7.5.5", + "rxjs": "^7.8.1", "string-argv": "^0.3.1", "uuid": "^8.3.2", "validate-npm-package-name": "^3.0.0",