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

Bump express from 4.17.3 to 4.19.2 in /nodejs/ewm-sim #91

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

Bump express from 4.17.3 to 4.19.2 in /nodejs/ewm-sim

bb29ced
Select commit
Loading
Failed to load commit list.
Open

Bump express from 4.17.3 to 4.19.2 in /nodejs/ewm-sim #91

Bump express from 4.17.3 to 4.19.2 in /nodejs/ewm-sim
bb29ced
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Mar 28, 2024 in 3m 19s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/npm_and_yarn/nodejs/ewm-sim/express-4.19.2 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has three jobs, running in two sequential stages.

Stage 1: ewm-sim-node-tests

This stage passed.

Job Node.js OS State
650.1 ewm-sim mocha tests 14.15.0 Linux passed

Stage 2: scan-modules

This stage passed.

Job Python OS State
650.2 WhiteSource Scans 3.7 Linux passed
650.3 Bandit Scans 3.7 Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "git": {
    "depth": 1
  },
  "install": [
    "echo \"SKIP.\""
  ],
  "stages": [
    {
      "name": "ewm-sim-node-tests"
    },
    {
      "name": "scan-modules"
    },
    {
      "name": "release",
      "if": "tag =~ /(^v?[0-9]+(\\.[0-9]+)+)((-.*)|$)/"
    }
  ],
  "jobs": {
    "include": [
      {
        "stage": "ewm-sim-node-tests",
        "name": "ewm-sim mocha tests",
        "language": "node_js",
        "node_js": "14.15.0",
        "install": [
          "cd nodejs/ewm-sim",
          "npm install"
        ],
        "script": [
          "npm run test"
        ],
        "after_success": [
          "npm run coverage"
        ]
      },
      {
        "stage": "scan-modules",
        "name": "WhiteSource Scans",
        "language": "python",
        "dist": "xenial",
        "python": "3.7",
        "services": [
          "docker"
        ],
        "script": [
          "sh ./scripts/whitesource.sh"
        ]
      },
      {
        "stage": "scan-modules",
        "name": "Bandit Scans",
        "language": "python",
        "dist": "xenial",
        "python": "3.7",
        "services": [
          "docker"
        ],
        "script": [
          "sh ./scripts/bandit.sh"
        ]
      },
      {
        "stage": "release",
        "name": "Docker Image Releases",
        "language": "python",
        "dist": "xenial",
        "python": "3.7",
        "services": [
          "docker"
        ],
        "script": [
          "sh ./ci/release.sh"
        ]
      }
    ]
  }
}