We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfc5a5 commit b15267eCopy full SHA for b15267e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "query-strings-parser",
3
- "version": "2.1.10",
+ "version": "2.1.11",
4
"description": "Middleware to transform query strings in a format that is recognized by the MongoDB, MySQL and other databases...",
5
"license": "MIT",
6
"main": "index.js",
@@ -45,10 +45,10 @@
45
},
46
"dependencies": {},
47
"devDependencies": {
48
- "chai": "^4.3.4",
49
- "express": "^4.17.1",
50
- "mocha": "^9.1.3",
+ "chai": "^4.3.6",
+ "express": "^4.18.1",
+ "mocha": "^10.0.0",
51
"nyc": "^15.1.0",
52
- "supertest": "^6.1.6"
+ "supertest": "^6.2.3"
53
}
54
0 commit comments