Skip to content

Commit f0c45b5

Browse files
committed
fix(package): update pouchdb to version ~6.4.0
1 parent f86e60e commit f0c45b5

File tree

2 files changed

+151
-35
lines changed

2 files changed

+151
-35
lines changed

package-lock.json

+147-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
},
5656
"dependencies": {
5757
"inherits": "2.0.3",
58-
"pouchdb-ajax": "6.3.4",
59-
"pouchdb-binary-utils": "6.3.4",
60-
"pouchdb-promise": "6.3.4",
61-
"pouchdb-utils": "6.3.4",
58+
"pouchdb-ajax": "~6.4.0",
59+
"pouchdb-binary-utils": "~6.4.0",
60+
"pouchdb-promise": "~6.4.0",
61+
"pouchdb-utils": "~6.4.0",
6262
"url-join": "2.0.2",
6363
"url-parse": "1.2.0"
6464
},

0 commit comments

Comments
 (0)