Skip to content

Commit 7e8e9cd

Browse files
authored
Merge pull request #59 from davellanedam/development
Development
2 parents 67ca5ee + a94c22c commit 7e8e9cd

File tree

3 files changed

+103
-75
lines changed

3 files changed

+103
-75
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v6.1.19 (June 12, 2019)
2+
3+
- NPM updated
4+
15
## v6.1.18 (June 5, 2019)
26

37
- NPM updated

package-lock.json

Lines changed: 93 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-express-mongodb-jwt-rest-api-skeleton",
3-
"version": "6.1.18",
3+
"version": "6.1.19",
44
"description": "Node.js express.js MongoDB JWT REST API - This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API)",
55
"license": "MIT",
66
"repository": {
@@ -35,12 +35,12 @@
3535
"ejs": "^2.6.1",
3636
"expeditious-engine-redis": "^0.1.2",
3737
"express": "^4.17.1",
38-
"express-expeditious": "^5.0.0",
38+
"express-expeditious": "^5.1.0",
3939
"express-validator": "^5.3.1",
4040
"helmet": "^3.18.0",
4141
"i18n": "^0.8.3",
4242
"jsonwebtoken": "^8.5.1",
43-
"mongoose": "^5.5.13",
43+
"mongoose": "^5.5.15",
4444
"mongoose-paginate-v2": "^1.3.0",
4545
"morgan": "^1.9.1",
4646
"nodemailer": "^6.2.1",
@@ -61,12 +61,12 @@
6161
"eslint-config-prettier": "^4.3.0",
6262
"eslint-plugin-prettier": "^3.1.0",
6363
"faker": "^4.1.0",
64-
"husky": "^2.4.0",
64+
"husky": "^2.4.1",
6565
"mocha": "^6.1.4",
66-
"mongo-seeding": "^3.1.1",
66+
"mongo-seeding": "^3.2.0",
6767
"nodemon": "^1.19.1",
6868
"nyc": "^14.1.1",
69-
"prettier": "^1.17.1",
69+
"prettier": "^1.18.2",
7070
"prettier-eslint": "^8.8.2"
7171
},
7272
"keywords": [

0 commit comments

Comments
 (0)