mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-29 09:14:28 -05:00
fix(deps): update dependency rxjs to v7.1.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
1a2610a05e
commit
94d89419b5
2 changed files with 5 additions and 5 deletions
|
@ -57,7 +57,7 @@
|
||||||
"raw-body": "2.4.1",
|
"raw-body": "2.4.1",
|
||||||
"reflect-metadata": "0.1.13",
|
"reflect-metadata": "0.1.13",
|
||||||
"rimraf": "3.0.2",
|
"rimraf": "3.0.2",
|
||||||
"rxjs": "7.0.1",
|
"rxjs": "7.1.0",
|
||||||
"sqlite3": "5.0.2",
|
"sqlite3": "5.0.2",
|
||||||
"swagger-ui-express": "4.1.6",
|
"swagger-ui-express": "4.1.6",
|
||||||
"typeorm": "0.2.32"
|
"typeorm": "0.2.32"
|
||||||
|
|
|
@ -5847,10 +5847,10 @@ rxjs@6.6.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
tslib "^1.9.0"
|
tslib "^1.9.0"
|
||||||
|
|
||||||
rxjs@7.0.1:
|
rxjs@7.1.0:
|
||||||
version "7.0.1"
|
version "7.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.0.1.tgz#5f41c4f991cea550471fc5d215727390103702c7"
|
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.1.0.tgz#94202d27b19305ef7b1a4f330277b2065df7039e"
|
||||||
integrity sha512-wViQ4Vgps1xJwqWIBooMNN44usCSthL7wCUl4qWqrVjhGfWyVyXcxlYzfDKkJKACQvZMTOft/jJ3RkbwK1j9QQ==
|
integrity sha512-gCFO5iHIbRPwznl6hAYuwNFld8W4S2shtSJIqG27ReWXo9IWrCyEICxUA+6vJHwSR/OakoenC4QsDxq50tzYmw==
|
||||||
dependencies:
|
dependencies:
|
||||||
tslib "~2.1.0"
|
tslib "~2.1.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue