-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/42573 chore dependency updates (#1698)
* [admin] remove tedious warning message on ../restart.sh * [admin] add SQL documentation env vars * [admin] add env var to remove a wanrning from tedious * [admin] security updates * [admin] sort alphabetically * [admin] doc - remove broken link * [admin] NB developer env var required In order to make the tedioius option `trustServerCertificate` safe out of the box it is now set to false, meaning the client will always verify the server certificate by default. Devs need the following line in the .env file:-- SQL_TRUST_SERVER_CERTIFICATE=1 * [admin] bump dependencies Update mssql and postgrator Correctly pass SQL_ENCRYPT option into createDatabase * [admin] remove direct dependency on tedious * [admin] remove express-validator * [admin] remove moment Type errors are liable to arise between moment-timezone and moment as moment-timezone installs it's own version of moment. It seems easier just to install that version, which at the time of writing is at n-1 versions out of date, and n+5 versions ahead of our installed version. Win-win: we don't have to add ts-ignore messages everywhere and we get a newer version of moment. * [admin] switch to nocache module instead on helmet.nocache which is deprecated * [load-test] bump dependencies * [tslib] bump dependencies * [func-consumption] bump dependencies * Fix func-consumption issue on circleci * [pupil-api] bump dependencies * [admin] buggy tedious - don't verify SQL Server certificate for now * [admin] remove useless test * [admin] refactor pupil-add-service tests * remove dependcies sinon, proxyquire * [admin] refactor pupil-validator.spec * remove sinon * [admin] clean up access arrangments routes * [admin] clean up check-window routes * [admin] clean up routes * [admin] clean up routes * [admin] clean up routes * [admin] Clean up helpdesk routes * NB - one route is unused / bad route * [admin] Clean up routes Co-authored-by: Guy Harwood <[email protected]>
- Loading branch information
1 parent
820a2dc
commit 17030dd
Showing
63 changed files
with
3,563 additions
and
3,007 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.