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] Montée de version des dépendances de Pix API #1433

Merged
merged 36 commits into from
May 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
4c57609
Bump @hapi/hapi from v18.4.1 to v19.1.1
jbuget May 16, 2020
ace6440
Fix @hapi/hapi breaking tests about 204 default status code for empty…
jbuget May 16, 2020
1699a10
Fix @hapi/hapi breaking tests about form-multipart refused by default
jbuget May 16, 2020
a992bef
Bump other @hapi non-core dependencies
jbuget May 16, 2020
39f0e24
Bump other hapi unofficial plugins
jbuget May 16, 2020
3c91e7d
Bump airtable from 0.8.0 to 0.8.1
jbuget May 16, 2020
8911d6d
Bump bcrypt from 3.0.7 to 4.0.1
jbuget May 16, 2020
0672508
Bump bluebird from 3.7.1 to 3.7.2
jbuget May 16, 2020
18caeb3
Bump json2csv from 4.5.4 to 5.0.1
jbuget May 17, 2020
cf0c68f
Bump jsonapi-serializer from 3.6.5 to 3.6.6
jbuget May 17, 2020
0061fe0
Bump jszip from 3.2.2 to 3.4.0
jbuget May 17, 2020
ac8d76a
Bump knex from 0.20.2 to 0.21.1
jbuget May 17, 2020
136c4d5
Bump moment from 2.24.0 to 2.25.3
jbuget May 17, 2020
e64ddcc
Bump moment-timezone from 0.5.27 to 0.5.29
jbuget May 17, 2020
b8bb8c5
Bump node-cache from 5.0.2 to 5.1.0
jbuget May 17, 2020
81f2c99
Bump papaparse from 5.1.0 to 5.2.0
jbuget May 17, 2020
779b59a
Bump pg from 7.14.0 to 8.2.1
jbuget May 17, 2020
63daab7
Bump redis from 2.8.0 to 3.0.2
jbuget May 17, 2020
b15bb4f
Bump redlock from 3.1.2 to 4.1.0
jbuget May 17, 2020
4d33f47
Bump request from 2.88.0 to 2.88.2
jbuget May 17, 2020
51a6240
Bump sib-api-v3-sdk from 7.1.4 to 7.2.2
jbuget May 17, 2020
a40fffa
Bump xlsx from 0.15.3 to 0.16.1
jbuget May 17, 2020
110db8c
Bump xmldom from 0.1.27 to 0.3.0
jbuget May 17, 2020
b422fef
Bump xregexp from 4.2.4 to 4.3.0
jbuget May 17, 2020
d28cd60
Bump mocha from 6.2.2 to 7.1.2
jbuget May 17, 2020
7049e2b
Bump nock from 11.7.0 to 12.0.3
jbuget May 17, 2020
b2b5583
Bump nodemon from 2.0.1 to 2.0.4
jbuget May 17, 2020
d46a32f
Bump nyc from 14.1.1 to 15.0.1
jbuget May 17, 2020
4fba88b
Bump sinon from 7.5.0 to 9.0.2
jbuget May 17, 2020
b910afe
Bump iconvlite from 0.5.0 to 0.5.1
jbuget May 17, 2020
fe83c06
Bump eslint (and eslint-plugin-mocha) from 6.7.1 to 7.0.0
jbuget May 17, 2020
7801525
Downgrade pg from 8.x to 7.x because it seems to break Scalingo deplo…
jbuget May 18, 2020
62e2785
Rename few tests to correspond to new expectations
jbuget May 18, 2020
b0172b1
Fix wrong test.
jbuget May 20, 2020
fe0bac3
Revert knex from 0.21.1 to 0.20.2
jbuget May 22, 2020
fdf846f
Bump moment, moment-timezone and hapi-swagger
jbuget May 22, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api/lib/application/sessions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ exports.register = async (server) => {
}),
},
payload: {
multipart: true,
allow: 'multipart/form-data',
maxBytes: 1048576 * 10, // 10MB
},
Expand Down
Loading