Skip to content

Bump pbkdf2 from 3.0.12 to 3.1.5 - #8

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/pbkdf2-3.1.5
Open

Bump pbkdf2 from 3.0.12 to 3.1.5#8
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/pbkdf2-3.1.5

Bump pbkdf2 from 3.0.12 to 3.1.5

ff6c925
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Feb 18, 2026 in 1m 44s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #8 Bump pbkdf2 from 3.0.12 to 3.1.5.
Any changes that have been made to the master branch before the build ran are also included.

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 6
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "sudo": true,
  "node_js": [
    "6"
  ],
  "services": [
    "docker"
  ],
  "env": [
    "jobs={:DOCKER_COMPOSE_VERSION=>\"1.13.0\"}"
  ],
  "install": [
    "sudo rm /usr/local/bin/docker-compose",
    "curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose",
    "chmod +x docker-compose",
    "sudo mv docker-compose /usr/local/bin"
  ],
  "script": [
    "docker-compose run socket-redis ./script/test.sh"
  ],
  "deploy": [
    {
      "provider": "npm",
      "email": "tech@cargomedia.ch",
      "on": {
        "tags": true,
        "repo": "cargomedia/socket-redis"
      },
      "api_token": {
        "secure": "rU9cucUfveaWfenv7huUBD3jzaQ8JxtYTKVS60UTAevcKZ0CceLVaqEn4yQWNSalQxv14frRwoyp1oRwjjgkHqmgOKO6veX9AT/eHedSacdJHZM0ISorbvssvU2HwERql+XJH+SPmSwXL/YNhUqPABae4DpfcD4ihVYmZBI4wCg="
      }
    }
  ]
}