Skip to content

Bump lodash-es from 4.17.11 to 4.17.23

824baf8
Select commit
Loading
Failed to load commit list.
Open

Bump lodash-es from 4.17.11 to 4.17.23 #8

Bump lodash-es from 4.17.11 to 4.17.23
824baf8
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Jan 22, 2026 in 1m 0s

Build Errored

The build errored.

Details

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

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "env": [
    "global={:CC_TEST_REPORTER_ID=>\"d2dd36caea43cb22033a53ac9bdba8b781990b841d9b66c7e2e9c7fdc69c32ce\"}"
  ],
  "before_script": [
    "curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter",
    "chmod +x ./cc-test-reporter",
    "./cc-test-reporter before-build"
  ],
  "script": [
    "npm run test-ci",
    "npm run build"
  ],
  "after_script": [
    "./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT"
  ]
}