Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #20 from SocialGouv/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
fix(deps): pin dependencies
  • Loading branch information
Taloud authored Feb 21, 2020
2 parents 1d0d464 + 7366a22 commit 82211fa
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,32 @@
"lint": "eslint \"**/*.js\""
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"chalk": "^2.4.2",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"easy-no-password": "^1.2.0",
"emailjs": "^2.2.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"express-sessions": "^1.0.6",
"express-validator": "^5.3.1",
"fnv-plus": "^1.3.1",
"jsonwebtoken": "^8.5.1",
"knex": ">=0.19.5",
"nodemailer": "^6.4.2",
"objection": "^1.6.11",
"objection-db-errors": "^1.1.2",
"passport": "^0.4.1",
"passport-google-oauth2": "^0.2.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"bcryptjs": "2.4.3",
"body-parser": "1.19.0",
"chalk": "2.4.2",
"cookie-parser": "1.4.4",
"cors": "2.8.5",
"easy-no-password": "1.2.0",
"emailjs": "2.2.0",
"express": "4.17.1",
"express-session": "1.17.0",
"express-sessions": "1.0.6",
"express-validator": "5.3.1",
"fnv-plus": "1.3.1",
"jsonwebtoken": "8.5.1",
"knex": "0.20.10",
"nodemailer": "6.4.2",
"objection": "1.6.11",
"objection-db-errors": "1.1.2",
"passport": "0.4.1",
"passport-google-oauth2": "0.2.0",
"passport-http-bearer": "1.0.1",
"passport-local": "1.0.0",
"passport-passwordless": "0.0.1",
"passport-url": "^1.0.4",
"passport-zero": "^1.0.0",
"pg": "^7.18.1",
"rasha": "^1.2.5",
"util": "^0.11.1"
"passport-url": "1.0.4",
"passport-zero": "1.0.0",
"pg": "7.18.2",
"rasha": "1.2.5",
"util": "0.11.1"
}
}

0 comments on commit 82211fa

Please sign in to comment.