Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TECH] Monter les versions des packages de l'API. #1767

Merged
merged 24 commits into from
Sep 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a931a75
Bump @hapi/inert from 6.0.1 to 6.0.2
VincentHardouin Aug 11, 2020
0903bf1
Bump @hapi/hapi from 19.1.1 to 19.2.0
VincentHardouin Aug 11, 2020
4e03342
Bump @hapi/vision from 6.0.0 to 6.0.1
VincentHardouin Aug 11, 2020
ed55db4
Bump airtable from 0.8.0 to 0.9.0
VincentHardouin Aug 11, 2020
673bcd3
Bump bcrypt from 4.0.1 to 5.0.0
VincentHardouin Aug 11, 2020
8ea9d0a
Bump csv-parse from 4.11.1 to 4.12.0
VincentHardouin Aug 11, 2020
42dfb5f
Bump eslint from 7.0.0 to 7.6.0
VincentHardouin Aug 11, 2020
d16cb1a
Bump eslint-plugin-mocha from 7.0.1 to 8.0.0
VincentHardouin Aug 11, 2020
e7148c5
Bump fast-levenshtein from 2.0.6 to 3.0.0
VincentHardouin Aug 11, 2020
a847139
Bump hapi-swagger from 13.0.1 to 13.1.0
VincentHardouin Aug 11, 2020
79ea411
Bump jszip from 3.4.0 to 3.5.0
VincentHardouin Aug 11, 2020
47488b8
Bump knex from 0.21.1 to 0.21.4
VincentHardouin Aug 11, 2020
9d93a73
Bump lodash from 4.17.15 to 4.17.19
VincentHardouin Aug 11, 2020
a0889e5
Bump mocha from 7.1.2 to 8.1.1
VincentHardouin Aug 11, 2020
ff7815d
Bump moment from 2.26.2 to 2.27.0
VincentHardouin Aug 11, 2020
959d613
Bump nock from 12.0.3 to 13.0.4
VincentHardouin Aug 11, 2020
8bca028
Bump node-cache from 5.1.0 to 5.1.2
VincentHardouin Aug 11, 2020
21e3e3c
Bump nyc from 15.0.1 to 15.1.0
VincentHardouin Aug 11, 2020
8a8945a
Bump pg from 7.18.2 to 8.3.0
VincentHardouin Aug 11, 2020
bad060a
Bump request-promise-native from 1.0.8 to 1.0.9
VincentHardouin Aug 11, 2020
9da1de3
Bump sib-api-v3-sdk from 7.2.2 to 7.2.4
VincentHardouin Aug 11, 2020
67b911c
Bump sinon from 9.0.2 to 9.0.3
VincentHardouin Aug 11, 2020
63e62a3
Bump stream-to-promise from 2.2.0 to 3.0.0
VincentHardouin Aug 11, 2020
dca103b
Remove useless ssl config
VincentHardouin Aug 21, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion api/db/knexfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ module.exports = {
seeds: {
directory: './seeds',
},
ssl: ('true' === process.env.DATABASE_SSL_ENABLED),
asyncStackTraces: (process.env.KNEX_ASYNC_STACKTRACE_ENABLED !== 'false'),
},
};