Skip to content

Bump lodash from 4.17.15 to 4.17.23

7098a3a
Select commit
Loading
Failed to load commit list.
Open

Bump lodash from 4.17.15 to 4.17.23 #2

Bump lodash from 4.17.15 to 4.17.23
7098a3a
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Jan 24, 2026 in 56s

Build Errored

The build errored.

Details

This is a normal build for the dependabot/npm_and_yarn/lodash-4.17.23 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job Node.js OS State
6.1 7 Linux errored
6.2 8 Linux failed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Node.js Versions 7, 8
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "node_js": [
    "7",
    "8"
  ],
  "notifications": {
    "email": [
      {
        "on_success": "never"
      }
    ]
  },
  "script": [
    "npm run lint",
    "npm run test"
  ],
  "cache": {
    "directories": [
      "node_modules"
    ]
  },
  "after_success": [
    "npm run coveralls"
  ]
}