From 425da804c3e315d02dffb21d5e0840199e0532c4 Mon Sep 17 00:00:00 2001 From: realshiremath <86634662+realshiremath@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:20:33 -0700 Subject: [PATCH 1/3] Update package.json Update to pm cluster and docker --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", From 6a29cdb936e185d90420603814a10113b13ffe0a Mon Sep 17 00:00:00 2001 From: realshiremath <86634662+realshiremath@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:24:41 -0700 Subject: [PATCH 2/3] Update frogbot-scan-pr.yml --- .github/workflows/frogbot-scan-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frogbot-scan-pr.yml b/.github/workflows/frogbot-scan-pr.yml index a7f46e6..2d1c3f1 100644 --- a/.github/workflows/frogbot-scan-pr.yml +++ b/.github/workflows/frogbot-scan-pr.yml @@ -71,4 +71,4 @@ 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: "alpha-npm-virtual" + JF_DEPS_REPO: ${{ secrets.JF_DEPS_REPO }} From 8143b0eea3e915695f34292f730906fc1e8dc610 Mon Sep 17 00:00:00 2001 From: realshiremath <86634662+realshiremath@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:32:52 -0700 Subject: [PATCH 3/3] Update app.js --- api/app.js | 1 + 1 file changed, 1 insertion(+) 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('✓'),