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

chore: upgrade dotenv and npm audit fix #827

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 24, 2023

  1. chore: upgrade dotenv and npm audit fix

    The main reason for this PR is actually to support new features in dotenv
    related to config via env vars.
    
    see https://github.com/motdotla/dotenv#preload for examples of DOTENV_CONFIG_* env vars.
    
    Note, this makes the use of the require('rc')('db-migrate') added via aef82c3 somewhat redundant,
    since DOTENV_CONFIG_PATH is one of the env vars supported by dotenv.
    
    Signed-off-by: Naseem Ullah <24660299+naseemkullah@users.noreply.github.com>
    naseemkullah committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6f27677 View commit details
    Browse the repository at this point in the history