Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Bump js-yaml in the npm_and_yarn group across 1 directory

7508d45
Select commit
Loading
Failed to load commit list.
Open

Bump js-yaml from 3.13.1 to 3.14.2 in the npm_and_yarn group across 1 directory #25

Bump js-yaml in the npm_and_yarn group across 1 directory
7508d45
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Nov 17, 2025 in 1m 9s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/npm_and_yarn/npm_and_yarn-4265e88a4c 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)
Node.js Version 14
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "node_js": [
    "14"
  ],
  "sudo": false,
  "script": [
    "yarn test"
  ],
  "before_script": [
    "yarn prettier:check"
  ],
  "deploy": [
    {
      "provider": "npm",
      "email": "julien.ducro@deskpro.com",
      "skip_cleanup": true,
      "on": {
        "tags": true
      },
      "api_token": "${NPM_TOKEN}"
    }
  ]
}