Skip to content

Commit

Permalink
Merge pull request #16 from SorinGFS:dev
Browse files Browse the repository at this point in the history
bump node-mongodb-native to 4.14.0
  • Loading branch information
SorinGFS authored Feb 14, 2023
2 parents b674786 + 6107fa7 commit 4d8aa79
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": "webaccess",
"version": "1.3.2",
"version": "1.4.0",
"description": "Access Management Reverse Proxy based on JWT.",
"main": "index.js",
"scripts": {
Expand All @@ -20,10 +20,10 @@
"express": "4.18.2",
"express-http-proxy": "^1.6.3",
"pluralize": "^8.0.0",
"webaccess-actions": "1.2.1",
"webaccess-middlewares": "1.2.1",
"webaccess-servers": "1.2.1",
"zerodep": "1.0.2"
"webaccess-actions": "1.4.0",
"webaccess-middlewares": "1.4.0",
"webaccess-servers": "1.4.0",
"zerodep": "1.1.0"
},
"devDependencies": {
"commander": "^8.2.0",
Expand Down

0 comments on commit 4d8aa79

Please sign in to comment.