diff --git a/package.json b/package.json index 5e1e5640cdf..ab9544b77ed 100644 --- a/package.json +++ b/package.json @@ -141,13 +141,13 @@ "modifyjs": "0.3.1", "object-path": "0.11.8", "oblivious-set": "1.0.0", - "pouchdb-adapter-http": "7.2.2", + "pouchdb-adapter-http": "7.3.0", "pouchdb-all-dbs": "1.1.1", - "pouchdb-core": "7.2.2", - "pouchdb-find": "7.2.2", - "pouchdb-md5": "7.2.2", - "pouchdb-replication": "7.2.2", - "pouchdb-selector-core": "7.2.2", + "pouchdb-core": "7.3.0", + "pouchdb-find": "7.3.0", + "pouchdb-md5": "7.3.0", + "pouchdb-replication": "7.3.0", + "pouchdb-selector-core": "7.3.0", "spark-md5": "3.0.2", "threads": "1.7.0", "unload": "2.3.1", @@ -229,14 +229,14 @@ "mocha": "9.0.2", "mocha.parallel": "0.15.6", "nconf": "0.11.4", - "pouchdb": "7.2.2", - "pouchdb-adapter-idb": "7.2.2", - "pouchdb-adapter-leveldb": "7.2.2", - "pouchdb-adapter-localstorage": "7.2.2", - "pouchdb-adapter-memory": "7.2.2", + "pouchdb": "7.3.0", + "pouchdb-adapter-idb": "7.3.0", + "pouchdb-adapter-leveldb": "7.3.0", + "pouchdb-adapter-localstorage": "7.3.0", + "pouchdb-adapter-memory": "7.3.0", "pouchdb-adapter-websql": "7.0.0", "pouchdb-debug": "7.2.1", - "pouchdb-utils": "7.2.2", + "pouchdb-utils": "7.3.0", "pre-commit": "1.2.2", "random-int": "3.0.0", "readline": "1.3.0", @@ -263,4 +263,4 @@ "webpack-bundle-analyzer": "4.5.0", "webpack-cli": "4.9.2" } -} \ No newline at end of file +} diff --git a/test/unit/pouch-db-integration.test.ts b/test/unit/pouch-db-integration.test.ts index 0b4006571f4..654135e4386 100644 --- a/test/unit/pouch-db-integration.test.ts +++ b/test/unit/pouch-db-integration.test.ts @@ -357,10 +357,9 @@ config.parallel('pouch-db-integration.test.js', () => { const docs = await pouch.find({ selector: { foo: { - $gt: null + $ne: null } - }, - sort: ['foo'] + } }); assert.strictEqual(docs.docs.length, 1);