chore(deps): update dependency rxjs to ^7.3.1 (#92)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-10-06 23:46:40 +02:00 committed by GitHub
parent e3078e86ff
commit b6f9ee77b5
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

@ -5428,9 +5428,9 @@
}
},
"rxjs": {
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.3.0.tgz",
"integrity": "sha512-p2yuGIg9S1epc3vrjKf6iVb3RCaAYjYskkO+jHIaV0IjOPlJop4UnodOoFb2xeNwlguqLYvGw1b1McillYb5Gw==",
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.3.1.tgz",
"integrity": "sha512-vNenx7gqjPyeKpRnM6S5Ksm/oFTRijWWzYlRON04KaehZ3YjDwEmVjGUGo0TKWVjeNXOujVRlh0K1drUbcdPkw==",
"dev": true,
"requires": {
"tslib": "~2.1.0"

View File

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