Skip to content

Commit

Permalink
fix(deps): update dependency rxjs to v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 21, 2021
1 parent 542346e commit f12ff60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"jsonpath": "1.1.1",
"lodash": "4.17.21",
"reflect-metadata": "0.1.13",
"rxjs": "7.0.1"
"rxjs": "7.1.0"
},
"devDependencies": {
"@commitlint/cli": "12.1.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8725,10 +8725,10 @@ rxjs@6.6.7, rxjs@^6.6.3, rxjs@^6.6.6:
dependencies:
tslib "^1.9.0"

rxjs@7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.0.1.tgz#5f41c4f991cea550471fc5d215727390103702c7"
integrity sha512-wViQ4Vgps1xJwqWIBooMNN44usCSthL7wCUl4qWqrVjhGfWyVyXcxlYzfDKkJKACQvZMTOft/jJ3RkbwK1j9QQ==
rxjs@7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.1.0.tgz#94202d27b19305ef7b1a4f330277b2065df7039e"
integrity sha512-gCFO5iHIbRPwznl6hAYuwNFld8W4S2shtSJIqG27ReWXo9IWrCyEICxUA+6vJHwSR/OakoenC4QsDxq50tzYmw==
dependencies:
tslib "~2.1.0"

Expand Down

0 comments on commit f12ff60

Please sign in to comment.