Skip to content

Commit 6665af3

Browse files
authored
Merge pull request #369 from vazra/dependabot/npm_and_yarn/rxdb-11.1.0
build(deps): bump rxdb from 11.0.0 to 11.1.0
2 parents eeff8ab + 096e132 commit 6665af3

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"react-bootstrap-table2-paginator": "2.1.2",
2626
"react-dom": "17.0.2",
2727
"react-scripts": "5.0.0",
28-
"rxdb": "11.0.0",
28+
"rxdb": "11.1.0",
2929
"rxjs": "7.5.1",
3030
"typescript": "4.5.4"
3131
},

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3514,6 +3514,11 @@ array.prototype.flatmap@^1.2.5:
35143514
define-properties "^1.1.3"
35153515
es-abstract "^1.19.0"
35163516

3517+
as-typed@1.3.2:
3518+
version "1.3.2"
3519+
resolved "https://registry.yarnpkg.com/as-typed/-/as-typed-1.3.2.tgz#65ec38eb651ea6d62646e00dd336c2fd8076e7a6"
3520+
integrity sha512-94ezeKlKB97OJUyMaU7dQUAB+Cmjlgr4T9/cxCoKaLM4F2HAmuIHm3Q5ClGCsX5PvRwCQehCzAa/6foRFXRbqA==
3521+
35173522
asap@~2.0.6:
35183523
version "2.0.6"
35193524
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
@@ -9840,10 +9845,10 @@ run-parallel@^1.1.9:
98409845
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.9.tgz#c9dd3a7cf9f4b2c4b6244e173a6ed866e61dd679"
98419846
integrity sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q==
98429847

9843-
rxdb@11.0.0:
9844-
version "11.0.0"
9845-
resolved "https://registry.yarnpkg.com/rxdb/-/rxdb-11.0.0.tgz#2f328afd8bf4522f1d3615751110d65424a300fb"
9846-
integrity sha512-21fW+X1wzOvzO6+eGzBJuNefaLVSaSjPqTjPMaNOYL631ptIhVztn4/X7b+kGZS1txBepzbDH0AeJq6KnTha+Q==
9848+
rxdb@11.1.0:
9849+
version "11.1.0"
9850+
resolved "https://registry.yarnpkg.com/rxdb/-/rxdb-11.1.0.tgz#06a0189510541754545478329c5771754d19991e"
9851+
integrity sha512-2Ljp0PYFHQkfWDe0X9vzk9S6eop6z62EtKBjx+CU7T+/y5CeP6QCTJlDUzqFo4BhswjE/W6hQNcfncGByyaOpw==
98479852
dependencies:
98489853
"@babel/runtime" "7.16.7"
98499854
"@types/clone" "2.1.1"
@@ -9854,6 +9859,7 @@ rxdb@11.0.0:
98549859
"@types/object-path" "0.11.1"
98559860
"@types/pouchdb-core" "7.0.9"
98569861
"@types/spark-md5" "3.0.2"
9862+
as-typed "1.3.2"
98579863
babel-plugin-transform-async-to-promises "0.8.18"
98589864
broadcast-channel "4.9.0"
98599865
clone "^2.1.2"

0 commit comments

Comments
 (0)