From 87cf3c4ba5455ef41278cca3ce4516ca4bf46b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 02:15:28 +0000 Subject: [PATCH] Bump rxjs from 7.5.5 to 7.8.1 Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.5.5 to 7.8.1. - [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md) - [Commits](https://github.com/reactivex/rxjs/compare/7.5.5...7.8.1) --- updated-dependencies: - dependency-name: rxjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 d5065969..c76b96a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "bootstrap": "^5.1.3", "jquery": "^3.6.0", "ngx-pagination": "^6.0.2", - "rxjs": "~7.5.0", + "rxjs": "~7.8.1", "tslib": "^2.3.0", "zone.js": "~0.11.4" }, @@ -10566,9 +10566,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" } @@ -19954,9 +19954,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 47e1afc5..3c7eb6e3 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "bootstrap": "^5.1.3", "jquery": "^3.6.0", "ngx-pagination": "^6.0.2", - "rxjs": "~7.5.0", + "rxjs": "~7.8.1", "tslib": "^2.3.0", "zone.js": "~0.11.4" },