forked from mojaloop/project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mojaloop#1175: Upgrade to Node 12 .16.0 LTS (mojaloop#239)
* Upgrade to Node 12 .16.0 LTS - Update CircleCI and docker scripts to use Node 12.16.0 LTS - Restore default config - Fix audit issue - Update dependencies. - Lock versions for hapi related libraries due to breaking changes. - Resolve audit issues, temporarily - Downgrade hapi-swagger.
- Loading branch information
Showing
10 changed files
with
796 additions
and
2,301 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
{ | ||
"reject": [ | ||
"@hapi/hapi", | ||
"@hapi/vision", | ||
"@hapi/inert", | ||
"hapi-swagger", | ||
"get-port" | ||
"@hapi/vision", | ||
"hapi-swagger" | ||
] | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:10.15.3-alpine | ||
FROM node:12.16.0-alpine | ||
|
||
WORKDIR /opt/account-lookup-service | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:10.15.3-alpine | ||
FROM node:12.16.0-alpine | ||
|
||
WORKDIR /opt/account-lookup-service | ||
|
||
|
Oops, something went wrong.