Skip to content

Commit 0b6ea69

Browse files
authored
Merge pull request #470 from vazra/dependabot/npm_and_yarn/pouchdb-adapter-memory-7.3.0
build(deps): bump pouchdb-adapter-memory from 7.2.2 to 7.3.0
2 parents 9fc85d6 + f327b28 commit 0b6ea69

File tree

2 files changed

+7
-37
lines changed

2 files changed

+7
-37
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"faker": "6.6.6",
2121
"pouchdb-adapter-idb": "7.2.2",
2222
"pouchdb-adapter-leveldb": "^7.3.0",
23-
"pouchdb-adapter-memory": "7.2.2",
23+
"pouchdb-adapter-memory": "7.3.0",
2424
"pouchdb-adapter-node-websql": "^7.0.0",
2525
"pouchdb-adapter-websql": "7.0.0",
2626
"react": "17.0.2",

yarn.lock

Lines changed: 6 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -7153,26 +7153,6 @@ pouchdb-adapter-idb@7.2.2:
71537153
pouchdb-merge "7.2.2"
71547154
pouchdb-utils "7.2.2"
71557155

7156-
pouchdb-adapter-leveldb-core@7.2.2:
7157-
version "7.2.2"
7158-
resolved "https://registry.yarnpkg.com/pouchdb-adapter-leveldb-core/-/pouchdb-adapter-leveldb-core-7.2.2.tgz#e0aa6a476e2607d7ae89f4a803c9fba6e6d05a8a"
7159-
integrity sha512-K9UGf1Ivwe87mjrMqN+1D07tO/DfU7ariVDrGffuOjvl+3BcvUF25IWrxsBObd4iPOYCH7NVQWRpojhBgxULtQ==
7160-
dependencies:
7161-
argsarray "0.0.1"
7162-
buffer-from "1.1.1"
7163-
double-ended-queue "2.1.0-0"
7164-
levelup "4.4.0"
7165-
pouchdb-adapter-utils "7.2.2"
7166-
pouchdb-binary-utils "7.2.2"
7167-
pouchdb-collections "7.2.2"
7168-
pouchdb-errors "7.2.2"
7169-
pouchdb-json "7.2.2"
7170-
pouchdb-md5 "7.2.2"
7171-
pouchdb-merge "7.2.2"
7172-
pouchdb-utils "7.2.2"
7173-
sublevel-pouchdb "7.2.2"
7174-
through2 "3.0.2"
7175-
71767156
pouchdb-adapter-leveldb-core@7.3.0:
71777157
version "7.3.0"
71787158
resolved "https://registry.yarnpkg.com/pouchdb-adapter-leveldb-core/-/pouchdb-adapter-leveldb-core-7.3.0.tgz#91fa1fbc35e744252ae73f9e88911883c1841c9a"
@@ -7206,14 +7186,14 @@ pouchdb-adapter-leveldb@^7.3.0:
72067186
pouchdb-utils "7.3.0"
72077187
through2 "3.0.2"
72087188

7209-
pouchdb-adapter-memory@7.2.2:
7210-
version "7.2.2"
7211-
resolved "https://registry.yarnpkg.com/pouchdb-adapter-memory/-/pouchdb-adapter-memory-7.2.2.tgz#c0ec2e87928d516ca9d1b5badc7269df6f95e5ea"
7212-
integrity sha512-9o+zdItPEq7rIrxdkUxgsLNaZkDJAGEqqoYgeYdrHidOCZnlhxhX3g7/R/HcpDKC513iEPqJWDJQSfeT6nVKkw==
7189+
pouchdb-adapter-memory@7.3.0:
7190+
version "7.3.0"
7191+
resolved "https://registry.yarnpkg.com/pouchdb-adapter-memory/-/pouchdb-adapter-memory-7.3.0.tgz#ddd5b9ab9d30209d066374648abc761c68444db3"
7192+
integrity sha512-nUdYi5KpbUa0uv0L3IJorpiUnIOBPxX9qplCX9i7JE8OtLPeLyKuX3WC+3M1//8Lmmxg3b1wXSNIod6FJy4wAQ==
72137193
dependencies:
72147194
memdown "1.4.1"
7215-
pouchdb-adapter-leveldb-core "7.2.2"
7216-
pouchdb-utils "7.2.2"
7195+
pouchdb-adapter-leveldb-core "7.3.0"
7196+
pouchdb-utils "7.3.0"
72177197

72187198
pouchdb-adapter-node-websql@^7.0.0:
72197199
version "7.0.0"
@@ -8952,16 +8932,6 @@ style-loader@^1.1.3:
89528932
loader-utils "^2.0.0"
89538933
schema-utils "^2.6.6"
89548934

8955-
sublevel-pouchdb@7.2.2:
8956-
version "7.2.2"
8957-
resolved "https://registry.yarnpkg.com/sublevel-pouchdb/-/sublevel-pouchdb-7.2.2.tgz#49e46cd37883bf7ff5006d7c5b9bcc7bcc1f422f"
8958-
integrity sha512-y5uYgwKDgXVyPZceTDGWsSFAhpSddY29l9PJbXqMJLfREdPmQTY8InpatohlEfCXX7s1LGcrfYAhxPFZaJOLnQ==
8959-
dependencies:
8960-
inherits "2.0.4"
8961-
level-codec "9.0.2"
8962-
ltgt "2.2.1"
8963-
readable-stream "1.1.14"
8964-
89658935
sublevel-pouchdb@7.3.0:
89668936
version "7.3.0"
89678937
resolved "https://registry.yarnpkg.com/sublevel-pouchdb/-/sublevel-pouchdb-7.3.0.tgz#d27138c34d98c3d5c8c3ee85c1662add3ad04525"

0 commit comments

Comments
 (0)