From 75b2133c15d58c28e879e9521fc77fcd83d61217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 21:12:23 +0000 Subject: [PATCH] chore(deps): bump rxjs from 7.4.0 to 7.5.4 Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.4.0 to 7.5.4. - [Release notes](https://github.com/reactivex/rxjs/releases) - [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md) - [Commits](https://github.com/reactivex/rxjs/compare/7.4.0...7.5.4) --- updated-dependencies: - dependency-name: rxjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d7a5d84..53e6231 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "jss-plugin-camel-case": "^10.9.0", "jss-plugin-global": "^10.9.0", "jss-plugin-rule-value-function": "^10.9.0", - "rxjs": "~7.4.0", + "rxjs": "~7.5.4", "tslib": "^2.0.0", "zone.js": "~0.11.4" }, @@ -65,7 +65,7 @@ "@nrwl/cli": "13.8.3", "@nrwl/cypress": "13.8.4", "@nrwl/eslint-plugin-nx": "13.8.3", - "@nrwl/jest": "13.8.3", + "@nrwl/jest": "13.8.4", "@nrwl/linter": "13.8.3", "@nrwl/nx-cloud": "latest", "@nrwl/tao": "13.8.3", @@ -82,7 +82,7 @@ "eslint-config-prettier": "8.4.0", "eslint-plugin-cypress": "^2.10.3", "hasky": "^3.0.2", - "jest": "27.2.3", + "jest": "27.5.1", "jest-preset-angular": "11.1.1", "lint-staged": "^12.3.4", "ng-packagr": "^13.0.0",