Skip to content

Commit

Permalink
Merge pull request #17 from SorinGFS:dev
Browse files Browse the repository at this point in the history
bump node-mongodb-native to 5.0.1 and lates dotenv
  • Loading branch information
SorinGFS authored Feb 14, 2023
2 parents 4d8aa79 + 2ca1881 commit 0ec1dc3
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.4.0",
"version": "1.5.0",
"description": "Access Management Reverse Proxy based on JWT.",
"main": "index.js",
"scripts": {
Expand All @@ -16,13 +16,13 @@
},
"license": "MIT",
"dependencies": {
"dotenv": "^8.2.0",
"dotenv": "^16.0.3",
"express": "4.18.2",
"express-http-proxy": "^1.6.3",
"pluralize": "^8.0.0",
"webaccess-actions": "1.4.0",
"webaccess-middlewares": "1.4.0",
"webaccess-servers": "1.4.0",
"webaccess-actions": "1.5.0",
"webaccess-middlewares": "1.5.0",
"webaccess-servers": "1.5.0",
"zerodep": "1.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 0ec1dc3

Please sign in to comment.