Skip to content

Commit 9b43750

Browse files
authored
deps(deps): bump pouchdb from 8.0.1 to 9.0.0 (#615)
Bumps [pouchdb](https://github.com/pouchdb/pouchdb) from 8.0.1 to 9.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pouchdb/pouchdb/releases">pouchdb's releases</a>.</em></p> <blockquote> <h2>9.0.0</h2> <p>The PouchDB developers are <em>delighted</em> to announce the immediate availability of PouchDB 9.0.0. This is a <strong>major</strong> release with 202 PRs merged since the last version.</p> <p>For a full changelog from 8.0.1 to 9.0.0, please see <a href="https://github.com/pouchdb/pouchdb/releases">the releases page</a> or view the <a href="https://github.com/pouchdb/pouchdb/compare/8.0.1...9.0.0">latest commits</a>.</p> <p>The PouchDB developers would like to thank all contributors for their hard and diligent work.</p> <h2>Highlights</h2> <ul> <li>Massively improved the stability and performance of the <code>indexeddb</code> adapter. Special thanks to <a href="https://github.com/alxndrsn"><code>@​alxndrsn</code></a>, <a href="https://medic.org">Medic</a>, and the <a href="https://developer.chrome.com/blog/advanced-web-apps-fund-oct-22">Google Advanced Web Apps Fund</a>.</li> <li>Introduce a default limit (of <code>25</code>) to the <code>.find()</code> method. This constitutes a backwards incompatible change and is the reason for the major version bump.</li> <li>Streamline the automated test suites and move in-browser testing to <a href="https://playwright.dev">Playwright</a> resulting in much more reliable test runs.</li> <li>Continue to update the codebase to ES6.</li> </ul> <h2>Changelog</h2> <h3>Features</h3> <ul> <li><a href="https://github.com/pouchdb/pouchdb/commit/c7c8afb15f466c4846cc24a55155fc80094a5043">c7c8afb1</a> chore: remove <code>clone-buffer polyfill</code> (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8957">#8957</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/ef655ecc55d01eb8d9664065fcc82e6a8c43b092">ef655ecc</a> chore: remove <code>AbortController</code> dependency and polyfills</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/9a9ff27d3020ef807aaa2ed13d1916b0b3ad5c61">9a9ff27d</a> chore: remove IE polyfill for <code>ArrayBuffer.slice()</code></li> <li><a href="https://github.com/pouchdb/pouchdb/commit/8739f80f6ce06e158f688073ad6b8697cd8c1174">8739f80f</a> chore: remove <code>Set</code>/<code>Map</code> polyfill</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/9c587a640b59aa79984a76f9b6d59a1051c26dd8">9c587a64</a> pouchdb-find: make <code>_design/</code> prefix removal more specific (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8946">#8946</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/0297c6a6e047d9f1693f0aa03d2d8d1c50407fe0">0297c6a6</a> (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8927">#8927</a>) - Set default limit on find queries to 25</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/2e48ed7dd47977f3dc1a83e6b54c26aa94978236">2e48ed7d</a> pouchdb-utils/flatten: replace with <code>Array.flat()</code> built-in (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8929">#8929</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/e5731faecba63814ae7425b3cea98e83fed590b8">e5731fae</a> Replace <code>lodash.flatten()</code> with <code>Array.flat()</code> built-in (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8928">#8928</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/7505bedd5464bdce8aedd84fe2ded48ec431718a">7505bedd</a> <code>isValidRev()</code>: reject revs with more than one dash (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8933">#8933</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/3c8520344c640e3a739b1ebfec49ae957dad9b37">3c852034</a> <code>db.post()</code>, <code>db.bulkDocs()</code>: throw <code>INVALID_REV</code> consistently (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8934">#8934</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/4a765418b277ddcf7fa8b54900af30dba00bd6a4">4a765418</a> feat: migrate dev dep <code>watch-glob</code> with maintained <code>glob-watcher</code></li> <li><a href="https://github.com/pouchdb/pouchdb/commit/06170b67ba0a1c0af6dad68852d533c74b753b08">06170b67</a> replace the last occurrence of <code>jsnext:main</code> (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8663">#8663</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/905dfdfb3c6c7b6707668e74d8ade12ca5bb881f">905dfdfb</a> <code>isValidRev()</code>: cache regex</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/9afecb285ae9d240294219e96b6701716d169831">9afecb28</a> dev dependencies: replace individual lodash functions (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8907">#8907</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/41cc5687401fbcd88c5f8169e859447714825062">41cc5687</a> chore(PouchDB-find): purified promise flow (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8860">#8860</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/08649d9660263c2054f3676df0822a51a1b7f2fe">08649d96</a> adapter-indexeddb: replace var with let/const (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8926">#8926</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/2789b704588049b0163aa986ad888cac468272af">2789b704</a> indexeddb: improve <code>allDocs()</code> perf with skip &amp; key ranges (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8603">#8603</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/95e8c1eef5559815958fc1ef8805f1977ae94ad9">95e8c1ee</a> chore(PouchDB-find): utils <code>oneSetIsSubArrayOfOther</code> loop update (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8921">#8921</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/e69fe21036305e3988bb9a7ef1cf808992476165">e69fe210</a> chore(PouchDB-find): minor cleanup (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8920">#8920</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/9ba277bd886054a29c89265d250f847ba56c9846">9ba277bd</a> chore(PouchDB-find): loop updates (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8918">#8918</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/d0eee195e7c2c92d4bda3c9f18bcb86c3b254bd5">d0eee195</a> chore(pouchdb-find): var -&gt; const/let (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8917">#8917</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/5bc8f319bc302f0087ea5bfdbed2caccef1af0a0">5bc8f319</a> chore: PouchDB-find abstract-mapper update (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8913">#8913</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/3e3be0be92f751bde0014dfc1e962f7fc9e02d01">3e3be0be</a> chore: PouchDB-find adapters/local refactor to async/await (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8914">#8914</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/f48c76f7eb6c1a89ea94e461812085f20f563f89">f48c76f7</a> chore: PouchDB-find validateSelector cleanup (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8915">#8915</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/d30149598305a08f5d88046f05f19aa314ec74e5">d3014959</a> chore: PouchDB-find adapters/http update (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8912">#8912</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/acc12f69ffd5369468b75f52989c38d5c98c07f1">acc12f69</a> remove unused devDependency: query-string (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8909">#8909</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/36d042b9d62d859b233c6e6d25658aa889635bb0">36d042b9</a> update dev dep: marky (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8903">#8903</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/df7350242501e3f713e29466bb22ffcb6976fdf8">df735024</a> chore(abstract-mapreduce): cleanup taskqueue.js (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8891">#8891</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/9aaba0c89d9f5057326a3e0f865d7f7387f939d0">9aaba0c8</a> chore(abstract-mapreduce): refactor to for <code>...</code> of loops (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8892">#8892</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/96037a7b9918f51a3c56fc35288917b13cc91f75">96037a7b</a> chore(abstract-mapreduce): reduce repetitive catch handlers (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8889">#8889</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/5f647e52874ba94372d57cc53c8bc1d0feaf399d">5f647e52</a> Remove legacy polyfill: <code>Blob.slice()</code> (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8895">#8895</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/59ac0d3ed34fe81d3ff3e29ca68b6452f7c7e57b">59ac0d3e</a> Remove legacy util/polyfill: <code>Object.assign()</code> (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8896">#8896</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/94eccbb996c03af160e8001b96bb69d58bc90baa">94eccbb9</a> chore(abstract-mapreduce): replace <code>var</code> with <code>const</code> (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8880">#8880</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pouchdb/pouchdb/commit/b2882c1bd006bc2aaeb6fdc83ea632c9c923b9b1"><code>b2882c1</code></a> build 9.0.0</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/194c0754bb482824c3cb07d6432c7b95707d0a72"><code>194c075</code></a> fix: drop deleted directory from release script</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/ef0458314d8cdc4934e2aad96e07353e54d4af51"><code>ef04583</code></a> feat(docs): add 9.0.0 release post</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/c7c8afb15f466c4846cc24a55155fc80094a5043"><code>c7c8afb</code></a> chore: remove clone-buffer (<a href="https://redirect.github.com/pouchdb/pouchdb/issues/8957">#8957</a>)</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/51380f909b1af482d0a5c92e8fc3f4493ca8b808"><code>51380f9</code></a> fix(docs): update testing docs to match reality after <a href="https://redirect.github.com/pouchdb/pouchdb/issues/8569">#8569</a></li> <li><a href="https://github.com/pouchdb/pouchdb/commit/d4dab681bb4f05c3c624b685cbff34c31c166bf3"><code>d4dab68</code></a> Pat Helland's blog is now longer available</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/ef655ecc55d01eb8d9664065fcc82e6a8c43b092"><code>ef655ec</code></a> chore: remove AbortController dependency and polyfills</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/9a9ff27d3020ef807aaa2ed13d1916b0b3ad5c61"><code>9a9ff27</code></a> chore: remove IE polyfill for ArrayBuffer.slice</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/8739f80f6ce06e158f688073ad6b8697cd8c1174"><code>8739f80</code></a> chore: remove Set/Map polyfill</li> <li><a href="https://github.com/pouchdb/pouchdb/commit/953f3b3ff0980abdfb75fa98f380a286f559f54d"><code>953f3b3</code></a> fix: docs/Gemfile &amp; docs/Gemfile.lock to reduce vulnerabilities</li> <li>Additional commits viewable in <a href="https://github.com/pouchdb/pouchdb/compare/8.0.1...9.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pouchdb&package-manager=npm_and_yarn&previous-version=8.0.1&new-version=9.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 4dfe72d + 512e064 commit 9b43750

File tree

2 files changed

+81
-64
lines changed

2 files changed

+81
-64
lines changed

packages/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"hashids": "^2.3.0",
3131
"morgan": "^1.10.0",
3232
"nano": "^ 9.0.5",
33-
"pouchdb": "8.0.1",
33+
"pouchdb": "9.0.0",
3434
"winston": "^3.17.0",
3535
"winston-daily-rotate-file": "^5.0.0"
3636
},

yarn.lock

Lines changed: 80 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -4814,7 +4814,7 @@ __metadata:
48144814
jest-environment-node: "npm:^29.7.0"
48154815
morgan: "npm:^1.10.0"
48164816
nano: "npm:^ 9.0.5"
4817-
pouchdb: "npm:8.0.1"
4817+
pouchdb: "npm:9.0.0"
48184818
prettier: "npm:^2.8.8"
48194819
rimraf: "npm:*"
48204820
ts-jest: "npm:^29.2.5"
@@ -5095,15 +5095,6 @@ __metadata:
50955095
languageName: node
50965096
linkType: hard
50975097

5098-
"abort-controller@npm:3.0.0":
5099-
version: 3.0.0
5100-
resolution: "abort-controller@npm:3.0.0"
5101-
dependencies:
5102-
event-target-shim: "npm:^5.0.0"
5103-
checksum: 10c0/90ccc50f010250152509a344eb2e71977fbf8db0ab8f1061197e3275ddf6c61a41a6edfd7b9409c664513131dd96e962065415325ef23efa5db931b382d24ca5
5104-
languageName: node
5105-
linkType: hard
5106-
51075098
"abstract-leveldown@npm:^6.2.1":
51085099
version: 6.3.0
51095100
resolution: "abstract-leveldown@npm:6.3.0"
@@ -5117,6 +5108,20 @@ __metadata:
51175108
languageName: node
51185109
linkType: hard
51195110

5111+
"abstract-leveldown@npm:^7.2.0":
5112+
version: 7.2.0
5113+
resolution: "abstract-leveldown@npm:7.2.0"
5114+
dependencies:
5115+
buffer: "npm:^6.0.3"
5116+
catering: "npm:^2.0.0"
5117+
is-buffer: "npm:^2.0.5"
5118+
level-concat-iterator: "npm:^3.0.0"
5119+
level-supports: "npm:^2.0.1"
5120+
queue-microtask: "npm:^1.2.3"
5121+
checksum: 10c0/c81765642fc2100499fadc3254470a338ba7c0ba2e597b15cd13d91f333a54619b4d5c4137765e0835817142cd23e8eb7bf01b6a217e13c492f4872c164184dc
5122+
languageName: node
5123+
linkType: hard
5124+
51205125
"abstract-leveldown@npm:~6.2.1, abstract-leveldown@npm:~6.2.3":
51215126
version: 6.2.3
51225127
resolution: "abstract-leveldown@npm:6.2.3"
@@ -5835,7 +5840,7 @@ __metadata:
58355840
languageName: node
58365841
linkType: hard
58375842

5838-
"buffer-from@npm:1.1.2, buffer-from@npm:^1.0.0":
5843+
"buffer-from@npm:^1.0.0":
58395844
version: 1.1.2
58405845
resolution: "buffer-from@npm:1.1.2"
58415846
checksum: 10c0/124fff9d66d691a86d3b062eff4663fe437a9d9ee4b47b1b9e97f5a5d14f6d5399345db80f796827be7c95e70a8e765dd404b7c3ff3b3324f98e9b0c8826cc34
@@ -5994,6 +5999,13 @@ __metadata:
59945999
languageName: node
59956000
linkType: hard
59966001

6002+
"catering@npm:^2.0.0, catering@npm:^2.1.0":
6003+
version: 2.1.1
6004+
resolution: "catering@npm:2.1.1"
6005+
checksum: 10c0/a69f946f82cba85509abcb399759ed4c39d2cc9e33ba35674f242130c1b3c56673da3c3e85804db6898dfd966c395aa128ba484b31c7b906cc2faca6a581e133
6006+
languageName: node
6007+
linkType: hard
6008+
59976009
"chai@npm:^5.1.2":
59986010
version: 5.1.2
59996011
resolution: "chai@npm:5.1.2"
@@ -6153,13 +6165,6 @@ __metadata:
61536165
languageName: node
61546166
linkType: hard
61556167

6156-
"clone-buffer@npm:1.0.0":
6157-
version: 1.0.0
6158-
resolution: "clone-buffer@npm:1.0.0"
6159-
checksum: 10c0/d813f4d12651bc4951d5e4869e2076d34ccfc3b23d0aae4e2e20e5a5e97bc7edbba84038356d222c54b25e3a83b5f45e8b637c18c6bd1794b2f1b49114122c50
6160-
languageName: node
6161-
linkType: hard
6162-
61636168
"co@npm:^4.6.0":
61646169
version: 4.6.0
61656170
resolution: "co@npm:4.6.0"
@@ -7753,13 +7758,6 @@ __metadata:
77537758
languageName: node
77547759
linkType: hard
77557760

7756-
"event-target-shim@npm:^5.0.0":
7757-
version: 5.0.1
7758-
resolution: "event-target-shim@npm:5.0.1"
7759-
checksum: 10c0/0255d9f936215fd206156fd4caa9e8d35e62075d720dc7d847e89b417e5e62cf1ce6c9b4e0a1633a9256de0efefaf9f8d26924b1f3c8620cffb9db78e7d3076b
7760-
languageName: node
7761-
linkType: hard
7762-
77637761
"eventemitter2@npm:6.4.7":
77647762
version: 6.4.7
77657763
resolution: "eventemitter2@npm:6.4.7"
@@ -8022,15 +8020,6 @@ __metadata:
80228020
languageName: node
80238021
linkType: hard
80248022

8025-
"fetch-cookie@npm:0.11.0":
8026-
version: 0.11.0
8027-
resolution: "fetch-cookie@npm:0.11.0"
8028-
dependencies:
8029-
tough-cookie: "npm:^2.3.3 || ^3.0.1 || ^4.0.0"
8030-
checksum: 10c0/61ba257fdf37ada9c07aea80c7f64331061e3657118213be303f194f897cf68741c387ab66855a39dd946b46da8f45c860cf8e2ef9e4d568a6cdf1fa505c3970
8031-
languageName: node
8032-
linkType: hard
8033-
80348023
"fetch-cookie@npm:2.2.0":
80358024
version: 2.2.0
80368025
resolution: "fetch-cookie@npm:2.2.0"
@@ -8969,7 +8958,7 @@ __metadata:
89698958
languageName: node
89708959
linkType: hard
89718960

8972-
"immediate@npm:3.3.0, immediate@npm:^3.2.3":
8961+
"immediate@npm:^3.2.3":
89738962
version: 3.3.0
89748963
resolution: "immediate@npm:3.3.0"
89758964
checksum: 10c0/40eab095d5944ad79af054700beee97000271fde8743720932d8eb41ccbf2cb8c855ff95b128cf9a7fec523a4f11ee2e392b9f2fa6456b055b1160f1b4ad3e3b
@@ -9175,6 +9164,13 @@ __metadata:
91759164
languageName: node
91769165
linkType: hard
91779166

9167+
"is-buffer@npm:^2.0.5":
9168+
version: 2.0.5
9169+
resolution: "is-buffer@npm:2.0.5"
9170+
checksum: 10c0/e603f6fced83cf94c53399cff3bda1a9f08e391b872b64a73793b0928be3e5f047f2bcece230edb7632eaea2acdbfcb56c23b33d8a20c820023b230f1485679a
9171+
languageName: node
9172+
linkType: hard
9173+
91789174
"is-callable@npm:^1.1.3, is-callable@npm:^1.2.7":
91799175
version: 1.2.7
91809176
resolution: "is-callable@npm:1.2.7"
@@ -10375,6 +10371,15 @@ __metadata:
1037510371
languageName: node
1037610372
linkType: hard
1037710373

10374+
"level-concat-iterator@npm:^3.0.0":
10375+
version: 3.1.0
10376+
resolution: "level-concat-iterator@npm:3.1.0"
10377+
dependencies:
10378+
catering: "npm:^2.1.0"
10379+
checksum: 10c0/7bb1b8e991a179de2fecfd38d2c34544a139e1228cb730f3024ef11dcbd514cc89be30b02a2a81ef4e16b0c1553f604378f67302ea23868d98f055f9fa241ae4
10380+
languageName: node
10381+
linkType: hard
10382+
1037810383
"level-concat-iterator@npm:~2.0.0":
1037910384
version: 2.0.1
1038010385
resolution: "level-concat-iterator@npm:2.0.1"
@@ -10424,6 +10429,13 @@ __metadata:
1042410429
languageName: node
1042510430
linkType: hard
1042610431

10432+
"level-supports@npm:^2.0.1":
10433+
version: 2.1.0
10434+
resolution: "level-supports@npm:2.1.0"
10435+
checksum: 10c0/60481dd403234c64e2c01ed2aafdc75250ddd49d770f75ebef3f92a2a5b2271bf774858bfd8c47cfae3955855f9ff9dd536683d6cffb7c085cd0e57245c4c039
10436+
languageName: node
10437+
linkType: hard
10438+
1042710439
"level-supports@npm:~1.0.0":
1042810440
version: 1.0.1
1042910441
resolution: "level-supports@npm:1.0.1"
@@ -10453,7 +10465,19 @@ __metadata:
1045310465
languageName: node
1045410466
linkType: hard
1045510467

10456-
"leveldown@npm:5.6.0, leveldown@npm:^5.4.0":
10468+
"leveldown@npm:6.1.1":
10469+
version: 6.1.1
10470+
resolution: "leveldown@npm:6.1.1"
10471+
dependencies:
10472+
abstract-leveldown: "npm:^7.2.0"
10473+
napi-macros: "npm:~2.0.0"
10474+
node-gyp: "npm:latest"
10475+
node-gyp-build: "npm:^4.3.0"
10476+
checksum: 10c0/a637b19ca20525c9d947e91a1654bd0d3e94568130f1c82d2c0bf395fd8c9278a27050901db2079c285e0784f0ff30b76ee8cd77ca05cbd70dd8a635f8aea803
10477+
languageName: node
10478+
linkType: hard
10479+
10480+
"leveldown@npm:^5.4.0":
1045710481
version: 5.6.0
1045810482
resolution: "leveldown@npm:5.6.0"
1045910483
dependencies:
@@ -11150,20 +11174,6 @@ __metadata:
1115011174
languageName: node
1115111175
linkType: hard
1115211176

11153-
"node-fetch@npm:2.6.7":
11154-
version: 2.6.7
11155-
resolution: "node-fetch@npm:2.6.7"
11156-
dependencies:
11157-
whatwg-url: "npm:^5.0.0"
11158-
peerDependencies:
11159-
encoding: ^0.1.0
11160-
peerDependenciesMeta:
11161-
encoding:
11162-
optional: true
11163-
checksum: 10c0/fcae80f5ac52fbf5012f5e19df2bd3915e67d3b3ad51cb5942943df2238d32ba15890fecabd0e166876a9f98a581ab50f3f10eb942b09405c49ef8da36b826c7
11164-
languageName: node
11165-
linkType: hard
11166-
1116711177
"node-fetch@npm:2.6.9":
1116811178
version: 2.6.9
1116911179
resolution: "node-fetch@npm:2.6.9"
@@ -11178,6 +11188,17 @@ __metadata:
1117811188
languageName: node
1117911189
linkType: hard
1118011190

11191+
"node-gyp-build@npm:^4.3.0":
11192+
version: 4.8.4
11193+
resolution: "node-gyp-build@npm:4.8.4"
11194+
bin:
11195+
node-gyp-build: bin.js
11196+
node-gyp-build-optional: optional.js
11197+
node-gyp-build-test: build-test.js
11198+
checksum: 10c0/444e189907ece2081fe60e75368784f7782cfddb554b60123743dfb89509df89f1f29c03bbfa16b3a3e0be3f48799a4783f487da6203245fa5bed239ba7407e1
11199+
languageName: node
11200+
linkType: hard
11201+
1118111202
"node-gyp-build@npm:~4.1.0":
1118211203
version: 4.1.1
1118311204
resolution: "node-gyp-build@npm:4.1.1"
@@ -11906,29 +11927,25 @@ __metadata:
1190611927
languageName: node
1190711928
linkType: hard
1190811929

11909-
"pouchdb@npm:8.0.1":
11910-
version: 8.0.1
11911-
resolution: "pouchdb@npm:8.0.1"
11930+
"pouchdb@npm:9.0.0":
11931+
version: 9.0.0
11932+
resolution: "pouchdb@npm:9.0.0"
1191211933
dependencies:
11913-
abort-controller: "npm:3.0.0"
11914-
buffer-from: "npm:1.1.2"
11915-
clone-buffer: "npm:1.0.0"
1191611934
double-ended-queue: "npm:2.1.0-0"
11917-
fetch-cookie: "npm:0.11.0"
11918-
immediate: "npm:3.3.0"
11935+
fetch-cookie: "npm:2.2.0"
1191911936
level: "npm:6.0.1"
1192011937
level-codec: "npm:9.0.2"
1192111938
level-write-stream: "npm:1.0.0"
11922-
leveldown: "npm:5.6.0"
11939+
leveldown: "npm:6.1.1"
1192311940
levelup: "npm:4.4.0"
1192411941
ltgt: "npm:2.2.1"
11925-
node-fetch: "npm:2.6.7"
11942+
node-fetch: "npm:2.6.9"
1192611943
readable-stream: "npm:1.1.14"
1192711944
spark-md5: "npm:3.0.2"
1192811945
through2: "npm:3.0.2"
1192911946
uuid: "npm:8.3.2"
1193011947
vuvuzela: "npm:1.0.3"
11931-
checksum: 10c0/421c6e19a2e93860699dc25d47394b40ea6baff16da69177dcf0073051bbb77eb12139d35a2e85d7b029357eaba191bf4bfeaab40b5a1d32cbdf4775a94f5586
11948+
checksum: 10c0/3e3c94b88743e5c66bc6bba2c7259ff7e1d7a3cfd3c676f7730dff1bc7950143a1027d0dacaab638a5d61da49580c76065958bfe37c2a68c0924dac90dbafa4e
1193211949
languageName: node
1193311950
linkType: hard
1193411951

@@ -12146,7 +12163,7 @@ __metadata:
1214612163
languageName: node
1214712164
linkType: hard
1214812165

12149-
"queue-microtask@npm:^1.2.2":
12166+
"queue-microtask@npm:^1.2.2, queue-microtask@npm:^1.2.3":
1215012167
version: 1.2.3
1215112168
resolution: "queue-microtask@npm:1.2.3"
1215212169
checksum: 10c0/900a93d3cdae3acd7d16f642c29a642aea32c2026446151f0778c62ac089d4b8e6c986811076e1ae180a694cedf077d453a11b58ff0a865629a4f82ab558e102
@@ -13742,7 +13759,7 @@ __metadata:
1374213759
languageName: node
1374313760
linkType: hard
1374413761

13745-
"tough-cookie@npm:^2.3.3 || ^3.0.1 || ^4.0.0, tough-cookie@npm:^4.0.0":
13762+
"tough-cookie@npm:^4.0.0":
1374613763
version: 4.1.4
1374713764
resolution: "tough-cookie@npm:4.1.4"
1374813765
dependencies:

0 commit comments

Comments
 (0)