Skip to content

Commit b15267e

Browse files
committed
Updating package.json
1 parent fcfc5a5 commit b15267e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "query-strings-parser",
3-
"version": "2.1.10",
3+
"version": "2.1.11",
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",
@@ -45,10 +45,10 @@
4545
},
4646
"dependencies": {},
4747
"devDependencies": {
48-
"chai": "^4.3.4",
49-
"express": "^4.17.1",
50-
"mocha": "^9.1.3",
48+
"chai": "^4.3.6",
49+
"express": "^4.18.1",
50+
"mocha": "^10.0.0",
5151
"nyc": "^15.1.0",
52-
"supertest": "^6.1.6"
52+
"supertest": "^6.2.3"
5353
}
5454
}

0 commit comments

Comments
 (0)