We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3f3036 + 888cace commit 007b830Copy full SHA for 007b830
HISTORY.md
@@ -1,6 +1,9 @@
1
History
2
=======
3
4
+####2020-08-04 v0.1.19
5
+Dependabot upgrade of qs @dhendo
6
+
7
####2020-08-04 v0.1.18
8
Allow operators to request to be returned without a namespace. useful for e.g. $text @dhendo
9
package.json
@@ -1,6 +1,6 @@
{
"name": "mongo-queryfilter",
- "version": "0.1.18",
+ "version": "0.1.19",
"description": "Safely create a simple mongo query from a querystring collection to allow filtering",
"main": "index.js",
"scripts": {
@@ -13,7 +13,7 @@
13
"author": "David Henderson",
14
"license": "MIT",
15
"dependencies": {
16
- "qs": "^5.2.0"
+ "qs": "^6.9.3"
17
},
18
"devDependencies": {
19
"mocha": "~1.18.2",
0 commit comments