chore(deps): update dependency rxjs to ^7.3.0 (#38)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-08-12 10:13:21 +02:00 committed by GitHub
parent 0572ae1f47
commit f1858f3bd2
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

@ -5399,9 +5399,9 @@
} }
}, },
"rxjs": { "rxjs": {
"version": "7.2.0", "version": "7.3.0",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.2.0.tgz", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.3.0.tgz",
"integrity": "sha512-aX8w9OpKrQmiPKfT1bqETtUr9JygIz6GZ+gql8v7CijClsP0laoFUdKzxFAoWuRdSlOdU2+crss+cMf+cqMTnw==", "integrity": "sha512-p2yuGIg9S1epc3vrjKf6iVb3RCaAYjYskkO+jHIaV0IjOPlJop4UnodOoFb2xeNwlguqLYvGw1b1McillYb5Gw==",
"dev": true, "dev": true,
"requires": { "requires": {
"tslib": "~2.1.0" "tslib": "~2.1.0"

View File

@ -41,7 +41,7 @@
"jest": "^27.0.6", "jest": "^27.0.6",
"prettier": "^2.3.2", "prettier": "^2.3.2",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"rxjs": "^7.2.0", "rxjs": "^7.3.0",
"sqlite3": "^5.0.2", "sqlite3": "^5.0.2",
"ts-jest": "^27.0.4", "ts-jest": "^27.0.4",
"ts-node": "^10.1.0", "ts-node": "^10.1.0",