Skip to content

Commit 52465bd

Browse files
committed
Adjustments for version 2.1.7
1 parent 5c08d81 commit 52465bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "query-strings-parser",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "Middleware to transform query strings in a format that is recognized by the MongoDB, MySQL and other databases...",
55
"license": "MIT",
66
"main": "index.js",
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"chai": "^4.2.0",
4646
"express": "^4.17.1",
47-
"mocha": "^8.1.1",
47+
"mocha": "^8.1.3",
4848
"nyc": "^15.1.0",
4949
"supertest": "^4.0.2"
5050
}

0 commit comments

Comments
 (0)