Skip to content

Commit 007b830

Browse files
authored
Merge pull request #8 from dhendo/dependabot/npm_and_yarn/qs-6.9.3
Bump qs from 5.2.1 to 6.9.3
2 parents f3f3036 + 888cace commit 007b830

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

HISTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
History
22
=======
33

4+
####2020-08-04 v0.1.19
5+
Dependabot upgrade of qs @dhendo
6+
47
####2020-08-04 v0.1.18
58
Allow operators to request to be returned without a namespace. useful for e.g. $text @dhendo
69

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongo-queryfilter",
3-
"version": "0.1.18",
3+
"version": "0.1.19",
44
"description": "Safely create a simple mongo query from a querystring collection to allow filtering",
55
"main": "index.js",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"author": "David Henderson",
1414
"license": "MIT",
1515
"dependencies": {
16-
"qs": "^5.2.0"
16+
"qs": "^6.9.3"
1717
},
1818
"devDependencies": {
1919
"mocha": "~1.18.2",

0 commit comments

Comments
 (0)