Joel
Joel
Update all deps. No breaking changes with existing app functionality for Node LTS users. 96d8f26... - 19 vulnerabilities (9 moderate, 8 high, 2 critical) >>> 0 vulnerabilities. c385e4f... - replaces...
This PR adds a docker-compose.yml file to setup the Redis image in a Docker container among other things. Closes #55 Adds chained scripts to run the project and shut it...
Currently the Node SDK doesn't support secret referencing. This PR fixes Issue #18 ``` NESTED_SECRET_1 = ${NESTED_SECRET_2} NESTED_SECRET_2 = ${NESTED_SECRET_3} NESTED_SECRET_3 = DEEPLY_NESTED_SECRET ``` Each of these secrets should resolve...