chore(deps): update dependency rxjs to ^7.4.0 (#95)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-10-10 14:50:19 +02:00 committed by GitHub
parent 09652bca66
commit 20f3e7209c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5368,9 +5368,9 @@
}
},
"rxjs": {
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.3.1.tgz",
"integrity": "sha512-vNenx7gqjPyeKpRnM6S5Ksm/oFTRijWWzYlRON04KaehZ3YjDwEmVjGUGo0TKWVjeNXOujVRlh0K1drUbcdPkw==",
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.4.0.tgz",
"integrity": "sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==",
"dev": true,
"requires": {
"tslib": "~2.1.0"

View File

@ -42,7 +42,7 @@
"jest": "^27.2.5",
"prettier": "^2.4.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.3.1",
"rxjs": "^7.4.0",
"sqlite3": "^5.0.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",