diff --git a/.github/workflows/frogbot-scan-pr.yml b/.github/workflows/frogbot-scan-pr.yml index b12b5ee..cfbff81 100644 --- a/.github/workflows/frogbot-scan-pr.yml +++ b/.github/workflows/frogbot-scan-pr.yml @@ -71,4 +71,5 @@ jobs: # Frogbot will download the project dependencies, if they're not cached locally. To download the # dependencies from a virtual repository in Artifactory, set the name of of the repository. There's no # need to set this value, if it is set in the frogbot-config.yml file. - JF_DEPS_REPO: "sharan-npm-virtual" + + JF_DEPS_REPO: ${{ secrets.JF_DEPS_REPO }} diff --git a/api/app.js b/api/app.js index 9e9781f..e1b0b8d 100644 --- a/api/app.js +++ b/api/app.js @@ -78,6 +78,7 @@ if (process.env.CURRENT_ENV === 'development') { // Start the app app.listen(CONFIG.port, async () => { angular.merge({}, evilsrc) + console.log("Hello World") console.log( '==%s App is running at http://localhost:%d in %s mode==', chalk.green('✓'), diff --git a/package.json b/package.json index 291d727..7afb781 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "react-bank-api", - "version": "1.0.10", + "version": "1.0.11", "private": false, "publishConfig": { - "registry": "https://soleng.jfrog.io/artifactory/api/npm/alpha-npm-virtual/" + "registry": "https://productdemo.jfrog.io/artifactory/api/npm/sharan-npm-virtual/" }, "scripts": { "start": "node -r dotenv/config ./api/app.js", @@ -58,7 +58,7 @@ "markedjs": "^0.0.1-security", "module-alias": "^2.2.2", "mongodb": "^3.3.3", - "mongoose": "^5.7.7", + "mongoose": "5.11.13", "nodemailer": "^6.3.1", "nodemailer-mailgun-transport": "^1.4.0", "url-slug": "^2.2.0",