Skip to content

Commit

Permalink
Updating package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsampaio committed Jun 14, 2022
1 parent fcfc5a5 commit b15267e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "query-strings-parser",
"version": "2.1.10",
"version": "2.1.11",
"description": "Middleware to transform query strings in a format that is recognized by the MongoDB, MySQL and other databases...",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -45,10 +45,10 @@
},
"dependencies": {},
"devDependencies": {
"chai": "^4.3.4",
"express": "^4.17.1",
"mocha": "^9.1.3",
"chai": "^4.3.6",
"express": "^4.18.1",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"supertest": "^6.1.6"
"supertest": "^6.2.3"
}
}

0 comments on commit b15267e

Please sign in to comment.