add form-urlencoded to package.json

This commit is contained in:
Dave Horton
2021-08-01 14:10:50 -04:00
parent a5a759940b
commit bc3b5bb1dc
2 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@@ -45,4 +45,4 @@ create_db.sql
.env.*
.env
postgres-data/*
test/postgres-data

View File

@@ -28,6 +28,7 @@
"debug": "^4.3.1",
"express": "^4.17.1",
"form-data": "^2.3.3",
"form-urlencoded": "^6.0.4",
"jsonwebtoken": "^8.5.1",
"mailgun.js": "^3.3.0",
"mysql2": "^2.2.5",
@@ -44,8 +45,8 @@
"eslint": "^7.17.0",
"eslint-plugin-promise": "^4.2.1",
"nyc": "^15.1.0",
"request-promise-native": "^1.0.9",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"tape": "^5.2.2"
}
}